fixes a strange restore behavior

This commit is contained in:
Paul Schneider 2020-11-01 20:28:00 +00:00
commit 0756b3b2dd
5 changed files with 30 additions and 3 deletions

View file

@ -34,5 +34,11 @@
"dnx451": {
"frameworkAssemblies": {}
}
},
"scripts": {
"postrestore": [
"grep -v '\\.\\.dll' project.lock.json > new.project.lock.json",
"mv new.project.lock.json project.lock.json"
]
}
}