File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 23
23
<PropertyGroup Condition =" '$(IsUwp)' == 'true'" >
24
24
<Platforms >x86;x64;arm64</Platforms >
25
25
26
- <WindowsSdkPackageVersion Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >10.0.26100.54 </WindowsSdkPackageVersion >
26
+ <WindowsSdkPackageVersion Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >10.0.26100.57 </WindowsSdkPackageVersion >
27
27
<RuntimeIdentifiers Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
28
28
</PropertyGroup >
29
29
Original file line number Diff line number Diff line change 3
3
<Choose >
4
4
<When Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >
5
5
<ItemGroup >
6
- <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.1.6 " PrivateAssets =" all" />
6
+ <PackageReference Include =" Microsoft.Windows.CsWinRT" Version =" 2.2.0 " PrivateAssets =" all" />
7
7
</ItemGroup >
8
8
</When >
9
9
<Otherwise >
Original file line number Diff line number Diff line change 1
1
<Project >
2
2
<ItemGroup >
3
- <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.WindowsAppSDK" Version =" 1.6.241114003 " />
4
- <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Windows.CsWinRt" Version =" 2.1.6 " PrivateAssets =" all" />
3
+ <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.WindowsAppSDK" Version =" 1.6.250108002 " />
4
+ <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Windows.CsWinRt" Version =" 2.2.0 " PrivateAssets =" all" />
5
5
<PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Web.WebView2" Version =" 1.0.2903.40" PrivateAssets =" all" />
6
6
</ItemGroup >
7
7
</Project >
Original file line number Diff line number Diff line change 3
3
<Project >
4
4
<ItemGroup >
5
5
<PackageReference Include =" Microsoft.Toolkit.Uwp.UI.Controls.Markdown" Version =" 7.1.3" />
6
- <PackageReference Include =" Microsoft.Xaml.Behaviors.Uwp.Managed" Version =" 3.0.0-preview2 " />
6
+ <PackageReference Include =" Microsoft.Xaml.Behaviors.Uwp.Managed" Version =" 3.0.0" />
7
7
<PackageReference Include =" System.Collections.Immutable" Version =" 9.0.0" />
8
8
</ItemGroup >
9
9
</Project >
Original file line number Diff line number Diff line change 3
3
<Project >
4
4
<ItemGroup >
5
5
<PackageReference Include =" CommunityToolkit.WinUI.UI.Controls.Markdown" Version =" 7.1.2" />
6
- <PackageReference Include =" Microsoft.Xaml.Behaviors.WinUI.Managed" Version =" 3.0.0-preview2 " />
6
+ <PackageReference Include =" Microsoft.Xaml.Behaviors.WinUI.Managed" Version =" 3.0.0" />
7
7
</ItemGroup >
8
8
</Project >
You can’t perform that action at this time.
0 commit comments