File tree 1 file changed +4
-4
lines changed
src/Uno.UWPSyncGenerator.Reference 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 107
107
</ItemGroup >
108
108
<ItemGroup >
109
109
<PackageReference Include =" Microsoft.NETCore.UniversalWindowsPlatform" >
110
- <Version >6.1.9 </Version >
110
+ <Version >6.2.14 </Version >
111
111
</PackageReference >
112
112
<SDKReference Include =" WindowsDesktop, Version=10.0.22000.0" >
113
113
<Name >Windows Desktop Extensions for the UWP</Name >
120
120
<When Condition =" '$(UNO_UWP_BUILD)'=='false'" >
121
121
<ItemGroup >
122
122
<PackageReference Include =" Microsoft.WindowsAppSDK" >
123
- <Version >1.5.240227000 </Version >
123
+ <Version >1.6.240829007 </Version >
124
124
</PackageReference >
125
125
</ItemGroup >
126
126
</When >
127
127
<Otherwise >
128
128
<ItemGroup >
129
- <PackageReference Include =" Microsoft.UI.Xaml" Version =" 2.8.2 " />
129
+ <PackageReference Include =" Microsoft.UI.Xaml" Version =" 2.8.6 " />
130
130
</ItemGroup >
131
131
</Otherwise >
132
132
</Choose >
145
145
</Target >
146
146
147
147
<!-- Hack to avoid error: "This version of the Windows App SDK requires .NET 6. -->
148
- <Target Name =" WindowsAppSDKVerifyWinrtRuntimeVersion " />
148
+ <Target Name =" WindowsAppSDKVerifyCsWinRtVersions " />
149
149
150
150
<Target Name =" WorkaroundMissingWinAppSDKDLL_2" BeforeTargets =" BeforeBuild" >
151
151
<!-- Workaround for
You can’t perform that action at this time.
0 commit comments