From e43c4d2e802982fafdaaaedc7384c46a0c94a748 Mon Sep 17 00:00:00 2001 From: Eugene Fox Date: Wed, 10 Dec 2025 22:46:58 +0000 Subject: [PATCH] Dependency version bumps --- SimpleOTP.Tests/SimpleOTP.Tests.csproj | 4 ++-- .../SimpleOTP.DependencyInjection.csproj | 9 ++++----- libraries/SimpleOTP/SimpleOTP.csproj | 2 +- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/SimpleOTP.Tests/SimpleOTP.Tests.csproj b/SimpleOTP.Tests/SimpleOTP.Tests.csproj index 02d23f8..941777f 100644 --- a/SimpleOTP.Tests/SimpleOTP.Tests.csproj +++ b/SimpleOTP.Tests/SimpleOTP.Tests.csproj @@ -10,9 +10,9 @@ - + - + diff --git a/libraries/SimpleOTP.DependencyInjection/SimpleOTP.DependencyInjection.csproj b/libraries/SimpleOTP.DependencyInjection/SimpleOTP.DependencyInjection.csproj index dee6110..eb20e65 100644 --- a/libraries/SimpleOTP.DependencyInjection/SimpleOTP.DependencyInjection.csproj +++ b/libraries/SimpleOTP.DependencyInjection/SimpleOTP.DependencyInjection.csproj @@ -9,7 +9,7 @@ EugeneFox.SimpleOTP.DependencyInjection - 10.0.0.0 + 10.0.1.0 Eugene Fox Copyright © Eugene Fox 2024 en-US @@ -37,7 +37,7 @@ service in your application. - Added support for .NET 10 + Updated `Microsoft.Extensions.Configuration.Binder` and `Microsoft.Extensions.DependencyInjection.Abstractions` to version 10.0.1. @@ -57,9 +57,8 @@ - - + + diff --git a/libraries/SimpleOTP/SimpleOTP.csproj b/libraries/SimpleOTP/SimpleOTP.csproj index 274ed61..e3e0016 100644 --- a/libraries/SimpleOTP/SimpleOTP.csproj +++ b/libraries/SimpleOTP/SimpleOTP.csproj @@ -15,7 +15,7 @@ EugeneFox.SimpleOTP - 10.0.0.0 + 10.0.1.0 Eugene Fox Copyright © Eugene Fox 2024 en-US