From b82885a3c53aff5f724f6bbcaf76b5e9bcec15fc Mon Sep 17 00:00:00 2001 From: Adam R Grey Date: Mon, 28 Nov 2022 14:14:24 -0500 Subject: [PATCH] dotnet core 6 --- .vscode/launch.json | 2 +- directors-assistant.csproj | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index c40f6d0..5011adb 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/net5.0/directors-assistant.dll", + "program": "${workspaceFolder}/bin/Debug/net6.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 285bdd1..a4ace44 100644 --- a/directors-assistant.csproj +++ b/directors-assistant.csproj @@ -2,9 +2,9 @@ Exe - net5.0 + net6.0 directors_assistant - $(RestoreSources);https://thegreyn.jfrog.io/artifactory/api/nuget/adamrgrey-nuget;https://api.nuget.org/v3/index.json + $(RestoreSources) @@ -12,7 +12,7 @@ - +