From 736e3cb76340e81aac328ee6dec4dcf31e8658b1 Mon Sep 17 00:00:00 2001 From: adam Date: Sat, 22 Feb 2025 22:14:16 -0500 Subject: [PATCH] it's always something --- .vscode/launch.json | 2 +- vassago.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 1955653..0610636 100644 --- 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}/bin/Debug/net8.0/vassago.dll", + "program": "${workspaceFolder}/bin/Debug/net9.0/vassago.dll", "args": [], "cwd": "${workspaceFolder}", "stopAtEntry": false, diff --git a/vassago.csproj b/vassago.csproj index dae7d44..3c3c5ba 100644 --- a/vassago.csproj +++ b/vassago.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 enable $(NoWarn);CA2254