-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 SDK to 9.0 preview 4 #102604
Update SDK to 9.0 preview 4 #102604
Conversation
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.
Other places with pinned versions:
<PackageReference Include="Microsoft.AspNetCore.SignalR.Client" Version="9.0.0-preview.1.24081.5" /> runtime/src/mono/wasm/testassets/WasmOnAspNetCore/BlazorClient/BlazorClient.csproj
Line 15 in 7284f17
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="9.0.0-preview.1.24081.5" />
Sure, will update those as well. I was mainly following @MichalStrehovsky's footsteps #100945 (which made me think only to grep |
@ilonatommy, is there anything else which needs to be updated before preview.1 -> preview.4 switch is possible for Wasm.Build.Tests? |
7dbbef4
to
2a12d10
Compare
@akoeplinger could you rerun this leg so we can find out if it's a persistent problem? In previous run it was green which is why I have this feeling. 🤞 |
Looks green (enough) to me! |
* Update SDK to preview 4 * Update BlazorClient and Shared csprojs * Update System.Reflection.Metadata and co. * nitpick * Revert version update * Remove ILCompiler workaround * Remove crossgen2 workaround
No description provided.