From bdf2139c07ef3a6477146cf2137b29a7b5a29ca8 Mon Sep 17 00:00:00 2001 From: James Thompson Date: Sat, 30 Mar 2024 21:54:36 +1100 Subject: [PATCH] use same TFM's as other projects Co-authored-by: James Newton-King --- src/Grpc.HealthCheck/Grpc.HealthCheck.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Grpc.HealthCheck/Grpc.HealthCheck.csproj b/src/Grpc.HealthCheck/Grpc.HealthCheck.csproj index 1c0c25174..7d36269d8 100755 --- a/src/Grpc.HealthCheck/Grpc.HealthCheck.csproj +++ b/src/Grpc.HealthCheck/Grpc.HealthCheck.csproj @@ -5,7 +5,7 @@ true true - net462;netstandard2.0;netcoreapp3.0 + net462;netstandard2.0;net6.0;net7.0;net8.0 README.md