Skip to content

Commit

Permalink
Remove AOT; not supported by WPF
Browse files Browse the repository at this point in the history
  • Loading branch information
simshaun committed Nov 18, 2023
1 parent bd36833 commit 7142ec4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions PixelPalette/PixelPalette.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.4.9</Version>
<Version>1.4.10</Version>
<Authors>Shaun</Authors>
<OutputType>WinExe</OutputType>
<TargetFramework>net8.0-windows</TargetFramework>
Expand All @@ -18,7 +18,6 @@
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
<PublishTrimmed>false</PublishTrimmed>
<PublishAot>true</PublishAot>
<SelfContained>false</SelfContained>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
Expand Down

0 comments on commit 7142ec4

Please sign in to comment.