Forge.OpenAI icon indicating copy to clipboard operation
Forge.OpenAI copied to clipboard

Does not work on .net 46

Open randyp007 opened this issue 1 year ago • 2 comments

Due to dependencies to System.Numerics, the library does not work with old .net 46, but only with .net Core - at least in my case.

br Andy

randyp007 avatar Mar 02 '24 17:03 randyp007

Hello, I do not support .NET 4.6, I support 4.6.1 at least. System.Numeric.dll is part of the .NET Framework. On my side, I have no issue with .NET 4.6.1, not sure what the problem is on your side. Can you share me some more details please?

I have upgraded the project "ChatCompletions" in playgrounds to work with multiple FW types for testing purpose. It is work fine on my side. Can you double check it please than get back to me, if you have time for this. Thanks!

JZO001 avatar Mar 03 '24 14:03 JZO001

Thanks ... now everything works and no problems any more resolving dependencies on 4.8

br, Andreas

randyp007 avatar Mar 04 '24 22:03 randyp007