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: Adjust net5.0 targetframework to fix assets packaging #2542

Merged

Conversation

jeromelaban
Copy link
Contributor

Description of Change

Reunion 0.8 uses the TargetFramework verbatim to package additional content, which is different from what nuget infers.

Using net5.0-windows10.0.18362.0 is transformed to net5.0-windows10.0.18362 by nuget, but the mrt packaging still uses net5.0-windows10.0.18362.0 causing a build failure where some resource files cannot be found.

API Changes

List all API changes here (or just put None), example:

Added: None
Changed: None

Behavioral Changes

None

PR Checklist

  • Has tests (if omitted, state reason in description)
  • Rebased on top of master at time of PR
  • Changes adhere to coding standard

Reunion 0.8 uses the TargetFramework verbatim to package additional content, which is different from what nuget infers.

Using `net5.0-windows10.0.18362.0` is transformed to `net5.0-windows10.0.18362` by nuget, but the mrt packaging still uses `net5.0-windows10.0.18362.0` causing a build failure where some resource files cannot be found.
@dansiegel
Copy link
Member

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@brianlagunas brianlagunas merged commit 8cb580d into PrismLibrary:master Sep 10, 2021
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.

3 participants