Updating to NETStandard.Library 1.5.0
This commit is contained in:
parent
b83e142bfe
commit
7f4a772859
|
|
@ -61,7 +61,7 @@
|
||||||
"net451": {},
|
"net451": {},
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"NETStandard.Library": "1.0.0-*"
|
"NETStandard.Library": "1.5.0-*"
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|
|
||||||
|
|
@ -13,16 +13,15 @@
|
||||||
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
|
"Microsoft.AspNetCore.WebUtilities": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
"Microsoft.Extensions.Configuration.EnvironmentVariables": "1.0.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Console": "1.0.0-*",
|
||||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
||||||
"xunit": "2.1.0"
|
"xunit": "2.1.0"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"netstandardapp1.5": {
|
"netstandardapp1.5": {
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"dotnet-test-xunit": "1.0.0-dev-*",
|
||||||
|
"NETStandard.Library": "1.5.0-*",
|
||||||
"System.Data.SqlClient": "4.1.0-*",
|
"System.Data.SqlClient": "4.1.0-*",
|
||||||
"System.Net.Http": "4.0.1-*",
|
"System.Xml.XmlDocument": "4.0.1-*"
|
||||||
"System.Xml.XmlDocument": "4.0.1-*",
|
|
||||||
"dotnet-test-xunit": "1.0.0-dev-*"
|
|
||||||
},
|
},
|
||||||
"imports": [
|
"imports": [
|
||||||
"dnxcore50",
|
"dnxcore50",
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
"Microsoft.Extensions.Logging.Testing": "1.0.0-*",
|
||||||
"Microsoft.NETCore.Platforms": "1.0.1-*",
|
|
||||||
"MusicStore": "1.0.0-*",
|
"MusicStore": "1.0.0-*",
|
||||||
"XUnit": "2.1.0"
|
"XUnit": "2.1.0"
|
||||||
},
|
},
|
||||||
|
|
@ -15,6 +14,7 @@
|
||||||
"portable-net451+win8"
|
"portable-net451+win8"
|
||||||
],
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"NETStandard.Library": "1.5.0-*",
|
||||||
"dotnet-test-xunit": "1.0.0-dev-*"
|
"dotnet-test-xunit": "1.0.0-dev-*"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue