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
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<!--To inherit the global NuGet package sources remove the <clear/> line below -->
<clear />
<add key="dotnet-experimental" value="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json" />
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
</packageSources>
</configuration>
Trying to build, i got:
warning NU1604: Project dependency Microsoft.DotNet.ILCompiler.LLVM does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore results.
warning NU1604: Project dependency runtime.win-x64.Microsoft.DotNet.ILCompiler.LLVM does not contain an inclusive lower bound. Include a lower bound in the dependency version to ensure consistent restore re
error NU1101: Unable to find package runtime.win-x64.Microsoft.DotNet.ILCompiler.LLVM. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Pac
error NU1101: Unable to find package Microsoft.DotNet.ILCompiler.LLVM. No packages exist with this id in source(s): C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Packages, nuget.org
Something I have missed?
The text was updated successfully, but these errors were encountered:
Is there another nuget.config closer to the project csproj? It looks like it is using a different configuration based on:
No packages exist with this id in source(s):
C:\Program Files\dotnet\library-packs, Microsoft Visual Studio Offline Packages,
[nuget.org](http://nuget.org/)
Using VS 2022 v17.11.4
Installed 8.0.11 SDK
Test.csproj:
nuget.config (next to the .sln solution file):
Trying to build, i got:
Something I have missed?
The text was updated successfully, but these errors were encountered: