Skip to content

Commit 19e319d

Browse files
committed
Add .NET 8 requirement in README
1 parent e82e1f4 commit 19e319d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,15 +149,15 @@ instead of AFL.
149149

150150
You will need GNU make and a working compiler
151151
(gcc or clang) in order to compile afl-fuzz.
152-
You will also need to have the [.NET Core 2.1]
152+
You will also need to have the [.NET 8.0]
153153
or greater installed on your machine in order
154154
to instrument .NET assemblies with SharpFuzz.
155155

156156
To simplify your fuzzing experience, it's also
157157
recommended to install [PowerShell].
158158

159159
[Windows Subsystem for Linux]: https://docs.microsoft.com/en-us/windows/wsl/install-win10
160-
[.NET Core 2.1]: https://dotnet.microsoft.com/download
160+
[.NET 8.0]: https://dotnet.microsoft.com/download
161161
[PowerShell]: https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell
162162

163163
## Installation

0 commit comments

Comments
 (0)