Skip to content

Commit 29c41fe

Browse files
committed
Remove specific version for Microsoft.AspNetCore.App
1 parent f3cd373 commit 29c41fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Basket/Basket.API/Basket.API.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<PackageReference Include="Microsoft.ApplicationInsights.DependencyCollector" Version="2.6.1" />
2323
<PackageReference Include="Microsoft.ApplicationInsights.Kubernetes" Version="1.0.0-beta8" />
2424
<PackageReference Include="Microsoft.ApplicationInsights.ServiceFabric" Version="2.1.1-beta1" />
25-
<PackageReference Include="Microsoft.AspNetCore.App" Version="2.2.0" />
25+
<PackageReference Include="Microsoft.AspNetCore.App" />
2626
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.HealthChecks" Version="2.2.0" />
2727
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" />
2828
<PackageReference Include="Microsoft.Extensions.Configuration.AzureKeyVault" Version="2.1.0" />

0 commit comments

Comments
 (0)