1. Product dependencies in the Versions.props files must not be prerelease. Fixed with https://github.com/dotnet/runtime/pull/72068 and https://github.com/dotnet/runtime/pull/72110 2. Product dependencies in the Versions.props files must be on the latest patch version for libraries dependencies. https://github.com/dotnet/runtime/pull/73871 3. We must be using the compiler from the SDK and unpin the compiler if it's pinned. https://github.com/dotnet/runtime/issues/65317 4. The Intellisense package must be up-to-date before we release. @carlossanlop will take care of this gradually until the RC2 snap. cc @dotnet/runtime-infrastructure
cc @dotnet/runtime-infrastructure