Skip to content

Commit d19c0d7

Browse files
Fix frameworks/dependencies in src projects
1 parent ba7125b commit d19c0d7

4 files changed

Lines changed: 14 additions & 14 deletions

File tree

src/Microsoft.AspNet.AngularServices/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,13 @@
1414
},
1515
"frameworks": {
1616
"dnx451": {},
17-
"netstandard1.5": {
17+
"netstandardapp1.5": {
1818
"imports": [
19-
"dotnet5.6",
19+
"dnxcore50",
2020
"portable-net451+win8"
2121
],
2222
"dependencies": {
23+
"NETStandard.Library": "1.5.0-*"
2324
}
2425
}
2526
},

src/Microsoft.AspNet.NodeServices/project.json

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -13,21 +13,18 @@
1313
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
1414
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
1515
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
16-
"Newtonsoft.Json": "8.0.3",
17-
"System.Net.Http": "4.0.1-beta-*"
16+
"Newtonsoft.Json": "8.0.3"
1817
},
1918
"frameworks": {
2019
"dnx451": {},
21-
"netstandard1.5": {
20+
"netstandardapp1.5": {
2221
"imports": [
23-
"dotnet5.6",
22+
"dnxcore50",
2423
"portable-net451+win8"
2524
],
2625
"dependencies": {
27-
"System.Text.Encoding": "4.0.11-*",
28-
"System.Text.RegularExpressions": "4.0.10",
29-
"System.Diagnostics.Process": "4.1.0-beta-*",
30-
"System.Console": "4.0.0-beta-*"
26+
"NETStandard.Library": "1.5.0-*",
27+
"System.Diagnostics.Process": "4.1.0-*"
3128
}
3229
}
3330
},

src/Microsoft.AspNet.ReactServices/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
},
2020
"frameworks": {
2121
"dnx451": {},
22-
"netstandard1.5": {
22+
"netstandardapp1.5": {
2323
"imports": [
24-
"dotnet5.6",
24+
"dnxcore50",
2525
"portable-net451+win8"
2626
],
2727
"dependencies": {
28+
"NETStandard.Library": "1.5.0-*"
2829
}
2930
}
3031
}

src/Microsoft.AspNet.SpaServices/project.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
},
2020
"frameworks": {
2121
"dnx451": {},
22-
"netstandard1.5": {
22+
"netstandardapp1.5": {
2323
"imports": [
24-
"dotnet5.6",
24+
"dnxcore50",
2525
"portable-net451+win8"
2626
],
2727
"dependencies": {
28+
"NETStandard.Library": "1.5.0-*"
2829
}
2930
}
3031
},

0 commit comments

Comments
 (0)