File tree Expand file tree Collapse file tree
cloudscribe.Web.Localization Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Razor" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 <RazorLangVersion >3.0</RazorLangVersion >
66 <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
77
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >more flexible localization for ASP.NET Core</Description >
5- <Version >3.0.3 </Version >
5+ <Version >3.1.0 </Version >
66 <Authors >Joe Audette</Authors >
7- <TargetFrameworks >netcoreapp3.0 </TargetFrameworks >
7+ <TargetFrameworks >netcoreapp3.1 </TargetFrameworks >
88 <PackageId >cloudscribe.Web.Localization</PackageId >
99 <PackageTags >cloudscribe;localization;resx</PackageTags >
1010 <PackageIcon >icon.png</PackageIcon >
2424 </ItemGroup >
2525
2626 <ItemGroup >
27- <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 3.0 .0" />
28- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 3.0 .0" />
27+ <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 3.1 .0" />
28+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 3.1 .0" />
2929 </ItemGroup >
3030
3131
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.0 </TargetFramework >
4+ <TargetFramework >netcoreapp3.1 </TargetFramework >
55 <UserSecretsId >aspnet-localization.WebApp-940cc8f9-71c6-4716-a22f-dac5c78eb805</UserSecretsId >
66 </PropertyGroup >
77
You can’t perform that action at this time.
0 commit comments