Skip to content

Commit

Permalink
feat: Initial .NET 10 support
Browse files Browse the repository at this point in the history
  • Loading branch information
trungnt2910 committed Nov 6, 2024
1 parent c620ecc commit e7b3e19
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e7b3e19

Please sign in to comment.