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.",
|
"description": "ASP.NET Core integration with Azure AppServices.",
|
||||||
"packOptions": {
|
"packOptions": {
|
||||||
"repository": {
|
"repository": {
|
||||||
|
|
|
||||||
|
|
@ -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"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue