Skip to content
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

Adding net6.0-windows for WinForms and WPF #244

Merged
merged 2 commits into from
May 29, 2024
Merged

Conversation

oggy22
Copy link
Member

@oggy22 oggy22 commented May 24, 2024

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.

@oggy22
Copy link
Member Author

oggy22 commented May 29, 2024

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.

@oggy22 oggy22 closed this May 29, 2024
@oggy22 oggy22 reopened this May 29, 2024
@oggy22 oggy22 merged commit 906135e into main May 29, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants