-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Update the sdk target to net9.0 #35031
Conversation
…e-the-sdk-target-to-net9.0
Fix up build errors
@dotnet/source-build-internal looks like there are a few build errors specific to the source build leg if you could take a look. Does source build have the TFM listed somewhere that needs to be updated?
|
This is an Arcade issue with TFM filtering. The |
I think that should fix the 2 containers test failures - both were hardcoded net8.0 TFMs. One was in the props to create the path to the DLL to load Tasks from, and one was in a test that inspected the generated NuGet package to verify the shape of the contents (which also had a hard-coded TFM reference). |
LGTM, thanks. That was blocked on arcade branching, but that has been completed. |
@dotnet/aspnet-blazor-eng Most of the remaining test failures are in the blazor or razor tests. Please take a look |
|
For 1, I'll try adding an additional runtime to the toolset_restore script. For 4, I believe we need an installer fix. Still digging into the others. |
Source-build is dependent upon #35863 |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
One of the last remaining errors is in the AOT tests on Mac only. @sbomer
|
baseline changes for wasm look fine |
file an issue and exclude mac from that test against it? |
actually only the most recent ones, I'm not sure what happened in the crosstargeting case? |
It's expecting to find a cc @agocke |
Yup, let's add this to the list and keep moving. |
…ck version update to work
Ok, marked the tests to skip and added it to the issue tracking what we've done |
No description provided.