big commit

This commit is contained in:
Paul Schneider 2018-05-03 15:40:58 +02:00
commit f972b677c2
239 changed files with 2674 additions and 148 deletions

View file

@ -1,5 +1,8 @@
include ../common.mk
MSBUILD=msbuild
all: build
build: project.lock.json
@ -8,7 +11,10 @@ build: project.lock.json
restore:
touch project.json
dnu restore
msbuild-restore:
$(MSBUILD) cli.csproj /t:Restore
project.lock.json: project.json
dnu restore