From acc3d012acc21f2561e0113e6610fe37042cb7b4 Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Fri, 5 May 2017 13:29:38 -0700 Subject: [PATCH 1/8] Testing version 25305-19 --- build/BuildDefaults.props | 3 +-- build/BundledRuntimes.props | 8 +++----- build/DependencyVersions.props | 6 +++--- 3 files changed, 7 insertions(+), 10 deletions(-) diff --git a/build/BuildDefaults.props b/build/BuildDefaults.props index 32ae1dfac..64eddcfd4 100644 --- a/build/BuildDefaults.props +++ b/build/BuildDefaults.props @@ -4,8 +4,7 @@ Debug true false - true - true + true true true diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props index 0821f4f2c..f1c18bf1f 100644 --- a/build/BundledRuntimes.props +++ b/build/BundledRuntimes.props @@ -1,16 +1,14 @@ - -portable - -portable - dotnet-host-$(ProductMonikerRid).$(SharedHostVersion)$(InstallerPortableSuffix)$(InstallerExtension) + dotnet-host-$(ProductMonikerRid).$(SharedHostVersion)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedHostInstallerFileName) - dotnet-hostfxr-$(ProductMonikerRid).$(HostFxrVersion)$(InstallerPortableSuffix)$(InstallerExtension) + dotnet-hostfxr-$(ProductMonikerRid).$(HostFxrVersion)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedHostFxrInstallerFileName) - dotnet-sharedframework-$(ProductMonikerRid).$(SharedFrameworkVersion)$(InstallerPortableSuffix)$(InstallerExtension) + dotnet-sharedframework-$(ProductMonikerRid).$(SharedFrameworkVersion)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedFrameworkInstallerFileName) - dotnet-host-$(ProductMonikerRid).$(SharedHostVersion)$(InstallerExtension) + dotnet-host-$(CoreSetupRid).$(SharedHostVersion)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedHostInstallerFileName) - dotnet-hostfxr-$(ProductMonikerRid).$(HostFxrVersion)$(InstallerExtension) + dotnet-hostfxr-$(CoreSetupRid).$(HostFxrVersion)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedHostFxrInstallerFileName) - dotnet-sharedframework-$(ProductMonikerRid).$(SharedFrameworkVersion)$(InstallerExtension) + dotnet-sharedframework-$(CoreSetupRid).$(SharedFrameworkVersion)$(InstallerExtension) $(PackagesDirectory)/$(DownloadedSharedFrameworkInstallerFileName) - $(ProductMonikerRid) + $(CoreSetupRid) linux-x64 dotnet-$(SharedFrameworkRid).$(SharedFrameworkVersion)$(ArchivePortableSuffix)$(ArchiveExtension) From 3aba7b8a55025a81dfe0fe5a16085ce2f9ee9943 Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 9 May 2017 15:58:03 -0500 Subject: [PATCH 7/8] Update Core-Setup to 2.0.0-preview2-25309-07 --- build/DependencyVersions.props | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/DependencyVersions.props b/build/DependencyVersions.props index 2844e469c..c96b5c839 100644 --- a/build/DependencyVersions.props +++ b/build/DependencyVersions.props @@ -1,7 +1,7 @@ - 2.0.0-preview2-25306-06 + 2.0.0-preview2-25309-07 15.3.0-preview-000117-01 2.0.0-rc4-61325-08 2.0.0-preview2-20170506-1 @@ -14,8 +14,8 @@ 1.0.0-beta2-20170503-217 1.0.0-beta2-20170504-221 1.0.0-beta2-20170504-221 - 2.0.0-preview2-002093 - 2.0.0-preview2-002093 + 2.0.0-preview2-25309-07 + 2.0.0-preview2-25309-07 0.1.0-alpha-142 1.2.1-alpha-002130 2.0.0-preview1-65 From 4670323694b1ed375a60e2e2ba12a0df879a226a Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 9 May 2017 21:51:32 -0500 Subject: [PATCH 8/8] Remove unused property. --- build/BundledRuntimes.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/BundledRuntimes.props b/build/BundledRuntimes.props index 7f579209a..56e0a9c11 100644 --- a/build/BundledRuntimes.props +++ b/build/BundledRuntimes.props @@ -17,7 +17,7 @@ NOTE: There isn't a 'linux-x64' version of the installers or the additional shared framweork. --> $(CoreSetupRid) linux-x64 - dotnet-$(SharedFrameworkRid).$(SharedFrameworkVersion)$(ArchivePortableSuffix)$(ArchiveExtension) + dotnet-$(SharedFrameworkRid).$(SharedFrameworkVersion)$(ArchiveExtension)