简体   繁体   English

无法将 .net 核心 2.2 添加到 Visual Studio

[英]unable to add .net core 2.2 to visual studio

I'm creating a Winforms (.Net Core) application in Visual Studio 2019, the project is created with.Net Core 3.0 which has no designer.我正在 Visual Studio 2019 中创建一个 Winforms (.Net Core) 应用程序,该项目是使用没有设计器的 .Net Core 3.0 创建的。 I have downloaded and installed.Net Core 2.2 and.Net Core 2.1 SDKs but they are not being added to Visual Studio and still the only available option is.Net Core 3.0我已经下载并安装了 .Net Core 2.2 和 .Net Core 2.1 SDK,但它们没有被添加到 Visual Studio 并且仍然唯一可用的选项是 .Net Core 3.0

Am I missing something?我错过了什么吗?

You aren't able to use .net core versions previous to 3.0 due to the fact that Windows Desktop support is, in fact, a new feature to core 3.0.由于Windows 桌面支持实际上是核心 3.0 的新功能,因此您无法使用 3.0 之前的 .net 核心版本。

@madreflection has pointed out in comments that there is a designer for WinForms that will work in core 3.0, but it is currently in preview. @madreflection 在评论中指出,有一个WinForms 设计器可以在 core 3.0 中工作,但它目前处于预览阶段。 This may prove sufficient for your purposes in the interim, but you may be looking at sticking with Framework until the designer is out of preview.在此期间,这可能足以满足您的目的,但您可能会考虑坚持使用 Framework,直到设计器不再预览。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 无法在 Visual Studio Build Framework 中选择 .NET Core 2.2 - .NET Core 2.2 Can't be Selected In Visual Studio Build Framework Visual Studio 无法运行 .NET Core 测试 - Visual Studio unable to run .NET Core tests 我可以在Visual Studio 2012中安装.NET Core 2.2 SDK吗? - Can i install .NET Core 2.2 SDK alongside Visual Studio 2012? ASP.Net Core 2.2 - 方法重载出现在 Visual Studio 中,但在运行时不起作用 - ASP.Net Core 2.2 - Method overload appears in Visual Studio but does not work at run-time 无法将Auto Mapper与.net Core 2.2一起使用 - Unable to use Auto Mapper with .net core 2.2 缺少.NET Core Visual Studio - missing .NET Core Visual Studio 如何将 Angular 9 SPA 项目和 ASP.NET Core 2.2 MVC 项目组合成一个 Visual Studio 2017 解决方案? - How can I combine an Angular 9 SPA project and an ASP.NET Core 2.2 MVC project into a single Visual Studio 2017 Solution? 无法在Visual Studio中添加引用 - Unable to add reference in Visual Studio 无法通过UserManager更新用户 <TUser> 在asp.net core 2.2应用程序中使用ef core 2.2 - unable to update user via UserManager<TUser> using ef core 2.2 in asp.net core 2.2 app 无法更新asp.net-core 2.2 c#中的记录 - Unable to update a record in asp.net-core 2.2 c#
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM