Skip to content

Commit 6685c9d

Browse files
committed
README.md
1 parent 26979ca commit 6685c9d

File tree

2 files changed

+6
-11
lines changed

2 files changed

+6
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ Its a fork of [prometheus-net](https://github.com/andrasm/prometheus-net)
1111

1212
Nuget 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

src/Prometheus.Client/Prometheus.Client.csproj

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@
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>
@@ -31,15 +35,6 @@
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>

0 commit comments

Comments
 (0)