「ASP.NET Core」修訂間的差異
跳至導覽
跳至搜尋
(→FAQ) |
|||
行 59: | 行 59: | ||
==FAQ== | ==FAQ== | ||
+ | ===轉移=== | ||
+ | *[https://docs.microsoft.com/zh-tw/aspnet/core/migration/proper-to-2x/?view=aspnetcore-5.0 從 ASP.NET 移轉至 ASP.NET Core | Microsoft Docs] | ||
+ | *[https://docs.microsoft.com/zh-tw/aspnet/core/migration/1x-to-2x/?view=aspnetcore-5.0 從 ASP.NET Core 1.x 遷移至 2.0 | Microsoft Docs] | ||
+ | *[https://docs.microsoft.com/zh-tw/aspnet/core/migration/20_21?view=aspnetcore-5.0 從 ASP.NET Core 2.0 移轉到 2.1 | Microsoft Docs] | ||
+ | *[https://docs.microsoft.com/zh-tw/aspnet/core/migration/21-to-22?view=aspnetcore-5.0&tabs=visual-studio 從 ASP.NET Core 2.1 遷移至2.2 | Microsoft Docs] | ||
+ | *[https://docs.microsoft.com/zh-tw/aspnet/core/migration/22-to-30?view=aspnetcore-5.0&tabs=visual-studio 從 ASP.NET Core 2.2 遷移至3.0 | Microsoft Docs] | ||
+ | *[https://docs.microsoft.com/zh-tw/aspnet/core/migration/30-to-31?view=aspnetcore-5.0&tabs=visual-studio 從 ASP.NET Core 3.0 遷移至3.1 | Microsoft Docs] | ||
===ASP.NET Core 3.0以後不再從NuGet提供=== | ===ASP.NET Core 3.0以後不再從NuGet提供=== | ||
* 出處:[https://stackoverflow.com/questions/58126671/where-is-asp-net-core-3-0-nuget-packages Where is Asp.net core 3.0 nuget packages? - Stack Overflow] | * 出處:[https://stackoverflow.com/questions/58126671/where-is-asp-net-core-3-0-nuget-packages Where is Asp.net core 3.0 nuget packages? - Stack Overflow] |
於 2020年12月7日 (一) 23:59 的修訂
ASP.NET Core,參照:『維基百科~ASP.NET_Core』
版本
Version Number | Release Date | End of Support | Supported Visual Studio Version(s) |
---|---|---|---|
1.0 | 2016-06-27 | 2019-06-27 | 2015, 2017 |
1.1 | 2016-11-18 | 2019-06-27 | 2015, 2017 |
2.0 | 2017-08-14 | 2018-10-01 | 2017 |
2.1 LTS | 2018-05-30 | 2021-08-21 | 2017 |
2.2 | 2018-12-04 | 2019-12-23 | 2017 15.9 and 2019 16.0 preview 1 |
3.0 | 2019-09-23 | 2020-03-03 | 2017, 2019 |
3.1 LTS | 2019-12-03 | 2022-12-03 | 2019 |
5.0 | 2020-11-10 |
技術文件
應用
FAQ
轉移
- 從 ASP.NET 移轉至 ASP.NET Core | Microsoft Docs
- 從 ASP.NET Core 1.x 遷移至 2.0 | Microsoft Docs
- 從 ASP.NET Core 2.0 移轉到 2.1 | Microsoft Docs
- 從 ASP.NET Core 2.1 遷移至2.2 | Microsoft Docs
- 從 ASP.NET Core 2.2 遷移至3.0 | Microsoft Docs
- 從 ASP.NET Core 3.0 遷移至3.1 | Microsoft Docs
ASP.NET Core 3.0以後不再從NuGet提供
- Download .NET Core SDK
- 在 .csproj 檔案的 <ItemGroup> 區塊內加上
<FrameworkReference Include="Microsoft.AspNetCore.App"/>