Skip to content

Commit 6d6bbcf

Browse files
committed
Sort packages
1 parent 84eef45 commit 6d6bbcf

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

AuraClick/AuraClick.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@
3434
<ItemGroup>
3535
<PackageReference Include="DevWinUI" Version="10.0.0-Preview2" />
3636
<PackageReference Include="CommunityToolkit.WinUI.Converters" Version="8.3.260402-preview2" />
37+
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.3.260402-preview2" />
3738
<PackageReference Include="Microsoft.Windows.CsWin32" Version="0.3.275">
3839
<PrivateAssets>all</PrivateAssets>
3940
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
4041
</PackageReference>
41-
<PackageReference Include="CommunityToolkit.WinUI.Controls.SettingsControls" Version="8.3.260402-preview2" />
4242
<PackageReference Include="Microsoft.Windows.SDK.BuildTools" Version="10.0.28000.1839" />
4343
<PackageReference Include="Microsoft.WindowsAppSDK.WinUI" Version="2.0.12" />
4444
<PackageReference Include="WinUIEx" Version="2.9.0" />
@@ -59,5 +59,6 @@
5959
<PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun>
6060
<PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed>
6161
<PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed>
62+
6263
</PropertyGroup>
6364
</Project>

0 commit comments

Comments
 (0)