mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
net451 support and changed netcoreapp1.0->netstandard1.5 for libraries
This commit is contained in:
committed by
SteveSandersonMS
parent
f2e89fd3bc
commit
931ba118e1
@@ -13,7 +13,9 @@
|
|||||||
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"net451": {
|
||||||
|
},
|
||||||
|
"netstandard1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.6",
|
"dotnet5.6",
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|||||||
@@ -6,11 +6,6 @@
|
|||||||
},
|
},
|
||||||
"authors": [ "Microsoft" ],
|
"authors": [ "Microsoft" ],
|
||||||
"dependencies": {
|
"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.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-*",
|
||||||
@@ -18,17 +13,28 @@
|
|||||||
"Newtonsoft.Json": "8.0.3"
|
"Newtonsoft.Json": "8.0.3"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
|
"net451": {
|
||||||
|
"frameworkAssemblies": {
|
||||||
|
"System.Net.Http": "4.0.0.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
"netstandard1.3": {
|
"netstandard1.3": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.6",
|
"dotnet5.6",
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
"portable-net45+win8"
|
"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": {
|
"buildOptions": {
|
||||||
"embed": [
|
"embed": [
|
||||||
"Content/**/*"
|
"Content/**/*"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -13,7 +13,9 @@
|
|||||||
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
"Microsoft.AspNetCore.SpaServices": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"net451": {
|
||||||
|
},
|
||||||
|
"netstandard1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.6",
|
"dotnet5.6",
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|||||||
@@ -12,7 +12,9 @@
|
|||||||
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
|
"Microsoft.AspNetCore.NodeServices": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netcoreapp1.0": {
|
"net451": {
|
||||||
|
},
|
||||||
|
"netstandard1.5": {
|
||||||
"imports": [
|
"imports": [
|
||||||
"dotnet5.6",
|
"dotnet5.6",
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|||||||
Reference in New Issue
Block a user