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 @@ - +