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

fix: Add more uap targets to avoid System.Runtime.InteropServices.WindowsRuntime mismatches in desktop packaging #80

Merged
merged 1 commit into from
May 28, 2021

Conversation

jeromelaban
Copy link
Member

GitHub Issue (If applicable): fixes unoplatform/uno#6065

PR Type

What kind of change does this PR introduce?

  • Bugfix

What is the new behavior?

Packaging an UWP application with a min version not matching the uap10.0 generic target defined by msbuild extras causes issues with the assembly loader (such as this one https://stackoverflow.com/questions/48211211/uwp-application-could-not-load-file-or-assembly-system-runtime-windowsruntime).

This change adds more explicit targets to avoid mismatches.

PR Checklist

Please check if your PR fulfills the following requirements:

  • Tested code with current supported SDKs
  • Docs have been added/updated which fit documentation template. (for bug fixes / features)
  • Tests for the changes have been added (for bug fixes / features) (if applicable)
  • Contains NO breaking changes
  • Updated the Release Notes
  • Associated with an issue (GitHub or internal)

Other information

Internal Issue (If applicable):

…ndowsRuntime` mismatches in desktop packaging
@jeromelaban jeromelaban merged commit ec8402d into master May 28, 2021
@delete-merged-branch delete-merged-branch bot deleted the dev/jela/uap-updates branch May 28, 2021 13:57
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.

Could not load file or assembly 'System.Runtime.InteropServices.WindowsRuntime, Version=4.0.3.0
1 participant