[Beta Nice to Have] Migrations PowerShell: Support win81, wpa81, and portable projects #579
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-enhancement
Milestone
Current thinking on this is that we will have a package structured as follows.
The . file allows the package to be installed into win81, wpa81, and portable projects. The targets file will copy the dll to the project's bin folder on build. The psm1 file contains the PowerShell commands which can then be invoked on the project using the copied dll. The commands will execute user code on Desktop .NET using the CoreCLR facades.
Note, this has been simplified to just the problem space; the commands package will also contain commands for net451, aspnet50 & aspnetcore50 projects.
The text was updated successfully, but these errors were encountered: