Skip to content

Commit

Permalink
Switch .NET 7 (microsoft#1115)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelwgn committed Sep 28, 2023
1 parent 8f1b425 commit 9650e4e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion WinUIGallery/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@
<!-- These are set in Directory.Build.targets because we need to import the publish profile first -->
<AppxPackageName>WinUIGallery.Desktop</AppxPackageName>
</PropertyGroup>
<Import Project="net6.override.targets" Condition="'$(MSBuildRuntimeType)' == 'Core'" />

<Import Project="net7.override.targets" Condition="'$(MSBuildRuntimeType)' == 'Core'" />

</Project>
File renamed without changes.
2 changes: 1 addition & 1 deletion WinUIGallery/standalone.props
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<Project>
<PropertyGroup>
<!-- The NuGet versions of dependencies to build against. -->
<SamplesTargetFrameworkMoniker>net7.0-windows10.0.19041.0</SamplesTargetFrameworkMoniker>
<WindowsAppSdkPackageVersion>1.4.230913002</WindowsAppSdkPackageVersion>
<SamplesTargetFrameworkMoniker>net6.0-windows10.0.19041.0</SamplesTargetFrameworkMoniker>
<MicrosoftNETCoreUniversalWindowsPlatformVersion>6.2.11</MicrosoftNETCoreUniversalWindowsPlatformVersion>
<GraphicsWin2DVersion>1.0.4</GraphicsWin2DVersion>
<ColorCodeVersion>2.0.13</ColorCodeVersion>
Expand Down

0 comments on commit 9650e4e

Please sign in to comment.