Update Docs SDK version to 9.0.100, disable NuGetAudit temporarily, and upgrade Scriban to version 5.12.0 for generator

This commit is contained in:
Phil Scott 2024-11-23 10:51:21 -05:00 committed by Patrik Svensson
parent 43e9669395
commit 92daeb739d
4 changed files with 8 additions and 3 deletions

View File

@ -7,6 +7,11 @@
<DefaultItemExcludes>$(DefaultItemExcludes);output\**;.gitignore</DefaultItemExcludes>
<NoWarn>MVC1000</NoWarn>
<MinVerSkip>true</MinVerSkip>
<!--
Disable NuGetAudit for now, there is an in progress PR with Statiq regarding these packages,
but since since this is just a generator we are safe to ignore this for now.
-->
<NuGetAudit>false</NuGetAudit>
</PropertyGroup>
<ItemGroup>

View File

@ -3,7 +3,7 @@
"isRoot": true,
"tools": {
"microsoft.playwright.cli": {
"version": "1.2.2",
"version": "1.2.3",
"commands": [
"playwright"
]

View File

@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "9.0.100",
"rollForward": "latestFeature"
}
}

View File

@ -46,7 +46,7 @@
<PackageReference Include="AngleSharp" Version="1.1.2" />
<PackageReference Include="Humanizer.Core" Version="2.14.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Scriban" Version="5.10.0" />
<PackageReference Include="Scriban" Version="5.12.0" />
<PackageReference Include="Spectre.IO" Version="0.18.0" />
</ItemGroup>