Skip to content

Commit

Permalink
Allow building for .NET 8
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Sep 22, 2023
1 parent 3c74bba commit 19e537a
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@
<IncludeXamlFilesInNugetPackage>False</IncludeXamlFilesInNugetPackage>
<DisableEmbeddedXbf>false</DisableEmbeddedXbf>
</PropertyGroup>

<PropertyGroup Condition="$([MSBuild]::IsTargetFrameworkCompatible($(TargetFramework), 'net8.0'))">
<RuntimeIdentifiers>win10-x86;win10-x64;win10-arm64</RuntimeIdentifiers>
<UseRidGraph>true</UseRidGraph>
</PropertyGroup>

<Import Project="..\..\CommonProperties.targets" />
<ItemGroup>
<Content Remove="EmbeddedResources\pin_red.png" />
Expand Down

0 comments on commit 19e537a

Please sign in to comment.