Skip to content

Commit eebf509

Browse files
Update 'src' project dependencies for .NET Core 1.0 RTM
1 parent fc7097c commit eebf509

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

src/Microsoft.AspNetCore.AngularServices/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"defaultNamespace": "Microsoft.AspNetCore.AngularServices"
1010
},
1111
"dependencies": {
12-
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
12+
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
1313
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
1414
},
1515
"frameworks": {
1616
"net451": {
1717
},
18-
"netstandard1.0": {
18+
"netstandard1.6": {
1919
"imports": [
2020
"dotnet5.6",
2121
"dnxcore50",

src/Microsoft.AspNetCore.NodeServices/project.json

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
},
77
"authors": [ "Microsoft" ],
88
"dependencies": {
9-
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
10-
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
11-
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
12-
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
13-
"Newtonsoft.Json": "8.0.3"
9+
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
10+
"Microsoft.Extensions.Configuration.Json": "1.0.0",
11+
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
12+
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
13+
"Newtonsoft.Json": "9.0.1"
1414
},
1515
"frameworks": {
1616
"net451": {
1717
"frameworkAssemblies": {
18-
"System.Net.Http": "4.0.0-*"
18+
"System.Net.Http": "4.0.0"
1919
},
2020
"dependencies": {
2121
"Microsoft.Tpl.Dataflow": "4.5.24"
@@ -28,13 +28,14 @@
2828
"portable-net45+win8"
2929
],
3030
"dependencies": {
31-
"System.Console": "4.0.0-*",
32-
"System.Diagnostics.Process": "4.1.0-*",
33-
"System.IO.Pipes": "4.0.0-*",
34-
"System.Net.Http": "4.0.1-*",
35-
"System.Net.Sockets": "4.1.0-*",
36-
"System.Text.RegularExpressions": "4.0.12-*",
37-
"System.Threading.Tasks.Dataflow": "4.5.25-*"
31+
"System.Console": "4.0.0",
32+
"System.Diagnostics.Process": "4.1.0",
33+
"System.IO.Pipes": "4.0.0",
34+
"System.Net.Http": "4.1.0",
35+
"System.Net.Sockets": "4.1.0",
36+
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
37+
"System.Text.RegularExpressions": "4.1.0",
38+
"System.Threading.Tasks.Dataflow": "4.5.25"
3839
}
3940
}
4041
},

src/Microsoft.AspNetCore.ReactServices/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
"defaultNamespace": "Microsoft.AspNetCore.ReactServices"
1010
},
1111
"dependencies": {
12-
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
12+
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
1313
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
1414
},
1515
"frameworks": {
1616
"net451": {
1717
},
18-
"netstandard1.0": {
18+
"netstandard1.6": {
1919
"imports": [
2020
"dotnet5.6",
2121
"dnxcore50",

src/Microsoft.AspNetCore.SpaServices/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"Microsoft"
99
],
1010
"dependencies": {
11-
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
11+
"Microsoft.AspNetCore.Mvc": "1.0.0",
1212
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
1313
},
1414
"frameworks": {
1515
"net451": {
1616
},
17-
"netstandard1.0": {
17+
"netstandard1.6": {
1818
"imports": [
1919
"dotnet5.6",
2020
"dnxcore50",

0 commit comments

Comments
 (0)