OneGet / NuGetProvider

NuGet Provider for OneGet. Works on Nano Server.
MIT License
31 stars 24 forks source link

Upgrade from net451 to net452 because net451 is not supported any more #49

Closed bergmeister closed 5 years ago

bergmeister commented 5 years ago

Technically, net452 is an in-place upgrade anyway that does not need recompilation but for best practices, PSES should compile against the lowest support .Net Framework so that it works on each Windows machine (as long as they are sufficiently patched), more details are here: https://support.microsoft.com/en-us/help/17455/lifecycle-faq-net-framework A similar PR will then need to happen in the OneGet\OneGetrepo, I opened a PR here where the NuGetProvider submodule points to this branch to demonstrate it works end to end

bergmeister commented 5 years ago

@alerickson Thanks, I updated my other PR here in the main OneGet/OneGet repo to update here to net452 as well