From a5615de2dc07d5dc7add17be7b10d7147fb85e83 Mon Sep 17 00:00:00 2001 From: Scott Toberman Date: Mon, 29 Dec 2025 17:11:06 -0500 Subject: [PATCH] push upgrade --- Base62.Tests/Base62.Tests.csproj | 13 ++++++------- Base62/Base62.csproj | 6 +++--- 2 files changed, 9 insertions(+), 10 deletions(-) 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