14 lines
360 B
XML
14 lines
360 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFrameworks>$(StandardTestTfms)</TargetFrameworks>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.AspNetCore.TestHost" />
|
|
<Reference Include="Microsoft.Extensions.DiagnosticAdapter" />
|
|
<Reference Include="Microsoft.Extensions.Hosting" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|