Add docker support

This commit is contained in:
Jeff Leung 2024-01-11 16:10:52 -08:00
parent c32f3596ec
commit 7d2d27c609
1 changed files with 2 additions and 0 deletions

View File

@ -4,9 +4,11 @@
<TargetFramework>net8.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.19.5" />
</ItemGroup>
</Project>