Browse Source

Remove specific version for Microsoft.AspNetCore.App

pull/952/head
Miguel Veloso 6 years ago
parent
commit
29c41fe3e3
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Basket/Basket.API/Basket.API.csproj

+ 1
- 1
src/Services/Basket/Basket.API/Basket.API.csproj View File

@ -22,7 +22,7 @@
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.6.1" />
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta8" />
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.1.1-beta1" />
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" Version="2.2.0" />
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="2.1.0" />


Loading…
Cancel
Save