mirror of
https://github.com/dnSpy/dnSpy.git
synced 2025-01-09 04:17:29 +08:00
Update build.yml
This commit is contained in:
parent
ec388dcdf2
commit
dc32a4050d
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@ -79,6 +79,13 @@ jobs:
|
||||
|
||||
|
||||
Downloads below or [build](https://github.com/0xd4d/dnSpy/blob/master/README.md#building) it yourself
|
||||
|
||||
`dnSpy-net472.zip` requires .NET Framework 4.7.2 or later.
|
||||
|
||||
`dnSpy-netcore-win32.zip` and `dnSpy-netcore-win64.zip` don't depend on .NET Framework, but use .NET Core instead which is included in the zip files. If `dnSpy.exe` fails to start, try:
|
||||
|
||||
- Install VC dependencies: https://support.microsoft.com/help/2977003/the-latest-supported-visual-c-downloads
|
||||
- Windows 7: Must have KB2999226 and KB2533623 installed
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
env:
|
||||
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
|
||||
|
Loading…
Reference in New Issue
Block a user