From ae47da63c025af18b4297215b4400c4084d90eee Mon Sep 17 00:00:00 2001 From: Serge K Date: Wed, 6 Apr 2022 20:59:13 +0700 Subject: [PATCH] feat: add net6.0 target framework --- src/Prometheus.Client.AspNetCore.csproj | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/Prometheus.Client.AspNetCore.csproj b/src/Prometheus.Client.AspNetCore.csproj index 5a83949..8bbf4db 100644 --- a/src/Prometheus.Client.AspNetCore.csproj +++ b/src/Prometheus.Client.AspNetCore.csproj @@ -1,8 +1,8 @@ ASP.NET Core middleware for the Prometheus.Client - 4.5.1 - netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0 + 4.6.0 + netstandard2.0;netstandard2.1;netcoreapp3.1;net5.0;net6.0 Prometheus.Client.AspNetCore https://github.com/prom-client-net/prom-client-aspnetcore true @@ -14,10 +14,10 @@ - + - +