-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Open
Labels
Description
we're seeing an msbuild crash with what appears to be MSBuild version 18.1.1-preview-25556-03 for .NET Framework from the logs when using the Runtime="NET" feature in the wasm targets. It's an SDK style project so I'm not sure if this is known issue
cc @ViktorHofer
The `Runtime="NET"` feature is currently only supported with sdk style projects: https://github.com/dotnet/msbuild/issues/12895. Double check if a non-sdk project tries to use one of your changed tasks.
Originally posted by @ViktorHofer in dotnet/sdk#52727 (comment)
Reactions are currently unavailable