Closed
Description
Runtime has updated their TFM, so we need to do ours too. Ongoing work in #45475
Todo -
- Update branding & template precendence in spa-templates
- Update template precedence in aspnetcore
- Get a net8.0 SDK & do https://github.com/dotnet/aspnetcore/blob/main/docs/UpdatingMajorVersionAndTFM.md
- Update https://github.com/dotnet/aspnetcore/blob/main/docs/UpdatingMajorVersionAndTFM.md as discussed in Move templates to target net8.0 spa-templates#105 (comment). That is, we'll use
9{major}00
for 8.0 and 9.0, then{major}000
(aka{major} x 1000
) forever after. If we did 8.1, theprecedence
should be9810
. If we did 10.1,11000
. - Mark API from 7 as shipped
- Unskip Microbenchmark validation in
Microsoft.AspNetCore.Server.HttpSys.Microbenchmarks