Skip to content

Commit

Permalink
chore!: remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
phnx47 committed Jun 15, 2024
1 parent e96b7da commit 9f74506
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 48 deletions.
22 changes: 0 additions & 22 deletions src/HealthCheckBuilderExtensions.cs

This file was deleted.

6 changes: 1 addition & 5 deletions src/Prometheus.Client.HealthChecks.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,25 +7,21 @@
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Prometheus.Client" Version="[5.2.0,6.0.0)" />
<PackageReference Include="Prometheus.Client" Version="5.2.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netstandard2.1'">
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="3.1.32" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="3.1.32" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions " Version="3.1.32" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net5.0'">
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="5.0.17" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="5.0.17" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions " Version="5.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net6.0'">
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="6.0.31" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="6.0.31" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions " Version="6.0.0" />
</ItemGroup>
<ItemGroup Condition="'$(TargetFramework)' == 'net7.0'">
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks" Version="7.0.20" />
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.Abstractions" Version="7.0.20" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions " Version="7.0.0" />
</ItemGroup>
Expand Down
21 changes: 0 additions & 21 deletions tests/HealthCheckBuilderExtensionsTests.cs

This file was deleted.

0 comments on commit 9f74506

Please sign in to comment.