File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
EssentialCSharp.Web.Tests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed 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.4415 </ToolingPackagesVersion >
5+ <ToolingPackagesVersion >1.1.1.4520 </ToolingPackagesVersion >
66 <AccessToNugetFeed >true</AccessToNugetFeed >
77 <RestoreSources >
88 https://api.nuget.org/v3/index.json;
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ public class SiteMappingTests
1515 ] ,
1616 chapterNumber : 1 ,
1717 pageNumber : 1 ,
18+ orderOnPage : 1 ,
1819 chapterTitle : "Introducing C#" ,
1920 rawHeading : "Introduction" ,
2021 anchorId : "hello-world" ,
@@ -32,6 +33,7 @@ public class SiteMappingTests
3233 ] ,
3334 chapterNumber : 1 ,
3435 pageNumber : 2 ,
36+ orderOnPage : 1 ,
3537 chapterTitle : "Introducing C#" ,
3638 rawHeading : "C# Syntax Fundamentals" ,
3739 anchorId : "c-syntax-fundamentals" ,
You can’t perform that action at this time.
0 commit comments