From 0d3586c1abd6c2914825484b438e70ef5ed3cc70 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 14 Feb 2022 22:27:09 -0500 Subject: [PATCH] update nuget deps and add netstandard2.1 --- Examples/States/States.csproj | 2 +- Examples/Tokens/Tokens.csproj | 2 +- IRCSharp.Tests/IRCSharp.Tests.csproj | 11 +++++------ IRCStates/IRCStates.csproj | 13 +++---------- IRCTokens/IRCTokens.csproj | 15 +++------------ 5 files changed, 13 insertions(+), 30 deletions(-) diff --git a/Examples/States/States.csproj b/Examples/States/States.csproj index 8c69197..2261c41 100644 --- a/Examples/States/States.csproj +++ b/Examples/States/States.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + netstandard2.1;net6.0 diff --git a/Examples/Tokens/Tokens.csproj b/Examples/Tokens/Tokens.csproj index f852d06..72760ef 100644 --- a/Examples/Tokens/Tokens.csproj +++ b/Examples/Tokens/Tokens.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + netstandard2.1;net6.0 diff --git a/IRCSharp.Tests/IRCSharp.Tests.csproj b/IRCSharp.Tests/IRCSharp.Tests.csproj index f76dc70..8ad72ef 100644 --- a/IRCSharp.Tests/IRCSharp.Tests.csproj +++ b/IRCSharp.Tests/IRCSharp.Tests.csproj @@ -1,16 +1,15 @@  - net6.0 + netstandard2.1;net6.0 false - - - - - + + + + diff --git a/IRCStates/IRCStates.csproj b/IRCStates/IRCStates.csproj index 45bc22f..08b2cfa 100644 --- a/IRCStates/IRCStates.csproj +++ b/IRCStates/IRCStates.csproj @@ -1,9 +1,9 @@ - net6.0 + netstandard2.1;net6.0 IRCStates - 1.2.0 + 1.3.0 Ben Harris tildeverse.org true @@ -13,16 +13,9 @@ https://tildegit.org/irctokens/ircsharp/src/branch/main/IRCStates git irc - 1.2.0 + 1.3.0 - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/IRCTokens/IRCTokens.csproj b/IRCTokens/IRCTokens.csproj index 740b44d..0564ab3 100644 --- a/IRCTokens/IRCTokens.csproj +++ b/IRCTokens/IRCTokens.csproj @@ -1,9 +1,9 @@  - net6.0 + netstandard2.1;net6.0 IRCTokens - 1.2.0 + 1.3.0 Ben Harris tildeverse.org true @@ -13,16 +13,7 @@ https://tildegit.org/irctokens/ircsharp/src/branch/main/IRCTokens git irc - 1.2.0 + 1.3.0 - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - - -