VS 2017 and .net 2.0/2.1
Whenever I try and create a project in VS 2017 in .net 2.0 or 2.1 I get an output error "Error occurred while restoring NuGet packages: An error occurred while retrieving package metadata for 'StackExchange.Redis.StrongName.1.2.4' from source 'C:\Program Files\dotnet\sdk\NuGetFallbackFolder'."
When I create a 2.2 project it works fine. When I installed this environment I installed the .net 2.2 SDK. I would assume that the 2.2 SDK would also have compatibility for 2.0 and 2.1? Am I wrong on that one? If I am how do I get support for 2.0 and 2.1? This is manly for project stuff in my learning phase :)
Joe W
0 comments:
Post a Comment