ironpython3 icon indicating copy to clipboard operation
ironpython3 copied to clipboard

Update DLR

Open slozier opened this issue 2 years ago • 2 comments

slozier avatar Oct 13 '22 21:10 slozier

I bumped up the System.CodeDom package for .NET 6 in the DLR but when make.ps1 package is run it's restoring the old version (because of the DLR reference in the IronPython.Console project) to the bin folder and causing the tests to fail on github CI (which does packaging before testing). @BCSharp any good ideas?

slozier avatar Oct 17 '22 02:10 slozier

Strange that the package is being pulled in to the main bin directory. Would it help to replace the DLR package reference with regular references to the individual DLR DLLs in the stage directory?

BCSharp avatar Oct 17 '22 05:10 BCSharp