commit b6fbf53577cc2650bb658214dbb8335ce5f96612 Author: DotNet_Core <> Date: Thu Jun 14 03:13:45 2018 +0000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9ebd30b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +# ---> VisualStudioCode +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json + diff --git a/README.md b/README.md new file mode 100644 index 0000000..12558f9 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# GenericHost + +.Net Core console app using Generic Host \ No newline at end of file