Skip to content

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.
@jeromelaban jeromelaban requested a review from dansiegel as a code owner August 28, 2021 16:48
@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