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 cddc834 commit 7fc09fbCopy full SHA for 7fc09fb
generators/app/templates/project.json
@@ -8,13 +8,26 @@
8
"licenseUrl": "http://www.apache.org/licenses/LICENSE-2.0.html",
9
10
"dependencies": {
11
- "AspNet.Security.OAuth.Extensions": { "type": "build", "version": "1.0.0-*" },
+ "AspNet.Security.OAuth.Extensions": {
12
+ "type": "build",
13
+ "version": "1.0.0-*"
14
+ },
15
+
16
"Microsoft.AspNet.Authentication.OAuth": "1.0.0-*",
- "Microsoft.Framework.NotNullAttribute.Internal": { "type": "build", "version": "1.0.0-*" }
17
18
+ "Microsoft.Framework.NotNullAttribute.Internal": {
19
20
21
+ }
22
},
23
24
"frameworks": {
25
"dnx451": { },
- "dnxcore50": { }
26
27
+ "dnxcore50": {
28
+ "dependencies": {
29
+ "System.Security.Claims": "4.0.1-*"
30
31
32
}
33
0 commit comments