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

Commit 1d80ebe

Browse files
committed
Update the tests to target netcoreapp1.0
1 parent a1951c7 commit 1d80ebe

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
},
1313

1414
"frameworks": {
15-
"netstandardapp1.5": {
15+
"netcoreapp1.0": {
1616
"dependencies": {
1717
"dotnet-test-xunit": "1.0.0-dev-*",
18-
"NETStandard.Library": "1.5.0-*"
18+
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-*" }
1919
},
2020

2121
"imports": [

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@
1212
},
1313

1414
"frameworks": {
15-
"netstandardapp1.5": {
15+
"netcoreapp1.0": {
1616
"dependencies": {
1717
"dotnet-test-xunit": "1.0.0-dev-*",
18+
"Microsoft.NETCore.App": { "type": "platform", "version": "1.0.0-*" },
1819
"moq.netcore": "4.4.0-*",
19-
"NETStandard.Library": "1.5.0-*"
20+
"System.Diagnostics.TraceSource": "4.0.0-*"
2021
},
2122

2223
"imports": [

0 commit comments

Comments
 (0)