From b3d4e9d3b8ecd0c773f0e622968452775ce9506c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Tue, 9 Nov 2021 17:17:36 -0500 Subject: add .net 6 support --- IRCSharp.Tests/IRCSharp.Tests.csproj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'IRCSharp.Tests') diff --git a/IRCSharp.Tests/IRCSharp.Tests.csproj b/IRCSharp.Tests/IRCSharp.Tests.csproj index e068b60..5449218 100644 --- a/IRCSharp.Tests/IRCSharp.Tests.csproj +++ b/IRCSharp.Tests/IRCSharp.Tests.csproj @@ -1,8 +1,7 @@  - net5.0 - + net5.0;net6.0 false -- cgit 1.4.1