PowerBuild icon indicating copy to clipboard operation
PowerBuild copied to clipboard

Support for PowerShell 6?

Open Leon99 opened this issue 7 years ago • 1 comments

This is what happens now:

Invoke-MsBuild : Could not load type 'System.AppDomainSetup' from assembly 'mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'.

Leon99 avatar Jun 05 '18 05:06 Leon99

I've already started looking into support .Net Core. Unfortunately it does not have support for application domains, on which PowerBuild completely depends. I will probably have to re-write the module from scratch. Also this: https://github.com/Microsoft/msbuild/issues/3352 ;)

kovalikp avatar Jun 05 '18 18:06 kovalikp