diff --git a/build/Directory.Build.props b/build/Directory.Build.props index 95920fa99..dff585874 100644 --- a/build/Directory.Build.props +++ b/build/Directory.Build.props @@ -23,6 +23,9 @@ For instance, this will warn when using the == operator to compare a struct with a null literal. --> strict + + + $(NoWarn);CS9057 diff --git a/global.json b/global.json index 354fa7a0f..9d032dbb6 100644 --- a/global.json +++ b/global.json @@ -1,9 +1,5 @@ { "msbuild-sdks": { "MSBuild.Sdk.Extras": "3.0.38" - }, - "sdk": { - "version": "7.0.202", - "rollForward": "latestFeature" } } \ No newline at end of file diff --git a/samples/ComputeSharp.SwapChain.D2D1.Cli/ComputeSharp.SwapChain.D2D1.Cli.csproj b/samples/ComputeSharp.SwapChain.D2D1.Cli/ComputeSharp.SwapChain.D2D1.Cli.csproj index 40de276f3..da0d71f0a 100644 --- a/samples/ComputeSharp.SwapChain.D2D1.Cli/ComputeSharp.SwapChain.D2D1.Cli.csproj +++ b/samples/ComputeSharp.SwapChain.D2D1.Cli/ComputeSharp.SwapChain.D2D1.Cli.csproj @@ -2,12 +2,18 @@ Exe WinExe - net7.0-windows10.0.22621 + net8.0-windows10.0.22621 app.manifest x64;ARM64 $(NoWarn);IDE0065 computesharp.d2d1.cli ..\..\assets\icon.ico + + + + https://api.nuget.org/v3/index.json; + https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet8/nuget/v3/index.json; + @@ -19,9 +25,6 @@ true - true - true - Speed