net451 support and changed netcoreapp1.0->netstandard1.5 for libraries

This commit is contained in:
Rasmus Melchior Jacobsen
2016-05-23 11:52:47 +02:00
committed by SteveSandersonMS
parent f2e89fd3bc
commit 931ba118e1
4 changed files with 22 additions and 10 deletions

View File

@@ -13,7 +13,9 @@
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"net451": {
},
"netstandard1.5": {
"imports": [
"dotnet5.6",
"dnxcore50",

View File

@@ -6,11 +6,6 @@
},
"authors": [ "Microsoft" ],
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-rc2-*",
"type": "platform"
},
"System.IO.Pipes": "4.0.0-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.0.0-*",
"Microsoft.Extensions.Configuration.Json": "1.0.0-*",
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.0.0-*",
@@ -18,17 +13,28 @@
"Newtonsoft.Json": "8.0.3"
},
"frameworks": {
"net451": {
"frameworkAssemblies": {
"System.Net.Http": "4.0.0.0"
}
},
"netstandard1.3": {
"imports": [
"dotnet5.6",
"dnxcore50",
"portable-net45+win8"
]
],
"dependencies": {
"System.Console": "4.0.0-*",
"System.Diagnostics.Process": "4.1.0-*",
"System.Net.Http": "4.0.1-*",
"System.Text.RegularExpressions": "4.0.12-*"
}
}
},
"buildOptions": {
"embed": [
"Content/**/*"
]
}
}
}

View File

@@ -13,7 +13,9 @@
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"net451": {
},
"netstandard1.5": {
"imports": [
"dotnet5.6",
"dnxcore50",

View File

@@ -12,7 +12,9 @@
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
},
"frameworks": {
"netcoreapp1.0": {
"net451": {
},
"netstandard1.5": {
"imports": [
"dotnet5.6",
"dnxcore50",