Updating partner package versions

This commit is contained in:
Pranav K 2016-09-28 11:52:06 -07:00
parent 4e10d19175
commit aec2a7c2d2
3 changed files with 10 additions and 9 deletions

View File

@ -1,4 +1,4 @@
{
{
"version": "1.1.0-*",
"dependencies": {
"Microsoft.AspNetCore.ResponseCaching": "0.1.0-*",
@ -14,7 +14,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}
@ -31,4 +31,4 @@
"scripts": {
"postpublish": "dotnet publish-iis --publish-folder %publish:OutputPath% --framework %publish:FullTargetFramework%"
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"version": "0.1.0-*",
"buildOptions": {
"warningsAsErrors": true,
@ -28,10 +28,11 @@
"Microsoft.Extensions.TaskCache.Sources": {
"version": "1.1.0-*",
"type": "build"
}
},
"NETStandard.Library": "1.6.1-*"
},
"frameworks": {
"net451": {},
"netstandard1.3": {}
}
}
}

View File

@ -1,4 +1,4 @@
{
{
"buildOptions": {
"warningsAsErrors": true,
"keyFile": "../../tools/Key.snk"
@ -13,7 +13,7 @@
"netcoreapp1.0": {
"dependencies": {
"Microsoft.NETCore.App": {
"version": "1.0.0-*",
"version": "1.1.0-*",
"type": "platform"
}
}
@ -21,4 +21,4 @@
"net451": {}
},
"testRunner": "xunit"
}
}