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

Commit 1747de8

Browse files
committed
Use target: project to remove the dotnet restore warnings
1 parent 64c0cda commit 1747de8

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55

66
"dependencies": {
7-
"AspNet.Security.OAuth.Introspection": "1.0.0-alpha1-*",
7+
"AspNet.Security.OAuth.Introspection": { "target": "project" },
88
"dotnet-test-xunit": "1.0.0-rc2-*",
99
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-*",
1010
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55

66
"dependencies": {
7-
"AspNet.Security.OAuth.Validation": "1.0.0-alpha1-*",
7+
"AspNet.Security.OAuth.Validation": { "target": "project" },
88
"dotnet-test-xunit": "1.0.0-rc2-*",
99
"Microsoft.AspNetCore.TestHost": "1.0.0-rc2-*",
1010
"Microsoft.Extensions.Caching.Memory": "1.0.0-rc2-*",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dotnet-test-xunit": "1.0.0-rc2-*",
88
"Microsoft.NETCore.Platforms": "1.0.1-rc2-*",
99
"Microsoft.Owin.Testing": "3.0.1",
10-
"Owin.Security.OAuth.Introspection": "1.0.0-alpha1-*",
10+
"Owin.Security.OAuth.Introspection": { "target": "project" },
1111
"xunit": "2.1.0"
1212
},
1313

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"Microsoft.Owin.Testing": "3.0.1",
1010
"Moq": "4.2.1312.1622",
1111
"Newtonsoft.Json": "8.0.3",
12-
"Owin.Security.OAuth.Validation": "1.0.0-alpha1-*",
12+
"Owin.Security.OAuth.Validation": { "target": "project" },
1313
"xunit": "2.1.0"
1414
},
1515

0 commit comments

Comments
 (0)