Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:02:51 -08:00
parent de1bc46ff7
commit 8046dcc0f2
7 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

@ -34,13 +34,13 @@
"version": "1.2.0-*",
"type": "build"
},
"NETStandard.Library": "1.6.1-*"
"NETStandard.Library": "1.6.2-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Security.Principal.Windows": "4.3.0-*"
"System.Security.Principal.Windows": "4.4.0-*"
}
}
}

View File

@ -22,7 +22,7 @@
"Microsoft.Extensions.Logging": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*",
"Microsoft.Extensions.Logging.Debug": "1.2.0-*",
"NETStandard.Library": "1.6.1-*",
"NETStandard.Library": "1.6.2-*",
"xunit": "2.2.0-*"
},
"frameworks": {

View File

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

View File

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

View File

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