From 4d10174ca94601728ee3c8a0f47f207993c5ada4 Mon Sep 17 00:00:00 2001 From: David Melendez Date: Sat, 30 Nov 2024 16:16:01 -0600 Subject: [PATCH] add .net6 back to tests --- src/GodaddyWrapper.Tests/GodaddyWrapper.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GodaddyWrapper.Tests/GodaddyWrapper.Tests.csproj b/src/GodaddyWrapper.Tests/GodaddyWrapper.Tests.csproj index 0376ff1..74b9958 100644 --- a/src/GodaddyWrapper.Tests/GodaddyWrapper.Tests.csproj +++ b/src/GodaddyWrapper.Tests/GodaddyWrapper.Tests.csproj @@ -1,7 +1,7 @@  - net462;net8.0 + net462;net6.0;net8.0 false