From 6ad5071fb8edd8d4bc7bd74a1bafda966a754a2b Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Tue, 27 Jun 2017 03:46:19 +0200 Subject: [PATCH] fixes code intelli sense --- global.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/global.json b/global.json index a3aebcec..20b7ba4b 100644 --- a/global.json +++ b/global.json @@ -1,11 +1,11 @@ { "projects": [ "Yavsc", - "YavscLib" + "Yavsc.Abstract" ], "sdk": { "version": "1.0.0-rc1-update2", "runtime": "mono", "architecture": "x64" } -} \ No newline at end of file +}