Fixing versions

This commit is contained in:
Pranav K 2016-11-09 14:19:36 -08:00
parent a27f329236
commit ee1d0dab11
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
{ {
"version": "1.2.0-*", "version": "1.1.0-*",
"description": "ASP.NET Core integration with Azure AppServices.", "description": "ASP.NET Core integration with Azure AppServices.",
"packOptions": { "packOptions": {
"repository": { "repository": {

View File

@ -5,7 +5,7 @@
}, },
"dependencies": { "dependencies": {
"dotnet-test-xunit": "2.2.0-*", "dotnet-test-xunit": "2.2.0-*",
"Microsoft.AspNetCore.AzureAppServicesIntegration": "1.0.0-*", "Microsoft.AspNetCore.AzureAppServicesIntegration": "1.1.0-*",
"Microsoft.AspNetCore.TestHost": "1.2.0-*", "Microsoft.AspNetCore.TestHost": "1.2.0-*",
"xunit": "2.2.0-*", "xunit": "2.2.0-*",
"Moq": "4.6.36-*" "Moq": "4.6.36-*"
@ -14,7 +14,7 @@
"netcoreapp1.1": { "netcoreapp1.1": {
"dependencies": { "dependencies": {
"Microsoft.NETCore.App": { "Microsoft.NETCore.App": {
"version": "1.0.0-*", "version": "1.1.0-*",
"type": "platform" "type": "platform"
} }
}, },