From 571c8d4cecb3fa364dccb1646b6cb68d8600c742 Mon Sep 17 00:00:00 2001 From: Claire Novotny Date: Sun, 24 Jan 2021 08:01:15 -0500 Subject: [PATCH] Add targets for netcoreapp3.1 so it can ref the older Http extensions --- Refit.HttpClientFactory/Refit.HttpClientFactory.csproj | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj b/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj index 8a1c5d839..7b536e22d 100644 --- a/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj +++ b/Refit.HttpClientFactory/Refit.HttpClientFactory.csproj @@ -3,7 +3,7 @@ Refit HTTP Client Factory Extensions Refit HTTP Client Factory Extensions - netstandard2.0 + net5.0;netcoreapp3.1;netstandard2.0 enable @@ -12,4 +12,8 @@ + + + +