build(directory): 🔨 optimize build output with trimming and self-contained

This commit is contained in:
Collin M. Barrett 2020-08-23 15:17:43 -05:00
parent d17813e050
commit aa4eb00aa7

View file

@ -4,6 +4,10 @@
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>latest</LangVersion>
<Nullable>enable</Nullable>
<PublishTrimmed>true</PublishTrimmed>
<PublishReadyToRun>true</PublishReadyToRun>
<PublishSingleFile>true</PublishSingleFile>
<RuntimeIdentifier>linux-musl-x64</RuntimeIdentifier>
<UserSecretsId>9bfe2a36-880e-4da0-994f-a9641e228ba3</UserSecretsId>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
<DockerComposeProjectPath>..\..\..\docker-compose.dcproj</DockerComposeProjectPath>