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

后端 未结 5 1259
野趣味
野趣味 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-11 23:47

    On my side, I've tried all the solution presented before but the solution was simply install NuGet package for Microsoft.CSharp.

    After installation just clean the project and restart your IDE.

提交回复
热议问题