From 4c7c9404c7d3213de01ced09f062a369d733c2eb Mon Sep 17 00:00:00 2001 From: Jeroen Habets Date: Tue, 28 Nov 2023 16:34:16 +0100 Subject: [PATCH] Update dotnet.md for .Net 8 release --- dotnet.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dotnet.md b/dotnet.md index e3eb472..977ec7e 100644 --- a/dotnet.md +++ b/dotnet.md @@ -6,6 +6,7 @@ Version | Linux Arm32 | Linux Arm64 | Notes ------------------|-----------|-----------|------------- +.NET 8 | Yes | Yes | v8.0.0 released November 14, 2023 with Arm64 Linux builds. See also [Arm64 Performance Improvements in .NET 8](https://devblogs.microsoft.com/dotnet/this-arm64-performance-in-dotnet-8/) .NET 7 | Yes | Yes | v7.0.0 released November 8, 2022 with Arm64 Linux builds. For more details check out this video: [Boosting .NET application performance with Arm64 and AWS Graviton 3](https://www.youtube.com/watch?v=V4Lxs5TbaFk) [.NET 6](https://dotnet.microsoft.com/download/dotnet/6.0) | Yes | Yes | V6.0.0 released November 8, 2021 with Arm64 Linux builds. For more details check out this blog: [.NET 6 on AWS](https://aws.amazon.com/blogs/developer/net-6-on-aws/) and video: [AWS re:Invent 2021 - Accelerate .NET 6 performance with Arm64 on AWS Graviton2](https://www.youtube.com/watch?v=iMlyZI9NhFw) [.NET 5](https://dotnet.microsoft.com/download/dotnet/5.0) | Yes | Yes | Arm64-specific optimizations in the .NET libraries and the code produced by RyuJIT. [Arm64 Performance in .NET 5](https://devblogs.microsoft.com/dotnet/arm64-performance-in-net-5/). Note that .NET 5 is [out of support](https://dotnet.microsoft.com/en-us/platform/support/policy/dotnet-core#lifecycle).