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