From 9ae41191f69807e665a23a26ec6283a46410a145 Mon Sep 17 00:00:00 2001 From: Claire Novotny Date: Tue, 9 Feb 2021 20:33:32 -0500 Subject: [PATCH] don't have nullable on the test project --- Refit.Tests/Refit.Tests.csproj | 1 - 1 file changed, 1 deletion(-) diff --git a/Refit.Tests/Refit.Tests.csproj b/Refit.Tests/Refit.Tests.csproj index a86358931..1b506a455 100644 --- a/Refit.Tests/Refit.Tests.csproj +++ b/Refit.Tests/Refit.Tests.csproj @@ -5,7 +5,6 @@ net5.0;netcoreapp2.1;netcoreapp3.1;net461 false - enable