RestoreTask: : ERROR C:\Utils\exports\src\VL.CoreLib.vl\VL.CoreLib.vl.csproj(0,0): Detected package downgrade: System.Reactive from 4.1.6 to 4.1.5. Reference the package directly from the project to select a different version.
VL.CoreLib.vl -> VL.Core 2019.2.0-0125-g246fa2a747 -> System.Reactive (>= 4.1.6)
VL.CoreLib.vl -> System.Reactive (>= 4.1.5)
This is probably partially on me using unreleased versions, but still, VL.CoreLib doesn’t have to reference System.Reactive directly as it gets it indirectly through its reference to VL.Core. One less place to keep updating I’d say.
This can be alleviated by manually removing the reference in VS after opening the Solution but the built-in exporter will fail.