Current state
- main branch
- open
- Runtime flows have been merged
- Watch scenarios/tests are still impacted
- 9.0.1xx
- In approval mode. All non-infra changes must go through tactics and get approval.
- High risk or breaking changes should wait for main.
- 9.0.2xx
- Open for all feature work
main branch has been rebranded to 10.0.100-alpha and now has the 10.0 version of all runtimes
Some watch tests and template tests have been temporarily disabled.
.NET SDK is now targeting net10.0 as the TFM. All templates have been updated as well.
Process
https://github.com/dotnet/sdk/blob/main/documentation/general/UpdateToNewTargetFramework.md
- Update branding (complete)
- Add net10 framework references (complete)
- Flow net10 runtimes
- Update global.json
- Retarget the sdk to net10.0
- Retarget default templates to target net10.0
- Unwind any changes made during the transition (as tracked below) <-- we are here
The history of changes we've made so far:
Current state
main branch has been rebranded to 10.0.100-alpha and now has the 10.0 version of all runtimes
Some watch tests and template tests have been temporarily disabled.
.NET SDK is now targeting net10.0 as the TFM. All templates have been updated as well.
Process
https://github.com/dotnet/sdk/blob/main/documentation/general/UpdateToNewTargetFramework.md
The history of changes we've made so far: