qsharp-compiler icon indicating copy to clipboard operation
qsharp-compiler copied to clipboard

Remove dependency on Microsoft.Experimental.Collections

Open bamarsha opened this issue 3 years ago • 0 comments

This dependency:

https://github.com/microsoft/qsharp-compiler/blob/73429cd30b77e3ffff96a26f36f1f3ce97236c66/src/QsCompiler/SyntaxProcessor/SyntaxProcessor.fsproj#L39

causes issues with downstream documentation publishing because all versions of Microsoft.Experimental.Collections are tagged as prerelease. It's easier to remove this dependency than to update the docs publishing scripts.

bamarsha avatar May 25 '22 22:05 bamarsha