File tree Expand file tree Collapse file tree 2 files changed +1
-8
lines changed
src/Prometheus.Client.MetricServer Expand file tree Collapse file tree 2 files changed +1
-8
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments