Announcing .NET Framework 4.8.1

pull/1352/head
Tara Overfield 2022-08-09 10:05:01 -07:00 committed by GitHub
parent 509d3721d8
commit 78e5a9e3e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -4,6 +4,7 @@ The following documents provide information on .NET Framework application compat
Please help us improve the [.NET Framework Application Compatibility documents](https://github.com/Microsoft/dotnet/tree/master/Documentation/compatibility). In particular, better titles will improve the index below, both in content and the sort.
- [.NET Framework 4.8.1](#net-framework-481)
- [.NET Framework 4.8](#net-framework-48)
- [.NET Framework 4.7.2](#net-framework-472)
- [.NET Framework 4.7.1](#net-framework-471)
@ -15,6 +16,10 @@ Please help us improve the [.NET Framework Application Compatibility documents](
- [.NET Framework 4.5.1](#net-framework-451)
- [.NET Framework 4.5](#net-framework-45)
## .NET Framework 4.8.1
No breaking changes or other changes in behavior which is expected to impact application compatibility are included as a part of .NET Framework 4.8.1
## .NET Framework 4.8
- [.NET COM successfully marshals ByRef SafeArray parameters on events](interop-event-handlers-safearray.md)