From e7b3e199065d5d5cbdf636526d8cbace6952a2c3 Mon Sep 17 00:00:00 2001 From: Trung Nguyen <57174311+trungnt2910@users.noreply.github.com> Date: Thu, 7 Nov 2024 01:44:50 +1100 Subject: [PATCH] feat: Initial .NET 10 support --- .github/workflows/build.yml | 2 +- README.md | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f8f05ae..0227fa6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,7 +26,7 @@ jobs: build: strategy: matrix: - dotnet_major_version: [8, 9] + dotnet_major_version: [8, 9, 10] dotnet_arch: [x64] dotnet_os: [haiku] dotnet_configuration: [Debug, Release] diff --git a/README.md b/README.md index e7cacce..abfd1a2 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,8 @@ ## What's included -At the time of writing, this repo currently builds a preview release of .NET 8, or an early alpha version of .NET 9. +At the time of writing, this repo currently builds .NET 8, .NET 9, or early alpha versions of +.NET 10. - [dotnet/runtime](https://github.com/trungnt2910/dotnet-runtime): .NET Runtime, ported to Haiku. - [dotnet/sdk](https://github.com/trungnt2910/dotnet-sdk): .NET SDK, ported to Haiku.