diff --git a/eng/Versions.props b/eng/Versions.props index 8fd4c26a8f4a1..d7b3eab4a2f7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -317,7 +317,7 @@ - 8.0.0-preview.5.23280.8 - 8.0.0-preview.5.23302.2 + 8.0.0-rc.1.23419.4 + 8.0.0-rc.1.23420.5 diff --git a/src/Workspaces/Remote/ServiceHub.CoreComponents/CoreComponents.Shared.targets b/src/Workspaces/Remote/ServiceHub.CoreComponents/CoreComponents.Shared.targets index 1e89dc0613f34..ca22bdea228ef 100644 --- a/src/Workspaces/Remote/ServiceHub.CoreComponents/CoreComponents.Shared.targets +++ b/src/Workspaces/Remote/ServiceHub.CoreComponents/CoreComponents.Shared.targets @@ -109,6 +109,7 @@ <_RspFileLines Include="--out:$(_R2ROptimizeAssemblyOutputPath)" /> <_RspFileLines Include="--targetarch:$(TargetArch)" /> <_RspFileLines Include="--optimize" /> + <_RspFileLines Include="--opt-cross-module:*" /> <_RspFileLines Include="@(_RuntimeLibraries->'--reference:%(FullPath)')" /> <_RspFileLines Include="@(_CrossgenTargetsAsDependencies->'--reference:%(FullPath)')" /> <_RspFileLines Include="@(_NonCrossgenTargetsAsDependencies->'--reference:%(FullPath)')" />