Files
gos/src/Gos.Console/Gos.Console.csproj
T
2022-07-06 21:35:05 +02:00

20 lines
594 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<DockerDefaultTargetOS>Linux</DockerDefaultTargetOS>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Autofac" Version="6.3.0" />
<PackageReference Include="CommandLineParser" Version="2.8.0" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Gos.Infrastructure\Gos.Infrastructure.csproj" />
<ProjectReference Include="..\Gos.Services\Gos.Services.csproj" />
</ItemGroup>
</Project>