From 06a4c9a4395c0dcdaee92f8885fd775e56c5cf51 Mon Sep 17 00:00:00 2001 From: "jern-cloud[bot]" <321091558+jern-cloud[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 01:16:02 +0000 Subject: [PATCH] Jern managed task c6221e1bdb7a42328300c8612eaf70da --- EppLib.Tests/EppLib.Tests.csproj | 4 ++-- EppLib.UnitTests/EppLib.UnitTests.csproj | 10 +++++----- EppLib/EppLib.csproj | 4 ++-- EppLib/EppLib.nuspec | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/EppLib.Tests/EppLib.Tests.csproj b/EppLib.Tests/EppLib.Tests.csproj index 6124545..104b56a 100755 --- a/EppLib.Tests/EppLib.Tests.csproj +++ b/EppLib.Tests/EppLib.Tests.csproj @@ -1,7 +1,7 @@ - + - net461 + net10.0 EppLib.Tests true false diff --git a/EppLib.UnitTests/EppLib.UnitTests.csproj b/EppLib.UnitTests/EppLib.UnitTests.csproj index 99c455b..6acabf0 100644 --- a/EppLib.UnitTests/EppLib.UnitTests.csproj +++ b/EppLib.UnitTests/EppLib.UnitTests.csproj @@ -1,7 +1,7 @@ - + - netcoreapp2.1 + net10.0 EppLib.UnitTests true false @@ -9,9 +9,9 @@ true - - - + + + diff --git a/EppLib/EppLib.csproj b/EppLib/EppLib.csproj index 95cfc48..2f23479 100644 --- a/EppLib/EppLib.csproj +++ b/EppLib/EppLib.csproj @@ -1,7 +1,7 @@ - + - netstandard2.0 + net10.0 EppLib true false diff --git a/EppLib/EppLib.nuspec b/EppLib/EppLib.nuspec index a0b8c3b..0795dab 100644 --- a/EppLib/EppLib.nuspec +++ b/EppLib/EppLib.nuspec @@ -1,4 +1,4 @@ - + EppLib @@ -15,6 +15,6 @@ Our library is a complete implementation of the EPP specification. Have a look a EppLib.NET is a .NET library implementing the Extensible Provisioning Protocol (EPP) - + \ No newline at end of file