SDK 'DotNet.ReproducibleBuilds.Isolated' not be found when opening solution #2106
-
|
None of the projects in the solution(s) load because of following error |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
1.1.1 is still listed, so shouldn't be any issue retrieving it from NuGet: I'd suggest checking your nuget sources to make sure they include NuGet.org is enabled. There shouldn't be any set up required, but visual studio gets upset sometimes and |
Beta Was this translation helpful? Give feedback.
NuGet.org was available as source, but wasn't included in the package source mapping (Nuget.config in parent folder).
I moved the repository to a folder without package source mapping and the build now works.
Thanks