Skip to content

Assemblies are required in platform ref folders#1044

Merged
mattleibow merged 5 commits into
masterfrom
dev/fix-1042
Dec 3, 2019
Merged

Assemblies are required in platform ref folders#1044
mattleibow merged 5 commits into
masterfrom
dev/fix-1042

Conversation

@mattleibow

Copy link
Copy Markdown
Contributor

Description of Change

All the assemblies are required to be in the ref folder as if there is any ref folder, it will take precedence over the lib folder. In the case where we have JUST the netstandard library in the ref, that is used for ALL platforms. Even though the correct assembly is swapped out at compile time, we actually have more things inside the assembly for the platforms.

Bugs Fixed

API Changes

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
  • Updated documentation

All the assemblies are required to be in the ref folder as if there is any ref folder, it will take precedence over the lib folder. In the case where we have JUST the netstandard library in the ref, that is used for ALL platforms. Even though the correct assembly is swapped out at compile time, we actually have more things inside the assembly for the platforms.
Drop the version to a patch version so we can get a fix out for the NuGet package. There are no actual changes, just fixes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG] SKImageSourceHandler not found in 1.68.1 for iOS project

1 participant