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 >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
66
77 </PropertyGroup >
1313
1414 <ItemGroup >
1515
16- <PackageReference Include =" Microsoft.Extensions.Localization.Abstractions" Version =" 5 .0.0" />
16+ <PackageReference Include =" Microsoft.Extensions.Localization.Abstractions" Version =" 6 .0.0" />
1717 </ItemGroup >
1818
1919</Project >
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 >5 .0.0</Version >
6- <TargetFramework >net5 .0</TargetFramework >
5+ <Version >6 .0.0</Version >
6+ <TargetFramework >net6 .0</TargetFramework >
77 <Authors >Joe Audette</Authors >
88 <PackageId >cloudscribe.Web.Localization</PackageId >
99 <PackageTags >cloudscribe;localization;resx</PackageTags >
2424 </ItemGroup >
2525
2626 <ItemGroup >
27- <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 5 .0.0" />
28- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 5 .0.0" />
27+ <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 6 .0.0" />
28+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 6 .0.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 >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</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