welcome to net 7 boyos

This commit is contained in:
Adam R Grey 2023-03-08 13:26:20 -05:00
parent 6a7ddcd45d
commit 442be60a49
2 changed files with 2 additions and 2 deletions

2
.vscode/launch.json vendored
View File

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

View File

@ -2,7 +2,7 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net6.0</TargetFramework>
<TargetFramework>net7.0</TargetFramework>
<RootNamespace>directors_assistant</RootNamespace>
<RestoreSources>$(RestoreSources)</RestoreSources>
</PropertyGroup>