Switch to an alpine container and single file, self-contained deployments
This commit is contained in:
parent
1c64328587
commit
f25c9250ec
6 changed files with 6 additions and 3 deletions
|
@ -1,6 +1,7 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk">
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<RuntimeIdentifiers>win10-x64;linux-x64;linux-musl-x64</RuntimeIdentifiers>
|
||||
<IsPackable>false</IsPackable>
|
||||
<NoWarn>NU1701</NoWarn>
|
||||
<NoWarn>xUnit1026</NoWarn>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue