File tree Expand file tree Collapse file tree
cloudscribe.Web.Navigation
cloudscribe.Web.SiteMap.FromNavigation
test/cloudscribe.Web.Navigation.Test Expand file tree Collapse file tree 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
66 </PropertyGroup >
77
1818 </ItemGroup >
1919
2020 <ItemGroup >
21-
22- <!-- <PackageReference Include="cloudscribe.Web.Localization" Version="3.0.0-*" />-->
23- <PackageReference Include =" cloudscribe.Web.Localization" Version =" 5.0.0" />
24-
21+ <PackageReference Include =" cloudscribe.Web.Localization" Version =" 6.0.0" />
2522 </ItemGroup >
2623
2724 <ItemGroup >
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-RazorPages.WebApp-0BEB55BD-36A5-4CAC-A1C9-81104294AB20</UserSecretsId >
66 <AspNetCoreHostingModel >InProcess</AspNetCoreHostingModel >
77 </PropertyGroup >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >an ASP.NET Core viewcomponent for menus and breadcrumbs</Description >
5- <Version >5 .0.1 </Version >
6- <TargetFramework >net5 .0</TargetFramework >
5+ <Version >6 .0.0 </Version >
6+ <TargetFramework >net6 .0</TargetFramework >
77 <Authors >Joe Audette</Authors >
88 <AddRazorSupportForMvc >true</AddRazorSupportForMvc >
99 <PackageTags >cloudscribe;asp.net core;mvcsitemapprovider;navigation;menus;breadcrumbs;bootstrap</PackageTags >
2424 </ItemGroup >
2525
2626 <ItemGroup >
27- <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 5 .0.0" />
28- <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 5 .0.0" />
29- <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 5 .0.0" />
30- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 5 .0.0" />
31- <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 5 .0.0" />
27+ <PackageReference Include =" Microsoft.Extensions.Caching.Abstractions" Version =" 6 .0.0" />
28+ <PackageReference Include =" Microsoft.Extensions.Configuration.Abstractions" Version =" 6 .0.0" />
29+ <PackageReference Include =" Microsoft.Extensions.Logging.Abstractions" Version =" 6 .0.0" />
30+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 6 .0.0" />
31+ <PackageReference Include =" Microsoft.Extensions.Options.ConfigurationExtensions" Version =" 6 .0.0" />
3232
33- <PackageReference Include =" Newtonsoft.Json" Version =" 11 .0.2 " />
33+ <PackageReference Include =" Newtonsoft.Json" Version =" 13 .0.1 " />
3434 </ItemGroup >
3535
3636</Project >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >cloudscribe.Web.SiteMap.FromNavigation a library that implements ISiteMapNodeService using existing tree of nodes from cloudscribe.Web.Navigation.NavigationTreeBuilderService</Description >
5- <Version >5 .0.1 </Version >
6- <TargetFramework >net5 .0</TargetFramework >
5+ <Version >6 .0.0 </Version >
6+ <TargetFramework >net6 .0</TargetFramework >
77 <Authors >Joe Audette</Authors >
88 <PackageTags >cloudscribe;mvc;sitemap</PackageTags >
99 <PackageIcon >icon.png</PackageIcon >
Original file line number Diff line number Diff line change 22
33 <PropertyGroup >
44 <Description >ASP.NET Core controller and models for generating an xml sitemap for search indexes http://www.sitemaps.org</Description >
5- <Version >5 .0.0</Version >
6- <TargetFramework >net5 .0</TargetFramework >
5+ <Version >6 .0.0</Version >
6+ <TargetFramework >net6 .0</TargetFramework >
77
88 <Authors >Joe Audette</Authors >
99 <AssemblyName >cloudscribe.Web.SiteMap</AssemblyName >
2626 </ItemGroup >
2727
2828 <ItemGroup >
29-
30- <!-- <PackageReference Include="Microsoft.Extensions.Logging" Version="3.0.0" />
31- <PackageReference Include="Microsoft.Extensions.Options" Version="3.0.0" />-->
32- <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 5.0.0" />
33- <PackageReference Include =" Microsoft.Extensions.Options" Version =" 5.0.0" />
34-
35-
29+ <PackageReference Include =" Microsoft.Extensions.Logging" Version =" 6.0.0" />
30+ <PackageReference Include =" Microsoft.Extensions.Options" Version =" 6.0.0" />
3631 </ItemGroup >
3732
38-
39-
4033</Project >
Original file line number Diff line number Diff line change 11<Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
4- <TargetFramework >net5 .0</TargetFramework >
4+ <TargetFramework >net6 .0</TargetFramework >
55 <IsPackable >false</IsPackable >
66
77 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments