isn/test/nuget.host.tests/nuget.host.tests.csproj

23 lines
793 B
XML
Raw Normal View History

2021-05-09 13:45:55 +01:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.1</TargetFramework>
<IsPackable>false</IsPackable>
<UserSecretsId>d7144e46-4e63-4391-ba86-64b61f6e7be4</UserSecretsId>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
2021-05-14 01:41:52 +01:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" />
2021-05-09 13:45:55 +01:00
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
<PackageReference Include="coverlet.collector" Version="1.2.0" />
</ItemGroup>
<ItemGroup>
2021-05-11 23:01:11 +01:00
<ProjectReference Include="..\..\src\nuget-host\nuget-host.csproj" />
2021-05-10 21:36:08 +01:00
<ProjectReference Include="..\..\src\nuget-cli\nuget-cli.csproj" />
2021-05-09 13:45:55 +01:00
</ItemGroup>
</Project>