From 7f3cc3c6ecb2159199b8228506618e767cf0325c Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 25 Mar 2022 15:01:43 -0400 Subject: [PATCH] remove netstandard2.1 from example console projects --- Examples/States/States.csproj | 2 +- Examples/Tokens/Tokens.csproj | 2 +- IRCSharp.Tests/IRCSharp.Tests.csproj | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Examples/States/States.csproj b/Examples/States/States.csproj index 2261c41..8c69197 100644 --- a/Examples/States/States.csproj +++ b/Examples/States/States.csproj @@ -2,7 +2,7 @@ Exe - netstandard2.1;net6.0 + net6.0 diff --git a/Examples/Tokens/Tokens.csproj b/Examples/Tokens/Tokens.csproj index 72760ef..f852d06 100644 --- a/Examples/Tokens/Tokens.csproj +++ b/Examples/Tokens/Tokens.csproj @@ -2,7 +2,7 @@ Exe - netstandard2.1;net6.0 + net6.0 diff --git a/IRCSharp.Tests/IRCSharp.Tests.csproj b/IRCSharp.Tests/IRCSharp.Tests.csproj index 8ad72ef..9227e87 100644 --- a/IRCSharp.Tests/IRCSharp.Tests.csproj +++ b/IRCSharp.Tests/IRCSharp.Tests.csproj @@ -6,7 +6,7 @@ - +