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 >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .0</TargetFramework >
55 <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
66
77 </PropertyGroup >
1313
1414 <ItemGroup >
1515
16- <PackageReference Include =" Microsoft.Extensions.Localization.Abstractions" Version =" 6 .0.0" />
16+ <PackageReference Include =" Microsoft.Extensions.Localization.Abstractions" Version =" 8 .0.0" />
1717 </ItemGroup >
1818
1919</Project >
Original file line number Diff line number Diff line change 55using System . Globalization ;
66using System . Reflection ;
77using System . Resources ;
8- using Microsoft . Extensions . Localization . Internal ;
98
109//https://github.com/aspnet/Localization/blob/dev/src/Microsoft.Extensions.Localization/ResourceManagerStringLocalizer.cs
1110
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 >6 .0.0</Version >
6- <TargetFramework >net6 .0</TargetFramework >
5+ <Version >8 .0.0</Version >
6+ <TargetFramework >net8 .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 =" 6 .0.0" />
28- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 6 .0.0" />
27+ <PackageReference Include =" Microsoft.Extensions.Localization" Version =" 8 .0.0" />
28+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 8 .0.0" />
2929 </ItemGroup >
3030
3131
Original file line number Diff line number Diff line change 2626 <div class =" navbar navbar-inverse navbar-fixed-top" >
2727 <div class =" container" >
2828 <div class =" navbar-header" >
29- <button type =" button" class =" navbar-toggle" data-toggle =" collapse" data-target =" .navbar-collapse" >
29+ <button type =" button" class =" navbar-toggle" data-bs- toggle =" collapse" data-bs -target =" .navbar-collapse" >
3030 <span class =" sr-only" >@Localizer ["Toggle navigation"]</span >
3131 <span class =" icon-bar" ></span >
3232 <span class =" icon-bar" ></span >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk.Web" >
22
33 <PropertyGroup >
4- <TargetFramework >net6 .0</TargetFramework >
4+ <TargetFramework >net8 .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