diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0ab2225feecc..06215273c2518 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -54,9 +54,9 @@ https://github.com/dotnet/arcade fecf65bedcee9036b8ba9d8d7feef5413f294914 - + https://github.com/dotnet/arcade - fecf65bedcee9036b8ba9d8d7feef5413f294914 + 7097001cd87357ebc6fb82f3c7a801efeed70e3f https://github.com/dotnet/arcade diff --git a/eng/Versions.props b/eng/Versions.props index 74ab5f99c3ce7..329396b841b75 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -65,7 +65,7 @@ 7.0.0-beta.21559.3 2.5.1-beta.21559.3 7.0.0-beta.21559.3 - 7.0.0-beta.21559.3 + 7.0.0-beta.21568.2 7.0.0-beta.21559.3 7.0.0-beta.21559.3 7.0.0-beta.21559.3 diff --git a/src/installer/pkg/sfx/installers/dotnet-host.proj b/src/installer/pkg/sfx/installers/dotnet-host.proj index 797d2f5afcc31..7a7d6a57f21c4 100644 --- a/src/installer/pkg/sfx/installers/dotnet-host.proj +++ b/src/installer/pkg/sfx/installers/dotnet-host.proj @@ -9,6 +9,7 @@ true true sharedhost + Dotnet_CLI_SharedHost HostSrc afterInstallExecute @@ -21,12 +22,16 @@ $(MSBuildThisFileDirectory)rpm_scripts/host $(RpmScriptsDirectory)/after_install.sh $(RpmScriptsDirectory)/after_remove.sh + + dotnet-host $(MajorVersion).$(MinorVersion) $(Platform) + +