File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,9 @@ Its a fork of [prometheus-net](https://github.com/andrasm/prometheus-net)
1111
1212Nuget package: [ Prometheus.Client] ( https://www.nuget.org/packages/Prometheus.Client )
1313
14- OWIN: [ Prometheus.Client.Owin] ( https://www.nuget.org/packages /Prometheus.Client.Owin )
14+ OWIN: [ Prometheus.Client.Owin] ( https://github.com/phnx47 /Prometheus.Client.Owin )
1515
16- MetricServer: [ Prometheus.Client.MetricServer] ( https://www.nuget.org/packages /Prometheus.Client.MetricServer )
16+ MetricServer: [ Prometheus.Client.MetricServer] ( https://github.com/phnx47 /Prometheus.Client.MetricServer )
1717
1818
1919``` csharp
Original file line number Diff line number Diff line change 1818 <GenerateDocumentationFile >true</GenerateDocumentationFile >
1919 </PropertyGroup >
2020
21+ <PropertyGroup >
22+ <NoWarn >1591</NoWarn >
23+ </PropertyGroup >
24+
2125 <ItemGroup >
2226 <PackageReference Include =" protobuf-net" Version =" 2.3.1" />
2327 </ItemGroup >
3135 <DefineConstants >$(DefineConstants);COREFX</DefineConstants >
3236 </PropertyGroup >
3337
34- <PropertyGroup >
35- <NoWarn >1591</NoWarn >
36- </PropertyGroup >
37-
38- <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3' " >
39-
40- </ItemGroup >
41-
42-
4338 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard1.3'" >
4439 <PackageReference Include =" System.Diagnostics.Process" >
4540 <Version >4.3.0</Version >
You can’t perform that action at this time.
0 commit comments