Skip to content

Commit 027946a

Browse files
Arlodotexemichael-hawker
authored andcommitted
Update to prerelease packages for Wasdk AoT
1 parent a0381dd commit 027946a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MultiTarget/PackageReferences/WinAppSdk.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.22621.756" />
55
</ItemGroup>
66
<ItemGroup>
7-
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240602.1" PrivateAssets="all" />
7+
<PackageReference Include="Microsoft.Windows.CsWinRT" Version="2.1.0-prerelease.240722.1" PrivateAssets="all" />
88
</ItemGroup>
99
</Project>

MultiTarget/WinUI.Extra.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727
<RuntimeIdentifiers Condition="$([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)')) >= 8">win-x86;win-x64;win-arm64</RuntimeIdentifiers>
2828
<RuntimeIdentifiers Condition="8 > $([MSBuild]::GetTargetFrameworkVersion('$(TargetFramework)'))">win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
29-
<WindowsSdkPackageVersion>10.0.22621.35-preview</WindowsSdkPackageVersion>
29+
<WindowsSdkPackageVersion>10.0.22621.37-preview</WindowsSdkPackageVersion>
3030
</PropertyGroup>
3131

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

0 commit comments

Comments
 (0)