Uh oh!
There was an error while loading. Please reload this page.
Update SDK to preview 3 release - #100945
Conversation
| <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0-preview.3.24172.13" /> | ||
| <PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="9.0.0-preview.3.24172.13" PrivateAssets="all" /> |
There was a problem hiding this comment.
Do we have an issue that tracks removing these hardcodes?
There was a problem hiding this comment.
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
commented
Apr 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. |
Doesn't seem related given we found more hits in older releases in #101049 so I triggered a rerun. |
am11
commented
Apr 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.