You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get this error after running the nuget command inside my Assets folder. nuget install supabase-csharp -OutputDirectory ./ -Framework netstandard2.0
Assembly 'Assets/Custom/Supabase/Microsoft.IdentityModel.Tokens.7.0.3/lib/net8.0/Microsoft.IdentityModel.Tokens.dll' will not be loaded due to errors:
Unable to resolve reference 'System.Security.Cryptography'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
Bug report
Describe the bug
I get this error after running the nuget command inside my Assets folder.
nuget install supabase-csharp -OutputDirectory ./ -Framework netstandard2.0
Assembly 'Assets/Custom/Supabase/Microsoft.IdentityModel.Tokens.7.0.3/lib/net8.0/Microsoft.IdentityModel.Tokens.dll' will not be loaded due to errors:
Unable to resolve reference 'System.Security.Cryptography'. Is the assembly missing or incompatible with the current platform?
Reference validation can be disabled in the Plugin Inspector.
System information
If I delete Microsoft.IdentityModel.Tokens.7.0.3 it causes other errors, which is odd since it's not a "required" library according to this https://github.com/supabase-community/supabase-csharp/wiki/Unity ?
The text was updated successfully, but these errors were encountered: