-
Notifications
You must be signed in to change notification settings - Fork 273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Co-authored-by: Larry Ewing <[email protected]>
Failure is relevant, investigating now. |
@@ -3,8 +3,13 @@ | |||
class ChannelMap(): | |||
channel_map = { | |||
'main': { | |||
'tfm': 'net8.0', | |||
'branch': '8.0', | |||
'tfm': 'net9.0', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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. |