From ba6d703ea680b4dce221df81e6bbb2161cb7be30 Mon Sep 17 00:00:00 2001 From: lars-berger Date: Sun, 6 Aug 2023 06:32:15 +0800 Subject: [PATCH] chore: update to .net 7 (#349) --- .vscode/launch.json | 2 +- GlazeWM.Bar/GlazeWM.Bar.csproj | 2 +- GlazeWM.Bootstrapper/GlazeWM.Bootstrapper.csproj | 2 +- GlazeWM.Domain/GlazeWM.Domain.csproj | 2 +- GlazeWM.Infrastructure/GlazeWM.Infrastructure.csproj | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index e2b235b41..97135d553 100755 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "request": "launch", "preLaunchTask": "build", // If you have changed target frameworks, make sure to update the program path. - "program": "${workspaceFolder}/GlazeWM.Bootstrapper/bin/Debug/net6.0-windows10.0.17763.0/GlazeWM.dll", + "program": "${workspaceFolder}/GlazeWM.Bootstrapper/bin/Debug/net7-windows10.0.17763.0/GlazeWM.dll", "args": [], "cwd": "${workspaceFolder}/GlazeWM.Bootstrapper", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/GlazeWM.Bar/GlazeWM.Bar.csproj b/GlazeWM.Bar/GlazeWM.Bar.csproj index 92db9f27e..88c1dfe8b 100644 --- a/GlazeWM.Bar/GlazeWM.Bar.csproj +++ b/GlazeWM.Bar/GlazeWM.Bar.csproj @@ -2,7 +2,7 @@ Library - net6.0-windows10.0.17763.0 + net7-windows10.0.17763.0 true embedded diff --git a/GlazeWM.Bootstrapper/GlazeWM.Bootstrapper.csproj b/GlazeWM.Bootstrapper/GlazeWM.Bootstrapper.csproj index 7bcaeede9..0bd75ccf0 100644 --- a/GlazeWM.Bootstrapper/GlazeWM.Bootstrapper.csproj +++ b/GlazeWM.Bootstrapper/GlazeWM.Bootstrapper.csproj @@ -2,7 +2,7 @@ WinExe - net6.0-windows10.0.17763.0 + net7-windows10.0.17763.0 embedded Resources\icon.ico GlazeWM diff --git a/GlazeWM.Domain/GlazeWM.Domain.csproj b/GlazeWM.Domain/GlazeWM.Domain.csproj index 18aeb41ff..dc36b139a 100644 --- a/GlazeWM.Domain/GlazeWM.Domain.csproj +++ b/GlazeWM.Domain/GlazeWM.Domain.csproj @@ -2,7 +2,7 @@ Library - net6.0-windows10.0.17763.0 + net7-windows10.0.17763.0 true diff --git a/GlazeWM.Infrastructure/GlazeWM.Infrastructure.csproj b/GlazeWM.Infrastructure/GlazeWM.Infrastructure.csproj index 1cd68d6f5..b33fcb3d0 100644 --- a/GlazeWM.Infrastructure/GlazeWM.Infrastructure.csproj +++ b/GlazeWM.Infrastructure/GlazeWM.Infrastructure.csproj @@ -1,7 +1,7 @@ - net6.0-windows10.0.17763.0 + net7-windows10.0.17763.0 true embedded