From 92daeb739dedfc08877dc23f2e095b0154867f58 Mon Sep 17 00:00:00 2001 From: Phil Scott Date: Sat, 23 Nov 2024 10:51:21 -0500 Subject: [PATCH] Update Docs SDK version to 9.0.100, disable NuGetAudit temporarily, and upgrade Scriban to version 5.12.0 for generator --- docs/Docs.csproj | 5 +++++ docs/dotnet-tools.json | 2 +- docs/global.json | 2 +- resources/scripts/Generator/Generator.csproj | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/Docs.csproj b/docs/Docs.csproj index 06525e318..b88710fb3 100644 --- a/docs/Docs.csproj +++ b/docs/Docs.csproj @@ -7,6 +7,11 @@ $(DefaultItemExcludes);output\**;.gitignore MVC1000 true + + false diff --git a/docs/dotnet-tools.json b/docs/dotnet-tools.json index d93113f51..59f285c40 100644 --- a/docs/dotnet-tools.json +++ b/docs/dotnet-tools.json @@ -3,7 +3,7 @@ "isRoot": true, "tools": { "microsoft.playwright.cli": { - "version": "1.2.2", + "version": "1.2.3", "commands": [ "playwright" ] diff --git a/docs/global.json b/docs/global.json index 391ba3c2a..cdbb589ed 100644 --- a/docs/global.json +++ b/docs/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "8.0.100", + "version": "9.0.100", "rollForward": "latestFeature" } } diff --git a/resources/scripts/Generator/Generator.csproj b/resources/scripts/Generator/Generator.csproj index d2c43aa4c..b6e6d2ff5 100644 --- a/resources/scripts/Generator/Generator.csproj +++ b/resources/scripts/Generator/Generator.csproj @@ -46,7 +46,7 @@ - +