welcome to net 7 boyos
This commit is contained in:
parent
6a7ddcd45d
commit
442be60a49
2
.vscode/launch.json
vendored
2
.vscode/launch.json
vendored
@ -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
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
<TargetFramework>net6.0</TargetFramework>
|
||||
<TargetFramework>net7.0</TargetFramework>
|
||||
<RootNamespace>directors_assistant</RootNamespace>
|
||||
<RestoreSources>$(RestoreSources)</RestoreSources>
|
||||
</PropertyGroup>
|
||||
|
Loading…
Reference in New Issue
Block a user