From 442be60a49b1328f6d98d20897cf82120ea83c32 Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Wed, 8 Mar 2023 13:26:20 -0500 Subject: [PATCH] welcome to net 7 boyos --- .vscode/launch.json | 2 +- directors-assistant.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5011adb..bc0c00e 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/net6.0/directors-assistant.dll", + "program": "${workspaceFolder}/bin/Debug/net7.0/directors-assistant.dll", "args": [], "cwd": "${workspaceFolder}", // For more information about the 'console' field, see https://aka.ms/VSCode-CS-LaunchJson-Console diff --git a/directors-assistant.csproj b/directors-assistant.csproj index a01713b..7befd60 100644 --- a/directors-assistant.csproj +++ b/directors-assistant.csproj @@ -2,7 +2,7 @@ Exe - net6.0 + net7.0 directors_assistant $(RestoreSources)