Hopefully this fixes the unit tests not running
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2019-04-30 16:44:24 +02:00
parent b9a410fd71
commit a000793051
No known key found for this signature in database
GPG Key ID: B4C087AC81641654
1 changed files with 4 additions and 3 deletions

View File

@ -2,15 +2,16 @@
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
<RuntimeFrameworkVersion>2.2.4</RuntimeFrameworkVersion>
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.4.1" />
<PackageReference Include="dotnet-xunit" Version="2.3.1" />
<DotNetCliToolReference Include="dotnet-xunit" Version="2.3.1" />
</ItemGroup>
<ItemGroup>