| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
…soleHost` NuGet package (#11545)
|
🎉v7.0.0-rc.2 has been released which incorporates this pull request.:tada: Handy links: |
Sorry, something went wrong.
…soleHost` NuGet package (PowerShell#11545)
| Back | FazBrowse Home | New Git URL |
PR Summary
Fix #9734
Update the packaging script to generate the right reference assembly for Microsoft.PowerShell.ConsoleHost.dll and use that for the NuGet packages Microsoft.PowerShell.ConsoleHost and Microsoft.PowerShell.SDK.
With this fix, the following C# program will build and run as long as it references the Microsoft.PowerShell.SDK package.
PR Context
Before this fix, the reference assembly for Microsoft.PowerShell.ConsoleHost.dll is not included in Microsoft.PowerShell.SDK package, so you cannot use ConsoleShell in the above program.
PR Checklist