Skip to content

Commit

Permalink
Bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
niels9001 committed Feb 28, 2023
1 parent 60de5f7 commit 7d83e1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion WinUIGallery/WinUIGallery.DesktopWap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
in the WinUI repo, or the next ItemGroup below when standalone. -->
<ItemGroup>
<PackageReference Include="ColorCode.Core" />
<PackageReference Include="CommunityToolkit.Labs.WinUI.SettingsControls" Version="0.0.14" />
<PackageReference Include="CommunityToolkit.Labs.WinUI.SettingsControls" Version="0.0.16" />
<PackageReference Include="CommunityToolkit.WinUI.UI" Version="7.1.2" />
<PackageReference Include="Microsoft.Graphics.Win2D" />
<PackageReference Include="Microsoft.WinUI" />
Expand Down
4 changes: 2 additions & 2 deletions WinUIGallery/standalone.props
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<Project>
<PropertyGroup>
<!-- The NuGet versions of dependencies to build against. -->
<WindowsAppSdkPackageVersion>1.2.221209.1</WindowsAppSdkPackageVersion>
<WindowsAppSdkPackageVersion>1.2.230217.4</WindowsAppSdkPackageVersion>
<SamplesTargetFrameworkMoniker>net6.0-windows10.0.19041.0</SamplesTargetFrameworkMoniker>
<MicrosoftNETCoreUniversalWindowsPlatformVersion>6.2.11</MicrosoftNETCoreUniversalWindowsPlatformVersion>
<GraphicsWin2DVersion>1.0.4</GraphicsWin2DVersion>
<ColorCodeVersion>2.0.13</ColorCodeVersion>
<MicrosoftWindowsSDKBuildToolsNugetPackageVersion>10.0.22621.755</MicrosoftWindowsSDKBuildToolsNugetPackageVersion>
<MicrosoftCsWinRTPackageVersion>2.0.0</MicrosoftCsWinRTPackageVersion>
<MicrosoftCsWinRTPackageVersion>2.0.1</MicrosoftCsWinRTPackageVersion>
<!-- We have multiple projects in the same directory, which means we need to separate their output paths-->
<BaseIntermediateOutputPath>obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
<BaseOutputPath>bin\$(MSBuildProjectName)\</BaseOutputPath>
Expand Down

0 comments on commit 7d83e1e

Please sign in to comment.