docker-scripts/bin/dotnet/EpicMorg.DockerGenerator.csproj

11 lines
287 B
XML
Raw Normal View History

2021-05-19 00:14:46 +03:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
2021-05-19 02:59:58 +03:00
<TargetFramework>net6.0</TargetFramework>
2021-05-19 00:14:46 +03:00
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.CommandLine.DragonFruit" Version="0.3.0-alpha.21216.1" />
</ItemGroup>
</Project>