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 2323 <PropertyGroup Condition =" '$(IsUwp)' == 'true'" >
2424 <Platforms >x86;x64;arm64</Platforms >
2525
26- <WindowsSdkPackageVersion Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >10.0.26100.54 </WindowsSdkPackageVersion >
26+ <WindowsSdkPackageVersion Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >10.0.26100.57 </WindowsSdkPackageVersion >
2727 <RuntimeIdentifiers Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >win-x86;win-x64;win-arm64</RuntimeIdentifiers >
2828 </PropertyGroup >
2929
Original file line number Diff line number Diff line change 33 <Choose >
44 <When Condition =" '$(MultiTargetPlatformIdentifier)' == 'windows'" >
55 <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" />
77 </ItemGroup >
88 </When >
99 <Otherwise >
Original file line number Diff line number Diff line change 11<Project >
22 <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" />
55 <PackageReference Condition =" '$(HasWinUI)' == 'true'" Include =" Microsoft.Web.WebView2" Version =" 1.0.2903.40" PrivateAssets =" all" />
66 </ItemGroup >
77</Project >
Original file line number Diff line number Diff line change 33<Project >
44 <ItemGroup >
55 <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" />
77 <PackageReference Include =" System.Collections.Immutable" Version =" 9.0.0" />
88 </ItemGroup >
99</Project >
Original file line number Diff line number Diff line change 33<Project >
44 <ItemGroup >
55 <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" />
77 </ItemGroup >
88</Project >
You can’t perform that action at this time.
0 commit comments