From 7079f047f6f0394d4a35e2fa770ca4996c236449 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Fri, 2 Jun 2017 11:05:57 -0500 Subject: [PATCH] Revert "Temporarily change the runtime deb pkg name to unblock the integration." This reverts commit f70959040275aac383d9c6a98df5b595360ab4ce. --- build/package/Installer.DEB.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build/package/Installer.DEB.targets b/build/package/Installer.DEB.targets index abfef33a5..8ca327338 100644 --- a/build/package/Installer.DEB.targets +++ b/build/package/Installer.DEB.targets @@ -29,10 +29,10 @@ $(SdkVersion) dotnet-dev-$(SdkDebianPackageVersion) $(SharedFrameworkVersion) - dotnet-runtime-$(SharedFxDebianPackageVersion)-$(CoreSetupRid) + dotnet-runtime-$(SharedFxDebianPackageVersion) $(SharedFxDebianPackageName.ToLower()) $(HostFxrVersion) - dotnet-hostfxr-$(HostFxrDebianPackageVersion)-$(CoreSetupRid) + dotnet-hostfxr-$(HostFxrDebianPackageVersion) $(HostFxrDebianPackageName.ToLower()) dotnet-host