Skip to content

Commit 116768b

Browse files
authored
Merge pull request #908 from Sergio0694/dev/update-dotnet-sdk
Update .NET SDK, fix build errors
2 parents 2e62cc3 + f1408dd commit 116768b

File tree

13 files changed

+1
-13
lines changed

13 files changed

+1
-13
lines changed

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
3-
"version": "9.0.200",
3+
"version": "9.0.202",
44
"rollForward": "latestFeature",
55
"allowPrerelease": false
66
}

nuget.config

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
<packageSources>
44
<clear />
55
<add key="nuget" value="https://api.nuget.org/v3/index.json" />
6-
<add key="toolkit-MainLatest" value="https://pkgs.dev.azure.com/dotnet/CommunityToolkit/_packaging/CommunityToolkit-MainLatest/nuget/v3/index.json" />
76
</packageSources>
87
</configuration>

samples/ComputeSharp.NativeLibrary.WinRT/ComputeSharp.NativeLibrary.WinRT.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<Project Sdk="Microsoft.NET.Sdk">
22
<PropertyGroup>
33
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
4-
<WindowsSdkPackageVersion>10.0.22621.57</WindowsSdkPackageVersion>
54
<Platforms>x64;ARM64</Platforms>
65
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
76
</PropertyGroup>

samples/ComputeSharp.SwapChain.D2D1.Cli/ComputeSharp.SwapChain.D2D1.Cli.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<OutputType Condition="'$(CI_RUNNER_SAMPLES_INTEGRATION_TESTS)' == 'true'">Exe</OutputType>
44
<OutputType Condition="'$(CI_RUNNER_SAMPLES_INTEGRATION_TESTS)' != 'true'">WinExe</OutputType>
55
<TargetFramework>net8.0-windows10.0.22621</TargetFramework>
6-
<WindowsSdkPackageVersion>10.0.22621.57</WindowsSdkPackageVersion>
76
<ApplicationManifest>app.manifest</ApplicationManifest>
87
<Platforms>x64;ARM64</Platforms>
98
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>

samples/ComputeSharp.SwapChain.D2D1.Uwp/ComputeSharp.SwapChain.D2D1.Uwp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
55
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
6-
<WindowsSdkPackageVersion>10.0.22621.57</WindowsSdkPackageVersion>
76
<UseUwp>true</UseUwp>
87
<Platforms>x64;ARM64</Platforms>
98
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>

samples/ComputeSharp.SwapChain.Uwp/ComputeSharp.SwapChain.Uwp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
55
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
6-
<WindowsSdkPackageVersion>10.0.26100.57</WindowsSdkPackageVersion>
76
<UseUwp>true</UseUwp>
87
<Platforms>x64;ARM64</Platforms>
98
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>

samples/ComputeSharp.SwapChain.WinUI/ComputeSharp.SwapChain.WinUI.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<OutputType>WinExe</OutputType>
44
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
55
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
6-
<WindowsSdkPackageVersion>10.0.22621.57</WindowsSdkPackageVersion>
76
<ApplicationManifest>app.manifest</ApplicationManifest>
87
<Platforms>x64;ARM64</Platforms>
98
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>

src/ComputeSharp.D2D1.Uwp/ComputeSharp.D2D1.Uwp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
44
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
5-
<WindowsSdkPackageVersion>10.0.22621.54</WindowsSdkPackageVersion>
65
<UseUwp>true</UseUwp>
76
<Platforms>x64;ARM64</Platforms>
87
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>

src/ComputeSharp.D2D1.WinUI/ComputeSharp.D2D1.WinUI.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
44
<TargetPlatformMinVersion>10.0.17763.0</TargetPlatformMinVersion>
5-
<WindowsSdkPackageVersion>10.0.22621.54</WindowsSdkPackageVersion>
65
<Platforms>x64;ARM64</Platforms>
76
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
87
</PropertyGroup>

src/ComputeSharp.Uwp/ComputeSharp.Uwp.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
44
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
5-
<WindowsSdkPackageVersion>10.0.22621.54</WindowsSdkPackageVersion>
65
<UseUwp>true</UseUwp>
76
<Platforms>x64;ARM64</Platforms>
87
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>

0 commit comments

Comments
 (0)