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": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {
@ -58,13 +59,7 @@
},
"netstandard1.5": {
"dependencies": {
"System.Collections.Concurrent": "4.0.12-*",
"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-*"
"System.Reflection.TypeExtensions": "4.3.0-*"
}
}
}

View File

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

View File

@ -24,19 +24,14 @@
"Microsoft.Extensions.HashCodeCombiner.Sources": {
"type": "build",
"version": "1.1.0-*"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Diagnostics.Debug": "4.0.11-*",
"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-*"
"System.Threading.Thread": "4.3.0-*"
}
}
}

View File

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

View File

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

View File

@ -8,8 +8,8 @@
"type": "build"
},
"Microsoft.AspNetCore.Testing": "1.1.0-*",
"Newtonsoft.Json": "9.0.1",
"Moq": "4.6.36-*",
"Newtonsoft.Json": "9.0.1",
"xunit": "2.2.0-*"
},
"testRunner": "xunit",
@ -17,10 +17,10 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
},
"System.Diagnostics.TraceSource": "4.0.0-*"
"System.Diagnostics.TraceSource": "4.3.0-*"
}
},
"net451": {