Updating versions to 1.2.0-*
This commit is contained in:
parent
65894b0771
commit
a27f329236
|
|
@ -1,9 +1,9 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.AzureAppServicesIntegration": "1.0.0-*",
|
"Microsoft.AspNetCore.AzureAppServicesIntegration": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.Server.Kestrel": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.Kestrel": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.Console": "1.1.0-*"
|
"Microsoft.Extensions.Logging.Console": "1.2.0-*"
|
||||||
},
|
},
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"emitEntryPoint": true
|
"emitEntryPoint": true
|
||||||
|
|
@ -17,7 +17,10 @@
|
||||||
"type": "platform"
|
"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": {
|
"publishOptions": {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.0.0-*",
|
"version": "1.2.0-*",
|
||||||
"description": "ASP.NET Core integration with Azure AppServices.",
|
"description": "ASP.NET Core integration with Azure AppServices.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
@ -13,16 +13,19 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"Microsoft.AspNetCore.Hosting.Abstractions": "1.1.0-*",
|
"Microsoft.AspNetCore.Hosting.Abstractions": "1.2.0-*",
|
||||||
"Microsoft.AspNetCore.Server.IISIntegration": "1.1.0-*",
|
"Microsoft.AspNetCore.Server.IISIntegration": "1.2.0-*",
|
||||||
"Microsoft.Extensions.Logging.AzureAppServices": "1.0.0-*"
|
"Microsoft.Extensions.Logging.AzureAppServices": "1.0.0-*"
|
||||||
},
|
},
|
||||||
"frameworks": {
|
"frameworks": {
|
||||||
"net451": {
|
"net451": {
|
||||||
"frameworkAssemblies": { }
|
"frameworkAssemblies": {}
|
||||||
},
|
},
|
||||||
"netstandard1.3": {
|
"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": {
|
"buildOptions": {
|
||||||
|
|
|
||||||
|
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0-*",
|
"version": "1.2.0-*",
|
||||||
"buildOptions": {
|
"buildOptions": {
|
||||||
"keyFile": "../../tools/Key.snk"
|
"keyFile": "../../tools/Key.snk"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dotnet-test-xunit": "2.2.0-*",
|
"dotnet-test-xunit": "2.2.0-*",
|
||||||
"Microsoft.AspNetCore.AzureAppServicesIntegration": "1.0.0-*",
|
"Microsoft.AspNetCore.AzureAppServicesIntegration": "1.0.0-*",
|
||||||
"Microsoft.AspNetCore.TestHost": "1.1.0-*",
|
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
|
||||||
"xunit": "2.2.0-*",
|
"xunit": "2.2.0-*",
|
||||||
"Moq": "4.6.36-*"
|
"Moq": "4.6.36-*"
|
||||||
},
|
},
|
||||||
|
|
@ -18,7 +18,10 @@
|
||||||
"type": "platform"
|
"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": {}
|
"net451": {}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue