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

Commit 4c85d23

Browse files
committed
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
1 parent 7626e60 commit 4c85d23

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

test/Microsoft.AspNetCore.Http.Abstractions.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"keyFile": "../../tools/Key.snk"
55
},
66
"dependencies": {
7-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
7+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
88
"Microsoft.AspNetCore.Http": "1.0.0",
99
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
1010
"xunit": "2.1.0"

test/Microsoft.AspNetCore.Http.Extensions.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
3+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
44
"Microsoft.AspNetCore.Http": "1.0.0",
55
"Microsoft.AspNetCore.Http.Extensions": "1.0.0",
66
"Microsoft.Extensions.DependencyInjection": "1.0.0",

test/Microsoft.AspNetCore.Http.Features.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
3+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
44
"Microsoft.AspNetCore.Http.Features": "1.0.0",
55
"xunit": "2.1.0"
66
},

test/Microsoft.AspNetCore.Http.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
3+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
44
"Microsoft.AspNetCore.Http": "1.0.0",
55
"xunit": "2.1.0"
66
},

test/Microsoft.AspNetCore.Owin.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
3+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
44
"Microsoft.AspNetCore.Http": "1.0.0",
55
"Microsoft.AspNetCore.Owin": "1.0.0",
66
"Microsoft.Extensions.DependencyInjection": "1.0.0",

test/Microsoft.AspNetCore.WebUtilities.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"dependencies": {
3-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
3+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
44
"Microsoft.AspNetCore.WebUtilities": "1.0.0",
55
"xunit": "2.1.0"
66
},

test/Microsoft.Net.Http.Headers.Tests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"version": "1.0.0-*",
33
"dependencies": {
4-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
4+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
55
"Microsoft.Net.Http.Headers": "1.0.0",
66
"xunit": "2.1.0"
77
},

0 commit comments

Comments
 (0)