Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:02:41 -08:00
parent 3a9dff9c1c
commit f6eb86be78
5 changed files with 7 additions and 7 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

@ -19,8 +19,8 @@
"xmlDoc": true
},
"dependencies": {
"NETStandard.Library": "1.6.1-*",
"System.Text.Encodings.Web": "4.3.0-*"
"NETStandard.Library": "1.6.2-*",
"System.Text.Encodings.Web": "4.4.0-*"
},
"frameworks": {
"netstandard1.0": {}

View File

@ -22,8 +22,8 @@
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "1.2.0-*",
"Microsoft.Extensions.Options": "1.2.0-*",
"NETStandard.Library": "1.6.1-*",
"System.Text.Encodings.Web": "4.3.0-*"
"NETStandard.Library": "1.6.2-*",
"System.Text.Encodings.Web": "4.4.0-*"
},
"frameworks": {
"netstandard1.0": {}

View File

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

View File

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