WPF模板不适用于.NET Core 3 Preview 8 3.0.100.13656和VS 2019 16.2.3

时间:2019-08-22 04:43:53

标签: .net wpf visual-studio .net-core

无论我是否仅具有.NET Core 3 Preview 8 x64或x86 SDK,或者同时安装了x64和x86 Preview 8 SDK,我总是在VS 2019 16.2.3中收到此错误消息:

enter image description here

当然,此选项已在设置中选中:

enter image description here

当我在Package Manager控制台中检查版本时,将显示:

PM> dotnet --version

3.0.100-preview8-013656

此外,当我尝试创建新的ASP.NET Core Web App时,我得到:

enter image description here

C:ProgramFiles \ dotnet当然在PATH中,并且在其中安装了Preview 8 x64,文件夹中包含dotnet.exe文件。

enter image description here

尝试此操作时,我卸载了所有2.x版本的SDK,但是当我安装了3个不同的2.x版本时,却遇到了相同的错误。

有什么想法在这里发生什么以及如何使该模板与.NET Core Preview 8一起使用?

有趣的是,我能够创建一个新的解决方案,并通过发出以下命令从控制台手动添加这两个项目:

dotnet new sln
dotnet new wpf
dotnet new webapi
dotnet sln add path/wpf.csproj
dotnet sln add path/webapi.csproj

0 个答案:

没有答案