add migration steps to .NET 9 |
add outdated banner |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
This update is fairly straightforward and doesn't requires any configuration changes. | This update is fairly straightforward and doesn't requires any configuration changes. | ||
{{ note | .NET 9 | {{note|This guide is now outdated as the transition to .NET 9 happened more than three months ago.|warning}} | ||
== Migration steps == | == Migration steps == |
Latest revision as of 20:33, 1 September 2025
This page explains how to migrate the Headless Server Software to .NET 9.
This update is fairly straightforward and doesn't requires any configuration changes.
Migration steps
Baremetal
When running the Headless Server Software baremetal, you will need to make sure the .NET 9 Runtime is installed.
Docker
When using Docker, make sure to build your image using mcr.microsoft.com/dotnet/runtime:9.0
.