1
0

Update docker builder

This commit is contained in:
Kukks
2021-08-19 07:22:00 +02:00
committed by Andrew Camilleri
parent e6f6568b91
commit 8083d0a1d1
4 changed files with 28 additions and 21 deletions

View File

@@ -2,7 +2,8 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<TargetFramework>netcoreapp3.1</TargetFramework>
<LangVersion>8</LangVersion>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="YamlDotNet" Version="5.2.1" />