diff --git a/Directory.Build.props b/Directory.Build.props index dfcbd257..7abd001e 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,6 +7,7 @@ true $(NoWarn);CS1591;NU5128 NU1901;NU1902;NU1903;NU1904 + direct true false true diff --git a/Directory.Packages.props b/Directory.Packages.props index 7fc69f83..5d2953cc 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -43,7 +43,7 @@ - + diff --git a/global.json b/global.json index c4c2ea47..ac54d4e9 100644 --- a/global.json +++ b/global.json @@ -1,12 +1,12 @@ { "sdk": { - "version": "8.0.303", + "version": "8.0.402", "allowPrerelease": true, "rollForward": "major" }, "tools": { - "dotnet": "8.0.303" + "dotnet": "8.0.402" }, "msbuild-sdks": { diff --git a/samples/Fornax/Fornax.Server/Fornax.Server.csproj b/samples/Fornax/Fornax.Server/Fornax.Server.csproj index a44a8be7..b1516023 100644 --- a/samples/Fornax/Fornax.Server/Fornax.Server.csproj +++ b/samples/Fornax/Fornax.Server/Fornax.Server.csproj @@ -7,7 +7,7 @@ $(RepoRoot)eng\msbuild\web false disable - CA3147 + CA3147;NU1605 diff --git a/samples/Fornax/Fornax.Server/Web.config b/samples/Fornax/Fornax.Server/Web.config index c2238826..6660a332 100644 --- a/samples/Fornax/Fornax.Server/Web.config +++ b/samples/Fornax/Fornax.Server/Web.config @@ -155,6 +155,12 @@ + + + + + + diff --git a/samples/Mortis/Mortis.Client/Web.config b/samples/Mortis/Mortis.Client/Web.config index fa1c402f..e80648ba 100644 --- a/samples/Mortis/Mortis.Client/Web.config +++ b/samples/Mortis/Mortis.Client/Web.config @@ -92,6 +92,12 @@ + + + + + + diff --git a/samples/Mortis/Mortis.Server/Web.config b/samples/Mortis/Mortis.Server/Web.config index 3b4bcda7..bc651833 100644 --- a/samples/Mortis/Mortis.Server/Web.config +++ b/samples/Mortis/Mortis.Server/Web.config @@ -142,6 +142,12 @@ + + + + + +