diff --git a/Base62.Tests/Base62.Tests.csproj b/Base62.Tests/Base62.Tests.csproj index 59676a7..3fe090d 100644 --- a/Base62.Tests/Base62.Tests.csproj +++ b/Base62.Tests/Base62.Tests.csproj @@ -1,7 +1,7 @@  - netcoreapp3.1;net5.0;net6.0 + net8.0;net10.0 false @@ -9,18 +9,17 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all runtime; build; native; contentfiles; analyzers; buildtransitive - - - - + + + runtime; build; native; contentfiles; analyzers; buildtransitive all diff --git a/Base62/Base62.csproj b/Base62/Base62.csproj index 04abed3..0bb6f95 100644 --- a/Base62/Base62.csproj +++ b/Base62/Base62.csproj @@ -1,7 +1,7 @@  - netstandard1.3;netstandard2.0;netstandard2.1;net5.0;net6.0 + netstandard2.0;netstandard2.1;net8.0;net10.0 Base62 encoder and decoder for .NET for URL shortening and/or obfuscation. true @@ -37,11 +37,11 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + runtime; build; native; contentfiles; analyzers; buildtransitive all