You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 18, 2017. It is now read-only.
Today we mix these in the same section which causes several issues including #619. We're going to separate these out into a new section (consistent with the nuspec):
- The frameworkAssemblies section is specific to a target framework
- Refactored BuildContext to call into the ProjectReferenceDependencyProvider.
This means that only a single place actually uses the project class directly
(which is nice).
- GetLibraryDescription now takes a Library instead of name and version
(we may need to revisit this and create a different poco). When @lodejard finishes
dependency types we'll see how this ends up
- Preserve the backwards compatibility of declaring frameworkAssemblies in
dependencies temporarily
- Added tests for parsing frameworkAssemblies
#640#619
Today we mix these in the same section which causes several issues including #619. We're going to separate these out into a new section (consistent with the nuspec):
These won't be restored using kpm restore and they'll be put in the frameworkAssemblies section when generating the nupkg.
The text was updated successfully, but these errors were encountered: