Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:03:14 -08:00
parent ecdc864e4f
commit af82488d60
5 changed files with 7 additions and 9 deletions

View File

@ -4,6 +4,6 @@
"test"
],
"sdk": {
"version": "1.0.0-preview2-1-003177"
"version": "1.0.0-preview2-1-003180"
}
}

View File

@ -67,7 +67,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*"
"version": "1.2.0-*"
}
}
}

View File

@ -57,7 +57,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}

View File

@ -16,11 +16,11 @@
"Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
},
"System.Data.SqlClient": "4.3.0-*",
"System.Xml.XmlDocument": "4.3.0-*",
"System.Data.SqlClient": "4.4.0-*",
"System.Xml.XmlDocument": "4.4.0-*",
"xunit": "2.2.0-*"
},
"frameworks": {
@ -34,10 +34,8 @@
"runtimes": {
"win7-x86": {},
"win7-x64": {},
"osx.10.10-x64": {},
"osx.10.11-x64": {},
"ubuntu.14.04-x64": {},
"ubuntu.14.10-x64": {},
"ubuntu.15.04-x64": {},

View File

@ -13,7 +13,7 @@
"netcoreapp1.1": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.1.0-*",
"version": "1.2.0-*",
"type": "platform"
}
}