From 7e1cbc116f1dce5ce6469ac2f5bad602eecfedaf Mon Sep 17 00:00:00 2001
From: kasperk81 <83082615+kasperk81@users.noreply.github.com>
Date: Sat, 28 Sep 2024 21:38:18 +0300
Subject: [PATCH] use correct framework
---
MonstercatNet.Sample.Wpf/MonstercatNet.Sample.Wpf.csproj | 2 +-
MonstercatNet.Tests/MonstercatNet.Tests.csproj | 2 +-
build/Util/Constants.cs | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
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";