Add support for running with tfm=net9.0#3428
Conversation
radical
commented
Oct 19, 2023
- ChannelMap: add entry for 9.0
- nuget.config: add dotnet9 source
- Add 9.0 versions for package references
|
Don't merge yet. |
|
Related PR - dotnet/BenchmarkDotNet#2447 . |
|
@LoopedBard3 @cincuranet could we get the latest BDN package published to the nuget feed? |
|
@radical the 0.13.10-nightly.20231019.90 version should now be available. |
Co-authored-by: Larry Ewing <lewing@microsoft.com>
|
Failure is relevant, investigating now. |
| 'main': { | ||
| 'tfm': 'net8.0', | ||
| 'branch': '8.0', | ||
| 'tfm': 'net9.0', |
There was a problem hiding this comment.
Should we also go ahead and add all of the release/9.0* branches as well?
|
The blazor_scenarios fails with: .. which is because the latest sdk still has a much older The |
|
A new installer is available, so I triggered a rebuild. |
|
All the blazor_scenarios pass now with the new installer! Only unrelated failures are left. |