The `Runtime="NET"`crashing
Open
Area: TaskHost
triaged
- Dominant language
- C#
- Stars
- 5.5k
- Forks
- 1.5k
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 141
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 https://github.com/dotnet/sdk/issues/52727#issuecomment-3843932274_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.