WPF app does NOT report crash when target framework is specified as "net7.0-windows10.0.22621.0". But it reports crash when target framework is "net7.0-windows7.0"
Repro Steps
Please list the steps used to reproduce your issue.
We made a WPF application testing appcenter function which targets framework .NET7.0, and it works fine and create crash report as expected.
Then we changed Target OS version and supported OS version from 7.0 to 10.0.22621.0, the app does not report crash any more.
Description
WPF app does NOT report crash when target framework is specified as "net7.0-windows10.0.22621.0 ". But it reports crash when target framework is "net7.0-windows7.0 "
Repro Steps
Please list the steps used to reproduce your issue.
Details
Wpf app created in VS2022.
Project setting as below.