Skip to content

Commit

Permalink
Bump CsWinRT and WindowsSdkPackageVersion to latest stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
Arlodotexe committed Aug 9, 2024
1 parent 66595f7 commit 15e3d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion MultiTarget/PackageReferences/WinAppSdk.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240801.1" PrivateAssets="all" />
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.1" PrivateAssets="all" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion MultiTarget/WinUI.Extra.props
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
<RuntimeIdentifiers Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<WindowsSdkPackageVersion>10.0.22621.37-preview</WindowsSdkPackageVersion>
<WindowsSdkPackageVersion>10.0.22621.39</WindowsSdkPackageVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(IsUno)' == 'true'">
Expand Down

0 comments on commit 15e3d12

Please sign in to comment.