You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding net6.0-windows for WinForms and WPF to be regularly tested instead of netcoreapp3.0 which is out-of-support and can't be run on ARM64 anymore. Unlike net462 where assemblies can be simply copied over to arm64, net6.0 requires custom built assemblies for arm64, for example by running dotnet publish --framework net6.0-windows -r win-arm64 --self-contained true. This will be followed with updating our vendor tests instructions on how to test net6.0-windows instead of netcoreapp3.0 on arm64.
0 commit comments