Update 'src' project dependencies for .NET Core 1.0 RTM

This commit is contained in:
SteveSandersonMS
2016-06-28 10:58:05 +01:00
parent fc7097c2fe
commit eebf509846
4 changed files with 20 additions and 19 deletions

View File

@@ -9,13 +9,13 @@
"defaultNamespace": "Microsoft.AspNetCore.AngularServices"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
},
"frameworks": {
"net451": {
},
"netstandard1.0": {
"netstandard1.6": {
"imports": [
"dotnet5.6",
"dnxcore50",

View File

@@ -6,16 +6,16 @@
},
"authors": [ "Microsoft" ],
"dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0-*",
"Newtonsoft.Json": "8.0.3"
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0",
"Microsoft.Extensions.Configuration.Json": "1.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0",
"Microsoft.Extensions.PlatformAbstractions": "1.0.0",
"Newtonsoft.Json": "9.0.1"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": "4.0.0-*"
"System.Net.Http": "4.0.0"
},
"dependencies": {
"Microsoft.Tpl.Dataflow": "4.5.24"
@@ -28,13 +28,14 @@
"portable-net45+win8"
],
"dependencies": {
"System.Console": "4.0.0-*",
"System.Diagnostics.Process": "4.1.0-*",
"System.IO.Pipes": "4.0.0-*",
"System.Net.Http": "4.0.1-*",
"System.Net.Sockets": "4.1.0-*",
"System.Text.RegularExpressions": "4.0.12-*",
"System.Threading.Tasks.Dataflow": "4.5.25-*"
"System.Console": "4.0.0",
"System.Diagnostics.Process": "4.1.0",
"System.IO.Pipes": "4.0.0",
"System.Net.Http": "4.1.0",
"System.Net.Sockets": "4.1.0",
"System.Runtime.InteropServices.RuntimeInformation": "4.0.0",
"System.Text.RegularExpressions": "4.1.0",
"System.Threading.Tasks.Dataflow": "4.5.25"
}
}
},

View File

@@ -9,13 +9,13 @@
"defaultNamespace": "Microsoft.AspNetCore.ReactServices"
},
"dependencies": {
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0-*",
"Microsoft.AspNetCore.Mvc.TagHelpers": "1.0.0",
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
},
"frameworks": {
"net451": {
},
"netstandard1.0": {
"netstandard1.6": {
"imports": [
"dotnet5.6",
"dnxcore50",

View File

@@ -8,13 +8,13 @@
"Microsoft"
],
"dependencies": {
"Microsoft.AspNetCore.Mvc": "1.0.0-*",
"Microsoft.AspNetCore.Mvc": "1.0.0",
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
},
"frameworks": {
"net451": {
},
"netstandard1.0": {
"netstandard1.6": {
"imports": [
"dotnet5.6",
"dnxcore50",