Update to ILCompiler 7.0.0-*

Official support added to MacOS x64
This commit is contained in:
Joseph Moreno
2021-10-09 12:02:31 -05:00
parent aaeb541cd6
commit 225a954bb3
3 changed files with 19 additions and 2 deletions

7
test.command Executable file
View File

@ -0,0 +1,7 @@
#!/bin/bash
dir=${0%/*}
if [ -d "$dir" ]; then
cd "$dir"
fi
rm -f src/packages.lock.json
dotnet publish -r osx-x64 -c release /p:RestoreLockedMode=true