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.1</TargetFramework >
5- <RazorLangVersion >3.0</RazorLangVersion >
4+ <TargetFramework >net5.0</TargetFramework >
65 <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
76
87 </PropertyGroup >
1413
1514 <ItemGroup >
1615
17- <PackageReference Include =" Microsoft.Extensions.Localization.Abstractions" Version =" 3 .0.0-* " />
16+ <PackageReference Include =" Microsoft.Extensions.Localization.Abstractions" Version =" 5 .0.0" />
1817 </ItemGroup >
1918
2019</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 >3.1.0</Version >
5+ <Version >5.0.0</Version >
6+ <TargetFramework >net5.0</TargetFramework >
67 <Authors >Joe Audette</Authors >
7- <TargetFrameworks >netcoreapp3.1</TargetFrameworks >
88 <PackageId >cloudscribe.Web.Localization</PackageId >
99 <PackageTags >cloudscribe;localization;resx</PackageTags >
1010 <PackageIcon >icon.png</PackageIcon >
1616 </PropertyGroup >
1717
1818 <ItemGroup >
19- <None Include =" icon.png" Pack =" true" PackagePath =" \" />
19+ <None Include =" icon.png" Pack =" true" PackagePath =" \" />
2020 </ItemGroup >
2121
2222 <ItemGroup >
2323 <FrameworkReference Include =" Microsoft.AspNetCore.App" />
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 =" 5 .0.0" />
28+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 5 .0.0" />
2929 </ItemGroup >
3030
3131
Original file line number Diff line number Diff line change 44 "anonymousAuthentication" : true ,
55 "iisExpress" : {
66 "applicationUrl" : " http://localhost:51296/" ,
7- "sslPort" : 0
7+ "sslPort" : 44310
88 }
99 },
1010 "profiles" : {
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >netcoreapp3.1 </TargetFramework >
4+ <TargetFramework >net5.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