mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
Update 'src' project dependencies for .NET Core 1.0 RTM
This commit is contained in:
@@ -9,13 +9,13 @@
|
|||||||
"defaultNamespace": "Microsoft.AspNetCore.AngularServices"
|
"defaultNamespace": "Microsoft.AspNetCore.AngularServices"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
|
||||||
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
},
|
},
|
||||||
"netstandard1.0": {
|
"netstandard1.6": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.6",
|
"dotnet5.6",
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|||||||
@@ -6,16 +6,16 @@
|
|||||||
},
|
},
|
||||||
"authors": [ "Microsoft" ],
|
"authors": [ "Microsoft" ],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
|
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
|
||||||
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.Json": "1.0.0",
|
||||||
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
|
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
|
||||||
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
|
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
|
||||||
"Newtonsoft.Json": "8.0.3"
|
"Newtonsoft.Json": "9.0.1"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": {
|
"frameworkAssemblies": {
|
||||||
"System.Net.Http": "4.0.0-*"
|
"System.Net.Http": "4.0.0"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Tpl.Dataflow": "4.5.24"
|
"Microsoft.Tpl.Dataflow": "4.5.24"
|
||||||
@@ -28,13 +28,14 @@
|
|||||||
"portable-net45+win8"
|
"portable-net45+win8"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"System.Console": "4.0.0-*",
|
"System.Console": "4.0.0",
|
||||||
"System.Diagnostics.Process": "4.1.0-*",
|
"System.Diagnostics.Process": "4.1.0",
|
||||||
"System.IO.Pipes": "4.0.0-*",
|
"System.IO.Pipes": "4.0.0",
|
||||||
"System.Net.Http": "4.0.1-*",
|
"System.Net.Http": "4.1.0",
|
||||||
"System.Net.Sockets": "4.1.0-*",
|
"System.Net.Sockets": "4.1.0",
|
||||||
"System.Text.RegularExpressions": "4.0.12-*",
|
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
|
||||||
"System.Threading.Tasks.Dataflow": "4.5.25-*"
|
"System.Text.RegularExpressions": "4.1.0",
|
||||||
|
"System.Threading.Tasks.Dataflow": "4.5.25"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -9,13 +9,13 @@
|
|||||||
"defaultNamespace": "Microsoft.AspNetCore.ReactServices"
|
"defaultNamespace": "Microsoft.AspNetCore.ReactServices"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
|
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
|
||||||
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
},
|
},
|
||||||
"netstandard1.0": {
|
"netstandard1.6": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.6",
|
"dotnet5.6",
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|||||||
@@ -8,13 +8,13 @@
|
|||||||
"Microsoft"
|
"Microsoft"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
|
"Microsoft.AspNetCore.Mvc": "1.0.0",
|
||||||
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
|
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
},
|
},
|
||||||
"netstandard1.0": {
|
"netstandard1.6": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.6",
|
"dotnet5.6",
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|||||||
Reference in New Issue
Block a user