Skip to content

Commit f1408dd

Browse files
committed
Remove outdated Windows SDK package versions
1 parent 5a66cec commit f1408dd

File tree

11 files changed

+0
-11
lines changed

11 files changed

+0
-11
lines changed

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>

src/ComputeSharp.WinUI/ComputeSharp.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>

tests/ComputeSharp.D2D1.WinUI.Tests.SourceGenerators/ComputeSharp.D2D1.WinUI.Tests.SourceGenerators.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.57</WindowsSdkPackageVersion>
65
<Platforms>x64;ARM64</Platforms>
76
<RuntimeIdentifiers>win-x64;win-arm64</RuntimeIdentifiers>
87
<DefineConstants>$(DefineConstants);D2D1_WINUI_TESTS</DefineConstants>

0 commit comments

Comments
 (0)