简体   繁体   English

库升级到 .net 标准 2.1

[英]library upgrade to .net standard 2.1

I have class library written in .net standard 2.0 at visual studio 2017. Now I need to upgrade into .net standard 2.1.我在 Visual Studio 2017 有 .net 标准 2.0 编写的 class 库。现在我需要升级到 .net 标准 2.1。 The problem is not able to get the .net standard 2.1.问题是无法获得.net标准2.1。

Do I need a visual studio 2019?我需要 Visual Studio 2019 吗?

As .Net Standard 2.1 represents .NET Core 3.0 or higher and .NET Core 3.0 requires Visual Studio 2019 :由于.Net Standard 2.1 代表 .NET Core 3.0或更高版本,而.NET Core 3.0 需要 Visual Studio 2019

Yes, you need Visual Studio 2019 if you want to use Visual Studio to develop a .NET Standard 2.1 - library.是的,如果您想使用 Visual Studio 开发 .NET Standard 2.1 - 库,则需要 Visual Studio 2019。

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

相关问题 SnowflakeDbConnection Open():升级到 .NET 标准 2.1 后随机失败 - SnowflakeDbConnection Open(): Randomly fails after upgrade to .NET Standard 2.1 将 class 库项目升级到 .net 标准 2.1,其中 .net 框架 4.X 项目已引用该标准 - Upgrading class library project to .net standard 2.1 where this has been referenced by .net framework 4.X projects EF6 库迁移到 .net 标准 2.1 - EDMX 资源不包含在.dll - EF6 library migration to .net standard 2.1 - EDMX resources not included in .dll 在 Linux 上运行的证书验证 .net 标准 2.1 - Certificate validation .net standard 2.1 running on linux .net 标准库中的 HttpContext - HttpContext in .net standard library Asp.net内核2.1升级到Asp.net 3.0 - Asp.net core 2.1 to Asp.net 3.0 upgrade 替换 .NET Core (NET Standard 2.1) 中的 DataTable/DataSet - Replacement for DataTable/DataSet in .NET Core (NET Standard 2.1) 问题:在.Net Core 3.1 中引用.Net Standard 2.1 项目 - Issue: Referring .Net Standard 2.1 project in .Net Core 3.1 SignalR 和 .NET 5 是否与运行 .NET Standard 2.1 的 Blazor 应用程序兼容? - Is SignalR with .NET 5 compatible with a Blazor application running .NET Standard 2.1? 如何在 .Net Framework 4.8 中使用 .Net Standard 2.1 DLL? - How to use a .Net Standard 2.1 DLL in .Net Framework 4.8?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM