简体   繁体   English

如何在VS 2019上使用.net核心版本v3.1.0-preview1?

[英]How to use .net core version v3.1.0-preview1 on VS 2019?

After installing v3.1.0-preview1 on my machine, when wanted to create a project this version of .net core is not on the .net core list on my Vsiual studio (2019 latest update).在我的机器上安装v3.1.0-preview1后,当想要创建一个项目时,这个版本的 .net 内核不在我的 Vsiual 工作室(2019 最新更新)的 .net 内核列表中。

I installed both x64 and x32 version of .net core v3.1.0-preview1 from this link .我从这个链接安装了 .net core v3.1.0-preview1 的 x64 和 x32 版本。

How to fix this or use it?如何解决或使用它?

I think that the easiest way to try the .NET Core preview version is to also use the Visual Studio 2019 Preview我认为尝试 .NET Core 预览版的最简单方法是同时使用Visual Studio 2019 Preview

Check Visual Studio 2019 Enterprise Preview - Version 16.4.0 Preview 2.0检查Visual Studio 2019 企业预览版 - 版本 16.4.0 预览版 2.0

You can use the Visual Studio Enterprise, from preview channel, side-by-side with your other Visual Studio edition and version.您可以通过预览渠道将 Visual Studio Enterprise 与您的其他 Visual Studio 版本和版本并排使用。

暂无
暂无

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

相关问题 VS Studio 2019 预览版 C# .NET Core 中是否有 Button 类? - Is there a Button class in VS Studio 2019 preview C# .NET Core? 使用 .NET Core Fakes 和 VS 2019 Preview 6.9.0 Preview 2.0 找不到类型或命名空间名称 - The type or namespace name could not be found with .NET Core Fakes and VS 2019 Preview 6.9.0 Preview 2.0 在VS 2019预览2中破坏了IAsyncEnumerable &lt;&gt;(Core 3.0预览1) - IAsyncEnumerable<> broken in VS 2019 preview 2 (Core 3.0 preview 1) 在VS2019中使用.Net Core格式的项目文件时,如何自动增加程序包版本修订号 - How do I autoincrement the Package Version revision number when using a .Net Core format project file in VS2019 VS 2019 上的 WPF .NET Core 安装程序 - WPF .NET Core Installer on VS 2019 如何在 ASP.NET Core 3 预览版中使用 Lamar 2? - How to use Lamar 2 with ASP.NET Core 3 preview? 如何使用类型引用可为空或如何在 .NET Core 中预览时启用它 - How to use type reference nullable or how to enable it on preview in .NET Core 无法将 .NET Core 5.0 应用程序与 Visual Studio Community 2019 版本 16.7.5 一起使用 - Can't use .NET Core 5.0 application with Visual Studio Community 2019 Version 16.7.5 如何使用 .NET Core 3.1.0 中的 ACL 在 Mac OS 上管理文件夹权限 - How to manage folders permissions on Mac OS with ACL in .NET Core 3.1.0 控制台应用程序已更新为 .Net Core 3.1 错误找不到框架“Microsoft.AspNetCore.App”,版本“3.1.0” - Console App Updated to .Net Core 3.1 Error The framework 'Microsoft.AspNetCore.App', version '3.1.0' was not found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM