From ee12f90261984d56e14b2ad37e56c29a58df6170 Mon Sep 17 00:00:00 2001 From: jenkins Date: Fri, 20 Feb 2026 18:25:57 +0000 Subject: [PATCH 1/2] Updated project references #156 --- CarbonLib/CarbonLib.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CarbonLib/CarbonLib.csproj b/CarbonLib/CarbonLib.csproj index 1bae43b..f6edf7c 100644 --- a/CarbonLib/CarbonLib.csproj +++ b/CarbonLib/CarbonLib.csproj @@ -7,7 +7,7 @@ false false false - 4.20.0 + 4.22.0 From e09cf00761061a6cfb8e10ee0c899a4c6639937c Mon Sep 17 00:00:00 2001 From: "Lenthe, Marco van" Date: Wed, 4 Mar 2026 21:06:12 +0100 Subject: [PATCH 2/2] AW-7304 Migratie libs to .NET 10 --- CarbonConsoleApp/CarbonConsoleApp.csproj | 2 +- CarbonLib/CarbonLib.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CarbonConsoleApp/CarbonConsoleApp.csproj b/CarbonConsoleApp/CarbonConsoleApp.csproj index 2dbd81a..574b12e 100644 --- a/CarbonConsoleApp/CarbonConsoleApp.csproj +++ b/CarbonConsoleApp/CarbonConsoleApp.csproj @@ -2,7 +2,7 @@ Exe - net8.0 + net10.0 enable enable diff --git a/CarbonLib/CarbonLib.csproj b/CarbonLib/CarbonLib.csproj index f6edf7c..3291459 100644 --- a/CarbonLib/CarbonLib.csproj +++ b/CarbonLib/CarbonLib.csproj @@ -1,6 +1,6 @@ - net8.0 + net8.0;net10.0 CarbonLib CarbonLib win-x64;linux-x64;linux-musl-x64