Skip to content

Commit 3e9db6e

Browse files
committed
Restore documentation on .NET Framework 4.7.2 support
1 parent bcda88e commit 3e9db6e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ While the the records WHEA emits can be seen through its event log channels, the
3636
Requirements
3737
------------
3838

39-
- .NET 8 Runtime - you can install it with winget, `winget install Microsoft.DotNet.Runtime.8`
39+
- A supported .NET runtime, either:
40+
- .NET Framework 4.7.2 (or newer)
41+
*Built-in since Windows 10 1803 and Server 2019*
42+
- .NET 8 (or newer)
43+
Install manually: [Download](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) and run the installer
44+
Install with WinGet: `winget install Microsoft.DotNet.Runtime.8`
4045

4146
Usage
4247
-----

0 commit comments

Comments
 (0)