mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-06-10 13:24:59 +00:00
upgrade<project>: upgrade to .NET 5
This commit is contained in:
parent
672783390b
commit
c68b333c1d
5 changed files with 20 additions and 18 deletions
5
build.bat
Normal file
5
build.bat
Normal 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 ..
|
Loading…
Add table
Add a link
Reference in a new issue