diff --git a/src/XIVLauncher.Common.Tests/XIVLauncher.Common.Tests.csproj b/src/XIVLauncher.Common.Tests/XIVLauncher.Common.Tests.csproj index ebd0d029..92953837 100644 --- a/src/XIVLauncher.Common.Tests/XIVLauncher.Common.Tests.csproj +++ b/src/XIVLauncher.Common.Tests/XIVLauncher.Common.Tests.csproj @@ -1,7 +1,7 @@ - net6.0 + net8.0 enable false diff --git a/src/XIVLauncher.Common.Unix/XIVLauncher.Common.Unix.csproj b/src/XIVLauncher.Common.Unix/XIVLauncher.Common.Unix.csproj index bcc89254..9e044ef6 100644 --- a/src/XIVLauncher.Common.Unix/XIVLauncher.Common.Unix.csproj +++ b/src/XIVLauncher.Common.Unix/XIVLauncher.Common.Unix.csproj @@ -9,7 +9,7 @@ Library - net6.0 + net8.0 latest true true diff --git a/src/XIVLauncher.Common.Windows/XIVLauncher.Common.Windows.csproj b/src/XIVLauncher.Common.Windows/XIVLauncher.Common.Windows.csproj index a87f5be8..f341574f 100644 --- a/src/XIVLauncher.Common.Windows/XIVLauncher.Common.Windows.csproj +++ b/src/XIVLauncher.Common.Windows/XIVLauncher.Common.Windows.csproj @@ -10,7 +10,7 @@ Library - net6.0;netstandard2.0 + net8.0;netstandard2.0 latest true true diff --git a/src/XIVLauncher.Common/XIVLauncher.Common.csproj b/src/XIVLauncher.Common/XIVLauncher.Common.csproj index 3623bcf7..446e58d2 100644 --- a/src/XIVLauncher.Common/XIVLauncher.Common.csproj +++ b/src/XIVLauncher.Common/XIVLauncher.Common.csproj @@ -34,7 +34,7 @@ Library - net6.0;netstandard2.0 + net8.0;netstandard2.0 latest true true