Browse Source

fixed merge

pull/899/head netcore2.2
Ramón Tomás 6 years ago
parent
commit
a387f21029
2 changed files with 0 additions and 6 deletions
  1. +0
    -1
      src/Services/Basket/Basket.API/Basket.API.csproj
  2. +0
    -5
      src/Web/WebStatus/WebStatus.csproj

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

@ -30,7 +30,6 @@
<PackageReference Include="Microsoft.Extensions.Logging.AzureAppServices" Version="2.1.0" />
<PackageReference Include="Serilog.AspNetCore" Version="2.1.1" />
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
<PackageReference Include="StackExchange.Redis.StrongName" Version="1.2.4" />
<PackageReference Include="Swashbuckle.AspNetCore" Version="3.0.0" />
<PackageReference Include="Microsoft.AspNetCore.HealthChecks" Version="1.0.0" />
</ItemGroup>


+ 0
- 5
src/Web/WebStatus/WebStatus.csproj View File

@ -27,9 +27,4 @@
<PackageReference Include="Serilog.Sinks.Console" Version="3.1.1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\BuildingBlocks\HealthChecks\src\Microsoft.AspNetCore.HealthChecks\Microsoft.AspNetCore.HealthChecks.csproj" />
<ProjectReference Include="..\..\BuildingBlocks\HealthChecks\src\Microsoft.Extensions.HealthChecks\Microsoft.Extensions.HealthChecks.csproj" />
</ItemGroup>
</Project>

Loading…
Cancel
Save