Skip to content

Commit 785c0b3

Browse files
chore: Update Content Packages (#733)
1 parent e924a96 commit 785c0b3

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Directory.Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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;

EssentialCSharp.Web.Tests/SiteMappingTests.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)