Skip to content

Commit

Permalink
Update Docs SDK version to 9.0.100, disable NuGetAudit temporarily, a…
Browse files Browse the repository at this point in the history
…nd upgrade Scriban to version 5.12.0 for generator
  • Loading branch information
phil-scott-78 committed Nov 23, 2024
1 parent 43e9669 commit f612763
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions docs/Docs.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion docs/global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "8.0.100",
"version": "9.0.100",
"rollForward": "latestFeature"
}
}
2 changes: 1 addition & 1 deletion resources/scripts/Generator/Generator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit f612763

Please sign in to comment.