Skip to content

Commit

Permalink
Merge pull request #56 from AdmiringWorm/gha-build-fix
Browse files Browse the repository at this point in the history
(maint) Set explicit PlatformTarget for console
  • Loading branch information
gep13 authored Dec 5, 2024
2 parents 3a1b244 + 9620752 commit 9a415a6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<OutputType>Exe</OutputType>
<Configurations>Debug;Release;DebugOfficial;ReleaseOfficial</Configurations>
<DisableFastUpToDateCheck>True</DisableFastUpToDateCheck>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<ItemGroup>
<Compile Include="..\SolutionVersion.cs" Link="SolutionVersion.cs" />
Expand Down

0 comments on commit 9a415a6

Please sign in to comment.