Skip to content

Commit

Permalink
Bump Windows SDK for .NET 9 to 26100
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergio0694 committed Sep 16, 2024
1 parent e219889 commit fdedf22
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<WindowsSdkPackageVersion>10.0.22621.39</WindowsSdkPackageVersion>
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
<WindowsSdkPackageVersion>10.0.26100.39</WindowsSdkPackageVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<RootNamespace>Microsoft.Xaml.Interactions</RootNamespace>
<UseUwp>true</UseUwp>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Library</OutputType>
<TargetFramework>net8.0-windows10.0.22621.0</TargetFramework>
<WindowsSdkPackageVersion>10.0.22621.39</WindowsSdkPackageVersion>
<TargetFramework>net8.0-windows10.0.26100.0</TargetFramework>
<WindowsSdkPackageVersion>10.0.26100.39</WindowsSdkPackageVersion>
<TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion>
<RootNamespace>Microsoft.Xaml.Interactivity</RootNamespace>
<UseUwp>true</UseUwp>
Expand Down

0 comments on commit fdedf22

Please sign in to comment.