la recette réécrite n'etait pas complète

This commit is contained in:
Paul Schneider 2019-01-04 21:46:40 +00:00
commit 7e6eba6a59

View file

@ -13,6 +13,7 @@ msbuild-restore:
check: run
project.lock.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