Skip to content

Commit

Permalink
Update .Net SDK 6.0.300 / Runtime 6.0.5[Visual Studio 2022 (v17.2)]
Browse files Browse the repository at this point in the history
  • Loading branch information
AigioL committed May 11, 2022
1 parent 0db4a6a commit 8f45f3b
Show file tree
Hide file tree
Showing 6 changed files with 32 additions and 50 deletions.
70 changes: 26 additions & 44 deletions Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -5,53 +5,35 @@
<PackageVersion Include="Microsoft.Extensions.Http" Version="6.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="6.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.AzureAppServices" Version="6.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="6.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.4" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="6.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.4" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.4" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('net5.0')) ">
<!-- Microsoft.Extensions.* & AspNetCore & EntityFrameworkCore(NET50) -->
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="5.0.2" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="5.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="5.0.0" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="5.0.0" />
<PackageVersion Include="Microsoft.Extensions.Logging.AzureAppServices" Version="5.0.16" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="5.0.16" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="5.0.14" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="5.0.16" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.16" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.16" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.16" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="5.0.16" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="5.0.16" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="5.0.16" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="5.0.16" />
<PackageVersion Include="Microsoft.Extensions.Logging.AzureAppServices" Version="6.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="6.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="6.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="6.0.5" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="6.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="6.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="6.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="6.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="6.0.5" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="6.0.5" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('netstandard')) Or $(TargetFramework.StartsWith('netcoreapp3.1'))">
<!-- Microsoft.Extensions.* & AspNetCore & EntityFrameworkCore(NETCOREAPP31) -->
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="3.1.24" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="3.1.24" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="3.1.24" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.24" />
<PackageVersion Include="Microsoft.Extensions.Logging.AzureAppServices" Version="3.1.24" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.24" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="3.1.24" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.24" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.24" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.24" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.24" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.24" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.1.24" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.1.24" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.24" />
<PackageVersion Include="Microsoft.Extensions.DependencyInjection" Version="3.1.25" />
<PackageVersion Include="Microsoft.Extensions.Http" Version="3.1.25" />
<PackageVersion Include="Microsoft.Extensions.Logging" Version="3.1.25" />
<PackageVersion Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.25" />
<PackageVersion Include="Microsoft.Extensions.Logging.AzureAppServices" Version="3.1.25" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Tools" Version="3.1.25" />
<PackageVersion Include="Microsoft.EntityFrameworkCore" Version="3.1.25" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.Relational" Version="3.1.25" />
<PackageVersion Include="Microsoft.EntityFrameworkCore.SqlServer" Version="3.1.25" />
<PackageVersion Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="3.1.25" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="3.1.25" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Version="3.1.25" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.MicrosoftAccount" Version="3.1.25" />
<PackageVersion Include="Microsoft.AspNetCore.Authentication.OpenIdConnect" Version="3.1.25" />
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation" Version="3.1.25" />
</ItemGroup>
<ItemGroup Condition=" $(TargetFramework.StartsWith('net6.0')) ">
<!-- Entity Framework Plus -->
Expand Down
4 changes: 2 additions & 2 deletions download-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
- Desktop(桌面端)
- Windows
- 如果你使用 Intel、AMD 的 x64(x86-64) 芯片的 PC,则下载文件名中带有 **win_x64** 的文件
- 如果你 **已安装** 了 [ASP.NET Core 运行时 6.0.4](https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0) 则下载文件名中带有 **fde(框架依赖)** 的文件
- 如果你 **已安装** 了 [ASP.NET Core 运行时 6.0.5](https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0) 则下载文件名中带有 **fde(框架依赖)** 的文件
- 注意:是 《ASP.NET Core 运行时》 而不是 《.NET 桌面运行时》
- [在 Windows 上安装 .NET](https://docs.microsoft.com/zh-cn/dotnet/core/install/windows)
- 本程序在 Windows 上不需要 Hosting Bundle 和 IIS support
- [下载安装程序并手动安装(aspnetcore-runtime-6.0.4-win-x64.exe)](https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/runtime-aspnetcore-6.0.4-windows-x64-installer)
- [下载安装程序并手动安装(aspnetcore-runtime-6.0.5-win-x64.exe)](https://dotnet.microsoft.com/zh-cn/download/dotnet/thank-you/runtime-aspnetcore-6.0.5-windows-x64-installer)
- [使用 PowerShell 自动化安装](https://docs.microsoft.com/zh-cn/dotnet/core/install/windows?tabs=net60#install-with-powershell-automation)
- macOS
- 如果你使用 Intel 的 x64(x86-64) 芯片的 Mac,则下载文件名中带有 **macos_x64** 的文件
Expand Down
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
"Xamarin.Legacy.Sdk": "0.1.2-alpha6"
},
"sdk": {
"version": "6.0.202"
"version": "6.0.300"
}
}
2 changes: 1 addition & 1 deletion references/FluentAvalonia
2 changes: 1 addition & 1 deletion references/Steam4NET
2 changes: 1 addition & 1 deletion src/Common.CoreLib/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
[assembly: AssemblyProduct(AssemblyProduct)]
[assembly: AssemblyCopyright(AssemblyCopyright)]
[assembly: AssemblyCompany(AssemblyCompany)]
[assembly: NeutralResourcesLanguage("zh-Hans")]
[assembly: NeutralResourcesLanguage("zh-Hans")]

0 comments on commit 8f45f3b

Please sign in to comment.