upgrade<project>: upgrade to .NET 5

This commit is contained in:
leo 2021-03-02 10:57:19 +08:00
parent 672783390b
commit c68b333c1d
5 changed files with 20 additions and 18 deletions

5
build.bat Normal file
View file

@ -0,0 +1,5 @@
cd src
rmdir /s /q bin
rmdir /s /q obj
dotnet publish -c Release -r win-x64 -p:PublishSingleFile=true --self-contained false
cd ..