Skip to content

Commit

Permalink
docs: Updated README, regarding supported .NET Version
Browse files Browse the repository at this point in the history
  • Loading branch information
samtrion committed Dec 16, 2024
1 parent d1cfe6d commit a3b46bb
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,13 +60,9 @@ We try to support the LTS and STS versions of .NET ([.NET Support Policy](https:
| .NET Version | Supported |
|----------------------------------|:--------------------------------------------------------|
| **.NET Standard** | :x: No |
| **.NET 5.0 or earlier versions** | :x: No |
| **.NET 6.0** | :white_check_mark: Yes, until Dec. 2024 |
| **.NET 7.0** | :white_check_mark: Yes, until Jun. 2024 at the earliest |
| **.NET 7.0 or earlier versions** | :x: No |
| **.NET 8.0** | :white_check_mark: Yes |
| **.NET 9.0** | :x: No, until Apr. 2024 at the earliest |


| **.NET 9.0** | :white_check_mark: Yes |

Why did we choose this approach? Because we want to be able to take advantage of the latest language features of the .NET platform and the performance gains that come with them. We know that not all of our NuGet packages will gain performance from this, but this is our general strategy and nobody knows what the future will bring.

Expand Down

0 comments on commit a3b46bb

Please sign in to comment.