-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[mono][workloads] Support building net-6.0 wasm workload apps in a net-7.0 sdk #65211
Comments
/cc @jonathanpeppers so that you understand MAUI implications. |
It does seems like MAUI might hit an issue here, when MAUI is GA at some point a .NET 7 SDK will want to build a .NET 6 MAUI application? It seems like the way things are setup right now, you'd get build errors and have to use a |
sdk design is here dotnet/sdk#24070 |
This is the error that I got when I tried to build a net6 app using net7.
|
fixed in rc1 |
The workload tooling doesn't currently have a way to package packs produced outside of the current build as part of a workload. This makes it impossible for a 700 series wasm-tools workload to pull in the right workload packs to build a net-6.0 blowser-wasm app that requires the wasm-tools tooling (wrong cross-compiler and runtime packs).
The same issue will apply to maui workloads once they have an official release.
The text was updated successfully, but these errors were encountered: