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

17 lines
426 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp3.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="3.1.3" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\NDB.Infrastructure.PublicIP\NDB.Infrastructure.PublicIP.csproj" />
</ItemGroup>
</Project>