Skip to content

Commit

Permalink
changes from comments
Browse files Browse the repository at this point in the history
  • Loading branch information
karkarl committed Aug 15, 2023
1 parent f8b173a commit cf4a9f8
Showing 1 changed file with 19 additions and 12 deletions.
31 changes: 19 additions & 12 deletions WinUIGallery/WinUIGallery.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,10 @@
<PackageReference Include="ColorCode.Core" />
<PackageReference Include="Microsoft.Graphics.Win2D" />
<PackageReference Include="Microsoft.Windows.CsWinRT" />
<PackageReference Include="CommunityToolkit.Labs.WinUI.SegmentedControl" />
<PackageReference Include="CommunityToolkit.Labs.WinUI.SettingsControls" />
<PackageReference Include="CommunityToolkit.WinUI.UI" />
<PackageReference Include="CommunityToolkit.WinUI.UI.Animations" />
<PackageReference Include="CommunityToolkit.Labs.WinUI.SegmentedControl"/>
<PackageReference Include="CommunityToolkit.Labs.WinUI.SettingsControls"/>
<PackageReference Include="CommunityToolkit.WinUI.UI"/>
<PackageReference Include="CommunityToolkit.WinUI.UI.Animations"/>
<PackageReference Include="Microsoft.VCRTForwarders.140" />
<Manifest Include="$(ApplicationManifest)" />

Expand All @@ -70,15 +70,22 @@
<PackageReference Include="System.Private.Uri" />
</ItemGroup>
<ItemGroup Condition="'$(IsInWinUIRepo)' != 'true'">
<PackageReference Update="Microsoft.WindowsAppSDK" Version="1.4.230628000-preview1" />
<PackageReference Update="Microsoft.WindowsAppSDK" Version="$(WindowsAppSdkPackageVersion)" />
<PackageReference Remove="ColorCode.Core" />
<PackageReference Include="ColorCode.WinUI" Version="$(ColorCodeVersion)" />
<PackageReference Update="CommunityToolkit.Labs.WinUI.SegmentedControl" Version="$(CommunityToolkitSegmentedControlVersion)" />
<PackageReference Update="CommunityToolkit.Labs.WinUI.SettingsControls" Version="$(CommunityToolkitSettingsControlsVersion)" />
<PackageReference Update="CommunityToolkit.WinUI.UI" Version="$(CommunityToolkitWinUIVersion)" />
<PackageReference Update="CommunityToolkit.WinUI.UI.Animations" Version="$(CommunityToolkitWinUIVersion)" />
<PackageReference Update="Microsoft.Graphics.Win2D" Version="$(GraphicsWin2DVersion)" />
<PackageReference Update="Microsoft.VCRTForwarders.140" Version="1.0.6" />
<PackageReference Include="ColorCode.WinUI"
Version="$(ColorCodeVersion)" />
<PackageReference Update="CommunityToolkit.Labs.WinUI.SegmentedControl"
Version="$(CommunityToolkitSegmentedControlVersion)" />
<PackageReference Update="CommunityToolkit.Labs.WinUI.SettingsControls"
Version="$(CommunityToolkitSettingsControlsVersion)" />
<PackageReference Update="CommunityToolkit.WinUI.UI"
Version="$(CommunityToolkitWinUIVersion)" />
<PackageReference Update="CommunityToolkit.WinUI.UI.Animations"
Version="$(CommunityToolkitWinUIVersion)" />
<PackageReference Update="Microsoft.Graphics.Win2D"
Version="$(GraphicsWin2DVersion)" />
<PackageReference Update="Microsoft.VCRTForwarders.140"
Version="1.0.6" />
<!-- Get latest WinRT.Runtime.dll from C#/WinRT -->
<PackageReference Update="Microsoft.Windows.CsWinRT" Version="2.0.3" />
<PackageReference Update="System.Private.Uri" Version="4.3.2" />
Expand Down

0 comments on commit cf4a9f8

Please sign in to comment.