mirror of https://github.com/icsharpcode/ILSpy.git
Browse Source
the stupid build system started copying an older version of System.Collections.Immutable and System.ValueType (the one referenced by Roslyn) to the BamlDecompiler.Tests output directly, causing the tests to fail due to a missing dependency. Upgrade our Roslyn package version and downgrade the System.Collections.Immutable and System.ValueType versions, so that there's only one version of each assembly in play.pull/960/head
2 changed files with 4 additions and 4 deletions
Loading…
Reference in new issue