15 lines
396 B
XML
15 lines
396 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
|
|
<OutputType>Exe</OutputType>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.AspNetCore.Hosting" />
|
|
<Reference Include="Microsoft.AspNetCore.TestHost" />
|
|
<Reference Include="Microsoft.Extensions.DependencyInjection" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|