使用 Windows 包管理器 (winget) 安装 .Net

2022-09-26 00:00:00 版本 运行 安装 工具 命令行

  用户可以在 Windows 10 和 Windows 11 计算机上使用 winget 命令行工具来发现、安装、升级、删除和配置应用程序。 此工具是 Windows 程序包管理器服务的客户端接口。 以下是 Windows 包管理器上可用的 .NET 版本列表:

.NET VersionSupport PhaseSDK/RuntimeWinget Short-Name
6.0FullSDK/.NET Runtime/.NET Desktop Runtime/ASP.NET Core Runtimedotnet-sdk-6, dotnet-runtime-6, dotnet-desktop-6, aspnetcore-6
3.1MaintenanceSDK/.NET Runtime/.NET Desktop Runtime/ASP.NET Core Runtimedotnet-sdk-3_1, dotnet-runtime-3_1, dotnet-desktop-3_1, aspnetcore-3_1
5.0Out-of-SupportSDK/.NET Runtime/.NET Desktop Runtime/ASP.NET Core Runtimedotnet-sdk-5, dotnet-runtime-5, dotnet-desktop-5, aspnetcore-5
7.0 (Preview)N/ASDK/.NET Runtime/.NET Desktop Runtime/ASP.NET Core Runtimedotnet-sdk-preview, dotnet-runtime-preview, dotnet-desktop-preview, aspnetcore-preview

相关文章