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

Commit c9d32bf

Browse files
committed
Pin the version of dotnet-test-xunit to 1.0.0-rc3-00000-01
1 parent c8e53f7 commit c9d32bf

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/Microsoft.AspNetCore.Authentication.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"warningsAsErrors": true
44
},
55
"dependencies": {
6-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
6+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
77
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
88
"Microsoft.AspNetCore.Authentication.Facebook": "1.0.0",
99
"Microsoft.AspNetCore.Authentication.Google": "1.0.0",

test/Microsoft.AspNetCore.Authorization.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"warningsAsErrors": true
44
},
55
"dependencies": {
6-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
6+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
77
"Microsoft.AspNetCore.Authorization": "1.0.0",
88
"Microsoft.AspNetCore.Testing": "1.0.0-rtm-21431",
99
"Microsoft.Extensions.DependencyInjection": "1.0.0",

test/Microsoft.AspNetCore.CookiePolicy.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"warningsAsErrors": true
44
},
55
"dependencies": {
6-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
6+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
77
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
88
"Microsoft.AspNetCore.CookiePolicy": "1.0.0",
99
"Microsoft.AspNetCore.TestHost": "1.0.0",

test/Microsoft.Owin.Security.Interop.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"warningsAsErrors": true
44
},
55
"dependencies": {
6-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
6+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
77
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0",
88
"Microsoft.AspNetCore.TestHost": "1.0.0",
99
"Microsoft.Owin.Security.Cookies": "3.0.1",

0 commit comments

Comments
 (0)