- Notifications
You must be signed in to change notification settings - Fork5.2k
Update SDK to preview 3 release#100945
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
| <PackageReferenceInclude="Microsoft.AspNetCore.Components.WebAssembly"Version="9.0.0-preview.3.24172.13" /> | ||
| <PackageReferenceInclude="Microsoft.AspNetCore.Components.WebAssembly.DevServer"Version="9.0.0-preview.3.24172.13"PrivateAssets="all" /> |
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.
Do we have an issue that tracks removing these hardcodes?
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.
Do we have an issue that tracks removing these hardcodes?
Might want to ask that@radekdoulik@maraf@pavelsavara who were involved in the PR that introduced it; looks like this has been causing extra work when bumping the SDK since 8.0 RC1.
MichalStrehovsky commentedApr 15, 2024
Looks like the new run is hitting a hard crash in the runtime on osx-x64. I doubt it was caused by the latest commit, so this is one of those fun non-deterministic crashes in MSBuild: I guess this is now NO-MERGE/blocked. Filed#101049. |
akoeplinger commentedApr 15, 2024 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Doesn't seem related given we found more hits in older releases in#101049 so I triggered a rerun. |
am11 commentedApr 15, 2024
All green after the rerun. |
* Update global.json* Update blazor.csproj* Delete useless `RuntimeIdentifiers`* Fix up illinker tests* Fix two more preview1 versions---------Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
No description provided.