How to setup SDK version into .NET Core project when global.json is not enough?

前端 未结 2 1214
既然无缘
既然无缘 2021-02-14 06:11

I found, from several sources, that the official way to setup SDK version into our .NET Core project is to add a global.json file into the project main folder.

By the way

2条回答
  •  北海茫月
    2021-02-14 06:34

    Add

    2.2.3
    

    to your .csproj.

    Take a look at this question and this one for more information.

提交回复
热议问题