Updating to 4.4 CoreFx packages

This commit is contained in:
Pranav K 2016-12-05 09:03:39 -08:00
parent 8e8525512d
commit a5717aa583
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -24,7 +24,7 @@
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.2-*"
} }
} }
} }

View File

@ -33,7 +33,7 @@
"version": "1.2.0-*", "version": "1.2.0-*",
"type": "build" "type": "build"
}, },
"NETStandard.Library": "1.6.1-*" "NETStandard.Library": "1.6.2-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},

View File

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