Skip to content

Conversation

@MiYanni
Copy link
Contributor

@MiYanni MiYanni commented Aug 25, 2018

This adds a net452 targets file. It is separated into Framework and then the dependencies are separated by usage. Some are used by RM, SM, Test, or a mix of any of those. Unfortunately, you cannot mix Reference and PackageReference together, so I cannot have a single Framework targets file for both net452 and netstandard20. I also did various cleaning. Removed all packages.config except for the one that drives the process, and added a shortcut to it in src. Removed duplicate snk files and all projects simply copy the same snk file. Build process is even faster now because of an extremely consolidated set of packages for net452.

…. Using shared snk file. Added packages.config.lnk for net42.
…seems that you cannot mix Reference and PackageReference in the same file, even if they are not loaded via a condition. It causes issues for NuGet package manager, and it won't load any packages properly.
@MiYanni
Copy link
Contributor Author

MiYanni commented Aug 25, 2018

Note: I'd like to clean up a bit more and pull the latest from develop prior to merging this.

@MiYanni
Copy link
Contributor Author

MiYanni commented Aug 27, 2018

I've done the cleanup now. Should be good to go.

@MiYanni MiYanni requested a review from markcowl August 29, 2018 22:45
cormacpayne
cormacpayne previously approved these changes Aug 30, 2018
Copy link
Member

@cormacpayne cormacpayne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM as long as we've validated signed packages with these changes being consumed in PowerShell

@MiYanni
Copy link
Contributor Author

MiYanni commented Aug 30, 2018

@cormacpayne Will do that now.

@MiYanni
Copy link
Contributor Author

MiYanni commented Aug 31, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants