Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:51:01 -07:00
parent c88aa0042a
commit 9e8aee2478
2 changed files with 6 additions and 13 deletions

View File

@ -21,22 +21,15 @@
] ]
}, },
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.1-*",
"Newtonsoft.Json": "9.0.1" "Newtonsoft.Json": "9.0.1"
}, },
"frameworks": { "frameworks": {
"netstandard1.1": { "netstandard1.1": {
"dependencies": { "dependencies": {
"Microsoft.CSharp": "4.0.1-*", "Microsoft.CSharp": "4.3.0-*",
"System.Collections.Concurrent": "4.0.12-*", "System.ComponentModel.TypeConverter": "4.3.0-*",
"System.ComponentModel.TypeConverter": "4.1.0-*", "System.Runtime.Serialization.Primitives": "4.3.0-*"
"System.Diagnostics.Debug": "4.0.11-*",
"System.Globalization": "4.0.11-*",
"System.Linq": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Runtime.Serialization.Primitives": "4.1.1-*",
"System.Text.Encoding.Extensions": "4.0.11-*"
} }
} }
} }

View File

@ -14,10 +14,10 @@
"netcoreapp1.0": { "netcoreapp1.0": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.1.0-*",
"type": "platform" "type": "platform"
}, },
"System.Diagnostics.TraceSource": "4.0.0-*" "System.Diagnostics.TraceSource": "4.3.0-*"
} }
}, },
"net451": { "net451": {