We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67f099 commit 50f13d6Copy full SHA for 50f13d6
samples/Mvc.Client/project.json
@@ -15,7 +15,7 @@
15
},
16
17
"dependencies": {
18
- "AspNet.Security.OpenId.Steam": "1.0.0-alpha4-*",
+ "AspNet.Security.OpenId.Steam": { "target": "project" },
19
"Microsoft.AspNetCore.Authentication.Cookies": "1.0.0-rc2-*",
20
"Microsoft.AspNetCore.Hosting": "1.0.0-rc2-*",
21
"Microsoft.AspNetCore.Mvc": "1.0.0-rc2-*",
src/AspNet.Security.OpenId.Steam/project.json
@@ -31,7 +31,7 @@
31
32
33
34
- "AspNet.Security.OpenId": "1.0.0-alpha4-*",
+ "AspNet.Security.OpenId": { "target": "project" },
35
"JetBrains.Annotations": { "type": "build", "version": "10.1.4" }
36
37
0 commit comments