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

Add UWP .NET 9 support for MSTest extensions #3848

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Sergio0694
Copy link
Member

This PR includes the initial work to support UWP apps using .NET 9 (see here).
This tackles the extensions assembly:

  • Multi-target net8.0-10.0.26100.0 (we can bump to .NET 9 once it goes GA)
  • Define WINDOWS_UWP on this target
  • Pack this .dll into net8.0-windows10.0.26100.0/uwp
  • Update .targets to reference it if UseUwpTools is set (ie. this is a UWP app using .NET 9)

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.

1 participant