-
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
[wasm] Wasm.Build.Tests: cannot test net5.0 projects with rc* sdk currently #59538
Comments
Tagging subscribers to 'arch-wasm': @lewing Issue Details
Re-enable the tests when this is fixed.
|
For anyone running into this, lowering the .NET sdk version with the global.json will grab the previous packages that didn't have an error. global.json at project root: {
"sdk": {
"version": "5.0.401"
}
} |
Should be good now ? |
.. are now available. fixes dotnet#59538
Fixes dotnet#61067 Fixes dotnet#59538 (cherry picked from commit 43c3e9a79a241d044f747373bf483da23807afff)
5.0.11
packages are not published to nuget.org yet, so this can't be tested with6.0.100-rc.2.21472.15
yet.Re-enable the tests when this is fixed.
The text was updated successfully, but these errors were encountered: