.NET 10 Release Candidate Is Out
[C#, .NET]
The Release Candidate for .NET 10 is out.
dotnet --info
This now prints the following:
.NET SDK:
Version: 10.0.100-rc.1.25451.107
Commit: 2db1f5ee2b
Workload version: 10.0.100-manifests.1a2d104c
MSBuild version: 17.15.0-preview-25451-107+2db1f5ee2
Runtime Environment:
OS Name: Mac OS X
OS Version: 15.6
OS Platform: Darwin
RID: osx-arm64
Base Path: /usr/local/share/dotnet/sdk/10.0.100-rc.1.25451.107/
What does Release Candidate mean?
The important part is in the announcement:
This is our first of two release candidates which come with a go-live support license so you can confidently use this release for your production applications.
You can download it here
If you are on macOS, you can use the technique outlined here.
You can get a list of the available versions here.
Happy hacking!