Skip to content

Commit 4cbbf58

Browse files
Update core packages to version 1.1.0-*, upgrading .NET Core dependencies to match 1.1.0 release
1 parent 3ff4447 commit 4cbbf58

File tree

4 files changed

+17
-20
lines changed

4 files changed

+17
-20
lines changed

src/Microsoft.AspNetCore.AngularServices/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Helpers for building Angular 2 applications on ASP.NET Core.",
3-
"version": "1.0.0-*",
3+
"version": "1.1.0-*",
44
"packOptions": {
55
"repository": {
66
"type": "git",
@@ -18,8 +18,8 @@
1818
"xmlDoc": true
1919
},
2020
"dependencies": {
21-
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1",
22-
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
21+
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0",
22+
"Microsoft.AspNetCore.SpaServices": "1.1.0-*"
2323
},
2424
"frameworks": {
2525
"net451": {},

src/Microsoft.AspNetCore.NodeServices/project.json

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Invoke Node.js modules at runtime in ASP.NET Core applications.",
3-
"version": "1.0.0-*",
3+
"version": "1.1.0-*",
44
"packOptions": {
55
"repository": {
66
"type": "git",
@@ -21,26 +21,23 @@
2121
"xmlDoc": true
2222
},
2323
"dependencies": {
24-
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
25-
"Microsoft.Extensions.Configuration.Json": "1.0.0",
26-
"Microsoft.Extensions.Logging.Console": "1.0.0",
24+
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0",
25+
"Microsoft.Extensions.Logging.Console": "1.1.0",
2726
"Newtonsoft.Json": "9.0.1",
28-
"NETStandard.Library": "1.6.0"
27+
"NETStandard.Library": "1.6.1-*"
2928
},
3029
"frameworks": {
3130
"net451": {
32-
"frameworkAssemblies": {
33-
"System.Net.Http": "4.0.0"
34-
},
3531
"dependencies": {
3632
"Microsoft.Tpl.Dataflow": "4.5.24"
3733
}
3834
},
3935
"netstandard1.6": {
4036
"dependencies": {
41-
"System.Diagnostics.Process": "4.1.0",
42-
"System.IO.Pipes": "4.0.0",
43-
"System.Threading.Tasks.Dataflow": "4.6.0"
37+
"System.Diagnostics.Process": "4.3.0",
38+
"System.IO.FileSystem.Watcher": "4.3.0",
39+
"System.IO.Pipes": "4.3.0",
40+
"System.Threading.Tasks.Dataflow": "4.7.0"
4441
}
4542
}
4643
},

src/Microsoft.AspNetCore.ReactServices/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Helpers for building React applications on ASP.NET Core.",
3-
"version": "1.0.0-*",
3+
"version": "1.1.0-*",
44
"packOptions": {
55
"repository": {
66
"type": "git",
@@ -18,8 +18,8 @@
1818
"xmlDoc": true
1919
},
2020
"dependencies": {
21-
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.1",
22-
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
21+
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.1.0",
22+
"Microsoft.AspNetCore.SpaServices": "1.1.0-*"
2323
},
2424
"frameworks": {
2525
"net451": {},

src/Microsoft.AspNetCore.SpaServices/project.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"description": "Helpers for building single-page applications on ASP.NET MVC Core",
3-
"version": "1.0.0-*",
3+
"version": "1.1.0-*",
44
"packOptions": {
55
"repository": {
66
"type": "git",
@@ -21,8 +21,8 @@
2121
"xmlDoc": true
2222
},
2323
"dependencies": {
24-
"Microsoft.AspNetCore.Mvc": "1.0.1",
25-
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
24+
"Microsoft.AspNetCore.Mvc": "1.1.0",
25+
"Microsoft.AspNetCore.NodeServices": "1.1.0-*"
2626
},
2727
"frameworks": {
2828
"net451": {},

0 commit comments

Comments
 (0)