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 had been getting "Unable to find Raylib-cs" so I have added nuget.org (https://api.nuget.org/v3/index.json) as an online source to resolve this and installed latest stable version of Raylib. But now I am getting that its incompatible with netcoreapp1.1. , but I am unable to update Microsoft.NETCore.App in the package manager...
Update: found out the target framework was set to .NET 1.1 for some reason. Was able to resolve the issue by setting target framework to .NET 6.0
Visual studio sometimes sets the package manager to offline
The text was updated successfully, but these errors were encountered: