Skip to content

Commit b59fd12

Browse files
committed
README.md and csproj
1 parent f6b523d commit b59fd12

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ Extension for [Prometheus.Client](https://github.com/PrometheusClientNet/Prometh
1414
#### Installation:
1515

1616
dotnet add package Prometheus.Client.MetricServer
17-
or
18-
19-
dotnet add package Prometheus.Client.MetricServer.Kestrel
2017

2118
#### Quick start:
2219

src/Prometheus.Client.MetricServer/Prometheus.Client.MetricServer.csproj

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,7 @@
3232
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="1.1.0" />
3333
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="1.1.0" />
3434
</ItemGroup>
35-
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
36-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
37-
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.2.0" />
38-
</ItemGroup>
39-
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp2.2'">
35+
<ItemGroup Condition="'$(TargetFramework)' == 'netstandard2.0' OR '$(TargetFramework)' == 'netcoreapp2.2'">
4036
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel" Version="2.2.0" />
4137
<PackageReference Include="Microsoft.AspNetCore.Server.Kestrel.Https" Version="2.2.0" />
4238
</ItemGroup>

0 commit comments

Comments
 (0)