Skip to content

Commit

Permalink
Updated packages
Browse files Browse the repository at this point in the history
  • Loading branch information
phatboyg committed Nov 20, 2017
1 parent 5226a89 commit c444f36
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@
<ItemGroup>
<PackageReference Include="GreenPipes" Version="1.2.0" />
<PackageReference Include="Iesi.Collections" Version="4.0.1.4000" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="NHibernate" Version="4.1.1.4000" />
<PackageReference Include="log4net" Version="2.0.8" />
<PackageReference Include="NUnit" Version="3.8.1" />
<PackageReference Include="NUnit" Version="3.9.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Core" />
Expand Down
6 changes: 3 additions & 3 deletions src/Automatonymous.Tests/Automatonymous.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="GreenPipes" Version="1.2.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.3.0" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.5.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="NUnit" Version="3.8.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.8.0" />
<PackageReference Include="NUnit" Version="3.9.0" />
<PackageReference Include="NUnit3TestAdapter" Version="3.9.0" />
<ProjectReference Include="..\Automatonymous\Automatonymous.csproj" />
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net452' ">
Expand Down

0 comments on commit c444f36

Please sign in to comment.