Skip to content

Commit

Permalink
Add IncludeAllContentForSelfExtract, which is now required in .NET 5 …
Browse files Browse the repository at this point in the history
…for single-file publishing.
  • Loading branch information
bitbound committed Nov 27, 2020
1 parent 55847fa commit 1266a84
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -12,7 +12,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121.
<RuntimeIdentifier>linux-x64</RuntimeIdentifier>
<SelfContained>true</SelfContained>
<PublishSingleFile>True</PublishSingleFile>
<PublishReadyToRun>False</PublishReadyToRun>
<PublishTrimmed>False</PublishTrimmed>
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
</PropertyGroup>
</Project>

0 comments on commit 1266a84

Please sign in to comment.