supabase-community / supabase-csharp

A C# Client library for Supabase
https://github.com/supabase-community/supabase-csharp/wiki
MIT License
501 stars 51 forks source link

Windows Forms Applications?? #9

Closed ali-alsheakh closed 3 years ago

ali-alsheakh commented 3 years ago

Will it be supported soon? I've Tried to use NUGET Packages But It Seems Like There Is Some Problems In The Targeted .NET Framework

Error :Could not install package 'supabase-csharp 0.1.9'. You are trying to install this package into a project that targets '.NETFramework,Version=v4.5', but the package does not contain any assembly references or content files that are compatible with that framework. For more information, contact the package author.

acupofjose commented 3 years ago

@ali-alsheakh I'm working on setting the target framework to netstandard2.0 for all of the csharp libraries - which should fix your problem! I'll let you know when I'm done. Thanks for the issue!

acupofjose commented 3 years ago

Available in v0.2.0!