We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7f3ea4 commit 75ab329Copy full SHA for 75ab329
src/Microsoft.AspNetCore/project.json
@@ -14,10 +14,22 @@
14
"Microsoft.Extensions.Logging": "1.1.0-*",
15
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
16
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*",
17
- "NETStandard.Library": "1.6.1-*"
18
},
19
"frameworks": {
20
- "netstandard1.3": {},
21
- "net451": {}
+ "netcoreapp1.0": {
+ "dependencies": {
+ "Microsoft.NETCore.App": "1.1.0-*"
22
+ }
23
+ },
24
+ "netcoreapp1.1": {
25
26
27
28
29
+ "net451": {
30
31
+ "NETStandard.Library": "1.6.1-*"
32
33
34
}
35
0 commit comments