ELT.Gateway/ELT/ELT.csproj
2023-05-11 12:33:17 +03:00

18 lines
435 B
XML

<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<LangVersion>default</LangVersion>
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.10.9" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\ELT.Client\ELT.Client.csproj" />
</ItemGroup>
</Project>