File tree Expand file tree Collapse file tree
EssentialCSharp.Web.Tests Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 <PropertyGroup >
33 <ManagePackageVersionsCentrally >true</ManagePackageVersionsCentrally >
44 <CentralPackageTransitivePinningEnabled >false</CentralPackageTransitivePinningEnabled >
5- <ToolingPackagesVersion >1.1.1.4632 </ToolingPackagesVersion >
5+ <ToolingPackagesVersion >1.1.1.5400 </ToolingPackagesVersion >
66 <AccessToNugetFeed >false</AccessToNugetFeed >
77 <RestoreSources >
88 https://api.nuget.org/v3/index.json;
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ public class SiteMappingTests
66{
77 static SiteMapping HelloWorldSiteMapping => new (
88 keys : [ "hello-world" ] ,
9+ primaryKey : "hello-world" ,
910 pagePath :
1011 [
1112 "Chapters" ,
@@ -24,6 +25,7 @@ public class SiteMappingTests
2425
2526 static SiteMapping CSyntaxFundamentalsSiteMapping => new (
2627 keys : [ "c-syntax-fundamentals" ] ,
28+ primaryKey : "c-syntax-fundamentals" ,
2729 pagePath :
2830 [
2931 "Chapters" ,
You can’t perform that action at this time.
0 commit comments