|
55 | 55 | <PackageReference Include="ColorCode.Core" /> |
56 | 56 | <PackageReference Include="Microsoft.Graphics.Win2D" /> |
57 | 57 | <PackageReference Include="Microsoft.Windows.CsWinRT" /> |
58 | | - <PackageReference Include="CommunityToolkit.Labs.WinUI.SegmentedControl"/> |
59 | | - <PackageReference Include="CommunityToolkit.Labs.WinUI.SettingsControls"/> |
60 | | - <PackageReference Include="CommunityToolkit.WinUI.UI"/> |
61 | | - <PackageReference Include="CommunityToolkit.WinUI.UI.Animations"/> |
| 58 | + <PackageReference Include="CommunityToolkit.Labs.WinUI.SegmentedControl" /> |
| 59 | + <PackageReference Include="CommunityToolkit.Labs.WinUI.SettingsControls" /> |
| 60 | + <PackageReference Include="CommunityToolkit.WinUI.UI" /> |
| 61 | + <PackageReference Include="CommunityToolkit.WinUI.UI.Animations" /> |
62 | 62 | <PackageReference Include="Microsoft.VCRTForwarders.140" /> |
63 | 63 | <Manifest Include="$(ApplicationManifest)" /> |
64 | 64 |
|
|
70 | 70 | <PackageReference Include="System.Private.Uri" /> |
71 | 71 | </ItemGroup> |
72 | 72 | <ItemGroup Condition="'$(IsInWinUIRepo)' != 'true'"> |
73 | | - <PackageReference Update="Microsoft.WindowsAppSDK" Version="$(WindowsAppSdkPackageVersion)" /> |
| 73 | + <PackageReference Update="Microsoft.WindowsAppSDK" Version="1.4.230628000-preview1" /> |
74 | 74 | <PackageReference Remove="ColorCode.Core" /> |
75 | | - <PackageReference Include="ColorCode.WinUI" |
76 | | - Version="$(ColorCodeVersion)" /> |
77 | | - <PackageReference Update="CommunityToolkit.Labs.WinUI.SegmentedControl" |
78 | | - Version="$(CommunityToolkitSegmentedControlVersion)" /> |
79 | | - <PackageReference Update="CommunityToolkit.Labs.WinUI.SettingsControls" |
80 | | - Version="$(CommunityToolkitSettingsControlsVersion)" /> |
81 | | - <PackageReference Update="CommunityToolkit.WinUI.UI" |
82 | | - Version="$(CommunityToolkitWinUIVersion)" /> |
83 | | - <PackageReference Update="CommunityToolkit.WinUI.UI.Animations" |
84 | | - Version="$(CommunityToolkitWinUIVersion)" /> |
85 | | - <PackageReference Update="Microsoft.Graphics.Win2D" |
86 | | - Version="$(GraphicsWin2DVersion)" /> |
87 | | - <PackageReference Update="Microsoft.VCRTForwarders.140" |
88 | | - Version="1.0.6" /> |
| 75 | + <PackageReference Include="ColorCode.WinUI" Version="$(ColorCodeVersion)" /> |
| 76 | + <PackageReference Update="CommunityToolkit.Labs.WinUI.SegmentedControl" Version="$(CommunityToolkitSegmentedControlVersion)" /> |
| 77 | + <PackageReference Update="CommunityToolkit.Labs.WinUI.SettingsControls" Version="$(CommunityToolkitSettingsControlsVersion)" /> |
| 78 | + <PackageReference Update="CommunityToolkit.WinUI.UI" Version="$(CommunityToolkitWinUIVersion)" /> |
| 79 | + <PackageReference Update="CommunityToolkit.WinUI.UI.Animations" Version="$(CommunityToolkitWinUIVersion)" /> |
| 80 | + <PackageReference Update="Microsoft.Graphics.Win2D" Version="$(GraphicsWin2DVersion)" /> |
| 81 | + <PackageReference Update="Microsoft.VCRTForwarders.140" Version="1.0.6" /> |
89 | 82 | <!-- Get latest WinRT.Runtime.dll from C#/WinRT --> |
90 | 83 | <PackageReference Update="Microsoft.Windows.CsWinRT" Version="2.0.3" /> |
91 | 84 | <PackageReference Update="System.Private.Uri" Version="4.3.2" /> |
|
0 commit comments