Convert .NET Core 2.0 class libraries to .NET Standard

后端 未结 3 477
深忆病人
深忆病人 2020-12-25 10:33

Is there a way to easily convert a class library targeting .NET Core 2.0 to .NET Standard?

If I understand it correctly, if one wants to maximize the reusability of

3条回答
  •  遥遥无期
    2020-12-25 11:20

    1. Go to Project Folder
    2. Open .csproj file
    3. Replace your Target Framwork

      netcoreapp2.2 TO netstandard2.0

    See this picture to more clear

提交回复
热议问题