diff --git a/eng/targets/CSharp.Common.props b/eng/targets/CSharp.Common.props index 55ff8dac4d21..b97198a89136 100644 --- a/eng/targets/CSharp.Common.props +++ b/eng/targets/CSharp.Common.props @@ -1,7 +1,7 @@ - 9.0 + 10.0 strict;nullablePublicOnly diff --git a/eng/tools/Directory.Build.props b/eng/tools/Directory.Build.props index 169cff2c21d8..117dcdc8deab 100644 --- a/eng/tools/Directory.Build.props +++ b/eng/tools/Directory.Build.props @@ -5,5 +5,6 @@ false true disable + true diff --git a/global.json b/global.json index 2d2e63ba783d..b0d2d042233b 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,9 @@ { "sdk": { - "version": "6.0.100-preview.7.21356.3" + "version": "6.0.100-preview.7.21359.3" }, "tools": { - "dotnet": "6.0.100-preview.7.21356.3", + "dotnet": "6.0.100-preview.7.21359.3", "runtimes": { "dotnet/x64": [ "2.1.27", diff --git a/src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj b/src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj index 346ddc48f16b..2ad41a63c633 100644 --- a/src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj +++ b/src/Components/benchmarkapps/Wasm.Performance/Driver/Wasm.Performance.Driver.csproj @@ -9,6 +9,7 @@ false true linux-x64 + true diff --git a/src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj b/src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj index eb02e425685d..83f17ad5b8ff 100644 --- a/src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj +++ b/src/Servers/IIS/IIS/test/testassets/InProcessNewShimWebSite/InProcessNewShimWebSite.csproj @@ -8,6 +8,7 @@ InProcessNewShimWebSite FORWARDCOMPAT false + true diff --git a/src/Servers/Kestrel/Directory.Build.targets b/src/Servers/Kestrel/Directory.Build.targets new file mode 100644 index 000000000000..9760bf235060 --- /dev/null +++ b/src/Servers/Kestrel/Directory.Build.targets @@ -0,0 +1,8 @@ + + + + + + + +