Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:51:56 -07:00
parent bdbb854bdb
commit 039e1021a4
6 changed files with 13 additions and 22 deletions

View File

@ -41,7 +41,8 @@
"Microsoft.Extensions.TaskCache.Sources": { "Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*", "version": "1.1.0-*",
"type": "build" "type": "build"
} },
"NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {
"net451": { "net451": {
@ -58,13 +59,7 @@
}, },
"netstandard1.5": { "netstandard1.5": {
"dependencies": { "dependencies": {
"System.Collections.Concurrent": "4.0.12-*", "System.Reflection.TypeExtensions": "4.3.0-*"
"System.IO.FileSystem": "4.0.1-*",
"System.Reflection": "4.1.0-*",
"System.Reflection.Extensions": "4.0.1-*",
"System.Reflection.TypeExtensions": "4.1.0-*",
"System.Text.RegularExpressions": "4.1.0-*",
"System.Xml.XDocument": "4.0.11-*"
} }
} }
} }

View File

@ -2,6 +2,7 @@
"version": "1.1.0-*", "version": "1.1.0-*",
"shared": "*.cs", "shared": "*.cs",
"dependencies": { "dependencies": {
"NETStandard.Library": "1.6.1-*",
"xunit.assert": "2.2.0-*" "xunit.assert": "2.2.0-*"
}, },
"frameworks": { "frameworks": {

View File

@ -24,19 +24,14 @@
"Microsoft.Extensions.HashCodeCombiner.Sources": { "Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build", "type": "build",
"version": "1.1.0-*" "version": "1.1.0-*"
} },
"NETStandard.Library": "1.6.1-*"
}, },
"frameworks": { "frameworks": {
"net451": {}, "net451": {},
"netstandard1.3": { "netstandard1.3": {
"dependencies": { "dependencies": {
"System.Diagnostics.Debug": "4.0.11-*", "System.Threading.Thread": "4.3.0-*"
"System.Linq": "4.1.0-*",
"System.Resources.ResourceManager": "4.0.1-*",
"System.Runtime.Extensions": "4.1.0-*",
"System.Security.Cryptography.Algorithms": "4.2.0-*",
"System.Threading": "4.0.11-*",
"System.Threading.Thread": "4.0.0-*"
} }
} }
} }

View File

@ -9,7 +9,7 @@
"dependencies": { "dependencies": {
"Microsoft.AspNetCore.Razor": "1.1.0-*", "Microsoft.AspNetCore.Razor": "1.1.0-*",
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
}, },

View File

@ -21,10 +21,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": {

View File

@ -8,8 +8,8 @@
"type": "build" "type": "build"
}, },
"Microsoft.AspNetCore.Testing": "1.1.0-*", "Microsoft.AspNetCore.Testing": "1.1.0-*",
"Newtonsoft.Json": "9.0.1",
"Moq": "4.6.36-*", "Moq": "4.6.36-*",
"Newtonsoft.Json": "9.0.1",
"xunit": "2.2.0-*" "xunit": "2.2.0-*"
}, },
"testRunner": "xunit", "testRunner": "xunit",
@ -17,10 +17,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": {