Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:52:11 -07:00
parent 74a3063c45
commit 67d0c13815
8 changed files with 20 additions and 27 deletions

View File

@ -1,8 +1,8 @@
{
"dependencies": {
"Microsoft.AspNetCore.Routing": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.AspNetCore.Routing": "1.1.0-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*"
},
"buildOptions": {
"emitEntryPoint": true,
@ -13,7 +13,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -24,16 +24,11 @@
"Microsoft.Extensions.PropertyHelper.Sources": {
"type": "build",
"version": "1.1.0-*"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Collections.Concurrent": "4.0.12-*",
"System.Threading.Tasks": "4.0.11-*",
"System.Reflection.Extensions": "4.0.1-*"
}
}
"netstandard1.3": {}
}
}

View File

@ -15,7 +15,9 @@
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {}
"dependencies": {
"NETStandard.Library": "1.6.1-*"
}
}
}
}

View File

@ -40,15 +40,11 @@
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {
"dependencies": {
"System.Collections": "4.0.11-*",
"System.Text.RegularExpressions": "4.1.0-*"
}
}
"netstandard1.3": {}
}
}

View File

@ -14,10 +14,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

@ -16,7 +16,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}

View File

@ -16,13 +16,13 @@
"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": {}
},
"testRunner": "xunit"
}
}

View File

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