diff --git a/.vscode/launch.json b/.vscode/launch.json
index 979d368..e4221f8 100644
--- a/.vscode/launch.json
+++ b/.vscode/launch.json
@@ -12,7 +12,7 @@
"LD_LIBRARY_PATH": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1/lib64",
"DYLD_LIBRARY_PATH": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1/osx"
},
- "cwd": "${workspaceFolder}",
+ "cwd": "${workspaceFolder}/KavTest/bin/Debug/netcoreapp3.1",
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 3eb0c76..1a10449 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -137,9 +137,8 @@
"command": "dotnet",
"args": [
"build",
- "./KavTest.Core.sln",
- "-f",
- "netcoreapp3.1"
+ "./KavTest/KavTest.Core.csproj",
+ "-p:SolutionDir=${workspaceFolder}/"
],
"type": "shell",
"group": {
@@ -173,11 +172,10 @@
"command": "dotnet",
"args": [
"build",
- "./KavTest.Core.sln",
+ "./KavTest/KavTest.Core.csproj",
"--configuration",
"Release",
- "-f",
- "netcoreapp3.1"
+ "-p:SolutionDir=${workspaceFolder}/"
],
"type": "shell",
"group": {
diff --git a/KavTest/KavTest.Core.csproj b/KavTest/KavTest.Core.csproj
index 5da37f0..07dac6b 100644
--- a/KavTest/KavTest.Core.csproj
+++ b/KavTest/KavTest.Core.csproj
@@ -25,6 +25,8 @@
+
+