From 082ec14580f22831ad7affadd7f920b5dd033996 Mon Sep 17 00:00:00 2001 From: Olof Lagerkvist Date: Sat, 18 Nov 2023 00:48:36 +0100 Subject: [PATCH] Update README.md .NET 8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index eab3582ec..1e971323b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This is a fork of https://github.com/DiscUtils/DiscUtils, a fork of https://gith This fork has the primary goal of modernized and optimized code, better compatibility with non-Windows platforms and much better performance at the cost of dropping support for older .NET Framework versions and some breaking interface changes compared to upstream DiscUtils. For example, there is support for `async` and `Span` versions of read and write on `Stream` objects throughout all I/O paths and methods for enumerating files in directories return `IEnumerable` objects instead of building temporary lists and arrays. -All libraries target .NET Framework 4.6 and 4.8, .NET Standard 2.0 and 2.1 as well as .NET 6.0 and 7.0. +All libraries target .NET Framework 4.6 and 4.8, .NET Standard 2.0 and 2.1 as well as .NET 6.0, 7.0 and 8.0. ### Implementation status