update<README>: add requirement description for .NET 5.0

This commit is contained in:
leo 2021-03-31 20:48:13 +08:00
parent 38545518a9
commit 3af784e45e
2 changed files with 5 additions and 1 deletions

View file

@ -2,6 +2,10 @@
开源的Git客户端仅用于Windows。
## 注意
**3.x 依赖 .NET 5请先安装之**
## 下载
[发行版](https://gitee.com/sourcegit/SourceGit/releases/)

View file

@ -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 ..