Skip to content

Commit 50f13d6

Browse files
committed
Use target: project to remove the dotnet restore warnings
1 parent d67f099 commit 50f13d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/Mvc.Client/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
},
1616

1717
"dependencies": {
18-
"AspNet.Security.OpenId.Steam": "1.0.0-alpha4-*",
18+
"AspNet.Security.OpenId.Steam": { "target": "project" },
1919
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-*",
2020
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-*",
2121
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*",

src/AspNet.Security.OpenId.Steam/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232

3333
"dependencies": {
34-
"AspNet.Security.OpenId": "1.0.0-alpha4-*",
34+
"AspNet.Security.OpenId": { "target": "project" },
3535
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" }
3636
},
3737

0 commit comments

Comments
 (0)