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

Commit 53607d9

Browse files
committed
Remove System.ComponentModel/System.IO/System.Runtime
1 parent fec92c7 commit 53607d9

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

test/AspNet.Security.OAuth.Introspection.Tests/project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
99
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
1010
"Microsoft.Extensions.Logging.Debug": "1.0.0-*",
11-
"xunit": "2.1.0",
12-
13-
"System.Runtime": "4.1.0-*"
11+
"xunit": "2.1.0"
1412
},
1513

1614
"frameworks": {

test/AspNet.Security.OAuth.Validation.Tests/project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"Microsoft.AspNetCore.TestHost": "1.0.0-*",
99
"Microsoft.Extensions.Caching.Memory": "1.0.0-*",
1010
"Microsoft.Extensions.Logging.Debug": "1.0.0-*",
11-
"xunit": "2.1.0",
12-
13-
"System.Runtime": "4.1.0-*"
11+
"xunit": "2.1.0"
1412
},
1513

1614
"frameworks": {

test/Owin.Security.OAuth.Introspection.Tests/project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"Microsoft.Owin.Testing": "3.0.1",
88
"Owin.Security.OAuth.Introspection": "1.0.0-*",
99
"xunit": "2.1.0",
10-
"xunit.runner.console": "2.1.0",
11-
12-
"System.Runtime": "4.1.0-*"
10+
"xunit.runner.console": "2.1.0"
1311
},
1412

1513
"frameworks": {

test/Owin.Security.OAuth.Validation.Tests/project.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
"Moq": "4.2.1312.1622",
99
"Owin.Security.OAuth.Validation": "1.0.0-*",
1010
"xunit": "2.1.0",
11-
"xunit.runner.console": "2.1.0",
12-
13-
"System.Runtime": "4.1.0-*"
11+
"xunit.runner.console": "2.1.0"
1412
},
1513

1614
"frameworks": {

0 commit comments

Comments
 (0)