CommunityToolkit / Microsoft.Toolkit.Win32

ARCHIVE - This repository contained XAML Islands wrapper controls and tooling for XAML Islands with WinUI 2, see readme for more info about XAML Islands with WinUI 3 and the WindowsAppSDK.
https://aka.ms/windowsappsdk
Other
383 stars 89 forks source link

Fix a bug where the incorrect CLR assemblies are deployed #278

Closed ocalvo closed 4 years ago

ocalvo commented 4 years ago

Fixes #239

PR Type

What kind of change does this PR introduce?

What is the current behavior?

When creating a MSIX package the incorrect version of the CLR assemblies are deployed making the application crash at startup.

What is the new behavior?

This changes excludes the UWP NetCore assemblies from deployment in favor of .NET Core 3.

PR Checklist

Please check if your PR fulfills the following requirements:

Other information

ghost commented 4 years ago

Thanks ocalvo for opening a Pull Request! The reviewers will test the PR and highlight if there is any merge conflict or changes required. If the PR is approved we will proceed to merge the pull request 🙌