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

Commit 553a3fe

Browse files
committed
Reference the Microsoft.NETCore.Platforms package on .NET Desktop
1 parent 4dc8e63 commit 553a3fe

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,11 @@
2424
]
2525
},
2626

27-
"net451": { }
27+
"net451": {
28+
"dependencies": {
29+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*"
30+
}
31+
}
2832
},
2933

3034
"testRunner": "xunit"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929

3030
"net451": {
3131
"dependencies": {
32+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*",
3233
"Moq": "4.2.1312.1622"
3334
}
3435
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
"dependencies": {
77
"dotnet-test-xunit": "1.0.0-rc2-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*",
89
"Microsoft.Owin.Testing": "3.0.1",
910
"Owin.Security.OAuth.Introspection": "1.0.0-alpha1-*",
1011
"xunit": "2.1.0"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
"dependencies": {
77
"dotnet-test-xunit": "1.0.0-rc2-*",
8+
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*",
89
"Microsoft.Owin.Testing": "3.0.1",
910
"Moq": "4.2.1312.1622",
1011
"Newtonsoft.Json": "8.0.3",

0 commit comments

Comments
 (0)