Remove 4.8 note from build script

This commit is contained in:
Matt Nadareski
2023-11-06 23:38:27 -05:00
parent 899db4c8c0
commit 97fd04b13a
2 changed files with 1 additions and 1 deletions

View File

@@ -6,6 +6,7 @@
- Address lingering modern .NET syntax
- Update README for Legacy
- Remove redundant information
- Remove 4.8 note from build script
### 2.7.5 (2023-11-06)

View File

@@ -1,7 +1,6 @@
@echo OFF
REM This batch file assumes the following:
REM - .NET Framework 4.8 SDK is installed and in PATH
REM - .NET 7.0 (or newer) SDK is installed and in PATH
REM - 7-zip commandline (7z.exe) is installed and in PATH
REM - Git for Windows is installed and in PATH