Skip to content

Commit

Permalink
Update Humanizer
Browse files Browse the repository at this point in the history
Humanizer is used to "humanize" some test output messages
  • Loading branch information
rjmurillo committed Feb 12, 2018
1 parent 44e6dbd commit d94d5f0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/Qwiq.Tests.Common/Qwiq.Tests.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,12 @@
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
<CodeAnalysisRuleSet>..\..\build\rulesets\noship.ruleset</CodeAnalysisRuleSet>
<TargetFrameworkProfile />
<NuGetPackageImportStamp></NuGetPackageImportStamp>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GitVersionTask" Version="4.0.0-beta0012" />
<PackageReference Include="Humanizer.Core" Version="2.1.0" />
<PackageReference Include="Humanizer.Core" Version="2.2.0" />
<PackageReference Include="Microsoft.Net.Compilers" Version="2.6.1" />
<PackageReference Include="MSTest.TestAdapter" Version="1.2.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.2.0" />
Expand Down

0 comments on commit d94d5f0

Please sign in to comment.