From 1a76a463321d868948a770487df3e8f727018207 Mon Sep 17 00:00:00 2001 From: Sean Killeen Date: Tue, 7 Jan 2025 13:27:23 +0000 Subject: [PATCH] Remove net6.0 target from NUnit snippets project --- docs/snippets/Snippets.NUnit/Snippets.NUnit.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/snippets/Snippets.NUnit/Snippets.NUnit.csproj b/docs/snippets/Snippets.NUnit/Snippets.NUnit.csproj index 2265ecbe6..543892412 100644 --- a/docs/snippets/Snippets.NUnit/Snippets.NUnit.csproj +++ b/docs/snippets/Snippets.NUnit/Snippets.NUnit.csproj @@ -1,7 +1,7 @@  - net6.0;net8.0 + net8.0 enable enable