wabbajack/Wabbajack.App.Test/Wabbajack.App.Test.csproj

22 lines
694 B
XML
Raw Normal View History

2020-03-28 21:09:45 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp3.1</TargetFramework>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
2020-08-07 11:24:30 +00:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.7.0" />
2020-03-28 21:09:45 +00:00
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.console" Version="2.4.1" />
2020-08-05 22:01:45 +00:00
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
<PackageReference Include="Xunit.StaFact" Version="1.0.37" />
2020-03-28 21:09:45 +00:00
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Wabbajack\Wabbajack.csproj" />
</ItemGroup>
</Project>