Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

For those inexperienced with Visual Studio, and getting "Unable to find package" nuget errors #40

Open
thelenlucas opened this issue Jul 21, 2023 · 2 comments

Comments

@thelenlucas
Copy link

Visual studio sometimes sets the package manager to offline

@TomasPlachy
Copy link

TomasPlachy commented Jul 21, 2023

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

@james-pre
Copy link

Duplicate of #2
Fixed in #20

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants