Skip to content

Commit

Permalink
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
Browse files Browse the repository at this point in the history
  • Loading branch information
pranavkm committed Jul 19, 2016
1 parent c17a466 commit 6ea261d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.Extensions.CommandLineUtils": "1.0.0",
"xunit": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.Extensions.Internal.Test/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
},
"dependencies": {
"ClassLibraryWithPortablePdbs": "1.0.0",
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.Extensions.ClosedGenericMatcher.Sources": {
"type": "build",
"version": "1.0.0-rtm-21431"
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.Extensions.ObjectPool.Test/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.Extensions.ObjectPool": "1.0.0",
"xunit": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.Extensions.Primitives.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.Extensions.Primitives": "1.0.0",
"xunit": "2.1.0"
},
Expand Down

0 comments on commit 6ea261d

Please sign in to comment.