netmash/NDB.Testing.App/NDB.Testing.App.csproj

17 lines
426 B
XML
Raw Normal View History

2020-04-12 05:46:50 +03:00
<Project Sdk="Microsoft.NET.Sdk">
2019-10-29 00:11:42 +02:00
<PropertyGroup>
<OutputType>Exe</OutputType>
2020-04-12 05:46:50 +03:00
<TargetFramework>netcoreapp3.1</TargetFramework>
2019-10-29 00:11:42 +02:00
</PropertyGroup>
2020-04-12 05:46:50 +03:00
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.3" />
</ItemGroup>
2019-10-29 00:11:42 +02:00
<ItemGroup>
<ProjectReference Include="..\NDB.Infrastructure.PublicIP\NDB.Infrastructure.PublicIP.csproj" />
</ItemGroup>
</Project>