Skip to content

Commit 75ab329

Browse files
committed
Target netcoreapp and reference NETCore.App
1 parent b7f3ea4 commit 75ab329

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

src/Microsoft.AspNetCore/project.json

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,22 @@
1414
"Microsoft.Extensions.Logging": "1.1.0-*",
1515
"Microsoft.Extensions.Logging.Console": "1.1.0-*",
1616
"Microsoft.Extensions.Options.ConfigurationExtensions": "1.1.0-*",
17-
"NETStandard.Library": "1.6.1-*"
1817
},
1918
"frameworks": {
20-
"netstandard1.3": {},
21-
"net451": {}
19+
"netcoreapp1.0": {
20+
"dependencies": {
21+
"Microsoft.NETCore.App": "1.1.0-*"
22+
}
23+
},
24+
"netcoreapp1.1": {
25+
"dependencies": {
26+
"Microsoft.NETCore.App": "1.1.0-*"
27+
}
28+
},
29+
"net451": {
30+
"dependencies": {
31+
"NETStandard.Library": "1.6.1-*"
32+
}
33+
}
2234
}
2335
}

0 commit comments

Comments
 (0)