MSBuild fails for .NET Core SDK Version 2.2.202

前端 未结 5 902
旧巷少年郎
旧巷少年郎 2021-01-22 19:59

After downloading and installing Visual Studio 2019 RC, I cannot run msbuild, and get the following error:

\"Version 2.2.202 of the .NET Core SDK requires a

5条回答
  •  忘掉有多难
    2021-01-22 20:34

    Updating Visual Studio to the minimum supported version or above should fix this problem.

    Some .NET Core versions also include fixes in MSBuild. They are distributed together with Visual Studio.

    They put the minimum supported versions in the release notes of .NET Core.

    For example: Announcing .NET Core 2.2 | .NET Blog

提交回复
热议问题