Skip to content
This repository has been archived by the owner on Nov 20, 2018. It is now read-only.

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 7626e60 commit 4c85d23
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
"xunit": "2.1.0"
Expand Down
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.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Http.Features.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.AspNetCore.Http.Features": "1.0.0",
"xunit": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Http.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.AspNetCore.Http": "1.0.0",
"xunit": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.Owin.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.AspNetCore.Http": "1.0.0",
"Microsoft.AspNetCore.Owin": "1.0.0",
"Microsoft.Extensions.DependencyInjection": "1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.AspNetCore.WebUtilities.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.AspNetCore.WebUtilities": "1.0.0",
"xunit": "2.1.0"
},
Expand Down
2 changes: 1 addition & 1 deletion test/Microsoft.Net.Http.Headers.Tests/project.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"version": "1.0.0-*",
"dependencies": {
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
"Microsoft.Net.Http.Headers": "1.0.0",
"xunit": "2.1.0"
},
Expand Down

0 comments on commit 4c85d23

Please sign in to comment.