Fixing versions
This commit is contained in:
parent
a27f329236
commit
ee1d0dab11
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.2.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"description": "ASP.NET Core integration with Azure AppServices.",
|
||||
"packOptions": {
|
||||
"repository": {
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"dotnet-test-xunit": "2.2.0-*",
|
||||
"Microsoft.AspNetCore.AzureAppServicesIntegration": "1.0.0-*",
|
||||
"Microsoft.AspNetCore.AzureAppServicesIntegration": "1.1.0-*",
|
||||
"Microsoft.AspNetCore.TestHost": "1.2.0-*",
|
||||
"xunit": "2.2.0-*",
|
||||
"Moq": "4.6.36-*"
|
||||
|
|
@ -14,7 +14,7 @@
|
|||
"netcoreapp1.1": {
|
||||
"dependencies": {
|
||||
"Microsoft.NETCore.App": {
|
||||
"version": "1.0.0-*",
|
||||
"version": "1.1.0-*",
|
||||
"type": "platform"
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue