diff --git a/MonstercatNet.Sample.Wpf/MonstercatNet.Sample.Wpf.csproj b/MonstercatNet.Sample.Wpf/MonstercatNet.Sample.Wpf.csproj
index e5b1187..994d045 100644
--- a/MonstercatNet.Sample.Wpf/MonstercatNet.Sample.Wpf.csproj
+++ b/MonstercatNet.Sample.Wpf/MonstercatNet.Sample.Wpf.csproj
@@ -2,7 +2,7 @@
WinExe
- net80-windows
+ net8.0-windows
true
31a9ef54-40ff-4c7c-81b1-c4c6e4bc1e99
diff --git a/MonstercatNet.Tests/MonstercatNet.Tests.csproj b/MonstercatNet.Tests/MonstercatNet.Tests.csproj
index ab28aae..32d4c0a 100644
--- a/MonstercatNet.Tests/MonstercatNet.Tests.csproj
+++ b/MonstercatNet.Tests/MonstercatNet.Tests.csproj
@@ -1,7 +1,7 @@
- net80
+ net8.0
false
MonstercatNet.Tests
diff --git a/build/Util/Constants.cs b/build/Util/Constants.cs
index d837bfd..51b1cd9 100644
--- a/build/Util/Constants.cs
+++ b/build/Util/Constants.cs
@@ -4,7 +4,7 @@ internal static class Constants
{
public const string Configuration = "Release";
public const string Platform = "AnyCPU";
- public const string TargetFramework = "net80";
+ public const string TargetFramework = "net8.0";
public const string SolutionPath = "./MonstercatNet.sln";
public const string AssemblyInfoPath = "./SharedAssemblyInfo.cs";