diff --git a/Elwig/Elwig.csproj b/Elwig/Elwig.csproj index 75a216c..2d04abd 100644 --- a/Elwig/Elwig.csproj +++ b/Elwig/Elwig.csproj @@ -2,7 +2,7 @@ WinExe - net8.0-windows + net10.0-windows enable true true @@ -22,12 +22,12 @@ - + - - - + + + @@ -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..e80657f 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -1,7 +1,7 @@ - net8.0-windows + net10.0-windows enable enable false @@ -19,7 +19,7 @@ - +