awaescher/OllamaSharp

Full-Framework-Support (.NET 4.x)

rs042009 opened this issue · 2 comments

Hi Team,

We are working on .Net Framework 4.7.2. Any plan for supporting this?

Thanks,
Rajesh K.

Hi Rajesh, I am not planning to add full framework support.
The main reason is that I am using System.Text.Json which is not available in .NET 4.x.

You're welcome to fork this repository.

OllamaSharp targets .NET Standard now, which was implemented with #30