aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadevchavali1@gmail.com>2019-02-25 11:35:46 +0000
committerAryadev Chavali <aryadevchavali1@gmail.com>2019-02-25 11:35:46 +0000
commitc18180f553ae280afffc2daa6e861fa2acc92bd6 (patch)
treef6446e7cbd0dd20a64b0c7cd711a4fd3cad1dafa
parent7255e51704c536c954cde1b96654ce3e4d49cb20 (diff)
downloadnewsaggregator-c18180f553ae280afffc2daa6e861fa2acc92bd6.tar.gz
newsaggregator-c18180f553ae280afffc2daa6e861fa2acc92bd6.tar.bz2
newsaggregator-c18180f553ae280afffc2daa6e861fa2acc92bd6.zip
Changed version
-rw-r--r--Main/.vscode/launch.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/Main/.vscode/launch.json b/Main/.vscode/launch.json
index e13f40c..d21db4d 100644
--- a/Main/.vscode/launch.json
+++ b/Main/.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/netcoreapp2.1/Main.dll",
+ "program": "${workspaceFolder}/bin/Debug/netcoreapp2.2/Main.dll",
"args": [],
"cwd": "${workspaceFolder}",
"stopAtEntry": false,