MSBuild fails for .NET Core SDK Version 2.2.202

前端 未结 5 883
旧巷少年郎
旧巷少年郎 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:10

    .NET Core SDK versions 2.2.2XX and 2.1.6XX are intended to be used with Visual Studio 2019 and MSBuild 16.x.

    .NET Core SDK versions for Visual Studio 2017 are 2.2.1XX and 2.1.5XX.

    See this GitHub issue for more details.

提交回复
热议问题