Skip to content

Commit

Permalink
update csproj to publish self-contained
Browse files Browse the repository at this point in the history
  • Loading branch information
Kade-N committed Mar 26, 2021
1 parent 39fc53a commit 85a13b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions console/console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,18 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net5.0</TargetFramework>

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

<AssemblyName>SporeDownloader</AssemblyName>
<RootNamespace>SporeDownloader</RootNamespace>
<PackageProjectUrl>https://github.com/Spore-Community/PNG-Downloader</PackageProjectUrl>
<RepositoryUrl>https://github.com/Spore-Community/PNG-Downloader</RepositoryUrl>

<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
</PropertyGroup>
Expand Down

0 comments on commit 85a13b0

Please sign in to comment.