mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-31 00:54:59 +00:00
update<README>: add requirement description for .NET 5.0
This commit is contained in:
parent
38545518a9
commit
3af784e45e
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +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
|
||||
dotnet publish --nologo -c Release -r win-x64 -p:PublishSingleFile=true --no-self-contained -o publish
|
||||
cd ..
|
Loading…
Add table
Add a link
Reference in a new issue