Description
paket fails when dotnet 6.0.100-rc.1.21463.6 is installed
Repro steps

Actual behavior
Failed to initialize CoreCLR, HRESULT: 0x80004005
Known workarounds
I think CLI tool should be compiled with
<RollForward>LatestMajor</RollForward>
as it is done in fsdocs & fslex
Description
paketfails when dotnet6.0.100-rc.1.21463.6is installedRepro steps
Actual behavior
Failed to initialize CoreCLR, HRESULT: 0x80004005
Known workarounds
I think CLI tool should be compiled with
as it is done in fsdocs & fslex