From 1216b76c69dcbb27a3ea88754490a626b996ca07 Mon Sep 17 00:00:00 2001 From: Trowbridge Date: Fri, 30 Nov 2018 14:11:14 -0500 Subject: [PATCH] include ignore and also version upgrades --- .gitignore | 2 ++ runner.csproj | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..3dea4ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +bin/* +obj/* \ No newline at end of file diff --git a/runner.csproj b/runner.csproj index 619e0b5..6e5b509 100644 --- a/runner.csproj +++ b/runner.csproj @@ -6,12 +6,12 @@ - + - win10-x64;ubuntu.16.04-x64 + win10-x64;ubuntu.18.04-x64