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

Commit d9bd3f6

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

File tree

3 files changed

+3
-3
lines changed
  • test
    • Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests
    • Microsoft.AspNetCore.Server.IISIntegration.Tests
    • Microsoft.AspNetCore.Server.IISIntegration.Tools.Tests

3 files changed

+3
-3
lines changed

test/Microsoft.AspNetCore.Server.IISIntegration.FunctionalTests/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
}
1818
},
1919
"dependencies": {
20-
"dotnet-test-xunit": "1.0.0-rc3-000000-00",
20+
"dotnet-test-xunit": "1.0.0-rc3-000000-01",
2121
"Microsoft.AspNetCore.Server.Testing": "1.0.0-rc2-20896",
2222
"Microsoft.Extensions.Logging": "1.0.0",
2323
"Microsoft.Extensions.Logging.Console": "1.0.0",

test/Microsoft.AspNetCore.Server.IISIntegration.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.AspNetCore.Server.IISIntegration": "1.0.0",
66
"Microsoft.AspNetCore.TestHost": "1.0.0",
77
"xunit": "2.1.0"

test/Microsoft.AspNetCore.Server.IISIntegration.Tools.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
"xunit": "2.1.0",
55
"Microsoft.AspNetCore.Server.IISIntegration.Tools": "1.0.0-preview2-final"
66
},

0 commit comments

Comments
 (0)