From 3c61e1b300cf2c1657b3b03ca37baa35f6d22d38 Mon Sep 17 00:00:00 2001 From: Lorenz Stechauner Date: Fri, 28 Nov 2025 17:54:21 +0100 Subject: [PATCH] Upgrade to .NET 10 --- Elwig/Elwig.csproj | 16 ++++++++-------- .../PublishProfiles/FolderProfile.pubxml | 2 +- Tests/E2ETests/Utils.cs | 2 +- Tests/Tests.csproj | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Elwig/Elwig.csproj b/Elwig/Elwig.csproj index 75a216c..1e608eb 100644 --- a/Elwig/Elwig.csproj +++ b/Elwig/Elwig.csproj @@ -2,7 +2,7 @@ WinExe - net8.0-windows + net10.0-windows enable true true @@ -25,9 +25,9 @@ - - - + + + @@ -35,10 +35,10 @@ - - - - + + + + diff --git a/Elwig/Properties/PublishProfiles/FolderProfile.pubxml b/Elwig/Properties/PublishProfiles/FolderProfile.pubxml index b7e7114..f488827 100644 --- a/Elwig/Properties/PublishProfiles/FolderProfile.pubxml +++ b/Elwig/Properties/PublishProfiles/FolderProfile.pubxml @@ -9,7 +9,7 @@ https://go.microsoft.com/fwlink/?LinkID=208121. bin\Publish FileSystem <_TargetId>Folder - net8.0-windows + net10.0-windows win-x64 true false diff --git a/Tests/E2ETests/Utils.cs b/Tests/E2ETests/Utils.cs index eba818b..46e7d90 100644 --- a/Tests/E2ETests/Utils.cs +++ b/Tests/E2ETests/Utils.cs @@ -6,7 +6,7 @@ namespace Tests.E2ETests { public const int WINDOW_OPEN_SLEEP = 2000; - public static readonly string ApplicationPath = Path.GetFullPath(@"..\..\..\..\Elwig\bin\Debug\net8.0-windows\Elwig.exe"); + public static readonly string ApplicationPath = Path.GetFullPath(@"..\..\..\..\Elwig\bin\Debug\net10.0-windows\Elwig.exe"); public static readonly string ConfigPath = Path.GetFullPath(@"..\..\..\..\Tests\config.test.ini"); public static readonly string TestDatabasePath = Path.GetFullPath(@"..\..\..\..\Tests\ElwigTestDB.sqlite3"); diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 254f6cb..afc0705 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,7 +1,7 @@ - net8.0-windows + net10.0-windows enable enable false