C#C
C#3y ago
Tofaa

❔ ✅ Nuget doesnt find any packages

PS C:\Users\tofik\Desktop\Github\Blossom> dotnet add package Raylib-CsLo --version 4.2.0.9
Determining projects to restore...
Writing C:\Users\tofik\AppData\Local\Temp\tmp81F6.tmp
info : X.509 certificate chain validation will use the default trust store selected by .NET for code signing.
info : X.509 certificate chain validation will use the default trust store selected by .NET for timestamping.
info : Adding PackageReference for package 'Raylib-CsLo' into project 'C:\Users\tofik\OneDrive\Desktop\Github\Blossom\Blossom.csproj'.
info : Restoring packages for C:\Users\tofik\Desktop\Github\Blossom\Blossom.csproj...
error: NU1101: Unable to find package Raylib-CsLo. No packages exist with this id in source(s): Microsoft Visual Studio Offline Packages
error: Package 'Raylib-CsLo' is incompatible with 'all' frameworks in project 'C:\Users\tofik\OneDrive\Desktop\Github\Blossom\Blossom.csproj'.
PS C:\Users\tofik\OneDrive\Desktop\Github\Blossom>

For some reason it doesnt find anything, VS itself also doesnt find anything but the microsoft packages, same with rider
Was this page helpful?