microsoft / qsharp-compiler

Q# compiler, command line tool, and Q# language server
https://docs.microsoft.com/quantum
MIT License
684 stars 172 forks source link

Fixing the undesirable dependencies issue for qdk. #1601

Closed kuzminrobin closed 1 year ago

kuzminrobin commented 1 year ago

DevOps 48463, 48471. The netstandard2.1 target framework has undesirable dependencies, migrating the affected packages to net6.0.

Multi-repo PR: Q#Compiler, Q#RT, iQ#, QuantumLibraries, Quantum-NC, Quantum (samples), Katas, QDK, and a private repo.

PR CI build can fail, but overall qdk.release (0.27.254480) has succeeded.

filipw commented 1 year ago

I commented on this a long time ago but cannot find the comment (maybe it was in Teams). It absolutely makes sense to drop netstandard2.1 and unify everything as .net6.0