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 - - - - -