The DotNet.ReproducibleBuilds.Isolated package is an SDK, DotNet.ReproducibleBuilds is not. Should they both be?
The specific issue that prompts this issue is that I see devs using properties set by RB like $(ContinuousIntegrationBuild) in Directory.Build.props, but the D.B.props file is imported first per dotnet/msbuild#994 (comment).
Since RB is essentially an extension to the SDK, this feels like a defensible change to me. Open question about how much of a breaking change this would be. We likely could leave a stub .props file behind that emits a warning to explain the upgrade path.