What's the difference between and ?

后端 未结 2 652
太阳男子
太阳男子 2020-12-08 04:13

I have the following code in a csproj file:

netcoreapp1.0
         


        
2条回答
  •  一向
    一向 (楼主)
    2020-12-08 04:44

    From the docs, you should use runtimeframeworkversion only

    If you need a specific version of the runtime when targeting .NET Core, you should use the property in your project (for example, 1.0.4) instead of referencing the metapackage.

    https://docs.microsoft.com/en-us/dotnet/core/tools/csproj

提交回复
热议问题