Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit fed1bc9

Browse files
committed
Use NETStandard.Library
1 parent 0ac2fdc commit fed1bc9

File tree

32 files changed

+98
-68
lines changed

32 files changed

+98
-68
lines changed

samples/Builder.Filtering.Web/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"Microsoft.AspNetCore.Http": "1.0.0-*",
44
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
55
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*"
6+
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*"
87
},
98
"frameworks": {
109
"net451": {},
1110
"netstandardapp1.5": {
11+
"dependencies": {
12+
"NETStandard.Library": "1.5.0-*"
13+
},
1214
"imports": [
1315
"dnxcore50"
1416
]

samples/Builder.HelloWorld.Web/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"Microsoft.AspNetCore.Http": "1.0.0-*",
44
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
55
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*"
6+
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*"
87
},
98
"frameworks": {
109
"net451": {},
1110
"netstandardapp1.5": {
11+
"dependencies": {
12+
"NETStandard.Library": "1.5.0-*"
13+
},
1214
"imports": [
1315
"dnxcore50"
1416
]

samples/Builder.Middleware.Web/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
44
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
55
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
6-
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*"
6+
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*"
87
},
98
"frameworks": {
109
"net451": {},
1110
"netstandardapp1.5": {
11+
"dependencies": {
12+
"NETStandard.Library": "1.5.0-*"
13+
},
1214
"imports": [
1315
"dnxcore50"
1416
]

samples/Config.ChangeNotification.Web/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"dependencies": {
33
"Microsoft.AspNetCore.Http": "1.0.0-*",
4-
"Microsoft.Extensions.Configuration": "1.0.0-*",
5-
"Microsoft.NETCore.Platforms": "1.0.1-*"
4+
"Microsoft.Extensions.Configuration": "1.0.0-*"
65
},
76
"frameworks": {
87
"net451": {},
98
"netstandardapp1.5": {
9+
"dependencies": {
10+
"NETStandard.Library": "1.5.0-*"
11+
},
1012
"imports": [
1113
"dnxcore50"
1214
]

samples/Config.CustomProviders.Web/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"dependencies": {
66
"Microsoft.AspNetCore.Http": "1.0.0-*",
77
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
8-
"Microsoft.Extensions.Configuration": "1.0.0-*",
9-
"Microsoft.NETCore.Platforms": "1.0.1-*"
8+
"Microsoft.Extensions.Configuration": "1.0.0-*"
109
},
1110
"frameworks": {
1211
"net451": {},
1312
"netstandardapp1.5": {
13+
"dependencies": {
14+
"NETStandard.Library": "1.5.0-*"
15+
},
1416
"imports": [
1517
"dnxcore50"
1618
]

samples/Config.Providers.Web/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,14 @@
77
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
88
"Microsoft.Extensions.Configuration": "1.0.0-*",
99
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
10-
"Microsoft.Extensions.Configuration.Ini": "1.0.0-*",
11-
"Microsoft.NETCore.Platforms": "1.0.1-*"
10+
"Microsoft.Extensions.Configuration.Ini": "1.0.0-*"
1211
},
1312
"frameworks": {
1413
"net451": {},
1514
"netstandardapp1.5": {
15+
"dependencies": {
16+
"NETStandard.Library": "1.5.0-*"
17+
},
1618
"imports": [
1719
"dnxcore50"
1820
]

samples/Config.SettingObject.Web/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
55
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
66
"Microsoft.Extensions.Configuration": "1.0.0-*",
7-
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-*"
7+
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*"
98
},
109
"frameworks": {
1110
"net451": {},
1211
"netstandardapp1.5": {
12+
"dependencies": {
13+
"NETStandard.Library": "1.5.0-*"
14+
},
1315
"imports": [
1416
"dnxcore50"
1517
]

samples/Config.WalkingValues.Web/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
66
"Microsoft.Extensions.Configuration": "1.0.0-*",
77
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
8-
"Microsoft.Extensions.Configuration.Ini": "1.0.0-*",
9-
"Microsoft.NETCore.Platforms": "1.0.1-*"
8+
"Microsoft.Extensions.Configuration.Ini": "1.0.0-*"
109
},
1110
"frameworks": {
1211
"net451": {},
1312
"netstandardapp1.5": {
13+
"dependencies": {
14+
"NETStandard.Library": "1.5.0-*"
15+
},
1416
"imports": [
1517
"dnxcore50"
1618
]

samples/Container.Fallback.Web/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@
33
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
44
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
55
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
6-
"Microsoft.Extensions.DependencyInjection": "1.0.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*"
6+
"Microsoft.Extensions.DependencyInjection": "1.0.0-*"
87
},
98
"frameworks": {
109
"net451": {},
1110
"netstandardapp1.5": {
11+
"dependencies": {
12+
"NETStandard.Library": "1.5.0-*"
13+
},
1214
"imports": [
1315
"dnxcore50"
1416
]

samples/Content.Upload.Files/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
"**.vspscc"
1010
],
1111
"dependencies": {
12-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
13-
"Microsoft.NETCore.Platforms": "1.0.1-*"
12+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
1413
},
1514
"frameworks": {
1615
"net451": {},
1716
"netstandardapp1.5": {
17+
"dependencies": {
18+
"NETStandard.Library": "1.5.0-*"
19+
},
1820
"imports": [
1921
"dnxcore50"
2022
]

samples/Content.Upload.Form/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@
99
"**.vspscc"
1010
],
1111
"dependencies": {
12-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
13-
"Microsoft.NETCore.Platforms": "1.0.1-*"
12+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
1413
},
1514
"frameworks": {
1615
"net451": {},
1716
"netstandardapp1.5": {
17+
"dependencies": {
18+
"NETStandard.Library": "1.5.0-*"
19+
},
1820
"imports": [
1921
"dnxcore50"
2022
]

samples/Content.Upload.Multipart/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@
1010
],
1111
"dependencies": {
1212
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
13-
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
14-
"Microsoft.NETCore.Platforms": "1.0.1-*"
13+
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*"
1514
},
1615
"frameworks": {
1716
"net451": {
@@ -21,6 +20,7 @@
2120
},
2221
"netstandardapp1.5": {
2322
"dependencies": {
23+
"NETStandard.Library": "1.5.0-*",
2424
"System.Net.Http": "4.0.1-*"
2525
},
2626
"imports": [

samples/Data.InMemory/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*"
6+
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*"
87
},
98
"frameworks": {
109
"net451": {},
1110
"netstandardapp1.5": {
1211
"dependencies": {
13-
"System.Console": "4.0.0-*"
12+
"NETStandard.Library": "1.5.0-*"
1413
},
1514
"imports": [
1615
"dnxcore50",

samples/Data.SqlServer/project.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
"emitEntryPoint": true
44
},
55
"dependencies": {
6-
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*",
7-
"Microsoft.NETCore.Platforms": "1.0.1-*"
6+
"Microsoft.EntityFrameworkCore.SqlServer": "1.0.0-*"
87
},
98
"frameworks": {
109
"net451": {
@@ -14,7 +13,7 @@
1413
},
1514
"netstandardapp1.5": {
1615
"dependencies": {
17-
"System.Console": "4.0.0-*"
16+
"NETStandard.Library": "1.5.0-*"
1817
},
1918
"imports": [
2019
"dnxcore50",

samples/Diagnostics.StatusCodes.Mvc/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,14 @@
2222
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
2323
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
2424
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
25-
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*",
26-
"Microsoft.NETCore.Platforms": "1.0.1-*"
25+
"Microsoft.AspNetCore.Server.WebListener": "0.1.0-*"
2726
},
2827
"frameworks": {
2928
"net451": {},
3029
"netstandardapp1.5": {
30+
"dependencies": {
31+
"NETStandard.Library": "1.5.0-*"
32+
},
3133
"imports": [
3234
"dnxcore50",
3335
"portable-net451+win8"

samples/Localization.EntityFramework/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
"Microsoft.AspNetCore.Localization": "1.0.0-*",
77
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
88
"Microsoft.EntityFrameworkCore.InMemory": "1.0.0-*",
9-
"Microsoft.Extensions.Localization": "1.0.0-*",
10-
"Microsoft.NetCore.Platforms": "1.0.1-*"
9+
"Microsoft.Extensions.Localization": "1.0.0-*"
1110
},
1211
"commands": {
1312
"web": "Localization.EntityFramework"
@@ -19,6 +18,9 @@
1918
"frameworks": {
2019
"net451": {},
2120
"netstandardapp1.5": {
21+
"dependencies": {
22+
"NETStandard.Library": "1.5.0-*"
23+
},
2224
"imports": [
2325
"dnxcore50",
2426
"portable-net451+win8"

samples/Localization.StarterWeb/project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"Microsoft.Extensions.Logging": "1.0.0-*",
2727
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
2828
"Microsoft.Extensions.Logging.Debug": "1.0.0-*",
29-
"Microsoft.NETCore.Platforms": "1.0.1-*",
3029
"System.IO": "4.1.0-*"
3130
},
3231
"commands": {
@@ -37,6 +36,9 @@
3736
"frameworks": {
3837
"net451": {},
3938
"netstandardapp1.5": {
39+
"dependencies": {
40+
"NETStandard.Library": "1.5.0-*"
41+
},
4042
"imports": [
4143
"dnxcore50",
4244
"portable-net451+win8"

samples/Logging.Elm/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,14 @@
1717
"dependencies": {
1818
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
1919
"Microsoft.AspNetCore.Diagnostics.Elm": "0.1.0-*",
20-
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*",
21-
"Microsoft.NETCore.Platforms": "1.0.1-*"
20+
"Microsoft.AspNetCore.IISPlatformHandler": "1.0.0-*"
2221
},
2322
"frameworks": {
2423
"net451": {},
2524
"netstandardapp1.5": {
25+
"dependencies": {
26+
"NETStandard.Library": "1.5.0-*"
27+
},
2628
"imports": [
2729
"dnxcore50"
2830
]

samples/Microsoft.AspNetCore.Mvc.TagHelpers.Localization/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
},
1111
"dependencies": {
1212
"Microsoft.AspNetCore.Mvc.Localization": "1.0.0-*",
13-
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*",
14-
"Microsoft.NETCore.Platforms": "1.0.1-*"
13+
"Microsoft.AspNetCore.Mvc.Razor": "1.0.0-*"
1514
},
1615
"frameworks": {
1716
"net451": {},
1817
"netstandard1.5": {
18+
"dependencies": {
19+
"NETStandard.Library": "1.5.0-*"
20+
},
1921
"imports": [
2022
"dotnet5.6",
2123
"portable-net451+win8"

samples/MusicStore.Spa/project.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@
3636
"Microsoft.Extensions.Configuration": "1.0.0-*",
3737
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
3838
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
39-
"Microsoft.NETCore.Platforms": "1.0.1-*",
4039
"AutoMapper": "4.0.0-alpha1"
4140
},
4241
"commands": {
@@ -45,6 +44,9 @@
4544
"frameworks": {
4645
"net451": {},
4746
"netstandardapp1.5": {
47+
"dependencies": {
48+
"NETStandard.Library": "1.5.0-*"
49+
},
4850
"imports": [
4951
"dnxcore50",
5052
"portable-net451+win8"

samples/Mvc.CustomRoutingConvention/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,14 @@
88
},
99
"dependencies": {
1010
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
11-
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
12-
"Microsoft.NETCore.Platforms": "1.0.1-*"
11+
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*"
1312
},
1413
"frameworks": {
1514
"net451": {},
1615
"netstandardapp1.5": {
16+
"dependencies": {
17+
"NETStandard.Library": "1.5.0-*"
18+
},
1719
"imports": [
1820
"dnxcore50",
1921
"portable-net451+win8"

samples/Mvc.Modules/project.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"Microsoft.AspNetCore.Server.Kestrel": "1.0.0-*",
55
"Microsoft.AspNetCore.StaticFiles": "1.0.0-*",
66
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
7-
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
8-
"Microsoft.NETCore.Platforms": "1.0.1-*"
7+
"Microsoft.Extensions.Configuration.Json": "1.0.0-*"
98
},
109
"compilationOptions": {
1110
"emitEntryPoint": true,
@@ -17,6 +16,9 @@
1716
"frameworks": {
1817
"net451": {},
1918
"netstandardapp1.5": {
19+
"dependencies": {
20+
"NETStandard.Library": "1.5.0-*"
21+
},
2022
"imports": [
2123
"dnxcore50",
2224
"portable-net451+win8"

0 commit comments

Comments
 (0)