From d6c4be1428952c6e21f0a7aae2b9badb019c0900 Mon Sep 17 00:00:00 2001 From: 0xd4d Date: Sat, 29 Aug 2020 23:31:40 +0200 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3eb6e13008..c8b5c80a59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -86,13 +86,6 @@ jobs: Downloads below or [build](https://github.com/0xd4d/dnSpy/blob/master/README.md#building) it yourself If your antivirus software complains, it's a false positive and you should contact them. I can't fix their buggy software. - - `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}}