Visual Studio 2017 won't load .NET Framework references in .NET Standard library

后端 未结 5 1289
野趣味
野趣味 2021-01-11 23:33

I\'ve installed Visual Studio 2017. I have a class library in the new .NET Standard format, which is able to be used by both .NET Framework and .NET Core. But when I go to <

5条回答
  •  渐次进展
    2021-01-12 00:01

    This happened to me when I opened a solution targeting 4.7.1 on a fresh-install PC where only 4.7.2 was present

提交回复
热议问题