From 3eaf81046bb2933f394a21d3410ef5ffef4f3694 Mon Sep 17 00:00:00 2001 From: Daniel Blankensteiner Date: Fri, 1 Nov 2019 10:03:18 +0100 Subject: [PATCH] Add .NET Standard 2.1 as a target --- .../prometheus-net.DotNetRuntime.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/prometheus-net.DotNetRuntime/prometheus-net.DotNetRuntime.csproj b/src/prometheus-net.DotNetRuntime/prometheus-net.DotNetRuntime.csproj index 9f5c0a6..66ca32e 100644 --- a/src/prometheus-net.DotNetRuntime/prometheus-net.DotNetRuntime.csproj +++ b/src/prometheus-net.DotNetRuntime/prometheus-net.DotNetRuntime.csproj @@ -24,12 +24,16 @@ https://github.com/djluck/prometheus-net.DotNetRuntime/blob/master/LICENSE.txt ReleaseV2;DebugV2;DebugV3;ReleaseV3 AnyCPU - netcoreapp2.2;netcoreapp3.0 + netcoreapp2.2;netcoreapp3.0;netstandard2.1 8 true 1701;1702;CS1591; + + + + true