From c30abd347781ea755a16beea62c407e68305dc5f Mon Sep 17 00:00:00 2001 From: Victor Hurdugaci Date: Fri, 4 Sep 2015 23:29:21 -0700 Subject: [PATCH] Add a framework to the empty project to unblock the build --- src/Placeholder/project.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/Placeholder/project.json b/src/Placeholder/project.json index 2c63c08510..2e3b9ded68 100644 --- a/src/Placeholder/project.json +++ b/src/Placeholder/project.json @@ -1,2 +1,5 @@ { + "frameworks": { + "dnx451": {} + } }