From e6e103314cffbf5ea8ba026e26a2814568ebc13a Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Wed, 24 May 2017 17:18:33 +0000 Subject: [PATCH 1/3] Update CoreSetup to preview2-25324-03 --- build/DependencyVersions.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 5f30042ff..1c76f7a6f 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -1,7 +1,7 @@ - 2.0.0-preview2-25319-02 + 2.0.0-preview2-25324-03 15.3.0-preview-000246-05 2.3.0-beta2-61716-09 1.6.0-beta2-25304 @@ -16,8 +16,8 @@ 1.0.0-beta2-20170523-241 1.0.0-beta2-20170523-241 1.0.0-beta2-20170523-241 - 2.0.0-preview2-25319-02 - 2.0.0-preview2-25319-02 + 2.0.0-preview2-25324-03 + 2.0.0-preview2-25324-03 0.1.0-alpha-142 1.2.1-alpha-002130 0.2.0 From e5c3791f6eb68f3f405540faa66b6fab0adf7f08 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 24 May 2017 18:12:53 -0500 Subject: [PATCH 2/3] Update the runtime installer and archive file names in response to https://github.com/dotnet/core-setup/pull/2461 --- build/BundledRuntimes.props | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props index 252b275f8..9d925e277 100644 --- a/build/BundledRuntimes.props +++ b/build/BundledRuntimes.props @@ -3,21 +3,24 @@ $(Rid) $(ProductMonikerRid) + + -internal + - dotnet-host-$(CoreSetupRid).$(SharedHostVersion)$(InstallerExtension) + dotnet-host$(InstallerStartSuffix)-$(SharedHostVersion)-$(CoreSetupRid)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedHostInstallerFileName) - dotnet-hostfxr-$(CoreSetupRid).$(HostFxrVersion)$(InstallerExtension) + dotnet-hostfxr$(InstallerStartSuffix)-$(HostFxrVersion)-$(CoreSetupRid)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedHostFxrInstallerFileName) - dotnet-sharedframework-$(CoreSetupRid).$(SharedFrameworkVersion)$(InstallerExtension) + dotnet-runtime$(InstallerStartSuffix)-$(SharedFrameworkVersion)-$(CoreSetupRid)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedFrameworkInstallerFileName) $(CoreSetupRid) linux-x64 - dotnet-$(SharedFrameworkRid).$(SharedFrameworkVersion)$(ArchiveExtension) + dotnet-runtime-$(SharedFrameworkVersion)-$(SharedFrameworkRid)$(ArchiveExtension) From 61c217c6f23b6ebac8689c73deb8ee17b50300db Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 24 May 2017 19:36:39 -0500 Subject: [PATCH 3/3] Fix shared framework deb package name in response to https://github.com/dotnet/core-setup/pull/2461 --- build/package/Installer.DEB.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/package/Installer.DEB.targets b/build/package/Installer.DEB.targets index c4f0d1797..f34d6f8a1 100644 --- a/build/package/Installer.DEB.targets +++ b/build/package/Installer.DEB.targets @@ -29,7 +29,7 @@ $(SdkVersion) dotnet-dev-$(SdkDebianPackageVersion) $(SharedFrameworkVersion) - dotnet-sharedframework-$(SharedFrameworkName)-$(SharedFxDebianPackageVersion) + dotnet-runtime-$(SharedFxDebianPackageVersion) $(SharedFxDebianPackageName.ToLower()) $(HostFxrVersion) dotnet-hostfxr-$(HostFxrDebianPackageVersion)