Updating versions to 1.2.0-*

This commit is contained in:
Pranav K 2016-11-09 14:12:26 -08:00
parent 65894b0771
commit a27f329236
3 changed files with 21 additions and 12 deletions

View File

@ -1,9 +1,9 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"dependencies": {
"Microsoft.AspNetCore.AzureAppServicesIntegration": "1.0.0-*",
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
},
"buildOptions": {
"emitEntryPoint": true
@ -17,7 +17,10 @@
"type": "platform"
}
},
"imports": [ "portable-net40+sl5+win8+wp8+wpa81", "portable-net45+win8+wp8+wpa81" ]
"imports": [
"portable-net40+sl5+win8+wp8+wpa81",
"portable-net45+win8+wp8+wpa81"
]
}
},
"publishOptions": {

View File

@ -1,5 +1,5 @@
{
"version": "1.0.0-*",
"version": "1.2.0-*",
"description": "ASP.NET Core integration with Azure AppServices.",
"packOptions": {
"repository": {
@ -13,16 +13,19 @@
]
},
"dependencies": {
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
"Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
"Microsoft.Extensions.Logging.AzureAppServices": "1.0.0-*"
},
"frameworks": {
"net451": {
"frameworkAssemblies": { }
"frameworkAssemblies": {}
},
"netstandard1.3": {
"imports": [ "portable-net40+sl5+win8+wp8+wpa81", "portable-net45+win8+wp8+wpa81" ]
"imports": [
"portable-net40+sl5+win8+wp8+wpa81",
"portable-net45+win8+wp8+wpa81"
]
}
},
"buildOptions": {

View File

@ -1,12 +1,12 @@
{
"version": "1.1.0-*",
"version": "1.2.0-*",
"buildOptions": {
"keyFile": "../../tools/Key.snk"
},
"dependencies": {
"dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.AzureAppServicesIntegration": "1.0.0-*",
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
"xunit": "2.2.0-*",
"Moq": "4.6.36-*"
},
@ -18,7 +18,10 @@
"type": "platform"
}
},
"imports": [ "portable-net40+sl5+win8+wp8+wpa81", "portable-net45+win8+wp8+wpa81" ]
"imports": [
"portable-net40+sl5+win8+wp8+wpa81",
"portable-net45+win8+wp8+wpa81"
]
},
"net451": {}
},