From e09cf00761061a6cfb8e10ee0c899a4c6639937c Mon Sep 17 00:00:00 2001 From: "Lenthe, Marco van" Date: Wed, 4 Mar 2026 21:06:12 +0100 Subject: [PATCH] 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