Skip to content

Commit

Permalink
fixed self-contained publish
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-N committed Mar 27, 2021
1 parent 0442a3a commit 64c9a4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions console/console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>

<PublishSingleFile>true</PublishSingleFile>
<!-- <PublishSingleFile>true</PublishSingleFile>
<SelfContained>true</SelfContained>
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishReadyToRun>true</PublishReadyToRun> -->

<AssemblyName>SporeDownloader</AssemblyName>
<RootNamespace>SporeDownloader</RootNamespace>
Expand Down

0 comments on commit 64c9a4b

Please sign in to comment.