- C# 7 and .NET Core 2.0 High Performance
- Ovais Mehboob Ahmed Khan
- 35字
- 2021-08-27 18:47:07
3. Update .NET Core SDK version
If you have global.json added to your project, you have to update the SDK version to 2.0.0, which is shown as follows:
{ "sdk": { "version": "2.0.0" } }