aspnetcore
aspnetcore copied to clipboard
Update TFM to net8.0
Runtime has updated their TFM, so we need to do ours too. Ongoing work in https://github.com/dotnet/aspnetcore/pull/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
- [ ] Mark API from 7 as shipped
- [ ] Unskip Microbenchmark validation in
Microsoft.AspNetCore.Server.HttpSys.Microbenchmarks
What's the next step here?
The TFM is already updated, I'm going to work on ingesting a net8.0 SDK today so we can get the last few things done. But for those who are ingesting new aspnetcore bits, everything should already be on net8.0.
One bullet down but I also added a bullet covering our conversation in https://github.com/dotnet/spa-templates/pull/105#discussion_r1051486776
Done