fixes file saving &

code format
This commit is contained in:
Paul Schneider 2019-06-30 02:51:04 +01:00
commit be9889be59
3 changed files with 12 additions and 12 deletions

View file

@ -12,11 +12,14 @@ msbuild-restore:
check: run
project.lock.json: project.json
dnu restore
@# fixing package id reference case, to System.Xml, from package NJsonSchema.CodeGeneration.CSharp
sed 's/System.XML/System.Xml/' project.lock.json > project.lock.json.new && mv project.lock.json.new project.lock.json
restore: project.lock.json
$(BINTARGETPATH): project.lock.json
run: $(BINTARGETPATH)