Skip to content

Commit

Permalink
Attempt to address devops build dependency issues not seen locally.
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy Acosta committed Apr 8, 2020
1 parent 94fc0e7 commit e3c61a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UnitTest.Commands/UnitTest.Commands.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.7.82" />
<PackageReference Include="DotLiquid" Version="2.0.325" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.6.0-preview-20200318-01" />
<PackageReference Include="MSTest.TestAdapter" Version="2.1.0" />
<PackageReference Include="MSTest.TestFramework" Version="2.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="System.Reflection" Version="4.3.0" />
<PackageReference Include="System.Runtime.Extensions" Version="4.3.1" />
</ItemGroup>
Expand Down

0 comments on commit e3c61a7

Please sign in to comment.