Skip to content

Commit 49ecdae

Browse files
committed
feat: Update Sync generator to WinAppSDK 1.6
1 parent abb3fca commit 49ecdae

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Uno.UWPSyncGenerator.Reference/Uno.UWPSyncGenerator.Reference.csproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@
107107
</ItemGroup>
108108
<ItemGroup>
109109
<PackageReference Include="Microsoft.NETCore.UniversalWindowsPlatform">
110-
<Version>6.1.9</Version>
110+
<Version>6.2.14</Version>
111111
</PackageReference>
112112
<SDKReference Include="WindowsDesktop, Version=10.0.22000.0">
113113
<Name>Windows Desktop Extensions for the UWP</Name>
@@ -120,13 +120,13 @@
120120
<When Condition="'$(UNO_UWP_BUILD)'=='false'">
121121
<ItemGroup>
122122
<PackageReference Include="Microsoft.WindowsAppSDK">
123-
<Version>1.5.240227000</Version>
123+
<Version>1.6.240829007</Version>
124124
</PackageReference>
125125
</ItemGroup>
126126
</When>
127127
<Otherwise>
128128
<ItemGroup>
129-
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.2" />
129+
<PackageReference Include="Microsoft.UI.Xaml" Version="2.8.6" />
130130
</ItemGroup>
131131
</Otherwise>
132132
</Choose>
@@ -145,7 +145,7 @@
145145
</Target>
146146

147147
<!-- Hack to avoid error: "This version of the Windows App SDK requires .NET 6. -->
148-
<Target Name="WindowsAppSDKVerifyWinrtRuntimeVersion" />
148+
<Target Name="WindowsAppSDKVerifyCsWinRtVersions" />
149149

150150
<Target Name="WorkaroundMissingWinAppSDKDLL_2" BeforeTargets="BeforeBuild">
151151
<!-- Workaround for

0 commit comments

Comments
 (0)