Skip to content

Commit

Permalink
Updating to the latest pact-net
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Nov 11, 2017
1 parent b53cb67 commit 8183b5c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion PactNet.Tests/PactNet.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="NSubstitute" Version="2.0.3" />
<PackageReference Include="PactNet.Windows" Version="2.0.21" />
<PackageReference Include="PactNet.Windows" Version="2.1.1" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Samples/EventApi/Consumer.Tests/Consumer.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<Reference Include="System.Net.Http" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="PactNet.Windows" Version="2.0.21" />
<PackageReference Include="PactNet.Windows" Version="2.1.1" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<PackageReference Include="Microsoft.Owin.Security.OAuth" Version="2.1.0" />
<PackageReference Include="Microsoft.Owin.Host.HttpListener" Version="3.1.0" />
<PackageReference Include="Newtonsoft.Json" Version="10.0.3" />
<PackageReference Include="PactNet.Windows" Version="2.0.21" />
<PackageReference Include="PactNet.Windows" Version="2.1.1" />
<PackageReference Include="xunit" Version="2.2.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.2.0" />
</ItemGroup>
Expand Down

0 comments on commit 8183b5c

Please sign in to comment.