From 67910f5e070ab92d31f5b51c0eb54fa8bb03ec7a Mon Sep 17 00:00:00 2001 From: Livar Date: Sun, 28 Jul 2019 12:06:50 -0700 Subject: [PATCH 0001/2259] Updating branding to 5.0.100-alpha1 --- src/redist/targets/Versions.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/Versions.targets b/src/redist/targets/Versions.targets index 273089432..f53e3c8d9 100644 --- a/src/redist/targets/Versions.targets +++ b/src/redist/targets/Versions.targets @@ -1,10 +1,10 @@ - 3 + 5 0 1 00 - preview8 + alpha1 From f63c58d27734b6e59bb483e1d91ab06c8d48cd06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 20:21:45 +0000 Subject: [PATCH 0002/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190728.09 (#3541) - Microsoft.NETCore.App - 3.0.0-preview8-28378-09 - NETStandard.Library.Ref - 2.1.0-preview8-28378-09 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28378-09 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.7 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f62f5a032..19ecbb9ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 823e54187b997cb8303f44cd8a6d4fc1adefee47 + c040f6deaa57c86e247a7a0f2d5487351a3e279e - + https://github.com/dotnet/core-setup - 823e54187b997cb8303f44cd8a6d4fc1adefee47 + c040f6deaa57c86e247a7a0f2d5487351a3e279e - + https://github.com/dotnet/core-setup - 823e54187b997cb8303f44cd8a6d4fc1adefee47 + c040f6deaa57c86e247a7a0f2d5487351a3e279e https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ ad7a14419de328074faf7ba287c01da22d868735 - + https://github.com/dotnet/winforms - 38b423c42682b9a24119a9c25b9a16ca0255d896 + 9db4f28440c182fd4c6fc1c45946d2be7938683e - + https://github.com/dotnet/wpf - 7b28ced98e1830b6417ebda79cf803abd6688872 + 89c5a24c4b58cf3484e712b110219c8c109dc432 diff --git a/eng/Versions.props b/eng/Versions.props index d13ef535a..0cefb52ec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.1 + 4.8.0-preview8.19378.3 - 3.0.0-preview8.19378.5 + 3.0.0-preview8.19378.7 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-08 + 3.0.0-preview8-28378-09 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-08 + 2.1.0-preview8-28378-09 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-08 + 3.0.0-preview8-28378-09 $(MicrosoftWindowsDesktopAppPackageVersion) From 3fcb05be9de838a03096ee92dec98cea2c9f9e45 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 21:21:27 +0000 Subject: [PATCH 0003/2259] [master] Update dependencies from dotnet/cli (#3540) * Update dependencies from https://github.com/dotnet/cli build 20190728.8 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19378.8 * Update dependencies from https://github.com/dotnet/cli build 20190728.9 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19378.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19ecbb9ce..d6a3c351f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk d8cbde7b101e21dc6e1cd413fa3920197d28c107 - + https://github.com/dotnet/cli - ad7a14419de328074faf7ba287c01da22d868735 + 4b55b78793cda2f0762f4939bb323d391549f71b diff --git a/eng/Versions.props b/eng/Versions.props index 0cefb52ec..d84e09d2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19378.7 + 3.0.100-preview8.19378.9 0.2.0 From 17bfc142286793027897a024204b98c473f7ddc9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 21:59:06 +0000 Subject: [PATCH 0004/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190728.10 (#3542) - Microsoft.NETCore.App - 3.0.0-preview8-28378-10 - NETStandard.Library.Ref - 2.1.0-preview8-28378-10 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28378-10 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.4 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.8 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d6a3c351f..359d80fd5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c040f6deaa57c86e247a7a0f2d5487351a3e279e + 66bb41278c93c7f9e34499dc9fcaa973987e96dc - + https://github.com/dotnet/core-setup - c040f6deaa57c86e247a7a0f2d5487351a3e279e + 66bb41278c93c7f9e34499dc9fcaa973987e96dc - + https://github.com/dotnet/core-setup - c040f6deaa57c86e247a7a0f2d5487351a3e279e + 66bb41278c93c7f9e34499dc9fcaa973987e96dc https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 4b55b78793cda2f0762f4939bb323d391549f71b - + https://github.com/dotnet/winforms - 9db4f28440c182fd4c6fc1c45946d2be7938683e + 1f9e923e321f57fa64d8b57ec18401cd79fb8855 - + https://github.com/dotnet/wpf - 89c5a24c4b58cf3484e712b110219c8c109dc432 + 0748778fc838eff8fc30913eeb5ff4f26611419b diff --git a/eng/Versions.props b/eng/Versions.props index d84e09d2d..36d96ec15 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.3 + 4.8.0-preview8.19378.4 - 3.0.0-preview8.19378.7 + 3.0.0-preview8.19378.8 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-09 + 3.0.0-preview8-28378-10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-09 + 2.1.0-preview8-28378-10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-09 + 3.0.0-preview8-28378-10 $(MicrosoftWindowsDesktopAppPackageVersion) From 202985f59a05110709e691a7166560da32e74e10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 23:10:08 +0000 Subject: [PATCH 0005/2259] Update dependencies from https://github.com/dotnet/sdk build 20190728.2 (#3543) - Microsoft.NET.Sdk - 3.0.100-preview8.19378.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 359d80fd5..bec80886a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset b875d6b8bdddac469866ee0f080a7641ff7617d4 - + https://github.com/dotnet/sdk - d8cbde7b101e21dc6e1cd413fa3920197d28c107 + cd5d216a81958169a88e7cfd84e673bc6f9822dc https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 36d96ec15..57d31b2d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 3.0.100-preview8.19378.1 + 3.0.100-preview8.19378.2 $(MicrosoftNETSdkPackageVersion) From 94fb7719e013ca2c6ee9d9f0924018e57f82bf67 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 28 Jul 2019 23:25:06 +0000 Subject: [PATCH 0006/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190728.11 (#3544) - Microsoft.NETCore.App - 3.0.0-preview8-28378-11 - NETStandard.Library.Ref - 2.1.0-preview8-28378-11 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28378-11 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.5 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.9 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bec80886a..1b92ac0f9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 66bb41278c93c7f9e34499dc9fcaa973987e96dc + b48c810028097d09c97ccb8553c2c13c84b66477 - + https://github.com/dotnet/core-setup - 66bb41278c93c7f9e34499dc9fcaa973987e96dc + b48c810028097d09c97ccb8553c2c13c84b66477 - + https://github.com/dotnet/core-setup - 66bb41278c93c7f9e34499dc9fcaa973987e96dc + b48c810028097d09c97ccb8553c2c13c84b66477 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 4b55b78793cda2f0762f4939bb323d391549f71b - + https://github.com/dotnet/winforms - 1f9e923e321f57fa64d8b57ec18401cd79fb8855 + 6442e642601a0d8f732819fbb6d59adcdbad9ff0 - + https://github.com/dotnet/wpf - 0748778fc838eff8fc30913eeb5ff4f26611419b + 7682e2328d219f228efe954c019b03707e172c64 diff --git a/eng/Versions.props b/eng/Versions.props index 57d31b2d2..bc31c31aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.4 + 4.8.0-preview8.19378.5 - 3.0.0-preview8.19378.8 + 3.0.0-preview8.19378.9 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-10 + 3.0.0-preview8-28378-11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-10 + 2.1.0-preview8-28378-11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-10 + 3.0.0-preview8-28378-11 $(MicrosoftWindowsDesktopAppPackageVersion) From 73a63657534726b01745cd44131ba1ba7e0a1d40 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 03:46:42 +0000 Subject: [PATCH 0007/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190728.13 (#3546) - Microsoft.NETCore.App - 3.0.0-preview8-28378-13 - NETStandard.Library.Ref - 2.1.0-preview8-28378-13 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28378-13 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.8 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.13 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1b92ac0f9..7a20152fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b48c810028097d09c97ccb8553c2c13c84b66477 + 1a158ddecbbe7a060e8674a931abee92e70fb036 - + https://github.com/dotnet/core-setup - b48c810028097d09c97ccb8553c2c13c84b66477 + 1a158ddecbbe7a060e8674a931abee92e70fb036 - + https://github.com/dotnet/core-setup - b48c810028097d09c97ccb8553c2c13c84b66477 + 1a158ddecbbe7a060e8674a931abee92e70fb036 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 4b55b78793cda2f0762f4939bb323d391549f71b - + https://github.com/dotnet/winforms - 6442e642601a0d8f732819fbb6d59adcdbad9ff0 + c7d74852cf36bde3a4af555b00826ca70136636e - + https://github.com/dotnet/wpf - 7682e2328d219f228efe954c019b03707e172c64 + 71de3c6ec4086eab629011557972cb60c744591b diff --git a/eng/Versions.props b/eng/Versions.props index bc31c31aa..92df95063 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.5 + 4.8.0-preview8.19378.8 - 3.0.0-preview8.19378.9 + 3.0.0-preview8.19378.13 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-11 + 3.0.0-preview8-28378-13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-11 + 2.1.0-preview8-28378-13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-11 + 3.0.0-preview8-28378-13 $(MicrosoftWindowsDesktopAppPackageVersion) From 60015aba870c71a3e34478cb72c1cc5d917db53b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 05:18:05 +0000 Subject: [PATCH 0008/2259] [master] Update dependencies from dotnet/cli (#3545) * Update dependencies from https://github.com/dotnet/cli build 20190728.10 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19378.10 * Update dependencies from https://github.com/dotnet/cli build 20190728.11 - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19378.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7a20152fd..f93c8eac9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 4b55b78793cda2f0762f4939bb323d391549f71b + 143b65e5015ae62d887184ecd464b2bdc04aba63 diff --git a/eng/Versions.props b/eng/Versions.props index 92df95063..612366e69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19378.9 + 3.0.100-preview8.19378.11 0.2.0 From 17bcc7115db92c7265401e385724705a1772732b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 05:34:40 +0000 Subject: [PATCH 0009/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190728.16 (#3547) - Microsoft.NETCore.App - 3.0.0-preview8-28378-16 - NETStandard.Library.Ref - 2.1.0-preview8-28378-16 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28378-16 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.9 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.14 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f93c8eac9..cd348b58a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1a158ddecbbe7a060e8674a931abee92e70fb036 + 44512181385551ade3b82730eb28dceb4bd57662 - + https://github.com/dotnet/core-setup - 1a158ddecbbe7a060e8674a931abee92e70fb036 + 44512181385551ade3b82730eb28dceb4bd57662 - + https://github.com/dotnet/core-setup - 1a158ddecbbe7a060e8674a931abee92e70fb036 + 44512181385551ade3b82730eb28dceb4bd57662 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 143b65e5015ae62d887184ecd464b2bdc04aba63 - + https://github.com/dotnet/winforms - c7d74852cf36bde3a4af555b00826ca70136636e + 855a821d2d6f11bd692b53ac179bf62c0d186f75 - + https://github.com/dotnet/wpf - 71de3c6ec4086eab629011557972cb60c744591b + ac3900dfcd6f8cb1e3ad4e659955d66a7f85de31 diff --git a/eng/Versions.props b/eng/Versions.props index 612366e69..c4680df1e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.8 + 4.8.0-preview8.19378.9 - 3.0.0-preview8.19378.13 + 3.0.0-preview8.19378.14 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-13 + 3.0.0-preview8-28378-16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-13 + 2.1.0-preview8-28378-16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-13 + 3.0.0-preview8-28378-16 $(MicrosoftWindowsDesktopAppPackageVersion) From 1a2ce8ece691e67f23d29c38c347be135652371f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 06:35:34 +0000 Subject: [PATCH 0010/2259] Update dependencies from https://github.com/dotnet/cli build 20190728.12 (#3548) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19378.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd348b58a..c6404013d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 143b65e5015ae62d887184ecd464b2bdc04aba63 + 0e12715885ce1b5437c7402edb04d6650b071277 diff --git a/eng/Versions.props b/eng/Versions.props index c4680df1e..893b0e46f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19378.11 + 3.0.100-preview8.19378.12 0.2.0 From 51ba6bef8eb43aa0d3efaa25e85a10adf4bf6425 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 10:03:57 +0000 Subject: [PATCH 0011/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190729.01 (#3549) - Microsoft.NETCore.App - 3.0.0-preview8-28379-01 - NETStandard.Library.Ref - 2.1.0-preview8-28379-01 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28379-01 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.10 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.15 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6404013d..1712ff8c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 44512181385551ade3b82730eb28dceb4bd57662 + 6a62209e78a23fe4e6af59b14f2f74edacb2be3f - + https://github.com/dotnet/core-setup - 44512181385551ade3b82730eb28dceb4bd57662 + 6a62209e78a23fe4e6af59b14f2f74edacb2be3f - + https://github.com/dotnet/core-setup - 44512181385551ade3b82730eb28dceb4bd57662 + 6a62209e78a23fe4e6af59b14f2f74edacb2be3f https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 0e12715885ce1b5437c7402edb04d6650b071277 - + https://github.com/dotnet/winforms - 855a821d2d6f11bd692b53ac179bf62c0d186f75 + 1221881bf0792e711458a3c26e0cd21013140342 - + https://github.com/dotnet/wpf - ac3900dfcd6f8cb1e3ad4e659955d66a7f85de31 + 330b2dfb91ae6df6a2f39289b1e6a48a873a161f diff --git a/eng/Versions.props b/eng/Versions.props index 893b0e46f..776c0947c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.9 + 4.8.0-preview8.19378.10 - 3.0.0-preview8.19378.14 + 3.0.0-preview8.19378.15 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28378-16 + 3.0.0-preview8-28379-01 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28378-16 + 2.1.0-preview8-28379-01 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28378-16 + 3.0.0-preview8-28379-01 $(MicrosoftWindowsDesktopAppPackageVersion) From dd9c18da2da2af6bb150d35a910d84472e78a526 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 11:15:39 +0000 Subject: [PATCH 0012/2259] Update dependencies from https://github.com/dotnet/cli build 20190729.1 (#3550) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19379.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1712ff8c9..9218a0584 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 0e12715885ce1b5437c7402edb04d6650b071277 + 48864394e6b92555a7a13acd6ceb2c923a8d65d4 diff --git a/eng/Versions.props b/eng/Versions.props index 776c0947c..6065b2bd4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19378.12 + 3.0.100-preview8.19379.1 0.2.0 From 59a18386e38330fc2456ca8f4ee8612eb7b37a91 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 11:45:14 +0000 Subject: [PATCH 0013/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190729.02 (#3551) - Microsoft.NETCore.App - 3.0.0-preview8-28379-02 - NETStandard.Library.Ref - 2.1.0-preview8-28379-02 - Microsoft.WindowsDesktop.App - 3.0.0-preview8-28379-02 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview8.19378.11 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview8.19378.16 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9218a0584..b32b71969 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6a62209e78a23fe4e6af59b14f2f74edacb2be3f + 3a87ac0079c714f13e35b319ad68cd15f66e0172 - + https://github.com/dotnet/core-setup - 6a62209e78a23fe4e6af59b14f2f74edacb2be3f + 3a87ac0079c714f13e35b319ad68cd15f66e0172 - + https://github.com/dotnet/core-setup - 6a62209e78a23fe4e6af59b14f2f74edacb2be3f + 3a87ac0079c714f13e35b319ad68cd15f66e0172 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 48864394e6b92555a7a13acd6ceb2c923a8d65d4 - + https://github.com/dotnet/winforms - 1221881bf0792e711458a3c26e0cd21013140342 + 6f69e1c0bfa132a3eccd854982b591213ea86044 - + https://github.com/dotnet/wpf - 330b2dfb91ae6df6a2f39289b1e6a48a873a161f + 73748bff4a485121754109d9abe1ef1e725b82e1 diff --git a/eng/Versions.props b/eng/Versions.props index 6065b2bd4..6583df2c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.10 + 4.8.0-preview8.19378.11 - 3.0.0-preview8.19378.15 + 3.0.0-preview8.19378.16 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28379-01 + 3.0.0-preview8-28379-02 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28379-01 + 2.1.0-preview8-28379-02 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28379-01 + 3.0.0-preview8-28379-02 $(MicrosoftWindowsDesktopAppPackageVersion) From cd93508358f036eed318901be4c1552511375568 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 12:37:08 +0000 Subject: [PATCH 0014/2259] Update dependencies from https://github.com/dotnet/arcade build 20190728.1 (#3552) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19378.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b32b71969..cf3ffb2a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 8b670142ae1b65aa4d834257b0b64d4f69f30eb8 + a8e982d3bac01d8f4f91a4c57191147570079448 diff --git a/global.json b/global.json index 6c742c4eb..4e3fed870 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19377.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19378.1" } } From 425adefb597478f080806324545b951a49d64dc5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 12:37:30 +0000 Subject: [PATCH 0015/2259] Update dependencies from https://github.com/dotnet/templating build 20190728.1 (#3553) - Microsoft.DotNet.Common.ItemTemplates - 2.0.0-preview8.19378.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cf3ffb2a0..ff55e9c24 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore c23b9feb19a9809a82e541427028b63ca66fa847 - + https://github.com/dotnet/templating - bf2a1c940b5c11075626dba31c119e6de3137df0 + 6aa89884a7a4353f6abd9eb385bba33a58624670 https://github.com/dotnet/toolset From 7b7a73b03a91f76d230a37c21043facbe465ad1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 13:10:06 +0000 Subject: [PATCH 0016/2259] Update dependencies from https://github.com/dotnet/cli build 20190729.2 (#3555) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19379.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff55e9c24..cfef74bd9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 48864394e6b92555a7a13acd6ceb2c923a8d65d4 + 3b60455902a4ecdd23aa5dc33f16adaf72ee3dac diff --git a/eng/Versions.props b/eng/Versions.props index 6583df2c5..5c35d1759 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19379.1 + 3.0.100-preview8.19379.2 0.2.0 From 2ba7224e315713cd20b8468a79c60b683a56231b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 13:35:14 +0000 Subject: [PATCH 0017/2259] Update dependencies from https://github.com/dotnet/cli build 20190729.3 (#3556) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19379.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cfef74bd9..0a8542a3a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 3b60455902a4ecdd23aa5dc33f16adaf72ee3dac + 44cf7fe9dcbf14e6d54721120956ef1064949c47 diff --git a/eng/Versions.props b/eng/Versions.props index 5c35d1759..3c24845c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19379.2 + 3.0.100-preview8.19379.3 0.2.0 From 90fd140254228caf0906f32ce87fd95b88115818 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 14:00:08 +0000 Subject: [PATCH 0018/2259] Update dependencies from https://github.com/dotnet/cli build 20190729.4 (#3557) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19379.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0a8542a3a..bd0bdd37b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 44cf7fe9dcbf14e6d54721120956ef1064949c47 + 7ec7fae721255af55848c0d6166a8f31d9662710 diff --git a/eng/Versions.props b/eng/Versions.props index 3c24845c8..53b800eaa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19379.3 + 3.0.100-preview8.19379.4 0.2.0 From 5b77f9c2f07dfc7a67a323c7d7719cd9ccb2e62c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 14:25:51 +0000 Subject: [PATCH 0019/2259] Update dependencies from https://github.com/dotnet/cli build 20190729.5 (#3558) - Microsoft.DotNet.MSBuildSdkResolver - 3.0.100-preview8.19379.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd0bdd37b..b8a130da8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk cd5d216a81958169a88e7cfd84e673bc6f9822dc - + https://github.com/dotnet/cli - 7ec7fae721255af55848c0d6166a8f31d9662710 + 0da28bb7449cd5d3e16ddf361c74348ff8a0f48f diff --git a/eng/Versions.props b/eng/Versions.props index 53b800eaa..6055f267a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19379.4 + 3.0.100-preview8.19379.5 0.2.0 From 3f24b9a13586d749aa7d60060d19fa6b13748c3f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 15:36:24 +0000 Subject: [PATCH 0020/2259] Update dependencies from https://github.com/dotnet/sdk build 20190729.1 (#3559) - Microsoft.NET.Sdk - 3.0.100-preview8.19379.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b8a130da8..eb9de37c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset b875d6b8bdddac469866ee0f080a7641ff7617d4 - + https://github.com/dotnet/sdk - cd5d216a81958169a88e7cfd84e673bc6f9822dc + c6c18a0615cada7b5830565e92810e737d93fa61 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 6055f267a..24287b2be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 3.0.100-preview8.19378.2 + 3.0.100-preview8.19379.1 $(MicrosoftNETSdkPackageVersion) From 1249356c7a5551b51de43a742b5a8cc10b1accf7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 17:14:27 +0000 Subject: [PATCH 0021/2259] Update dependencies from https://github.com/dotnet/sdk build 20190729.2 (#3560) - Microsoft.NET.Sdk - 3.0.100-preview8.19379.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eb9de37c6..8b0a66feb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset b875d6b8bdddac469866ee0f080a7641ff7617d4 - + https://github.com/dotnet/sdk - c6c18a0615cada7b5830565e92810e737d93fa61 + 18f326262479f6da6af4afb978c707597884b655 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 24287b2be..00b637bbd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 3.0.100-preview8.19379.1 + 3.0.100-preview8.19379.2 $(MicrosoftNETSdkPackageVersion) From 4da81746d0c5dd2b62dd17c7363912c6612951d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 19:11:10 +0000 Subject: [PATCH 0022/2259] Update dependencies from https://github.com/dotnet/cli build 20190729.7 (#3563) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19379.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b0a66feb..8a4f6d26a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 18f326262479f6da6af4afb978c707597884b655 - + https://github.com/dotnet/cli - 0da28bb7449cd5d3e16ddf361c74348ff8a0f48f + ed138a906c0ed5509a7413cff4da5d571b2d5844 diff --git a/eng/Versions.props b/eng/Versions.props index 00b637bbd..070771c3c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 3.0.100-preview8.19379.5 + 5.0.100-alpha1.19379.7 0.2.0 From f3ab79d31d8595ead1fcd3f6e53d609153b291dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 19:49:26 +0000 Subject: [PATCH 0023/2259] Update dependencies from https://github.com/dotnet/sdk build 20190729.4 (#3566) - Microsoft.NET.Sdk - 5.0.100-alpha1.19379.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8a4f6d26a..8c7b1bfa5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset b875d6b8bdddac469866ee0f080a7641ff7617d4 - + https://github.com/dotnet/sdk - 18f326262479f6da6af4afb978c707597884b655 + 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 070771c3c..62e904aa5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 3.0.100-preview8.19379.2 + 5.0.100-alpha1.19379.4 $(MicrosoftNETSdkPackageVersion) From facfdd37be7655c3def767d1ae23e4cd89e4db86 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 20:51:53 +0000 Subject: [PATCH 0024/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190729.2 (#3567) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 3.0.0-preview8.19379.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 3.0.0-preview8.19379.2 - Microsoft.AspNetCore.App.Ref - 3.0.0-preview8.19379.2 - dotnet-watch - 3.0.0-preview8.19379.2 - dotnet-user-secrets - 3.0.0-preview8.19379.2 - dotnet-dev-certs - 3.0.0-preview8.19379.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8c7b1bfa5..bef019f18 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 3a87ac0079c714f13e35b319ad68cd15f66e0172 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/aspnet/AspNetCore - c23b9feb19a9809a82e541427028b63ca66fa847 + e0e9096af526448cb1a02f97e60efd8567b7ba35 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 62e904aa5..9509fc023 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 3.0.0-preview8.19377.1 - 3.0.0-preview8.19377.1 - 3.0.0-preview8.19377.1 - 3.0.0-preview8.19377.1 - 3.0.0-preview8.19377.1 - 3.0.0-preview8.19377.1 + 3.0.0-preview8.19379.2 + 3.0.0-preview8.19379.2 + 3.0.0-preview8.19379.2 + 3.0.0-preview8.19379.2 + 3.0.0-preview8.19379.2 + 3.0.0-preview8.19379.2 From c4d16050852434df227016b84880aad9430390b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 22:36:44 +0000 Subject: [PATCH 0025/2259] Update dependencies from https://github.com/dotnet/cli build 20190729.9 (#3570) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19379.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bef019f18..f13a48d57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 - + https://github.com/dotnet/cli - ed138a906c0ed5509a7413cff4da5d571b2d5844 + 04fc5b6e56bb7ea6cf3228288929da18960a33c2 diff --git a/eng/Versions.props b/eng/Versions.props index 9509fc023..2d179b97b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19379.7 + 5.0.100-alpha1.19379.9 0.2.0 From 29ce3efdf3b50cee2e3f2ccc4b2e724521c7194a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 22:42:47 +0000 Subject: [PATCH 0026/2259] Update dependencies from https://github.com/dotnet/toolset build 20190729.24 (#3571) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19379.24 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f13a48d57..c4b2a5ca6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 6aa89884a7a4353f6abd9eb385bba33a58624670 - + https://github.com/dotnet/toolset - b875d6b8bdddac469866ee0f080a7641ff7617d4 + 120eccdeeb351a794932eb2aaea79f0e08512e6e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2d179b97b..3b7b5d742 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.0.100-preview8.19376.13 + 5.0.100-alpha1.19379.24 From 4310ffece8d27ec1bcca51eceda1d72c477bb9cc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2019 23:08:26 +0000 Subject: [PATCH 0027/2259] Update dependencies from https://github.com/dotnet/toolset build 20190729.25 (#3572) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19379.25 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c4b2a5ca6..59e1a8135 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 6aa89884a7a4353f6abd9eb385bba33a58624670 - + https://github.com/dotnet/toolset - 120eccdeeb351a794932eb2aaea79f0e08512e6e + e0912bf49b7045c6b89eef993cc3cf0248ed5ef5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3b7b5d742..e0c823ea3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19379.24 + 5.0.100-alpha1.19379.25 From ce6fb3273e1b8031d72756e368c4bee6a55d0448 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 12:36:46 +0000 Subject: [PATCH 0028/2259] Update dependencies from https://github.com/dotnet/arcade build 20190729.29 (#3597) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19379.29 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 59e1a8135..1ed9ca0e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - a8e982d3bac01d8f4f91a4c57191147570079448 + 84d9a013b66c3e14a67ace0a99ae84e6eb8b6a7d diff --git a/global.json b/global.json index 4e3fed870..158d3b89b 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19378.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19379.29" } } From 80db13b7e857d502bcefab2cd9feef87fc506754 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 12:47:18 +0000 Subject: [PATCH 0029/2259] Update dependencies from https://github.com/dotnet/templating build 20190729.8 (#3598) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19379.8 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ed9ca0e4..f3df23439 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - 6aa89884a7a4353f6abd9eb385bba33a58624670 + 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 https://github.com/dotnet/toolset From ad2dd1a80442b241f07da354b06831dbdad1d3d2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 12:52:10 +0000 Subject: [PATCH 0030/2259] Update dependencies from https://github.com/dotnet/toolset build 20190730.1 (#3599) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3df23439..4fb82b051 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 - + https://github.com/dotnet/toolset - e0912bf49b7045c6b89eef993cc3cf0248ed5ef5 + 27c09b641775f9b73ba3293d0f4ecc9a100192fe https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e0c823ea3..3652dbfa5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19379.25 + 5.0.100-alpha1.19380.1 From 8b8f19bd7765b6a399747b8831a31fa02d2d33f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 13:51:07 +0000 Subject: [PATCH 0031/2259] [master] Update dependencies from dotnet/cli (#3601) * Update dependencies from https://github.com/dotnet/cli build 20190730.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19380.1 * Update dependencies from https://github.com/dotnet/cli build 20190730.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19380.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4fb82b051..e9a9e0037 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 - + https://github.com/dotnet/cli - 04fc5b6e56bb7ea6cf3228288929da18960a33c2 + 99a0d35d38b898f2dc420a2a17e0d81d04dea446 diff --git a/eng/Versions.props b/eng/Versions.props index 3652dbfa5..5c3743e94 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19379.9 + 5.0.100-alpha1.19380.2 0.2.0 From 0aaf008af2cafa35a247e9cde0973839535d14d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 14:06:26 +0000 Subject: [PATCH 0032/2259] [master] Update dependencies from dotnet/toolset (#3600) * Update dependencies from https://github.com/dotnet/toolset build 20190730.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.2 * Update dependencies from https://github.com/dotnet/toolset build 20190730.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9a9e0037..042149b72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 - + https://github.com/dotnet/toolset - 27c09b641775f9b73ba3293d0f4ecc9a100192fe + b0c41e4e8c515242ccf9d6da1f55d8574b6f845d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5c3743e94..0f9b51dd7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19380.1 + 5.0.100-alpha1.19380.4 From 652124c4b58ef7980c3509adc592282a63129850 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 16:03:14 +0000 Subject: [PATCH 0033/2259] Update dependencies from https://github.com/dotnet/toolset build 20190730.6 (#3604) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 042149b72..a19c05dec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 - + https://github.com/dotnet/toolset - b0c41e4e8c515242ccf9d6da1f55d8574b6f845d + d6612c6fe8c4d78bb3d20ecfdeb2f27d12c085fc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0f9b51dd7..ecd186807 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19380.4 + 5.0.100-alpha1.19380.6 From 8846898e2ec04819ba8ca61d8f2d609697d43051 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 21:04:08 +0000 Subject: [PATCH 0034/2259] Update dependencies from https://github.com/dotnet/toolset build 20190730.15 (#3620) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a19c05dec..75152dfad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 - + https://github.com/dotnet/toolset - d6612c6fe8c4d78bb3d20ecfdeb2f27d12c085fc + 2f873dd17363e3aa6949db73f7aa264a8b6d3045 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ecd186807..96a23a96d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19380.6 + 5.0.100-alpha1.19380.15 From 8da1faef8b0ad178812cb4e3cfdd84b1c202073a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 21:45:41 +0000 Subject: [PATCH 0035/2259] Update dependencies from https://github.com/dotnet/cli build 20190730.4 (#3621) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19380.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75152dfad..80e5012aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 - + https://github.com/dotnet/cli - 99a0d35d38b898f2dc420a2a17e0d81d04dea446 + 60507e5e4ca0bafedb7828fca9206bb3bd025339 diff --git a/eng/Versions.props b/eng/Versions.props index 96a23a96d..82020432e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19380.2 + 5.0.100-alpha1.19380.4 0.2.0 From 5f81f64d947b29bf421d33b9548be67e0737caf5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2019 22:03:04 +0000 Subject: [PATCH 0036/2259] Update dependencies from https://github.com/dotnet/toolset build 20190730.16 (#3622) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19380.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 80e5012aa..3eff90c19 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 - + https://github.com/dotnet/toolset - 2f873dd17363e3aa6949db73f7aa264a8b6d3045 + cb6b3423b8eee307b3919dfab4dced9a427e6a47 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 82020432e..122992cfd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19380.15 + 5.0.100-alpha1.19380.16 From 708b6827aa00baee7be50495548db41a147f7fed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 12:38:21 +0000 Subject: [PATCH 0037/2259] Update dependencies from https://github.com/dotnet/templating build 20190730.2 (#3640) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19380.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3eff90c19..c26318870 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - 221810a81f83446a7cc0e4fa51d3dc9fecd293c5 + 842077d01eb49047e3b818630ad5d3614d7eddf2 https://github.com/dotnet/toolset From e26701dbb594380340f475f1688f7821c5f5be1a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 12:42:58 +0000 Subject: [PATCH 0038/2259] Update dependencies from https://github.com/dotnet/arcade build 20190730.3 (#3639) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19380.3 --- eng/Version.Details.xml | 4 ++-- eng/common/sdl/packages.config | 2 +- eng/common/templates/job/execute-sdl.yml | 2 +- global.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c26318870..120286067 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 84d9a013b66c3e14a67ace0a99ae84e6eb8b6a7d + def377f94747dac91482aad67b33a1c011ffc770 diff --git a/eng/common/sdl/packages.config b/eng/common/sdl/packages.config index fb9b71286..3f97ac2f1 100644 --- a/eng/common/sdl/packages.config +++ b/eng/common/sdl/packages.config @@ -1,4 +1,4 @@  - + diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index 5837f3d56..f657a4dc9 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -46,7 +46,7 @@ jobs: continueOnError: ${{ parameters.continueOnError }} - ${{ if eq(parameters.overrideParameters, '') }}: - powershell: eng/common/sdl/execute-all-sdl-tools.ps1 - -GuardianPackageName Microsoft.Guardian.Cli.0.6.0 + -GuardianPackageName Microsoft.Guardian.Cli.0.7.1 -NugetPackageDirectory $(Build.SourcesDirectory)\.packages -AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw) ${{ parameters.additionalParameters }} diff --git a/global.json b/global.json index 158d3b89b..1b706f873 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19379.29" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19380.3" } } From a6fc53e563c430264e5ffe5f089b90cd3bedc648 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 12:54:57 +0000 Subject: [PATCH 0039/2259] Update dependencies from https://github.com/dotnet/toolset build 20190731.2 (#3641) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19381.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 120286067..9a14da80b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 842077d01eb49047e3b818630ad5d3614d7eddf2 - + https://github.com/dotnet/toolset - cb6b3423b8eee307b3919dfab4dced9a427e6a47 + aac8a48ed612957fe785fc121b44ea10e7750c85 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 122992cfd..96767ae1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19380.16 + 5.0.100-alpha1.19381.2 From 5cb6ade557a917b300a745e898c9ba1d4d9b6560 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 13:35:48 +0000 Subject: [PATCH 0040/2259] Update dependencies from https://github.com/dotnet/toolset build 20190731.3 (#3642) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19381.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a14da80b..9e610427d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 842077d01eb49047e3b818630ad5d3614d7eddf2 - + https://github.com/dotnet/toolset - aac8a48ed612957fe785fc121b44ea10e7750c85 + c063bf87f4e021a4d9e8a7ba2d3eb3c0415839fd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 96767ae1f..00cb8a5fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19381.2 + 5.0.100-alpha1.19381.3 From 2ba1ba5ccd40a729af0199c80ce76c6295ff90ef Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 13:50:49 +0000 Subject: [PATCH 0041/2259] [master] Update dependencies from dotnet/cli (#3643) * Update dependencies from https://github.com/dotnet/cli build 20190731.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19381.1 * Update dependencies from https://github.com/dotnet/cli build 20190731.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19381.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e610427d..832fe7816 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 - + https://github.com/dotnet/cli - 60507e5e4ca0bafedb7828fca9206bb3bd025339 + 6396041927bb4fac80b2e0a68df5c2de566daa75 diff --git a/eng/Versions.props b/eng/Versions.props index 00cb8a5fb..31e85aa7b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19380.4 + 5.0.100-alpha1.19381.2 0.2.0 From e7415dc5427014f38e7a4d03e8260f5d11fe7e18 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 14:11:36 +0000 Subject: [PATCH 0042/2259] [master] Update dependencies from dotnet/toolset (#3644) * Update dependencies from https://github.com/dotnet/toolset build 20190731.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19381.4 * Update dependencies from https://github.com/dotnet/toolset build 20190731.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19381.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 832fe7816..f384b3a49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 842077d01eb49047e3b818630ad5d3614d7eddf2 - + https://github.com/dotnet/toolset - c063bf87f4e021a4d9e8a7ba2d3eb3c0415839fd + 6fbb5fd03e795278cf92055aa4ece790965bd476 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 31e85aa7b..f92518eca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19381.3 + 5.0.100-alpha1.19381.5 From b206c389d9926262dd9e062f579f1077513f4e69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 14:16:40 +0000 Subject: [PATCH 0043/2259] Update dependencies from https://github.com/dotnet/cli build 20190731.3 (#3645) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19381.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f384b3a49..c0d2e96f9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 - + https://github.com/dotnet/cli - 6396041927bb4fac80b2e0a68df5c2de566daa75 + 2e458ef67f8e82e4183dba9284dd94d045d936cd diff --git a/eng/Versions.props b/eng/Versions.props index f92518eca..d0ca1641d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19381.2 + 5.0.100-alpha1.19381.3 0.2.0 From 5c0c89981e4d94c3acb6d21ee1355d7449a669fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 15:02:57 +0000 Subject: [PATCH 0044/2259] Update dependencies from https://github.com/dotnet/sdk build 20190730.1 (#3611) - Microsoft.NET.Sdk - 5.0.100-alpha1.19380.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0d2e96f9..ea23497e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 6fbb5fd03e795278cf92055aa4ece790965bd476 - + https://github.com/dotnet/sdk - 39b5747f4a27333e876ce76fcdbb8fd09e3dd875 + d14fa66b84f5c7502c59d125c7a77cb9c9077cfd https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index d0ca1641d..54db86a3c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19379.4 + 5.0.100-alpha1.19380.1 $(MicrosoftNETSdkPackageVersion) From 9f66f3c862da38a03d96a9772e78acaa517d3088 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2019 18:08:56 +0000 Subject: [PATCH 0045/2259] Update dependencies from https://github.com/dotnet/sdk build 20190731.2 (#3659) - Microsoft.NET.Sdk - 5.0.100-alpha1.19381.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ea23497e5..b121e5308 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 6fbb5fd03e795278cf92055aa4ece790965bd476 - + https://github.com/dotnet/sdk - d14fa66b84f5c7502c59d125c7a77cb9c9077cfd + ba9e5ce585cf8904c197c28904441c0f2c62aa59 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 54db86a3c..b999152f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19380.1 + 5.0.100-alpha1.19381.2 $(MicrosoftNETSdkPackageVersion) From ea7eb6571e8fa03e2a02ef35a7569a4d2153440a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 12:38:10 +0000 Subject: [PATCH 0046/2259] Update dependencies from https://github.com/dotnet/arcade build 20190731.19 (#3696) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19381.19 --- eng/Version.Details.xml | 4 +- eng/common/init-tools-native.sh | 4 +- eng/common/native/install-cmake-test.sh | 117 ++++++++++++++++++++++++ eng/common/native/install-cmake.sh | 2 +- eng/common/templates/job/job.yml | 6 +- global.json | 2 +- 6 files changed, 128 insertions(+), 7 deletions(-) create mode 100755 eng/common/native/install-cmake-test.sh diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b121e5308..4c0ec61bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - def377f94747dac91482aad67b33a1c011ffc770 + 48787606d809963cc800151cbfbefe0a74ae74b4 diff --git a/eng/common/init-tools-native.sh b/eng/common/init-tools-native.sh index 5f2e77f44..4dafaaca1 100755 --- a/eng/common/init-tools-native.sh +++ b/eng/common/init-tools-native.sh @@ -70,8 +70,7 @@ function ReadGlobalJsonNativeTools { # Only extract the contents of the object. local native_tools_list=$(echo $native_tools_section | awk -F"[{}]" '{print $2}') native_tools_list=${native_tools_list//[\" ]/} - native_tools_list=${native_tools_list//,/$'\n'} - native_tools_list="$(echo -e "${native_tools_list}" | tr -d '[[:space:]]')" + native_tools_list=$( echo "$native_tools_list" | sed 's/\s//g' | sed 's/,/\n/g' ) local old_IFS=$IFS while read -r line; do @@ -108,6 +107,7 @@ else installer_command+=" --baseuri $base_uri" installer_command+=" --installpath $install_bin" installer_command+=" --version $tool_version" + echo $installer_command if [[ $force = true ]]; then installer_command+=" --force" diff --git a/eng/common/native/install-cmake-test.sh b/eng/common/native/install-cmake-test.sh new file mode 100755 index 000000000..53ddf4e68 --- /dev/null +++ b/eng/common/native/install-cmake-test.sh @@ -0,0 +1,117 @@ +#!/usr/bin/env bash + +source="${BASH_SOURCE[0]}" +scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" + +. $scriptroot/common-library.sh + +base_uri= +install_path= +version= +clean=false +force=false +download_retries=5 +retry_wait_time_seconds=30 + +while (($# > 0)); do + lowerI="$(echo $1 | awk '{print tolower($0)}')" + case $lowerI in + --baseuri) + base_uri=$2 + shift 2 + ;; + --installpath) + install_path=$2 + shift 2 + ;; + --version) + version=$2 + shift 2 + ;; + --clean) + clean=true + shift 1 + ;; + --force) + force=true + shift 1 + ;; + --downloadretries) + download_retries=$2 + shift 2 + ;; + --retrywaittimeseconds) + retry_wait_time_seconds=$2 + shift 2 + ;; + --help) + echo "Common settings:" + echo " --baseuri Base file directory or Url wrom which to acquire tool archives" + echo " --installpath Base directory to install native tool to" + echo " --clean Don't install the tool, just clean up the current install of the tool" + echo " --force Force install of tools even if they previously exist" + echo " --help Print help and exit" + echo "" + echo "Advanced settings:" + echo " --downloadretries Total number of retry attempts" + echo " --retrywaittimeseconds Wait time between retry attempts in seconds" + echo "" + exit 0 + ;; + esac +done + +tool_name="cmake-test" +tool_os=$(GetCurrentOS) +tool_folder=$(echo $tool_os | awk '{print tolower($0)}') +tool_arch="x86_64" +tool_name_moniker="$tool_name-$version-$tool_os-$tool_arch" +tool_install_directory="$install_path/$tool_name/$version" +tool_file_path="$tool_install_directory/$tool_name_moniker/bin/$tool_name" +shim_path="$install_path/$tool_name.sh" +uri="${base_uri}/$tool_folder/$tool_name/$tool_name_moniker.tar.gz" + +# Clean up tool and installers +if [[ $clean = true ]]; then + echo "Cleaning $tool_install_directory" + if [[ -d $tool_install_directory ]]; then + rm -rf $tool_install_directory + fi + + echo "Cleaning $shim_path" + if [[ -f $shim_path ]]; then + rm -rf $shim_path + fi + + tool_temp_path=$(GetTempPathFileName $uri) + echo "Cleaning $tool_temp_path" + if [[ -f $tool_temp_path ]]; then + rm -rf $tool_temp_path + fi + + exit 0 +fi + +# Install tool +if [[ -f $tool_file_path ]] && [[ $force = false ]]; then + echo "$tool_name ($version) already exists, skipping install" + exit 0 +fi + +DownloadAndExtract $uri $tool_install_directory $force $download_retries $retry_wait_time_seconds + +if [[ $? != 0 ]]; then + echo "Installation failed" >&2 + exit 1 +fi + +# Generate Shim +# Always rewrite shims so that we are referencing the expected version +NewScriptShim $shim_path $tool_file_path true + +if [[ $? != 0 ]]; then + echo "Shim generation failed" >&2 + exit 1 +fi + +exit 0 \ No newline at end of file diff --git a/eng/common/native/install-cmake.sh b/eng/common/native/install-cmake.sh index 293af6017..5f1a182fa 100755 --- a/eng/common/native/install-cmake.sh +++ b/eng/common/native/install-cmake.sh @@ -69,7 +69,7 @@ tool_name_moniker="$tool_name-$version-$tool_os-$tool_arch" tool_install_directory="$install_path/$tool_name/$version" tool_file_path="$tool_install_directory/$tool_name_moniker/bin/$tool_name" shim_path="$install_path/$tool_name.sh" -uri="${base_uri}/$tool_folder/cmake/$tool_name_moniker.tar.gz" +uri="${base_uri}/$tool_folder/$tool_name/$tool_name_moniker.tar.gz" # Clean up tool and installers if [[ $clean = true ]]; then diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 1814e0ab6..8db456bb7 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -37,6 +37,9 @@ parameters: # Optional: Enable publishing to the build asset registry enablePublishBuildAssets: false + # Optional: Prevent gather/push manifest from executing when using publishing pipelines + enablePublishUsingPipelines: false + # Optional: Include PublishTestResults task enablePublishTestResults: false @@ -187,7 +190,7 @@ jobs: continueOnError: true condition: always() - - ${{ if and(eq(parameters.enablePublishBuildAssets, true), ne(variables['_PublishUsingPipelines'], 'true'), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - ${{ if and(eq(parameters.enablePublishBuildAssets, true), ne(parameters.enablePublishUsingPipelines, 'true'), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - task: CopyFiles@2 displayName: Gather Asset Manifests inputs: @@ -195,6 +198,7 @@ jobs: TargetFolder: '$(Build.StagingDirectory)/AssetManifests' continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) + - task: PublishBuildArtifacts@1 displayName: Push Asset Manifests inputs: diff --git a/global.json b/global.json index 1b706f873..8581127b4 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19380.3" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19381.19" } } From 6727fe62abe8dad711f37596c8688046a075ad1a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 12:48:42 +0000 Subject: [PATCH 0047/2259] Update dependencies from https://github.com/dotnet/templating build 20190731.2 (#3697) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19381.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4c0ec61bc..8db1325e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - 842077d01eb49047e3b818630ad5d3614d7eddf2 + fd3039f67ea82c34fbd0d530cef6edefd5f49b62 https://github.com/dotnet/toolset From feeb0efda35ef87c3bf904f841c7742019fa5153 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 13:00:35 +0000 Subject: [PATCH 0048/2259] Update dependencies from https://github.com/dotnet/toolset build 20190801.1 (#3698) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8db1325e2..ec8d099f4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - 6fbb5fd03e795278cf92055aa4ece790965bd476 + f3c974bd338282ff55a624846b4fc19f8b16e23e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b999152f6..e8872e4e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19381.5 + 5.0.100-alpha1.19401.1 From 4843ddd8b43fc382f15894617f644d170b2984fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 14:16:23 +0000 Subject: [PATCH 0049/2259] [master] Update dependencies from dotnet/cli (#3702) * Update dependencies from https://github.com/dotnet/cli build 20190801.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19401.2 * Update dependencies from https://github.com/dotnet/cli build 20190801.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19401.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec8d099f4..104b51c06 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk ba9e5ce585cf8904c197c28904441c0f2c62aa59 - + https://github.com/dotnet/cli - 2e458ef67f8e82e4183dba9284dd94d045d936cd + 936294309b484beabc9552fc1ad5bf5420b72020 diff --git a/eng/Versions.props b/eng/Versions.props index e8872e4e3..bfb7d546b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19381.3 + 5.0.100-alpha1.19401.3 0.2.0 From 690ebde0342b6f5dedeb44f965b966c8d3ddedad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 14:37:07 +0000 Subject: [PATCH 0050/2259] [master] Update dependencies from dotnet/toolset (#3699) * Update dependencies from https://github.com/dotnet/toolset build 20190801.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.2 * Update dependencies from https://github.com/dotnet/toolset build 20190801.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.3 * Update dependencies from https://github.com/dotnet/toolset build 20190801.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.6 * Update dependencies from https://github.com/dotnet/toolset build 20190801.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 104b51c06..ee186cf71 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - f3c974bd338282ff55a624846b4fc19f8b16e23e + ec89664adf9853878ebf71b65e3b41cd11e5c4bd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bfb7d546b..244a39838 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19401.1 + 5.0.100-alpha1.19401.7 From def34ec52c5bad1fa2723850c0f2d7c109289964 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 16:45:46 +0000 Subject: [PATCH 0051/2259] Update dependencies from https://github.com/dotnet/sdk build 20190801.1 (#3708) - Microsoft.NET.Sdk - 5.0.100-alpha1.19401.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee186cf71..1f72dc767 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset ec89664adf9853878ebf71b65e3b41cd11e5c4bd - + https://github.com/dotnet/sdk - ba9e5ce585cf8904c197c28904441c0f2c62aa59 + b23fd25e1070aa8075b66f9d208835fa67af3dbb https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 244a39838..f94e56a29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19381.2 + 5.0.100-alpha1.19401.1 $(MicrosoftNETSdkPackageVersion) From 5ffae87806c33ba7763b38b22b6dfb86b5075340 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 20:45:42 +0000 Subject: [PATCH 0052/2259] Update dependencies from https://github.com/dotnet/cli build 20190801.7 (#3715) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19401.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1f72dc767..d9b18fb55 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 936294309b484beabc9552fc1ad5bf5420b72020 + b0b2aa2703f30b4a8936901c4cae9db294279f52 diff --git a/eng/Versions.props b/eng/Versions.props index f94e56a29..e3b719d24 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19401.3 + 5.0.100-alpha1.19401.7 0.2.0 From c24f8ee739175cf4364e06cb20c288c16f53bad6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 1 Aug 2019 21:02:07 +0000 Subject: [PATCH 0053/2259] Update dependencies from https://github.com/dotnet/toolset build 20190801.16 (#3717) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19401.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9b18fb55..250f043c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - ec89664adf9853878ebf71b65e3b41cd11e5c4bd + ccaf690a16c326bcf359bcb9d7254c0c4114eb07 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e3b719d24..c642d8f48 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19401.7 + 5.0.100-alpha1.19401.16 From 74bb93d5ff037af1869261890896534e62486f4b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 12:38:38 +0000 Subject: [PATCH 0054/2259] Update dependencies from https://github.com/dotnet/arcade build 20190801.23 (#3724) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19401.23 --- eng/Version.Details.xml | 4 ++-- .../templates/post-build/channels/internal-servicing.yml | 6 +++--- .../templates/post-build/channels/public-dev-release.yml | 6 +++--- .../templates/post-build/channels/public-release.yml | 6 +++--- .../post-build/channels/public-validation-release.yml | 2 +- eng/common/tools.ps1 | 9 ++++++++- eng/common/tools.sh | 6 +++++- global.json | 2 +- 8 files changed, 26 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 250f043c4..7aaf38746 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 48787606d809963cc800151cbfbefe0a74ae74b4 + 941d6497356e00ea6b2bc35a22a67f4ecf988fd6 diff --git a/eng/common/templates/post-build/channels/internal-servicing.yml b/eng/common/templates/post-build/channels/internal-servicing.yml index 12fd2b465..dc065ab30 100644 --- a/eng/common/templates/post-build/channels/internal-servicing.yml +++ b/eng/common/templates/post-build/channels/internal-servicing.yml @@ -13,7 +13,7 @@ stages: - job: displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.InternalServicing_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -46,7 +46,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.InternalServicing_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: @@ -126,7 +126,7 @@ stages: - job: displayName: Symbol Availability dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.InternalServicing_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: diff --git a/eng/common/templates/post-build/channels/public-dev-release.yml b/eng/common/templates/post-build/channels/public-dev-release.yml index b0f085b14..771dcf4ef 100644 --- a/eng/common/templates/post-build/channels/public-dev-release.yml +++ b/eng/common/templates/post-build/channels/public-dev-release.yml @@ -13,7 +13,7 @@ stages: - job: displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicDevRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id)) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -46,7 +46,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicDevRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: @@ -123,7 +123,7 @@ stages: - job: displayName: Symbol Availability dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicDevRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: diff --git a/eng/common/templates/post-build/channels/public-release.yml b/eng/common/templates/post-build/channels/public-release.yml index 4c63fb43f..00108bd3f 100644 --- a/eng/common/templates/post-build/channels/public-release.yml +++ b/eng/common/templates/post-build/channels/public-release.yml @@ -13,7 +13,7 @@ stages: - job: displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -46,7 +46,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: @@ -126,7 +126,7 @@ stages: - job: displayName: Symbol Availability dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index 1089ac5fa..f64184da9 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -17,7 +17,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], variables.PublicValidationRelease_30_Channel_Id) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicValidationRelease_30_Channel_Id)) pool: vmImage: 'windows-2019' steps: diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 8fe2b11ad..9c12b1b4f 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -39,6 +39,10 @@ # installed on the machine instead of downloading one. [bool]$useInstalledDotNetCli = if (Test-Path variable:useInstalledDotNetCli) { $useInstalledDotNetCli } else { $true } +# Enable repos to use a particular version of the on-line dotnet-install scripts. +# default URL: https://dot.net/v1/dotnet-install.ps1 +[string]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { "v1" } + # True to use global NuGet cache instead of restoring packages to repository-local directory. [bool]$useGlobalNuGetCache = if (Test-Path variable:useGlobalNuGetCache) { $useGlobalNuGetCache } else { !$ci } @@ -159,7 +163,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { $installScript = Join-Path $dotnetRoot "dotnet-install.ps1" if (!(Test-Path $installScript)) { Create-Directory $dotnetRoot - Invoke-WebRequest "https://dot.net/v1/dotnet-install.ps1" -OutFile $installScript + Invoke-WebRequest "https://dot.net/$dotnetInstallScriptVersion/dotnet-install.ps1" -OutFile $installScript } return $installScript @@ -518,6 +522,9 @@ function MSBuild-Core() { if ($warnAsError) { $cmdArgs += " /warnaserror /p:TreatWarningsAsErrors=true" } + else { + $cmdArgs += " /p:TreatWarningsAsErrors=false" + } foreach ($arg in $args) { if ($arg -ne $null -and $arg.Trim() -ne "") { diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 738bb5669..3af9be615 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -45,6 +45,10 @@ warn_as_error=${warn_as_error:-true} # installed on the machine instead of downloading one. use_installed_dotnet_cli=${use_installed_dotnet_cli:-true} +# Enable repos to use a particular version of the on-line dotnet-install scripts. +# default URL: https://dot.net/v1/dotnet-install.sh +dotnetInstallScriptVersion=${dotnetInstallScriptVersion:-'v1'} + # True to use global NuGet cache instead of restoring packages to repository-local directory. if [[ "$ci" == true ]]; then use_global_nuget_cache=${use_global_nuget_cache:-false} @@ -195,7 +199,7 @@ function InstallDotNet { function GetDotNetInstallScript { local root=$1 local install_script="$root/dotnet-install.sh" - local install_script_url="https://dot.net/v1/dotnet-install.sh" + local install_script_url="https://dot.net/$dotnetInstallScriptVersion/dotnet-install.sh" if [[ ! -a "$install_script" ]]; then mkdir -p "$root" diff --git a/global.json b/global.json index 8581127b4..6f5b96662 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19381.19" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19401.23" } } From 0ee5fe355934782c398e65bc18d1c6e9327002db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 13:33:29 +0000 Subject: [PATCH 0055/2259] [master] Update dependencies from dotnet/toolset (#3725) * Update dependencies from https://github.com/dotnet/toolset build 20190802.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19402.1 * Update dependencies from https://github.com/dotnet/toolset build 20190802.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19402.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7aaf38746..12ab0b7c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - ccaf690a16c326bcf359bcb9d7254c0c4114eb07 + ba8c829a16a12b9af02d79ec852c40d263bd42c2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c642d8f48..b0c90ddea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19401.16 + 5.0.100-alpha1.19402.2 From 70105fd248bbd89e7037b70c3db9523e68b05076 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 16:05:44 +0000 Subject: [PATCH 0056/2259] Update dependencies from https://github.com/dotnet/cli build 20190802.2 (#3726) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19402.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 12ab0b7c6..a9e124629 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - b0b2aa2703f30b4a8936901c4cae9db294279f52 + 2b0c5b839298f72cf4500cde982cfb2a8fc6c91b diff --git a/eng/Versions.props b/eng/Versions.props index b0c90ddea..847845a0c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19401.7 + 5.0.100-alpha1.19402.2 0.2.0 From 78de06b9f165e497d953eb2d4d2152e920070a52 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 16:17:36 +0000 Subject: [PATCH 0057/2259] Update dependencies from https://github.com/dotnet/toolset build 20190802.5 (#3727) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19402.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a9e124629..d11be044f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - ba8c829a16a12b9af02d79ec852c40d263bd42c2 + 39fb9701e4794a7f0d92996c278e08e8a2dd6ed0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 847845a0c..91fa879a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19402.2 + 5.0.100-alpha1.19402.5 From b6cb985ff44605c6daaf62bcc001fb0621d1a4cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 21:11:04 +0000 Subject: [PATCH 0058/2259] Update dependencies from https://github.com/dotnet/cli build 20190802.3 (#3730) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19402.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d11be044f..6b09fc2da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 2b0c5b839298f72cf4500cde982cfb2a8fc6c91b + d3211584a2a17791e02363350f9721f333db82eb diff --git a/eng/Versions.props b/eng/Versions.props index 91fa879a8..39cc19ce3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19402.2 + 5.0.100-alpha1.19402.3 0.2.0 From 6ad335ba5e6b0bb7cba76a613167b8f7c7bcfaa9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 21:37:50 +0000 Subject: [PATCH 0059/2259] Update dependencies from https://github.com/dotnet/toolset build 20190802.8 (#3731) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19402.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b09fc2da..3973d5c03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - 39fb9701e4794a7f0d92996c278e08e8a2dd6ed0 + fe4d6660bf36f11c2e51e11521f485e30d815bed https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 39cc19ce3..5541317c2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19402.5 + 5.0.100-alpha1.19402.8 From 8b52b72a1b23067336bd285115fa828407c89d5a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2019 23:52:39 +0000 Subject: [PATCH 0060/2259] Update dependencies from https://github.com/dotnet/toolset build 20190802.12 (#3737) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19402.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3973d5c03..7f377f39c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - fe4d6660bf36f11c2e51e11521f485e30d815bed + 8f66dcff3091d5df0314b9f50b929903a628876c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5541317c2..aa94346b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19402.8 + 5.0.100-alpha1.19402.12 From 1520d026ee54a8667264d590ecc8bf965e75c54c Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 30 Jul 2019 06:15:34 +0000 Subject: [PATCH 0061/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190802.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19402.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19402.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19402.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview9.19401.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview9.19401.6 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f377f39c..67fa6866b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 3a87ac0079c714f13e35b319ad68cd15f66e0172 + 18e5616f62e7ef3438749cc54170cc3bc74138df - + https://github.com/dotnet/core-setup - 3a87ac0079c714f13e35b319ad68cd15f66e0172 + 18e5616f62e7ef3438749cc54170cc3bc74138df - + https://github.com/dotnet/core-setup - 3a87ac0079c714f13e35b319ad68cd15f66e0172 + 18e5616f62e7ef3438749cc54170cc3bc74138df https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ d3211584a2a17791e02363350f9721f333db82eb - + https://github.com/dotnet/winforms - 6f69e1c0bfa132a3eccd854982b591213ea86044 + 1a7ac6bb28432654e258440aae39377ac7c79ba1 - + https://github.com/dotnet/wpf - 73748bff4a485121754109d9abe1ef1e725b82e1 + a96e5067a9e02fe9c7fb07a75613afe122511a45 diff --git a/eng/Versions.props b/eng/Versions.props index aa94346b3..d5c12dfb6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview8.19378.11 + 4.8.0-preview9.19401.2 - 3.0.0-preview8.19378.16 + 3.0.0-preview9.19401.6 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 3.0.0-preview8-28379-02 + 5.0.0-alpha1.19402.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-preview8-28379-02 + 2.1.0-alpha1.19402.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 3.0.0-preview8-28379-02 + 5.0.0-alpha1.19402.7 $(MicrosoftWindowsDesktopAppPackageVersion) From ac2000cc036162dd1ee563ac9ccff2296d484b9c Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 2 Aug 2019 22:09:56 -0700 Subject: [PATCH 0062/2259] Add netcoreapp5.0 support to bundled versions * Use 3.0-preview7 when targeting netcoreapp3.0 with 5.0 SDK for now * Update known app host packs and framework references to 5.0 * Remove workaround for fixed bug from tests * Temporarily expect run failure while templates are still at 3.0 --- .../targets/GenerateBundledVersions.targets | 69 +++++++++++++++++-- test/EndToEnd/ProjectBuildTests.cs | 29 ++------ 2 files changed, 70 insertions(+), 28 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 1177dee24..de4071b24 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -182,7 +182,7 @@ Copyright (c) .NET Foundation. All rights reserved. ') - + + + + + + + + + + ]]> diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index cda32477f..d5fc4a99b 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -37,18 +37,10 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory); - // Set DOTNET_ROOT as workaround for https://github.com/dotnet/cli/issues/10196 - var dotnetRoot = Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest); - if (!string.IsNullOrEmpty(dotnetRoot)) - { - bool useX86 = RepoDirectoriesProvider.DotnetRidUnderTest.EndsWith("x86", StringComparison.InvariantCultureIgnoreCase); - runCommand = runCommand.WithEnvironmentVariable(useX86 ? "DOTNET_ROOT(x86)" : "DOTNET_ROOT", - dotnetRoot); - } - runCommand.ExecuteWithCapturedOutput() - .Should().Pass() - .And.HaveStdOutContaining("Hello World!"); + // Templates are still at 3.0 and will not run on 5.0, revert to commented out assertion when 5.0 templates land + //.Should().Pass().And.HaveStdOutContaining("Hello World!"); + .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-download"); var binDirectory = new DirectoryInfo(projectDirectory).Sub("bin"); binDirectory.Should().HaveFilesMatching("*.dll", SearchOption.AllDirectories); @@ -90,18 +82,11 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory); - // Set DOTNET_ROOT as workaround for https://github.com/dotnet/cli/issues/10196 - var dotnetRoot = Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest); - if (!string.IsNullOrEmpty(dotnetRoot)) - { - bool useX86 = RepoDirectoriesProvider.DotnetRidUnderTest.EndsWith("x86", StringComparison.InvariantCultureIgnoreCase); - runCommand = runCommand.WithEnvironmentVariable(useX86 ? "DOTNET_ROOT(x86)" : "DOTNET_ROOT", - dotnetRoot); - } - runCommand.ExecuteWithCapturedOutput() - .Should().Pass() - .And.HaveStdOutContaining("Hello World!"); + // Templates are still at 3.0 and will not run on 5.0, revert to commented out assertion when 5.0 templates land + //.Should().Pass().And.HaveStdOutContaining("Hello World!"); + .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-download"); + } From 32d8578ec34c3987b8e17d4a14d202d131d0c139 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 12:39:18 +0000 Subject: [PATCH 0063/2259] Update dependencies from https://github.com/dotnet/arcade build 20190802.16 (#3747) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19402.16 --- eng/Version.Details.xml | 4 +- .../post-build/channels/netcore-dev-5.yml | 148 ++++++++++++++++++ .../channels/netcore-tools-latest.yml | 148 ++++++++++++++++++ .../templates/post-build/common-variables.yml | 8 + .../templates/post-build/darc-gather-drop.yml | 2 +- .../templates/post-build/post-build.yml | 8 + .../templates/post-build/promote-build.yml | 2 +- global.json | 2 +- 8 files changed, 317 insertions(+), 5 deletions(-) create mode 100644 eng/common/templates/post-build/channels/netcore-dev-5.yml create mode 100644 eng/common/templates/post-build/channels/netcore-tools-latest.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f377f39c..0f9dfdf57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 941d6497356e00ea6b2bc35a22a67f4ecf988fd6 + d8457f6ba527aef165ff6fb0aded44bf8123ce83 diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml new file mode 100644 index 000000000..f2b0cfb26 --- /dev/null +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -0,0 +1,148 @@ +parameters: + enableSymbolValidation: true + +stages: +- stage: NetCore_Dev5_Publish + dependsOn: validate + variables: + - template: ../common-variables.yml + displayName: .NET Core 5 Dev Channel + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Artifacts + inputs: + downloadType: specific files + matchingPattern: "*Artifacts*" + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:Configuration=Release + + - job: + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - group: DotNet-Blob-Feed + - group: AzureDevOps-Artifact-Feeds-Pats + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: PowerShell@2 + displayName: Add Assets Location + env: + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ChannelId=$(NetCore_5_Dev_Channel_Id) + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + + - task: NuGetCommand@2 + displayName: Publish Packages to AzDO Feed + condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') + inputs: + command: push + vstsFeed: $(AzDoFeedName) + packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg + publishVstsFeed: $(AzDoFeedName) + + - task: PowerShell@2 + displayName: Publish Blobs to AzDO Feed + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 + arguments: -FeedName $(AzDoFeedName) + -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ + -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) + enabled: false + + +- stage: NetCore_Dev5_PublishValidation + displayName: Publish Validation + variables: + - template: ../common-variables.yml + jobs: + - template: ../setup-maestro-vars.yml + + - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: + - job: + displayName: Symbol Availability + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: PowerShell@2 + displayName: Check Symbol Availability + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) + + - template: ../darc-gather-drop.yml + parameters: + ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} + + - template: ../promote-build.yml + parameters: + ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml new file mode 100644 index 000000000..fd6c09b22 --- /dev/null +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -0,0 +1,148 @@ +parameters: + enableSymbolValidation: true + +stages: +- stage: NetCore_Tools_Latest_Publish + dependsOn: validate + variables: + - template: ../common-variables.yml + displayName: .NET Tools - Latest + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Artifacts + inputs: + downloadType: specific files + matchingPattern: "*Artifacts*" + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:Configuration=Release + + - job: + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - group: DotNet-Blob-Feed + - group: AzureDevOps-Artifact-Feeds-Pats + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: PowerShell@2 + displayName: Add Assets Location + env: + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ChannelId=$(NetCore_Tools_Latest_Channel_Id) + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + + - task: NuGetCommand@2 + displayName: Publish Packages to AzDO Feed + condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') + inputs: + command: push + vstsFeed: $(AzDoFeedName) + packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg + publishVstsFeed: $(AzDoFeedName) + + - task: PowerShell@2 + displayName: Publish Blobs to AzDO Feed + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 + arguments: -FeedName $(AzDoFeedName) + -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ + -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) + enabled: false + + +- stage: NetCore_Tools_Latest_PublishValidation + displayName: Publish Validation + variables: + - template: ../common-variables.yml + jobs: + - template: ../setup-maestro-vars.yml + + - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: + - job: + displayName: Symbol Availability + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: PowerShell@2 + displayName: Check Symbol Availability + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) + + - template: ../darc-gather-drop.yml + parameters: + ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} + + - template: ../promote-build.yml + parameters: + ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index bd0bc5e4d..52a74487f 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -5,10 +5,18 @@ variables: - name: PublicDevRelease_30_Channel_Id value: 3 + # .NET Core 5 Dev + - name: NetCore_5_Dev_Channel_Id + value: 131 + # .NET Tools - Validation - name: PublicValidationRelease_30_Channel_Id value: 9 + # .NET Tools - Latest + - name: NetCore_Tools_Latest_Channel_Id + value: 2 + # .NET Core 3.0 Internal Servicing - name: InternalServicing_30_Channel_Id value: 184 diff --git a/eng/common/templates/post-build/darc-gather-drop.yml b/eng/common/templates/post-build/darc-gather-drop.yml index f4e3bfcf5..3268ccaa5 100644 --- a/eng/common/templates/post-build/darc-gather-drop.yml +++ b/eng/common/templates/post-build/darc-gather-drop.yml @@ -5,7 +5,7 @@ jobs: - job: gatherDrop displayName: Gather Drop dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], ${{ parameters.ChannelId }}) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.ChannelId }})) variables: - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 0872db4ed..33db50ce2 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -83,10 +83,18 @@ stages: parameters: additionalParameters: ${{ parameters.SDLValidationParameters.params }} +- template: \eng\common\templates\post-build\channels\netcore-dev-5.yml + parameters: + enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + - template: \eng\common\templates\post-build\channels\public-dev-release.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} +- template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml + parameters: + enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + - template: \eng\common\templates\post-build\channels\public-validation-release.yml - template: \eng\common\templates\post-build\channels\public-release.yml diff --git a/eng/common/templates/post-build/promote-build.yml b/eng/common/templates/post-build/promote-build.yml index 9387c583b..6b479c3b8 100644 --- a/eng/common/templates/post-build/promote-build.yml +++ b/eng/common/templates/post-build/promote-build.yml @@ -5,7 +5,7 @@ jobs: - job: displayName: Promote Build dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], ${{ parameters.ChannelId }}) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.ChannelId }})) variables: - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] diff --git a/global.json b/global.json index 6f5b96662..54725a2a4 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19401.23" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19402.16" } } From b77c720e9132d660b75747ba0264d99e7b4b560c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 12:44:09 +0000 Subject: [PATCH 0064/2259] Update dependencies from https://github.com/dotnet/arcade build 20190802.16 (#3748) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19402.16 From e14801f98a6fcd2eb6e1ffa6b88767afc4e09dbe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 12:59:25 +0000 Subject: [PATCH 0065/2259] Update dependencies from https://github.com/dotnet/toolset build 20190803.2 (#3749) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f9dfdf57..3c73b7e89 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - 8f66dcff3091d5df0314b9f50b929903a628876c + a705a1cce8dde1f67bbdd492380a83c5bb703a5a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index aa94346b3..73865e96b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19402.12 + 5.0.100-alpha1.19403.2 From af4d3a8f6d8cf03d8f1c48d1c4370eb3d555f1f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 13:30:08 +0000 Subject: [PATCH 0066/2259] Update dependencies from https://github.com/dotnet/toolset build 20190803.3 (#3750) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3c73b7e89..3d7da43e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - a705a1cce8dde1f67bbdd492380a83c5bb703a5a + 0936831cf273796aff4de089f66f4370f3f65c53 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 73865e96b..00768aca0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.2 + 5.0.100-alpha1.19403.3 From f1b0682c301b8051f4c28f540e78c214c1079708 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 13:57:30 +0000 Subject: [PATCH 0067/2259] Update dependencies from https://github.com/dotnet/toolset build 20190803.4 (#3751) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3d7da43e1..dec666c40 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - 0936831cf273796aff4de089f66f4370f3f65c53 + d2a2b01321fd86a5c7305bb7bce782ef6d484ee4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 00768aca0..1d6a491d7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.3 + 5.0.100-alpha1.19403.4 From 2082826a913e0777d354434b7209243ea741a4b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 13:59:51 +0000 Subject: [PATCH 0068/2259] [master] Update dependencies from dotnet/cli (#3736) * Update dependencies from https://github.com/dotnet/cli build 20190802.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19402.5 * Update dependencies from https://github.com/dotnet/cli build 20190803.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19403.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dec666c40..366f8b844 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - d3211584a2a17791e02363350f9721f333db82eb + 2c031c6b2e3c9dd616f978ebb3d0969f8551f995 diff --git a/eng/Versions.props b/eng/Versions.props index 1d6a491d7..806256f45 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19402.3 + 5.0.100-alpha1.19403.2 0.2.0 From 9ab0fe886cf29600b8c860fd801b2a55fa8c81f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 3 Aug 2019 14:32:26 +0000 Subject: [PATCH 0069/2259] Update dependencies from https://github.com/dotnet/toolset build 20190803.6 (#3753) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 366f8b844..9f84b179b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - d2a2b01321fd86a5c7305bb7bce782ef6d484ee4 + d147bb751fcbeaf55ff25ad6fb8b5238cb96f623 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 806256f45..ab188387c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.4 + 5.0.100-alpha1.19403.6 From 65e7ca1f702a3555a95674ad547587906c00e5b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 00:40:44 +0000 Subject: [PATCH 0070/2259] Update dependencies from https://github.com/dotnet/cli build 20190803.4 (#3757) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19403.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f84b179b..6485a2989 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 2c031c6b2e3c9dd616f978ebb3d0969f8551f995 + ef4267ed6144cac74a165c54fec1a91a021d11bd diff --git a/eng/Versions.props b/eng/Versions.props index ab188387c..66d4b84ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19403.2 + 5.0.100-alpha1.19403.4 0.2.0 From 02641eef3b31d17ffcc176d407a0224a1777c5a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 00:46:38 +0000 Subject: [PATCH 0071/2259] Update dependencies from https://github.com/dotnet/toolset build 20190803.9 (#3758) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6485a2989..3608357a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - d147bb751fcbeaf55ff25ad6fb8b5238cb96f623 + aa65613bef3d8b514cfd85965ca7226508527d7e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 66d4b84ff..18f1d4d98 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.6 + 5.0.100-alpha1.19403.9 From 80bb6dee220441a5b0640de665b1211dd4a1decf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 05:35:37 +0000 Subject: [PATCH 0072/2259] Update dependencies from https://github.com/dotnet/cli build 20190803.6 (#3763) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19403.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3608357a8..19ab42734 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - ef4267ed6144cac74a165c54fec1a91a021d11bd + 914718c1589cdaeb6f79b824241a05c77f4a73be diff --git a/eng/Versions.props b/eng/Versions.props index 18f1d4d98..7caf6e6b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19403.4 + 5.0.100-alpha1.19403.6 0.2.0 From aeeca31c5663463d236a536e99f1c5a139aff140 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 05:51:32 +0000 Subject: [PATCH 0073/2259] Update dependencies from https://github.com/dotnet/toolset build 20190803.12 (#3764) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19403.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19ab42734..3a2ed9923 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fd3039f67ea82c34fbd0d530cef6edefd5f49b62 - + https://github.com/dotnet/toolset - aa65613bef3d8b514cfd85965ca7226508527d7e + ccbb04be6b3d6387ffce425d2c59bc9240b0358c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7caf6e6b5..aedfe14c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.9 + 5.0.100-alpha1.19403.12 From b48629884eaccfe907713ba06baf257cd476a29a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 12:45:49 +0000 Subject: [PATCH 0074/2259] Update dependencies from https://github.com/dotnet/templating build 20190803.1 (#3768) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19403.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3a2ed9923..8cebf1ac2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - fd3039f67ea82c34fbd0d530cef6edefd5f49b62 + ee824bdd8d041c4eb731f000f7dadcf458274f69 https://github.com/dotnet/toolset From 417f4e000c7783a952e03f04b539ec70a64d19c8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 12:48:37 +0000 Subject: [PATCH 0075/2259] Update dependencies from https://github.com/dotnet/arcade build 20190803.1 (#3766) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19403.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8cebf1ac2..826946767 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - d8457f6ba527aef165ff6fb0aded44bf8123ce83 + 3b75ef38a33579dcd32f2912ee69e886356b0f18 diff --git a/global.json b/global.json index 54725a2a4..847a07e67 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19402.16" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19403.1" } } From 8e0d958f6e8f601fdcdb329fcb5e2e3b266e2301 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 12:48:51 +0000 Subject: [PATCH 0076/2259] Update dependencies from https://github.com/dotnet/arcade build 20190803.1 (#3767) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19403.1 From 864996004f8909a543d44e62d49c793f50a75c41 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 12:49:23 +0000 Subject: [PATCH 0077/2259] Update dependencies from https://github.com/dotnet/templating build 20190803.1 (#3769) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19403.1 From afc2538e7ef0616c52063d3713cca887a3ad9186 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 13:02:17 +0000 Subject: [PATCH 0078/2259] Update dependencies from https://github.com/dotnet/toolset build 20190804.1 (#3770) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19404.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 826946767..6f7eb86f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ee824bdd8d041c4eb731f000f7dadcf458274f69 - + https://github.com/dotnet/toolset - ccbb04be6b3d6387ffce425d2c59bc9240b0358c + 232c0b2883caf2632b8fe50632565472bf21ac29 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index aedfe14c8..35abcac87 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19403.12 + 5.0.100-alpha1.19404.1 From 152e25fe0ccd12a59504025dea7eadac10c094c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 13:33:01 +0000 Subject: [PATCH 0079/2259] Update dependencies from https://github.com/dotnet/toolset build 20190804.2 (#3771) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19404.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f7eb86f7..86dd6184e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ee824bdd8d041c4eb731f000f7dadcf458274f69 - + https://github.com/dotnet/toolset - 232c0b2883caf2632b8fe50632565472bf21ac29 + 97226a65d9bddb96bbfef274b420ae3ca0dea2ea https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 35abcac87..0ca7cb844 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19404.1 + 5.0.100-alpha1.19404.2 From 4396359bbb0b65a6067d08e114bb07b01cf8a75d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 14:01:56 +0000 Subject: [PATCH 0080/2259] Update dependencies from https://github.com/dotnet/toolset build 20190804.3 (#3773) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19404.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 86dd6184e..ce220de72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ee824bdd8d041c4eb731f000f7dadcf458274f69 - + https://github.com/dotnet/toolset - 97226a65d9bddb96bbfef274b420ae3ca0dea2ea + b531c6af26b326a2da7c9fe92a5f71dc49f331c0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0ca7cb844..98509bdea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19404.2 + 5.0.100-alpha1.19404.3 From 7031ddb3f6d4cb8d099bb5a56709aa173a290f36 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 4 Aug 2019 14:32:52 +0000 Subject: [PATCH 0081/2259] [master] Update dependencies from dotnet/toolset (#3775) * Update dependencies from https://github.com/dotnet/toolset build 20190804.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19404.4 * Update dependencies from https://github.com/dotnet/toolset build 20190804.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19404.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ce220de72..de07374bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ee824bdd8d041c4eb731f000f7dadcf458274f69 - + https://github.com/dotnet/toolset - b531c6af26b326a2da7c9fe92a5f71dc49f331c0 + e3244e945a172261ae2216e06079058ab1d67397 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 98509bdea..84db667cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19404.3 + 5.0.100-alpha1.19404.6 From a59da4a1d06b702a8992562eec69817ffb32550f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 12:43:43 +0000 Subject: [PATCH 0082/2259] Update dependencies from https://github.com/dotnet/arcade build 20190804.1 (#3778) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19404.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de07374bb..9cf373ac3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 3b75ef38a33579dcd32f2912ee69e886356b0f18 + b1c2f33f0cef32d1df6e7f388017fd6761d3fcad diff --git a/global.json b/global.json index 847a07e67..2de394796 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19403.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19404.1" } } From f1d5bd9ddf352d842e2f9dc1c5240e3d1d236d67 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 12:49:10 +0000 Subject: [PATCH 0083/2259] Update dependencies from https://github.com/dotnet/templating build 20190804.1 (#3781) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19404.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9cf373ac3..4a6d97ac6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - ee824bdd8d041c4eb731f000f7dadcf458274f69 + 3717c89af67bc055ad07599cddf08330a7878f32 https://github.com/dotnet/toolset From a7fc219c5b9702d5562496bf80b8cc0c315a1973 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 13:03:41 +0000 Subject: [PATCH 0084/2259] Update dependencies from https://github.com/dotnet/toolset build 20190805.1 (#3782) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19405.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4a6d97ac6..35d30c797 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 3717c89af67bc055ad07599cddf08330a7878f32 - + https://github.com/dotnet/toolset - e3244e945a172261ae2216e06079058ab1d67397 + 3397c0c51573243cae0206306020f312c90b1941 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 84db667cd..ffdf70814 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19404.6 + 5.0.100-alpha1.19405.1 From 3b0fff4fdb88651e989c3138a94357115e86305e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 14:05:24 +0000 Subject: [PATCH 0085/2259] [master] Update dependencies from dotnet/cli (#3772) * Update dependencies from https://github.com/dotnet/cli build 20190804.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19404.1 * Update dependencies from https://github.com/dotnet/cli build 20190804.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19404.2 * Update dependencies from https://github.com/dotnet/cli build 20190805.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19405.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 35d30c797..d620a9276 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 914718c1589cdaeb6f79b824241a05c77f4a73be + 08f2289f154698056b18265664bbf42b65f9b7bf diff --git a/eng/Versions.props b/eng/Versions.props index ffdf70814..dbbc48021 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19403.6 + 5.0.100-alpha1.19405.1 0.2.0 From cb190cdcc6a807e8844c4ddb69b9339d1e12e8df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 16:17:51 +0000 Subject: [PATCH 0086/2259] Update dependencies from https://github.com/dotnet/arcade build 20190804.1 (#3780) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19404.1 From 255152bd7b546ea16b82a30f531a54d14658f90a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 16:19:47 +0000 Subject: [PATCH 0087/2259] Update dependencies from https://github.com/dotnet/toolset build 20190805.4 (#3784) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19405.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d620a9276..047749161 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 3717c89af67bc055ad07599cddf08330a7878f32 - + https://github.com/dotnet/toolset - 3397c0c51573243cae0206306020f312c90b1941 + 3f9128e85e346b58feb55d9c59e7302f8f658901 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index dbbc48021..e98afacca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19405.1 + 5.0.100-alpha1.19405.4 From 262db02406dd319f9673a0036bff3471b6cab553 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 17:55:40 +0000 Subject: [PATCH 0088/2259] Update dependencies from https://github.com/dotnet/cli build 20190805.4 (#3791) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19405.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 047749161..4c8979c62 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 08f2289f154698056b18265664bbf42b65f9b7bf + 1a1479e59281c0d0f99e04f12d59be8e191e8195 diff --git a/eng/Versions.props b/eng/Versions.props index e98afacca..325f0f176 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19405.1 + 5.0.100-alpha1.19405.4 0.2.0 From 1c0d5f5718bc5d5515b7791aa07adbed0bfc6104 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 18:11:57 +0000 Subject: [PATCH 0089/2259] Update dependencies from https://github.com/dotnet/toolset build 20190805.9 (#3793) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19405.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4c8979c62..df40557fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 3717c89af67bc055ad07599cddf08330a7878f32 - + https://github.com/dotnet/toolset - 3f9128e85e346b58feb55d9c59e7302f8f658901 + 3406176e4132b1ecc298d02cb4f3d38b5cb0150c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 325f0f176..5e01c649e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19405.4 + 5.0.100-alpha1.19405.9 From be0281b5dc0860d207842d5b6e3755bd9503f569 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2019 18:21:52 +0000 Subject: [PATCH 0090/2259] Update dependencies from https://github.com/dotnet/templating build 20190804.1 (#3779) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19404.1 From 768eb7e9d4fcaafd2c5c9b4443e57f3a8efe2aaa Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 30 Jul 2019 19:35:23 +0000 Subject: [PATCH 0091/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190803.6 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19403.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19403.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19403.6 - dotnet-watch - 5.0.0-alpha1.19403.6 - dotnet-user-secrets - 5.0.0-alpha1.19403.6 - dotnet-dev-certs - 5.0.0-alpha1.19403.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67fa6866b..f2c4de7fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 18e5616f62e7ef3438749cc54170cc3bc74138df - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a - + https://github.com/aspnet/AspNetCore - e0e9096af526448cb1a02f97e60efd8567b7ba35 + b6f1a505833b552e425a8833f0b4bf9ca0c2e84a https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index d5c12dfb6..937ec38bc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 3.0.0-preview8.19379.2 - 3.0.0-preview8.19379.2 - 3.0.0-preview8.19379.2 - 3.0.0-preview8.19379.2 - 3.0.0-preview8.19379.2 - 3.0.0-preview8.19379.2 + 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19403.6 From 81100b05d237f37cf59c81356e48a18af42bb2c9 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Mon, 5 Aug 2019 15:12:49 -0700 Subject: [PATCH 0092/2259] Use *.5.0 template packages --- src/redist/targets/BundledTemplates.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index caf7b6a62..c25b51761 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -44,8 +44,8 @@ - - + + From 3e9e7fe78aed8385e08ffc6732f5bf55695626f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 12:48:30 +0000 Subject: [PATCH 0093/2259] Update dependencies from https://github.com/dotnet/arcade build 20190805.9 (#3813) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19405.9 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df40557fc..e74e939b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - b1c2f33f0cef32d1df6e7f388017fd6761d3fcad + 44ccf0f527de559b07f9ad955a47ec97f03f2146 diff --git a/global.json b/global.json index 2de394796..6c8151b0f 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19404.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19405.9" } } From 5733808812596df8e1485ffb7d00acffe174f610 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 12:48:34 +0000 Subject: [PATCH 0094/2259] Update dependencies from https://github.com/dotnet/arcade build 20190805.9 (#3815) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19405.9 From 9cd36c2cbaf52836e6efa9d44104a73199fcbc51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 12:55:15 +0000 Subject: [PATCH 0095/2259] Update dependencies from https://github.com/dotnet/templating build 20190805.1 (#3816) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19405.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e74e939b2..ade7d1903 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0e9096af526448cb1a02f97e60efd8567b7ba35 - + https://github.com/dotnet/templating - 3717c89af67bc055ad07599cddf08330a7878f32 + 39c2dd5fde6368747fe127b9dde822b3b6afce08 https://github.com/dotnet/toolset From 12c9737b057de8137c18c5bec71e2d43ef33f04a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 12:59:58 +0000 Subject: [PATCH 0096/2259] Update dependencies from https://github.com/dotnet/toolset build 20190806.1 (#3817) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19406.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ade7d1903..ba67a4eec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 3406176e4132b1ecc298d02cb4f3d38b5cb0150c + 0ee3a193af41ca24ac90d9a49175963d1a46518a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5e01c649e..c66e64d8e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19405.9 + 5.0.100-alpha1.19406.1 From a6795412496f2d10635eb162da4dd6a9ccb918ed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 13:47:21 +0000 Subject: [PATCH 0097/2259] Update dependencies from https://github.com/dotnet/toolset build 20190806.3 (#3818) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19406.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba67a4eec..3cfd93c20 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 0ee3a193af41ca24ac90d9a49175963d1a46518a + 59770719815da9c60670980bef27ab240ffe8da6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c66e64d8e..a58dea657 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19406.1 + 5.0.100-alpha1.19406.3 From 0567998c555c2a9f49f488d9899751059ca6920a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 14:00:18 +0000 Subject: [PATCH 0098/2259] Update dependencies from https://github.com/dotnet/cli build 20190806.2 (#3819) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19406.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3cfd93c20..45a6e5ea6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 1a1479e59281c0d0f99e04f12d59be8e191e8195 + d88f759549321195c4450baf3bd13c064a35204e diff --git a/eng/Versions.props b/eng/Versions.props index a58dea657..0f498b5a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19405.4 + 5.0.100-alpha1.19406.2 0.2.0 From c8591ee50284e20167aab87b67b1125816373181 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 14:26:31 +0000 Subject: [PATCH 0099/2259] Update dependencies from https://github.com/dotnet/toolset build 20190806.4 (#3820) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19406.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 45a6e5ea6..fdbee0e7b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 59770719815da9c60670980bef27ab240ffe8da6 + 8efb70ccd48f1e8eab97e51d34318c6c1d8b4b87 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0f498b5a7..9dd77639a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19406.3 + 5.0.100-alpha1.19406.4 From 1d029de2ad9a1eb96f26cb67b9a8a0c50bd7f0d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 14:36:08 +0000 Subject: [PATCH 0100/2259] Update dependencies from https://github.com/dotnet/cli build 20190806.1 (#3821) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19406.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fdbee0e7b..870114b37 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - d88f759549321195c4450baf3bd13c064a35204e + 77d37993903f315766db9128fcf111e2f8e3d0aa diff --git a/eng/Versions.props b/eng/Versions.props index 9dd77639a..96a242e25 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19406.2 + 5.0.100-alpha1.19406.1 0.2.0 From 3f0d85486fdb23b931982c92a14501b9ab8ff8e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 6 Aug 2019 14:52:17 +0000 Subject: [PATCH 0101/2259] Update dependencies from https://github.com/dotnet/toolset build 20190806.5 (#3822) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19406.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 870114b37..ac64d0664 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 8efb70ccd48f1e8eab97e51d34318c6c1d8b4b87 + a685c50ea94e0c4502b7d6a8ffe1a7c1ba63a37a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 96a242e25..c8a32ec2c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19406.4 + 5.0.100-alpha1.19406.5 From cb5688e08fd50d9498c87de8b0d01d763308985a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 00:27:35 +0000 Subject: [PATCH 0102/2259] Update dependencies from https://github.com/dotnet/templating build 20190805.1 (#3814) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19405.1 From 68062a21670aa49990a6e4fbae724fdf9b7aad02 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 12:51:54 +0000 Subject: [PATCH 0103/2259] Update dependencies from https://github.com/dotnet/arcade build 20190806.7 (#3837) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19406.7 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/post-build/post-build.yml | 1 + global.json | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac64d0664..ede8e2397 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 44ccf0f527de559b07f9ad955a47ec97f03f2146 + c155e609f88491128e1a66d09f413062f3344d4b diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 33db50ce2..aba0b0fca 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -52,6 +52,7 @@ stages: filePath: eng\common\sdk-task.ps1 arguments: -task SigningValidation -restore -msbuildEngine dotnet /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' + /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' /p:Configuration=Release - ${{ if eq(parameters.enableSourceLinkValidation, 'true') }}: diff --git a/global.json b/global.json index 6c8151b0f..43d7baba7 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19405.9" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19406.7" } } From a857c043b943ca436b1b60e2b03fbf31cbde3757 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 12:52:30 +0000 Subject: [PATCH 0104/2259] Update dependencies from https://github.com/dotnet/arcade build 20190806.7 (#3836) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19406.7 From 03677f31f0987bec1584c5420a4589c2b1a5c362 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 13:52:58 +0000 Subject: [PATCH 0105/2259] [master] Update dependencies from dotnet/toolset (#3838) * Update dependencies from https://github.com/dotnet/toolset build 20190807.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.1 * Update dependencies from https://github.com/dotnet/toolset build 20190807.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.2 * Update dependencies from https://github.com/dotnet/toolset build 20190807.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ede8e2397..3fccf1bfb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - a685c50ea94e0c4502b7d6a8ffe1a7c1ba63a37a + a297920a3522b19be2e5f9283db200a458339e13 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c8a32ec2c..791e9dd3d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19406.5 + 5.0.100-alpha1.19407.3 From 9b556248ad9d981b54c46013ef1e9b9e1b27898a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:05:44 +0000 Subject: [PATCH 0106/2259] Update dependencies from https://github.com/dotnet/cli build 20190807.1 (#3840) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19407.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3fccf1bfb..709593580 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 77d37993903f315766db9128fcf111e2f8e3d0aa + de666cd2036c3938d909c2b42aae9399e5de9a01 diff --git a/eng/Versions.props b/eng/Versions.props index 791e9dd3d..ad7ec3469 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19406.1 + 5.0.100-alpha1.19407.1 0.2.0 From c684a5d0c5b1cb8789cd7bb849a46364af37580f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 14:27:03 +0000 Subject: [PATCH 0107/2259] Update dependencies from https://github.com/dotnet/toolset build 20190807.4 (#3841) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 709593580..4d3f1aed4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - a297920a3522b19be2e5f9283db200a458339e13 + 4a5560de74af16fff2e6ea964ef85e12fb9606ea https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ad7ec3469..fbe852457 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19407.3 + 5.0.100-alpha1.19407.4 From aca24e4ecb574011a2b47ce47319a26fe104115b Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 7 Aug 2019 13:02:21 -0700 Subject: [PATCH 0108/2259] Fix RHEL test failure --- src/redist/targets/GenerateRPMs.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redist/targets/GenerateRPMs.targets b/src/redist/targets/GenerateRPMs.targets index 3f5a07e08..4fec4fad1 100644 --- a/src/redist/targets/GenerateRPMs.targets +++ b/src/redist/targets/GenerateRPMs.targets @@ -282,6 +282,7 @@ Outputs="$(RpmTestResultsXmlFile)" > + From 61f8db8a8c11dba77883b3e0aae775b7dc4476b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 21:35:16 +0000 Subject: [PATCH 0109/2259] Update dependencies from https://github.com/dotnet/cli build 20190807.5 (#3851) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19407.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4d3f1aed4..a2fad8dc4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - de666cd2036c3938d909c2b42aae9399e5de9a01 + 3b603dd8f32f9a6b53c0336bada97c50524d9205 diff --git a/eng/Versions.props b/eng/Versions.props index fbe852457..59312f657 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19407.1 + 5.0.100-alpha1.19407.5 0.2.0 From 2e248a5149ac0aad6e3c26faea90aa7da6e33b19 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 22:11:02 +0000 Subject: [PATCH 0110/2259] Update dependencies from https://github.com/dotnet/cli build 20190807.4 (#3853) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19407.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a2fad8dc4..784e1a403 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 3b603dd8f32f9a6b53c0336bada97c50524d9205 + b086ad43c683e1247c1281e5ccfb568178642cad diff --git a/eng/Versions.props b/eng/Versions.props index 59312f657..3edb38d6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19407.5 + 5.0.100-alpha1.19407.4 0.2.0 From efcf2c02638e3067bd122b72128a36fd8ad6fd6c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 22:22:26 +0000 Subject: [PATCH 0111/2259] [master] Update dependencies from dotnet/toolset (#3852) * Update dependencies from https://github.com/dotnet/toolset build 20190807.12 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.12 * Update dependencies from https://github.com/dotnet/toolset build 20190807.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19407.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 784e1a403..68dddc917 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 4a5560de74af16fff2e6ea964ef85e12fb9606ea + b8737bb59ab136d2e132044adff74ea90982007d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3edb38d6f..a96b206c0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19407.4 + 5.0.100-alpha1.19407.14 From 2a55ac46eef5d83fe1bea8407af1f16f1b3d1601 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 12:54:37 +0000 Subject: [PATCH 0112/2259] Update dependencies from https://github.com/dotnet/arcade build 20190807.9 (#3862) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19407.9 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/job/execute-sdl.yml | 2 ++ global.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f539a340e..422be2ed1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c155e609f88491128e1a66d09f413062f3344d4b + 77597ba7f484bef24368d966b7fe91fe38ec973b diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index f657a4dc9..91621cf88 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -10,6 +10,8 @@ jobs: displayName: Run SDL tool variables: - group: DotNet-VSTS-Bot + pool: + name: Hosted VS2017 steps: - checkout: self clean: true diff --git a/global.json b/global.json index 43d7baba7..3e645315e 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19406.7" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19407.9" } } From fb90cf09740c150eee2f5c2cf5a6c6754da1e179 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 12:55:16 +0000 Subject: [PATCH 0113/2259] Update dependencies from https://github.com/dotnet/arcade build 20190807.9 (#3863) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19407.9 From e308fedbfb62f79ef863d1b51426e367b28d98bb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 13:09:13 +0000 Subject: [PATCH 0114/2259] Update dependencies from https://github.com/dotnet/toolset build 20190808.2 (#3864) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19408.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 422be2ed1..5f4eddbe7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - b8737bb59ab136d2e132044adff74ea90982007d + 6c276b8704ec1d48bc62f749b8e06b9d3a2fcd3b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0774e7b09..54d177700 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19407.14 + 5.0.100-alpha1.19408.2 From f0e797504f52b73a4e2c39bc99201bce98544086 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 14:05:57 +0000 Subject: [PATCH 0115/2259] Update dependencies from https://github.com/dotnet/cli build 20190808.1 (#3866) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19408.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5f4eddbe7..f91f26f3a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - b086ad43c683e1247c1281e5ccfb568178642cad + e25c462a4db8c36aca04187c89d525f48570e047 diff --git a/eng/Versions.props b/eng/Versions.props index 54d177700..0aa5810d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19407.4 + 5.0.100-alpha1.19408.1 0.2.0 From fdd8a1df34ab4f528268a7b4d32584374f9625b0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 14:26:14 +0000 Subject: [PATCH 0116/2259] [master] Update dependencies from dotnet/toolset (#3865) * Update dependencies from https://github.com/dotnet/toolset build 20190808.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19408.3 * Update dependencies from https://github.com/dotnet/toolset build 20190808.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19408.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f91f26f3a..258cf5314 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 6c276b8704ec1d48bc62f749b8e06b9d3a2fcd3b + 641e0d93a28654e1f8b146ae171b28843fdb6d30 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0aa5810d0..af2fc0e2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19408.2 + 5.0.100-alpha1.19408.5 From 5e94a350e3271e88eed266e357054b10d3b0dbed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 15:07:06 +0000 Subject: [PATCH 0117/2259] Update dependencies from https://github.com/dotnet/toolset build 20190808.6 (#3868) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19408.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 258cf5314..f4c8fda93 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 39c2dd5fde6368747fe127b9dde822b3b6afce08 - + https://github.com/dotnet/toolset - 641e0d93a28654e1f8b146ae171b28843fdb6d30 + 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index af2fc0e2d..c51f0e799 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19408.5 + 5.0.100-alpha1.19408.6 From 69868996cdc80e908a9cebd08cf737bead71371b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 15:39:36 +0000 Subject: [PATCH 0118/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190808.1 (#3870) - Microsoft.NETCore.App - 5.0.0-alpha1.19408.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview9.19405.4 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview9.19406.12 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f4c8fda93..685086875 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 18e5616f62e7ef3438749cc54170cc3bc74138df + 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb - + https://github.com/dotnet/core-setup - 18e5616f62e7ef3438749cc54170cc3bc74138df + 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb - + https://github.com/dotnet/core-setup - 18e5616f62e7ef3438749cc54170cc3bc74138df + 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ e25c462a4db8c36aca04187c89d525f48570e047 - + https://github.com/dotnet/winforms - 1a7ac6bb28432654e258440aae39377ac7c79ba1 + 1d51f96ffdedd2f506d92f18af4d67a17e382f6a - + https://github.com/dotnet/wpf - a96e5067a9e02fe9c7fb07a75613afe122511a45 + 6740575d4665817da45c99e6bc121e871764fb83 diff --git a/eng/Versions.props b/eng/Versions.props index c51f0e799..00b10515e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-preview9.19401.2 + 4.8.0-preview9.19405.4 - 3.0.0-preview9.19401.6 + 3.0.0-preview9.19406.12 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19402.7 + 5.0.0-alpha1.19408.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19402.7 + 2.1.0-alpha1.19408.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19402.7 + 5.0.0-alpha1.19408.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 4cfa8bad1112cb84b043f8afb0c35237625909db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 8 Aug 2019 21:30:39 +0000 Subject: [PATCH 0119/2259] [master] Update dependencies from dotnet/core-setup (#3874) * Update dependencies from https://github.com/dotnet/core-setup build 20190808.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.6 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 685086875..eb524f34c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb + e6350082685e27a92422c61763bc8d6c1ae35902 - + https://github.com/dotnet/core-setup - 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb + e6350082685e27a92422c61763bc8d6c1ae35902 - + https://github.com/dotnet/core-setup - 44440cecf14bdaa5bbe59ae5e9034eb7ccc52adb + e6350082685e27a92422c61763bc8d6c1ae35902 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 00b10515e..08b295d4e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19408.1 + 5.0.0-alpha1.19408.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19408.1 + 2.1.0-alpha1.19408.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19408.1 + 5.0.0-alpha1.19408.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 79cb13bd1d03484c68a36dcaf1474b8136f75643 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2019 01:15:39 +0000 Subject: [PATCH 0120/2259] Update dependencies from https://github.com/dotnet/sdk build 20190808.3 (#3889) - Microsoft.NET.Sdk - 5.0.100-alpha1.19408.3 --- eng/Version.Details.xml | 2 +- eng/Versions.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eb524f34c..ff716cfea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,7 +46,7 @@ https://github.com/dotnet/toolset 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 - + https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb diff --git a/eng/Versions.props b/eng/Versions.props index 08b295d4e..9b8032cce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19401.1 + 5.0.100-alpha1.19408.3 $(MicrosoftNETSdkPackageVersion) From f797953741e7aca09c65718dda02e2e56becfc63 Mon Sep 17 00:00:00 2001 From: jbeisner Date: Fri, 9 Aug 2019 12:10:40 -0700 Subject: [PATCH 0121/2259] Removing the RelativeLayoutPath: "shared" for the WinForms and Wpf ArchiveFile --- src/redist/targets/GenerateLayout.targets | 1 - 1 file changed, 1 deletion(-) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 801b69ca0..d2a0b6fd1 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -244,7 +244,6 @@ $(WinFormsAndWpfSharedFxRootUrl)$(MicrosoftWindowsDesktopPackageVersion) $(WinFormsAndWpfSharedFxArchiveFileName) $(CoreSetupBlobAccessTokenParam) - shared Date: Fri, 9 Aug 2019 22:52:19 +0000 Subject: [PATCH 0122/2259] [master] Update dependencies from dotnet/core-setup (#3886) * Update dependencies from https://github.com/dotnet/core-setup build 20190808.10 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.10 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.13 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.13 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.15 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.15 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.15 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.15 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.16 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.16 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.16 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.16 * Update dependencies from https://github.com/dotnet/core-setup build 20190808.17 - Microsoft.NETCore.App - 5.0.0-alpha1.19408.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19408.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19408.17 * Update dependencies from https://github.com/dotnet/core-setup build 20190809.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19409.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.2 * Update dependencies from https://github.com/dotnet/core-setup build 20190809.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19409.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.7 * Update dependencies from https://github.com/dotnet/core-setup build 20190809.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19409.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.9 * Update dependencies from https://github.com/dotnet/core-setup build 20190809.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19409.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.11 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff716cfea..c298e2dc2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e6350082685e27a92422c61763bc8d6c1ae35902 + 98b76e058ed209f98e56627da08afb032d22a0a4 - + https://github.com/dotnet/core-setup - e6350082685e27a92422c61763bc8d6c1ae35902 + 98b76e058ed209f98e56627da08afb032d22a0a4 - + https://github.com/dotnet/core-setup - e6350082685e27a92422c61763bc8d6c1ae35902 + 98b76e058ed209f98e56627da08afb032d22a0a4 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9b8032cce..7e29c0f9b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19408.8 + 5.0.0-alpha1.19409.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19408.8 + 2.1.0-alpha1.19409.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19408.8 + 5.0.0-alpha1.19409.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 8542d704dd3d2d7e0a76d3424f6deac469527606 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 00:53:19 +0000 Subject: [PATCH 0123/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190809.13 (#3910) - Microsoft.NETCore.App - 5.0.0-alpha1.19409.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c298e2dc2..7bff11853 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 98b76e058ed209f98e56627da08afb032d22a0a4 + 0e6effe229e0913dcd71bc20d63faac8cd34391b - + https://github.com/dotnet/core-setup - 98b76e058ed209f98e56627da08afb032d22a0a4 + 0e6effe229e0913dcd71bc20d63faac8cd34391b - + https://github.com/dotnet/core-setup - 98b76e058ed209f98e56627da08afb032d22a0a4 + 0e6effe229e0913dcd71bc20d63faac8cd34391b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 7e29c0f9b..2e58201cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19409.11 + 5.0.0-alpha1.19409.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19409.11 + 2.1.0-alpha1.19409.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19409.11 + 5.0.0-alpha1.19409.13 $(MicrosoftWindowsDesktopAppPackageVersion) From cecd17f41da723c2a989b6a0ef91cca150f62e60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 01:41:48 +0000 Subject: [PATCH 0124/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190809.15 (#3911) - Microsoft.NETCore.App - 5.0.0-alpha1.19409.15 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.15 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.15 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 3.0.0-preview9.19407.13 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7bff11853..df2d41b64 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 0e6effe229e0913dcd71bc20d63faac8cd34391b + 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b - + https://github.com/dotnet/core-setup - 0e6effe229e0913dcd71bc20d63faac8cd34391b + 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b - + https://github.com/dotnet/core-setup - 0e6effe229e0913dcd71bc20d63faac8cd34391b + 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms 1d51f96ffdedd2f506d92f18af4d67a17e382f6a - + https://github.com/dotnet/wpf - 6740575d4665817da45c99e6bc121e871764fb83 + 8a234021a4e697f7e4999c282bde42d2473131f0 diff --git a/eng/Versions.props b/eng/Versions.props index 2e58201cf..33cafd0e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 3.0.0-preview9.19406.12 + 3.0.0-preview9.19407.13 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19409.13 + 5.0.0-alpha1.19409.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19409.13 + 2.1.0-alpha1.19409.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19409.13 + 5.0.0-alpha1.19409.15 $(MicrosoftWindowsDesktopAppPackageVersion) From f34b587078b0eee08d16e8a7d57b028de18f54e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 02:57:32 +0000 Subject: [PATCH 0125/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190809.17 (#3915) - Microsoft.NETCore.App - 5.0.0-alpha1.19409.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.17 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.0-preview9.19407.2 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df2d41b64..858f6ffab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b + fac069f853d169cc8f409dc917c6d8cde7ea2fd5 - + https://github.com/dotnet/core-setup - 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b + fac069f853d169cc8f409dc917c6d8cde7ea2fd5 - + https://github.com/dotnet/core-setup - 0588e55d5e1401e8b4e43ebcdef4d992c9bd451b + fac069f853d169cc8f409dc917c6d8cde7ea2fd5 https://github.com/aspnet/AspNetCore @@ -55,9 +55,9 @@ e25c462a4db8c36aca04187c89d525f48570e047 - + https://github.com/dotnet/winforms - 1d51f96ffdedd2f506d92f18af4d67a17e382f6a + 2db14f6fd1ff9b9bba3c3b6436987e02193a75e7 https://github.com/dotnet/wpf diff --git a/eng/Versions.props b/eng/Versions.props index 33cafd0e3..978b2548f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,7 +16,7 @@ - 4.8.0-preview9.19405.4 + 4.8.0-preview9.19407.2 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19409.15 + 5.0.0-alpha1.19409.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19409.15 + 2.1.0-alpha1.19409.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19409.15 + 5.0.0-alpha1.19409.17 $(MicrosoftWindowsDesktopAppPackageVersion) From 7d2724750eeabefc182a0575674a7bbcb83a7b1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 03:33:29 +0000 Subject: [PATCH 0126/2259] [master] Update dependencies from dotnet/cli (#3897) * Update dependencies from https://github.com/dotnet/cli build 20190809.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19409.1 * Update dependencies from https://github.com/dotnet/cli build 20190809.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19409.2 * Update dependencies from https://github.com/dotnet/cli build 20190809.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19409.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 858f6ffab..44eb5a1c0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - e25c462a4db8c36aca04187c89d525f48570e047 + 7bf574fd859933637ace1293a724c4b93d3e856e diff --git a/eng/Versions.props b/eng/Versions.props index 978b2548f..5f0636200 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19408.1 + 5.0.100-alpha1.19409.6 0.2.0 From cb7a6790081bca6ad653e165934a44db0b664905 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 03:52:24 +0000 Subject: [PATCH 0127/2259] [master] Update dependencies from aspnet/AspNetCore (#3876) * Update dependencies from https://github.com/aspnet/AspNetCore build 20190808.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19408.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19408.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19408.2 - dotnet-watch - 5.0.0-alpha1.19408.2 - dotnet-user-secrets - 5.0.0-alpha1.19408.2 - dotnet-dev-certs - 5.0.0-alpha1.19408.2 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190808.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19408.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19408.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19408.4 - dotnet-watch - 5.0.0-alpha1.19408.4 - dotnet-user-secrets - 5.0.0-alpha1.19408.4 - dotnet-dev-certs - 5.0.0-alpha1.19408.4 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190809.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19409.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19409.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19409.3 - dotnet-watch - 5.0.0-alpha1.19409.3 - dotnet-user-secrets - 5.0.0-alpha1.19409.3 - dotnet-dev-certs - 5.0.0-alpha1.19409.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44eb5a1c0..e459c50c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup fac069f853d169cc8f409dc917c6d8cde7ea2fd5 - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/aspnet/AspNetCore - b6f1a505833b552e425a8833f0b4bf9ca0c2e84a + 2e4274cb67c049055e321c18cc9e64562da52dcf https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 5f0636200..4204f4505 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19403.6 - 5.0.0-alpha1.19403.6 - 5.0.0-alpha1.19403.6 - 5.0.0-alpha1.19403.6 - 5.0.0-alpha1.19403.6 - 5.0.0-alpha1.19403.6 + 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.3 From 0623623ee00ddcff14729a864301946641b4a769 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 03:56:54 +0000 Subject: [PATCH 0128/2259] Update dependencies from https://github.com/dotnet/arcade build 20190808.13 (#3895) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19408.13 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e459c50c3..23784cd9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 77597ba7f484bef24368d966b7fe91fe38ec973b + 524bb3e06ffd5b483a3c71a8f670b7a4bd2c232a diff --git a/global.json b/global.json index 3e645315e..5e7f01e3f 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19407.9" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19408.13" } } From 0da1d20ba074ae17eefcdf3377a50cad35bdc5fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 04:13:16 +0000 Subject: [PATCH 0129/2259] Update dependencies from https://github.com/dotnet/templating build 20190808.1 (#3896) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19408.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23784cd9c..b1e0c5a20 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/dotnet/templating - 39c2dd5fde6368747fe127b9dde822b3b6afce08 + f47d72fecfc89c4ccab0a2fec63dfad9b0287bb8 https://github.com/dotnet/toolset From f0b8907520c1227673b8131f86181242ec641922 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 04:41:34 +0000 Subject: [PATCH 0130/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190809.19 (#3918) - Microsoft.NETCore.App - 5.0.0-alpha1.19409.19 - NETStandard.Library.Ref - 2.1.0-alpha1.19409.19 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19409.19 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b1e0c5a20..4b1fd90b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - fac069f853d169cc8f409dc917c6d8cde7ea2fd5 + 0bd21a0ed332e425a708237d93d0e115acbd3885 - + https://github.com/dotnet/core-setup - fac069f853d169cc8f409dc917c6d8cde7ea2fd5 + 0bd21a0ed332e425a708237d93d0e115acbd3885 - + https://github.com/dotnet/core-setup - fac069f853d169cc8f409dc917c6d8cde7ea2fd5 + 0bd21a0ed332e425a708237d93d0e115acbd3885 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 4204f4505..52921eca7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19409.17 + 5.0.0-alpha1.19409.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19409.17 + 2.1.0-alpha1.19409.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19409.17 + 5.0.0-alpha1.19409.19 $(MicrosoftWindowsDesktopAppPackageVersion) From 202e3dd079643cc8c83a171c12931a52301efada Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 12:47:31 +0000 Subject: [PATCH 0131/2259] Update dependencies from https://github.com/dotnet/arcade build 20190809.8 (#3924) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19409.8 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b1fd90b0..b6ba747fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 524bb3e06ffd5b483a3c71a8f670b7a4bd2c232a + f22982a641aa6f29585b6ab1de85912814a00bac diff --git a/global.json b/global.json index 5e7f01e3f..a29da2595 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19408.13" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19409.8" } } From d07923d762306bcad848c07fb1f6f4f34c954ad2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 13:45:12 +0000 Subject: [PATCH 0132/2259] [master] Update dependencies from dotnet/cli (#3920) * Update dependencies from https://github.com/dotnet/cli build 20190809.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19409.14 * Update dependencies from https://github.com/dotnet/cli build 20190810.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19410.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6ba747fa..575ba1275 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 7bf574fd859933637ace1293a724c4b93d3e856e + 4584b76b2567d8822876363552828b1066b07776 diff --git a/eng/Versions.props b/eng/Versions.props index 52921eca7..1711db799 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19409.6 + 5.0.100-alpha1.19410.2 0.2.0 From b38c366a8610c0ecfaef6b1b26ca2828cfa7efdf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 14:15:55 +0000 Subject: [PATCH 0133/2259] Update dependencies from https://github.com/dotnet/cli build 20190810.3 (#3926) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19410.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 575ba1275..e17ac3ebb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 4584b76b2567d8822876363552828b1066b07776 + 73e90579989a65843a782a3d408bf9c568f41427 diff --git a/eng/Versions.props b/eng/Versions.props index 1711db799..b9e2a464c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19410.2 + 5.0.100-alpha1.19410.3 0.2.0 From f602f5105934d8acb728479a3c7fc143559e8066 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 14:51:49 +0000 Subject: [PATCH 0134/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190810.2 (#3927) - Microsoft.NETCore.App - 5.0.0-alpha1.19410.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19410.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19410.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e17ac3ebb..aaa94f559 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 0bd21a0ed332e425a708237d93d0e115acbd3885 + 03a1e1ad749c35eaa5972933b6459a359a1b4577 - + https://github.com/dotnet/core-setup - 0bd21a0ed332e425a708237d93d0e115acbd3885 + 03a1e1ad749c35eaa5972933b6459a359a1b4577 - + https://github.com/dotnet/core-setup - 0bd21a0ed332e425a708237d93d0e115acbd3885 + 03a1e1ad749c35eaa5972933b6459a359a1b4577 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b9e2a464c..b0d931c79 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19409.19 + 5.0.0-alpha1.19410.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19409.19 + 2.1.0-alpha1.19410.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19409.19 + 5.0.0-alpha1.19410.2 $(MicrosoftWindowsDesktopAppPackageVersion) From d60a45c844ad2d5c003f8edfb0b5874a8c8950ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 16:10:52 +0000 Subject: [PATCH 0135/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190810.4 (#3929) - Microsoft.NETCore.App - 5.0.0-alpha1.19410.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19410.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19410.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aaa94f559..e2f330917 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 03a1e1ad749c35eaa5972933b6459a359a1b4577 + fe8d7bf9b941624a6259ff12f9ab782802552003 - + https://github.com/dotnet/core-setup - 03a1e1ad749c35eaa5972933b6459a359a1b4577 + fe8d7bf9b941624a6259ff12f9ab782802552003 - + https://github.com/dotnet/core-setup - 03a1e1ad749c35eaa5972933b6459a359a1b4577 + fe8d7bf9b941624a6259ff12f9ab782802552003 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b0d931c79..f9bb368a0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19410.2 + 5.0.0-alpha1.19410.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19410.2 + 2.1.0-alpha1.19410.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19410.2 + 5.0.0-alpha1.19410.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 16e7229f625535e173187d413b087079f2110f69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 10 Aug 2019 16:43:23 +0000 Subject: [PATCH 0136/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190810.6 (#3932) - Microsoft.NETCore.App - 5.0.0-alpha1.19410.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19410.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19410.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e2f330917..e2cc2b617 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - fe8d7bf9b941624a6259ff12f9ab782802552003 + 20f69adca60556a24798935ef62abd7d16a3189b - + https://github.com/dotnet/core-setup - fe8d7bf9b941624a6259ff12f9ab782802552003 + 20f69adca60556a24798935ef62abd7d16a3189b - + https://github.com/dotnet/core-setup - fe8d7bf9b941624a6259ff12f9ab782802552003 + 20f69adca60556a24798935ef62abd7d16a3189b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f9bb368a0..3122ed178 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19410.4 + 5.0.0-alpha1.19410.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19410.4 + 2.1.0-alpha1.19410.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19410.4 + 5.0.0-alpha1.19410.6 $(MicrosoftWindowsDesktopAppPackageVersion) From cd84f8a84d3b04c506eaea601417ec1a1f690364 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 04:36:50 +0000 Subject: [PATCH 0137/2259] [master] Update dependencies from dotnet/core-setup (#3933) * Update dependencies from https://github.com/dotnet/core-setup build 20190810.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19410.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19410.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19410.7 * Update dependencies from https://github.com/dotnet/core-setup build 20190810.13 - Microsoft.NETCore.App - 5.0.0-alpha1.19410.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19410.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19410.13 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e2cc2b617..30255c311 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 20f69adca60556a24798935ef62abd7d16a3189b - + https://github.com/dotnet/core-setup 20f69adca60556a24798935ef62abd7d16a3189b - + https://github.com/dotnet/core-setup 20f69adca60556a24798935ef62abd7d16a3189b diff --git a/eng/Versions.props b/eng/Versions.props index 3122ed178..f291d7d6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19410.6 + 5.0.0-alpha1.19410.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19410.6 + 2.1.0-alpha1.19410.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19410.6 + 5.0.0-alpha1.19410.13 $(MicrosoftWindowsDesktopAppPackageVersion) From 05e497f81ac472a0a9679cb83058c41031583850 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 12:41:16 +0000 Subject: [PATCH 0138/2259] Update dependencies from https://github.com/dotnet/arcade build 20190810.2 (#3943) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19410.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30255c311..a64a55940 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - f22982a641aa6f29585b6ab1de85912814a00bac + e2f5f0f5c20a1fef71845795b09066a5cd892a7e diff --git a/global.json b/global.json index a29da2595..10fc9498f 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19409.8" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19410.2" } } From 559f023dcdc3e4e8dc943345598b98ef5deee333 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 12:41:43 +0000 Subject: [PATCH 0139/2259] [master] Update dependencies from dotnet/templating (#3925) * Update dependencies from https://github.com/dotnet/templating build 20190809.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19409.1 * Update dependencies from https://github.com/dotnet/templating build 20190810.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19410.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a64a55940..5664d51ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/dotnet/templating - f47d72fecfc89c4ccab0a2fec63dfad9b0287bb8 + 16d3c5d506a954aff4117de9dabdf35962e508a6 https://github.com/dotnet/toolset From 6d2e66ecc3a5c2e70355754dc27caf127e30c7bc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 13:55:47 +0000 Subject: [PATCH 0140/2259] Update dependencies from https://github.com/dotnet/cli build 20190811.2 (#3944) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19411.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5664d51ec..1660f324c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - 73e90579989a65843a782a3d408bf9c568f41427 + edf6876c55d8824842df3c804a333e5203f03fb3 diff --git a/eng/Versions.props b/eng/Versions.props index f291d7d6f..4e7477dd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19410.3 + 5.0.100-alpha1.19411.2 0.2.0 From 6092ab64b6bd1dc594fb57fc24a84e393e94c9ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 16:08:15 +0000 Subject: [PATCH 0141/2259] [master] Update dependencies from dotnet/core-setup (#3945) * Update dependencies from https://github.com/dotnet/core-setup build 20190811.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19411.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19411.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19411.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190811.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19411.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19411.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19411.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1660f324c..cea325664 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 20f69adca60556a24798935ef62abd7d16a3189b + 60a4b30250f9ea47e254c56e8ab141cfa21dee21 - + https://github.com/dotnet/core-setup - 20f69adca60556a24798935ef62abd7d16a3189b + 60a4b30250f9ea47e254c56e8ab141cfa21dee21 - + https://github.com/dotnet/core-setup - 20f69adca60556a24798935ef62abd7d16a3189b + 60a4b30250f9ea47e254c56e8ab141cfa21dee21 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 4e7477dd9..8486519e9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19410.13 + 5.0.0-alpha1.19411.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19410.13 + 2.1.0-alpha1.19411.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19410.13 + 5.0.0-alpha1.19411.3 $(MicrosoftWindowsDesktopAppPackageVersion) From e30e8784f4f3dafa2fdbcb2f09024011c92c24f8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 11 Aug 2019 17:18:49 +0000 Subject: [PATCH 0142/2259] [master] Update dependencies from dotnet/core-setup (#3948) * Update dependencies from https://github.com/dotnet/core-setup build 20190811.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19411.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19411.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19411.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190811.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19411.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19411.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19411.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cea325664..9a9df4adb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 60a4b30250f9ea47e254c56e8ab141cfa21dee21 + 52c5ab896d148be85bb7be1656270092c3979790 - + https://github.com/dotnet/core-setup - 60a4b30250f9ea47e254c56e8ab141cfa21dee21 + 52c5ab896d148be85bb7be1656270092c3979790 - + https://github.com/dotnet/core-setup - 60a4b30250f9ea47e254c56e8ab141cfa21dee21 + 52c5ab896d148be85bb7be1656270092c3979790 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8486519e9..715a6c890 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19411.3 + 5.0.0-alpha1.19411.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19411.3 + 2.1.0-alpha1.19411.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19411.3 + 5.0.0-alpha1.19411.6 $(MicrosoftWindowsDesktopAppPackageVersion) From c13e6d9171ff5ca322766ec56dc80dfa4de10240 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 04:44:30 +0000 Subject: [PATCH 0143/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190811.12 (#3960) - Microsoft.NETCore.App - 5.0.0-alpha1.19411.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19411.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19411.12 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a9df4adb..ba6443cae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 52c5ab896d148be85bb7be1656270092c3979790 - + https://github.com/dotnet/core-setup 52c5ab896d148be85bb7be1656270092c3979790 - + https://github.com/dotnet/core-setup 52c5ab896d148be85bb7be1656270092c3979790 diff --git a/eng/Versions.props b/eng/Versions.props index 715a6c890..7a99dd0b9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19411.6 + 5.0.0-alpha1.19411.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19411.6 + 2.1.0-alpha1.19411.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19411.6 + 5.0.0-alpha1.19411.12 $(MicrosoftWindowsDesktopAppPackageVersion) From a7bb332d18e3d8963291591042069a35412fae3e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 12:42:43 +0000 Subject: [PATCH 0144/2259] Update dependencies from https://github.com/dotnet/arcade build 20190811.1 (#3962) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19411.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba6443cae..e20b034a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - e2f5f0f5c20a1fef71845795b09066a5cd892a7e + a11024c8c22cc762011addafc30c653c938048f4 diff --git a/global.json b/global.json index 10fc9498f..63ee75e62 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19410.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19411.1" } } From 386ada1e5dbb93fff31840ec6ae1508a661be012 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 12:43:07 +0000 Subject: [PATCH 0145/2259] Update dependencies from https://github.com/dotnet/templating build 20190811.1 (#3963) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19411.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e20b034a5..ccc5e8e81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/dotnet/templating - 16d3c5d506a954aff4117de9dabdf35962e508a6 + 6ba38fc4e3a555fced83ec58f5befab788fe187a https://github.com/dotnet/toolset From 1e97f5b78a935f351ad79aedd4ae23b465d3fb5c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 13:56:25 +0000 Subject: [PATCH 0146/2259] Update dependencies from https://github.com/dotnet/cli build 20190812.1 (#3964) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19412.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ccc5e8e81..e805936f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b23fd25e1070aa8075b66f9d208835fa67af3dbb - + https://github.com/dotnet/cli - edf6876c55d8824842df3c804a333e5203f03fb3 + 9e9565db9bc604e4abd6f9aa8196476e49fe7e57 diff --git a/eng/Versions.props b/eng/Versions.props index 7a99dd0b9..cd9215857 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19411.2 + 5.0.100-alpha1.19412.1 0.2.0 From 3146faea6831100f0c289e660d2efdf7fc25e75a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 16:10:04 +0000 Subject: [PATCH 0147/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190812.1 (#3967) - Microsoft.NETCore.App - 5.0.0-alpha1.19412.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19412.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19412.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e805936f5..b6ffc1d96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 52c5ab896d148be85bb7be1656270092c3979790 + e07e9c0d8867108096a041e86203d1c9a25b93e0 - + https://github.com/dotnet/core-setup - 52c5ab896d148be85bb7be1656270092c3979790 + e07e9c0d8867108096a041e86203d1c9a25b93e0 - + https://github.com/dotnet/core-setup - 52c5ab896d148be85bb7be1656270092c3979790 + e07e9c0d8867108096a041e86203d1c9a25b93e0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index cd9215857..6faf7525e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19411.12 + 5.0.0-alpha1.19412.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19411.12 + 2.1.0-alpha1.19412.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19411.12 + 5.0.0-alpha1.19412.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 910659bba1c08fef9001e7ffe5b1899db3c31901 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Mon, 12 Aug 2019 11:15:48 -0700 Subject: [PATCH 0148/2259] Label master as 5.0.x runtime in README (#3899) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bac2ea8ae..dcc6f87d2 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
(3.0.x Runtime) | Release/3.0.1XX
(3.0.x Runtime) | Release/2.2.3XX
(2.2.x Runtime) | Release/2.2.2XX
(2.2.x Runtime) | Release/2.2.1XX
(2.2.x Runtime) | Release/2.1.7XX
(2.1.7 Runtime) | Release/2.1.6XX
(2.1.6 Runtime) | Release/2.1.5XX
(2.1.5 Runtime) | +| Platform | Master
(5.0.x Runtime) | Release/3.0.1XX
(3.0.x Runtime) | Release/2.2.3XX
(2.2.x Runtime) | Release/2.2.2XX
(2.2.x Runtime) | Release/2.2.1XX
(2.2.x Runtime) | Release/2.1.7XX
(2.1.7 Runtime) | Release/2.1.6XX
(2.1.6 Runtime) | Release/2.1.5XX
(2.1.5 Runtime) | |---------|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:| | **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-3.0.1xx]][win-x64-version-3.0.1xx]
[Installer][win-x64-installer-3.0.1xx] - [Checksum][win-x64-installer-checksum-3.0.1xx]
[zip][win-x64-zip-3.0.1xx] - [Checksum][win-x64-zip-checksum-3.0.1xx] | [![][win-x64-badge-2.2.3XX]][win-x64-version-2.2.3XX]
[Installer][win-x64-installer-2.2.3XX] - [Checksum][win-x64-installer-checksum-2.2.3XX]
[zip][win-x64-zip-2.2.3XX] - [Checksum][win-x64-zip-checksum-2.2.3XX] |[![][win-x64-badge-2.2.2XX]][win-x64-version-2.2.2XX]
[Installer][win-x64-installer-2.2.2XX] - [Checksum][win-x64-installer-checksum-2.2.2XX]
[zip][win-x64-zip-2.2.2XX] - [Checksum][win-x64-zip-checksum-2.2.2XX] |[![][win-x64-badge-2.2.1XX]][win-x64-version-2.2.1XX]
[Installer][win-x64-installer-2.2.1XX] - [Checksum][win-x64-installer-checksum-2.2.1XX]
[zip][win-x64-zip-2.2.1XX] - [Checksum][win-x64-zip-checksum-2.2.1XX] |[![][win-x64-badge-2.1.7XX]][win-x64-version-2.1.7XX]
[Installer][win-x64-installer-2.1.7XX] - [Checksum][win-x64-installer-checksum-2.1.7XX]
[zip][win-x64-zip-2.1.7XX] - [Checksum][win-x64-zip-checksum-2.1.7XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
[Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
[zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
[Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
[zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] | | **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-3.0.1xx]][win-x86-version-3.0.1xx]
[Installer][win-x86-installer-3.0.1xx] - [Checksum][win-x86-installer-checksum-3.0.1xx]
[zip][win-x86-zip-3.0.1xx] - [Checksum][win-x86-zip-checksum-3.0.1xx] | [![][win-x86-badge-2.2.3XX]][win-x86-version-2.2.3XX]
[Installer][win-x86-installer-2.2.3XX] - [Checksum][win-x86-installer-checksum-2.2.3XX]
[zip][win-x86-zip-2.2.3XX] - [Checksum][win-x86-zip-checksum-2.2.3XX] |[![][win-x86-badge-2.2.2XX]][win-x86-version-2.2.2XX]
[Installer][win-x86-installer-2.2.2XX] - [Checksum][win-x86-installer-checksum-2.2.2XX]
[zip][win-x86-zip-2.2.2XX] - [Checksum][win-x86-zip-checksum-2.2.2XX] |[![][win-x86-badge-2.2.1XX]][win-x86-version-2.2.1XX]
[Installer][win-x86-installer-2.2.1XX] - [Checksum][win-x86-installer-checksum-2.2.1XX]
[zip][win-x86-zip-2.2.1XX] - [Checksum][win-x86-zip-checksum-2.2.1XX] |[![][win-x86-badge-2.1.7XX]][win-x86-version-2.1.7XX]
[Installer][win-x86-installer-2.1.7XX] - [Checksum][win-x86-installer-checksum-2.1.7XX]
[zip][win-x86-zip-2.1.7XX] - [Checksum][win-x86-zip-checksum-2.1.7XX] | [![][win-x86-badge-2.1.6XX]][win-x86-version-2.1.6XX]
[Installer][win-x86-installer-2.1.6XX] - [Checksum][win-x86-installer-checksum-2.1.6XX]
[zip][win-x86-zip-2.1.6XX] - [Checksum][win-x86-zip-checksum-2.1.6XX] | [![][win-x86-badge-2.1.5XX]][win-x86-version-2.1.5XX]
[Installer][win-x86-installer-2.1.5XX] - [Checksum][win-x86-installer-checksum-2.1.5XX]
[zip][win-x86-zip-2.1.5XX] - [Checksum][win-x86-zip-checksum-2.1.5XX] | From 8569b120ae45bc316206961fbb9c287338332320 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 18:46:51 +0000 Subject: [PATCH 0149/2259] Update dependencies from https://github.com/dotnet/sdk build 20190812.1 (#3969) - Microsoft.NET.Sdk - 5.0.100-alpha1.19412.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6ffc1d96..ee5e70d5e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7
- + https://github.com/dotnet/sdk - b23fd25e1070aa8075b66f9d208835fa67af3dbb + fe6b50c78426124e34e56ecb7df8b6b86e6e0b48 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 6faf7525e..3965d0298 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19408.3 + 5.0.100-alpha1.19412.1 $(MicrosoftNETSdkPackageVersion) From 4d0db6fba989acaabfee5ef35e68e7a17f4cd3a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 21:25:18 +0000 Subject: [PATCH 0150/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190812.4 (#3975) - Microsoft.NETCore.App - 5.0.0-alpha1.19412.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19412.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19412.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee5e70d5e..7a41bff96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e07e9c0d8867108096a041e86203d1c9a25b93e0 + 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 - + https://github.com/dotnet/core-setup - e07e9c0d8867108096a041e86203d1c9a25b93e0 + 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 - + https://github.com/dotnet/core-setup - e07e9c0d8867108096a041e86203d1c9a25b93e0 + 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 3965d0298..471260f56 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19412.1 + 5.0.0-alpha1.19412.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19412.1 + 2.1.0-alpha1.19412.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19412.1 + 5.0.0-alpha1.19412.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 31211b6994070a1ac4d9316e02eed9942c44f674 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2019 21:28:13 +0000 Subject: [PATCH 0151/2259] Update dependencies from https://github.com/dotnet/sdk build 20190812.3 (#3974) - Microsoft.NET.Sdk - 5.0.100-alpha1.19412.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7a41bff96..d231e0477 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 - + https://github.com/dotnet/sdk - fe6b50c78426124e34e56ecb7df8b6b86e6e0b48 + fb101c4620c80512c8eeb7250a98a8079011d017 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 471260f56..de1865c3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19412.1 + 5.0.100-alpha1.19412.3 $(MicrosoftNETSdkPackageVersion) From 4fc061d9b892eea2c6fcdc4703d4e5b7ffcc6159 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 02:42:55 +0000 Subject: [PATCH 0152/2259] Update dependencies from https://github.com/dotnet/sdk build 20190812.7 (#3979) - Microsoft.NET.Sdk - 5.0.100-alpha1.19412.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d231e0477..7a85bd050 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 - + https://github.com/dotnet/sdk - fb101c4620c80512c8eeb7250a98a8079011d017 + fa955d73d6064d38f2781e25ae301c6c7dfb0de6 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index de1865c3e..6f37647ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19412.3 + 5.0.100-alpha1.19412.7 $(MicrosoftNETSdkPackageVersion) From 4900c96ee8805a388a990a3f08bc8fea724719de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 12:52:41 +0000 Subject: [PATCH 0153/2259] Update dependencies from https://github.com/dotnet/templating build 20190812.1 (#3986) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19412.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7a85bd050..164bb54e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 2e4274cb67c049055e321c18cc9e64562da52dcf - + https://github.com/dotnet/templating - 6ba38fc4e3a555fced83ec58f5befab788fe187a + 4cd0efc6e34178b4e8e453355c61936d66cb90eb https://github.com/dotnet/toolset From a8bd332966018d58a74b49b34a015fa91bfe8c22 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 12:57:19 +0000 Subject: [PATCH 0154/2259] Update dependencies from https://github.com/dotnet/arcade build 20190812.1 (#3985) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19412.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 164bb54e2..7eb345c01 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - a11024c8c22cc762011addafc30c653c938048f4 + ec2dd5b3e7d11b88b2ca0688bb1685836cfad20a diff --git a/global.json b/global.json index 63ee75e62..14a04bd6d 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19411.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19412.1" } } From 350ffc5f8d0b57397173fbeaa3809a3addc26c1a Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 13 Aug 2019 15:15:37 +0000 Subject: [PATCH 0155/2259] Update dependencies from https://github.com/dotnet/toolset build 20190813.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7eb345c01..07bb94d2e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 4cd0efc6e34178b4e8e453355c61936d66cb90eb - + https://github.com/dotnet/toolset - 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 + b261f828892b83666ceda389e780e3dbe1318f03 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6f37647ea..75b211f42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19408.6 + 5.0.100-alpha1.19413.4 From 88f6f027262a1b072e557a708f2c39e18432859c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 15:31:08 +0000 Subject: [PATCH 0156/2259] Update dependencies from https://github.com/dotnet/cli build 20190812.3 (#3987) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19412.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7eb345c01..369d36cec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk fa955d73d6064d38f2781e25ae301c6c7dfb0de6 - + https://github.com/dotnet/cli - 9e9565db9bc604e4abd6f9aa8196476e49fe7e57 + bc7acf37ad9b683727e1eb37dec962dd1bc48a26 diff --git a/eng/Versions.props b/eng/Versions.props index 6f37647ea..067debafb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19412.1 + 5.0.100-alpha1.19412.3 0.2.0 From 234812649f9765748b6f704c3ae432e63403de3a Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 13 Aug 2019 15:31:27 +0000 Subject: [PATCH 0157/2259] Update dependencies from https://github.com/dotnet/cli build 20190813.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19413.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 369d36cec..d53b7cbd9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk fa955d73d6064d38f2781e25ae301c6c7dfb0de6 - + https://github.com/dotnet/cli - bc7acf37ad9b683727e1eb37dec962dd1bc48a26 + a284a127635834c56c9d4cc50aa1330613da4982 diff --git a/eng/Versions.props b/eng/Versions.props index 067debafb..b2435a536 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19412.3 + 5.0.100-alpha1.19413.4 0.2.0 From f091684c3d2a235487df46a543cc50731aefffa3 Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 13 Aug 2019 15:31:42 +0000 Subject: [PATCH 0158/2259] Update dependencies from https://github.com/dotnet/cli build 20190813.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19413.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d53b7cbd9..85b6955b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk fa955d73d6064d38f2781e25ae301c6c7dfb0de6 - + https://github.com/dotnet/cli - a284a127635834c56c9d4cc50aa1330613da4982 + cb38255c64ba0d17b06aac725c4a86ea24d79aac diff --git a/eng/Versions.props b/eng/Versions.props index b2435a536..0479cb5d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19413.4 + 5.0.100-alpha1.19413.5 0.2.0 From 8296b6e715b0b8a1e5bded2c6c87525b27b0278c Mon Sep 17 00:00:00 2001 From: dotnet-maestro <@dotnet-maestro> Date: Tue, 13 Aug 2019 15:41:54 +0000 Subject: [PATCH 0159/2259] Update dependencies from https://github.com/dotnet/sdk build 20190813.2 - Microsoft.NET.Sdk - 5.0.100-alpha1.19413.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 369d36cec..678fe0069 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 3cd3bd129eb9156b731d8f6c39dd92eb6126e4b7 - + https://github.com/dotnet/sdk - fa955d73d6064d38f2781e25ae301c6c7dfb0de6 + d03a5382ba3821777645f45ab91818c594705b24 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 067debafb..ff847fa75 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19412.7 + 5.0.100-alpha1.19413.2 $(MicrosoftNETSdkPackageVersion) From 4ef67fd5e63f88e0262ff9378841cfb79879dac4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 18:08:03 +0000 Subject: [PATCH 0160/2259] [master] Update dependencies from dotnet/core-setup (#3991) * Update dependencies from https://github.com/dotnet/core-setup build 20190813.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19413.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19413.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19413.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190813.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19413.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19413.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19413.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 369d36cec..26b9c9702 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 + 35bcd21bfd3d9dd3e353825983ebe74796d26f37 - + https://github.com/dotnet/core-setup - 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 + 35bcd21bfd3d9dd3e353825983ebe74796d26f37 - + https://github.com/dotnet/core-setup - 6f3ead36128f5ef3287a847fe9f4cf0d1177a057 + 35bcd21bfd3d9dd3e353825983ebe74796d26f37 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 067debafb..899519760 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19412.4 + 5.0.0-alpha1.19413.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19412.4 + 2.1.0-alpha1.19413.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19412.4 + 5.0.0-alpha1.19413.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 8f4537fbe78b5691f21bc3d4b8b02ecb39235f6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 19:28:24 +0000 Subject: [PATCH 0161/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190813.6 (#3993) - Microsoft.NETCore.App - 5.0.0-alpha1.19413.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19413.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19413.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 26b9c9702..53d6452fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 35bcd21bfd3d9dd3e353825983ebe74796d26f37 + b648736b3989910bf38bf2352f3ea6263cc87240 - + https://github.com/dotnet/core-setup - 35bcd21bfd3d9dd3e353825983ebe74796d26f37 + b648736b3989910bf38bf2352f3ea6263cc87240 - + https://github.com/dotnet/core-setup - 35bcd21bfd3d9dd3e353825983ebe74796d26f37 + b648736b3989910bf38bf2352f3ea6263cc87240 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 899519760..24433e062 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19413.3 + 5.0.0-alpha1.19413.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19413.3 + 2.1.0-alpha1.19413.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19413.3 + 5.0.0-alpha1.19413.6 $(MicrosoftWindowsDesktopAppPackageVersion) From e827d6d0be55ed0f92d1bb8044edeac0d44ac375 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2019 23:11:36 +0000 Subject: [PATCH 0162/2259] [master] Update dependencies from dotnet/toolset (#3998) * Update dependencies from https://github.com/dotnet/toolset build 20190813.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.2 * Update dependencies from https://github.com/dotnet/toolset build 20190813.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.3 * Update dependencies from https://github.com/dotnet/toolset build 20190813.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.6 * Update dependencies from https://github.com/dotnet/toolset build 20190813.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.8 * Update dependencies from https://github.com/dotnet/toolset build 20190813.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19413.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4470e6c22..78c21551b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 4cd0efc6e34178b4e8e453355c61936d66cb90eb - + https://github.com/dotnet/toolset - b261f828892b83666ceda389e780e3dbe1318f03 + 2199ff15d285f6fe77c2db777aa80b4b48c22a21 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7e4e5b089..af2f85df7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19413.4 + 5.0.100-alpha1.19413.13 From 5f07a2c9557b930dc9b33e233d7f5f259db16cfe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 15:20:26 +0000 Subject: [PATCH 0163/2259] [master] Update dependencies from dotnet/toolset (#4017) * Update dependencies from https://github.com/dotnet/toolset build 20190814.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.4 * Update dependencies from https://github.com/dotnet/toolset build 20190814.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.5 * Update dependencies from https://github.com/dotnet/toolset build 20190814.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.6 * Update dependencies from https://github.com/dotnet/toolset build 20190814.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.7 * Update dependencies from https://github.com/dotnet/toolset build 20190814.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac4f1dd7a..749ecf7bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 4cd0efc6e34178b4e8e453355c61936d66cb90eb - + https://github.com/dotnet/toolset - 2199ff15d285f6fe77c2db777aa80b4b48c22a21 + bbc9c460e15ca466cf8867d7134d3e4f68a513af https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6e5c7f75f..b3343ca76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19413.13 + 5.0.100-alpha1.19414.8 From b79144114040e2664619f3626472079d8bf0ce16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 15:56:32 +0000 Subject: [PATCH 0164/2259] [master] Update dependencies from dotnet/toolset (#4019) * Update dependencies from https://github.com/dotnet/toolset build 20190814.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.9 * Update dependencies from https://github.com/dotnet/toolset build 20190814.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 749ecf7bc..3eac2bfd1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 4cd0efc6e34178b4e8e453355c61936d66cb90eb - + https://github.com/dotnet/toolset - bbc9c460e15ca466cf8867d7134d3e4f68a513af + e3451e25ef44fddd2816c3db87c784ee81ccb275 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b3343ca76..d8d883809 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19414.8 + 5.0.100-alpha1.19414.10 From d6df2858d29361b5c61ddd37836ac64a03048e6d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 16:27:41 +0000 Subject: [PATCH 0165/2259] [master] Update dependencies from dotnet/sdk (#4018) * Update dependencies from https://github.com/dotnet/sdk build 20190813.6 - Microsoft.NET.Sdk - 5.0.100-alpha1.19413.6 * Update dependencies from https://github.com/dotnet/sdk build 20190814.1 - Microsoft.NET.Sdk - 5.0.100-alpha1.19414.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3eac2bfd1..15f68b24d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset e3451e25ef44fddd2816c3db87c784ee81ccb275 - + https://github.com/dotnet/sdk - d03a5382ba3821777645f45ab91818c594705b24 + dcfa90ff8eda8a459c74e5669f650c3b63e262d0 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index d8d883809..37e386274 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19413.2 + 5.0.100-alpha1.19414.1 $(MicrosoftNETSdkPackageVersion) From dcc8dfbf521be2d0f62051fbf3ab87e90de637d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 17:08:26 +0000 Subject: [PATCH 0166/2259] [master] Update dependencies from dotnet/core-setup (#4014) * Update dependencies from https://github.com/dotnet/core-setup build 20190814.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19414.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190814.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19414.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190814.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19414.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15f68b24d..f3c139cb0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b648736b3989910bf38bf2352f3ea6263cc87240 + b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a - + https://github.com/dotnet/core-setup - b648736b3989910bf38bf2352f3ea6263cc87240 + b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a - + https://github.com/dotnet/core-setup - b648736b3989910bf38bf2352f3ea6263cc87240 + b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 37e386274..72a7b1a97 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19413.6 + 5.0.0-alpha1.19414.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19413.6 + 2.1.0-alpha1.19414.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19413.6 + 5.0.0-alpha1.19414.6 $(MicrosoftWindowsDesktopAppPackageVersion) From dc2e66b9ba86011637d9dfed54e551a4f003f983 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 17:49:24 +0000 Subject: [PATCH 0167/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190814.7 (#4023) - Microsoft.NETCore.App - 5.0.0-alpha1.19414.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3c139cb0..693bba1c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a + aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 - + https://github.com/dotnet/core-setup - b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a + aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 - + https://github.com/dotnet/core-setup - b36ce55671ae92ed29e4a799ef9c4df5b8ad0f7a + aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 72a7b1a97..1f4608188 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19414.6 + 5.0.0-alpha1.19414.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19414.6 + 2.1.0-alpha1.19414.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19414.6 + 5.0.0-alpha1.19414.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 49be8ce24e33d8a4c86d907a3b8f73d9107a6b1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 17:56:52 +0000 Subject: [PATCH 0168/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190809.8 (#4007) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19409.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19409.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19409.8 - dotnet-watch - 5.0.0-alpha1.19409.8 - dotnet-user-secrets - 5.0.0-alpha1.19409.8 - dotnet-dev-certs - 5.0.0-alpha1.19409.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 693bba1c8..9e4891b7a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/aspnet/AspNetCore - 2e4274cb67c049055e321c18cc9e64562da52dcf + 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 1f4608188..26fbcd8d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19409.3 - 5.0.0-alpha1.19409.3 - 5.0.0-alpha1.19409.3 - 5.0.0-alpha1.19409.3 - 5.0.0-alpha1.19409.3 - 5.0.0-alpha1.19409.3 + 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19409.8 From ae95c958427a7e5c508e42585f82988ec02afa47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 17:59:11 +0000 Subject: [PATCH 0169/2259] [master] Update dependencies from dotnet/cli (#4000) * Update dependencies from https://github.com/dotnet/cli build 20190813.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19413.6 * Update dependencies from https://github.com/dotnet/cli build 20190814.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19414.3 * Update dependencies from https://github.com/dotnet/cli build 20190814.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19414.4 * Update dependencies from https://github.com/dotnet/cli build 20190814.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19414.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e4891b7a..5a1b72203 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - cb38255c64ba0d17b06aac725c4a86ea24d79aac + eca9da2386d5986edbab206fd7cf286f475dab8d diff --git a/eng/Versions.props b/eng/Versions.props index 26fbcd8d9..e7d1d790d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19413.5 + 5.0.100-alpha1.19414.5 0.2.0 From 14218209b75de9d6e69efa11a41acdcdb4a5c115 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 18:11:34 +0000 Subject: [PATCH 0170/2259] Update dependencies from https://github.com/dotnet/templating build 20190813.1 (#4016) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19413.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5a1b72203..47bf7ef81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/dotnet/templating - 4cd0efc6e34178b4e8e453355c61936d66cb90eb + c837b2101ba8837816d8ddccac6e0fe3b42fcd0b https://github.com/dotnet/toolset From 5c70519c309abc011f8cb1f41a7c16d38c8209c7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 19:16:27 +0000 Subject: [PATCH 0171/2259] Update dependencies from https://github.com/dotnet/arcade build 20190812.7 (#4015) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19412.7 --- eng/Version.Details.xml | 4 +-- eng/common/performance/performance-setup.ps1 | 2 +- eng/common/performance/performance-setup.sh | 36 ++++++++++---------- global.json | 2 +- 4 files changed, 22 insertions(+), 22 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 47bf7ef81..1d754b7b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - ec2dd5b3e7d11b88b2ca0688bb1685836cfad20a + 82c822ee7db08f5347e6ac44e3ed465248394a9e diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index 7e5441f79..ac05256bf 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -33,7 +33,7 @@ if ($Framework.StartsWith("netcoreapp")) { } if ($Internal) { - $Queue = "Windows.10.Amd64.ClientRS5.Perf" + $Queue = "Windows.10.Amd64.19H1.Tiger.Perf" $PerfLabArguments = "--upload-to-perflab-container" $ExtraBenchmarkDotNetArguments = "" $Creator = "" diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 126da5f76..dc6fd2187 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -132,7 +132,7 @@ if [[ "$internal" == true ]]; then if [[ "$architecture" = "arm64" ]]; then queue=Ubuntu.1804.Arm64.Perf else - queue=Ubuntu.1804.Amd64.Perf + queue=Ubuntu.1804.Amd64.Tiger.Perf fi fi @@ -157,20 +157,20 @@ if [[ "$use_core_run" = true ]]; then fi # Make sure all of our variables are available for future steps -echo "##vso[task.setvariable variable=UseCoreRun]$use_core_run" -echo "##vso[task.setvariable variable=Architecture]$architecture" -echo "##vso[task.setvariable variable=PayloadDirectory]$payload_directory" -echo "##vso[task.setvariable variable=PerformanceDirectory]$performance_directory" -echo "##vso[task.setvariable variable=WorkItemDirectory]$workitem_directory" -echo "##vso[task.setvariable variable=Queue]$queue" -echo "##vso[task.setvariable variable=SetupArguments]$setup_arguments" -echo "##vso[task.setvariable variable=Python]python3" -echo "##vso[task.setvariable variable=PerfLabArguments]$perflab_arguments" -echo "##vso[task.setvariable variable=ExtraBenchmarkDotNetArguments]$extra_benchmark_dotnet_arguments" -echo "##vso[task.setvariable variable=BDNCategories]$run_categories" -echo "##vso[task.setvariable variable=TargetCsproj]$csproj" -echo "##vso[task.setvariable variable=RunFromPerfRepo]$run_from_perf_repo" -echo "##vso[task.setvariable variable=Creator]$creator" -echo "##vso[task.setvariable variable=HelixSourcePrefix]$helix_source_prefix" -echo "##vso[task.setvariable variable=Kind]$kind" -echo "##vso[task.setvariable variable=_BuildConfig]$architecture.$kind.$framework" \ No newline at end of file +Write-PipelineSetVariable -name "UseCoreRun" -value "$use_core_run" -is_multi_job_variable false +Write-PipelineSetVariable -name "Architecture" -value "$architecture" -is_multi_job_variable false +Write-PipelineSetVariable -name "PayloadDirectory" -value "$payload_directory" -is_multi_job_variable false +Write-PipelineSetVariable -name "PerformanceDirectory" -value "$performance_directory" -is_multi_job_variable false +Write-PipelineSetVariable -name "WorkItemDirectory" -value "$workitem_directory" -is_multi_job_variable false +Write-PipelineSetVariable -name "Queue" -value "$queue" -is_multi_job_variable false +Write-PipelineSetVariable -name "SetupArguments" -value "$setup_arguments" -is_multi_job_variable false +Write-PipelineSetVariable -name "Python" -value "$python3" -is_multi_job_variable false +Write-PipelineSetVariable -name "PerfLabArguments" -value "$perflab_arguments" -is_multi_job_variable false +Write-PipelineSetVariable -name "ExtraBenchmarkDotNetArguments" -value "$extra_benchmark_dotnet_arguments" -is_multi_job_variable false +Write-PipelineSetVariable -name "BDNCategories" -value "$run_categories" -is_multi_job_variable false +Write-PipelineSetVariable -name "TargetCsproj" -value "$csproj" -is_multi_job_variable false +Write-PipelineSetVariable -name "RunFromPerfRepo" -value "$run_from_perf_repo" -is_multi_job_variable false +Write-PipelineSetVariable -name "Creator" -value "$creator" -is_multi_job_variable false +Write-PipelineSetVariable -name "HelixSourcePrefix" -value "$helix_source_prefix" -is_multi_job_variable false +Write-PipelineSetVariable -name "Kind" -value "$kind" -is_multi_job_variable false +Write-PipelineSetVariable -name "_BuildConfig" -value "$architecture.$kind.$framework" -is_multi_job_variable false \ No newline at end of file diff --git a/global.json b/global.json index 14a04bd6d..3869b7715 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19412.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19412.7" } } From bf49a095beafa775287b73bac7e066e27dbbb51b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2019 19:18:50 +0000 Subject: [PATCH 0172/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190814.11 (#4025) - Microsoft.NETCore.App - 5.0.0-alpha1.19414.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.11 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1d754b7b2..90ce85454 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 - + https://github.com/dotnet/core-setup aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 - + https://github.com/dotnet/core-setup aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 diff --git a/eng/Versions.props b/eng/Versions.props index e7d1d790d..fada5fb1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19414.7 + 5.0.0-alpha1.19414.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19414.7 + 2.1.0-alpha1.19414.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19414.7 + 5.0.0-alpha1.19414.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 81871b5d3c5844d7912939dbcb0cec4842e48199 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 12:43:43 +0000 Subject: [PATCH 0173/2259] Update dependencies from https://github.com/dotnet/templating build 20190814.1 (#4041) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19414.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 90ce85454..2b1f9fe72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 - + https://github.com/dotnet/templating - c837b2101ba8837816d8ddccac6e0fe3b42fcd0b + b26965a46aa44c056ba58d6c4f51c0941966873d https://github.com/dotnet/toolset From 139167294b5c5fdbeea2ca16473f727ef6ec4cec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 13:47:57 +0000 Subject: [PATCH 0174/2259] [master] Update dependencies from dotnet/toolset (#4031) * Update dependencies from https://github.com/dotnet/toolset build 20190814.16 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19414.16 * Update dependencies from https://github.com/dotnet/toolset build 20190815.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.2 * Update dependencies from https://github.com/dotnet/toolset build 20190815.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b1f9fe72..ea21401be 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - e3451e25ef44fddd2816c3db87c784ee81ccb275 + a09a528a6d1de4821b1f9c282768b9ec12fec2df https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index fada5fb1f..3e30e955e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19414.10 + 5.0.100-alpha1.19415.3 From 09c382d20824520aad810df1842185329fb5d27a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 13:55:28 +0000 Subject: [PATCH 0175/2259] [master] Update dependencies from dotnet/cli (#4027) * Update dependencies from https://github.com/dotnet/cli build 20190814.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19414.8 * Update dependencies from https://github.com/dotnet/cli build 20190814.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19414.9 * Update dependencies from https://github.com/dotnet/cli build 20190815.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ea21401be..b5e3bee0f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - eca9da2386d5986edbab206fd7cf286f475dab8d + 12b948370d510680905e9f0aaba0441a76c68b12 diff --git a/eng/Versions.props b/eng/Versions.props index 3e30e955e..bf0df4e68 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19414.5 + 5.0.100-alpha1.19415.2 0.2.0 From fc0c4474e97abc35c13bac926e8ac2d90021ff31 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 14:20:10 +0000 Subject: [PATCH 0176/2259] Update dependencies from https://github.com/dotnet/toolset build 20190815.1 (#4042) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b5e3bee0f..ed28cc984 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - a09a528a6d1de4821b1f9c282768b9ec12fec2df + cce8168d86962f20e4c0ad9faea9bb4994967e9f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bf0df4e68..236f5ab1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.3 + 5.0.100-alpha1.19415.1 From 43d16f8a9ffe37865069adeb1b650015c20823ad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 14:41:19 +0000 Subject: [PATCH 0177/2259] Update dependencies from https://github.com/dotnet/cli build 20190815.1 (#4043) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ed28cc984..d95c8d3fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - 12b948370d510680905e9f0aaba0441a76c68b12 + bb8324f0dd075879891037fea172064cd1fa3666 diff --git a/eng/Versions.props b/eng/Versions.props index 236f5ab1f..66572b456 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19415.2 + 5.0.100-alpha1.19415.1 0.2.0 From 51aba823d430710f1daf7057da385dbcc705e63e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 15:00:27 +0000 Subject: [PATCH 0178/2259] [master] Update dependencies from dotnet/toolset (#4044) * Update dependencies from https://github.com/dotnet/toolset build 20190815.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.5 * Update dependencies from https://github.com/dotnet/toolset build 20190815.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d95c8d3fd..9e6865a96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - cce8168d86962f20e4c0ad9faea9bb4994967e9f + df0e69745a90e5057cce04b604ddc106c3259a99 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 66572b456..eb9dbc6ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.1 + 5.0.100-alpha1.19415.4 From 7b661f18559a4cd8358b169135ddec71ebc755ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 19:10:54 +0000 Subject: [PATCH 0179/2259] [master] Update dependencies from dotnet/core-setup (#4040) * Update dependencies from https://github.com/dotnet/core-setup build 20190814.20 - Microsoft.NETCore.App - 5.0.0-alpha1.19414.20 - NETStandard.Library.Ref - 2.1.0-alpha1.19414.20 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19414.20 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e6865a96..178ea1983 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 + 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/dotnet/core-setup - aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 + 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/dotnet/core-setup - aae3e31d0011b09c8277d2f06f00b07e1fba8cb5 + 4b82b1edad5fb7b1f9e865a8429c2da33c921854 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index eb9dbc6ed..373d059bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19414.11 + 5.0.0-alpha1.19415.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19414.11 + 2.1.0-alpha1.19415.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19414.11 + 5.0.0-alpha1.19415.3 $(MicrosoftWindowsDesktopAppPackageVersion) From f1c2dd9d4885bdfe707a4a51e3694bd35a1043d8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 19:29:28 +0000 Subject: [PATCH 0180/2259] [master] Update dependencies from dotnet/toolset (#4045) * Update dependencies from https://github.com/dotnet/toolset build 20190815.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.6 * Update dependencies from https://github.com/dotnet/toolset build 20190815.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 178ea1983..bd008590c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - df0e69745a90e5057cce04b604ddc106c3259a99 + f96761bfa3d7866a2aad762b84b1834e15724a8d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 373d059bf..274e7ced5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.4 + 5.0.100-alpha1.19415.8 From c047239e10b74bf1c8e131439bc42020516f9e95 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 20:46:51 +0000 Subject: [PATCH 0181/2259] [master] Update dependencies from aspnet/AspNetCore (#4036) * Update dependencies from https://github.com/aspnet/AspNetCore build 20190814.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19414.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19414.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19414.4 - dotnet-watch - 5.0.0-alpha1.19414.4 - dotnet-user-secrets - 5.0.0-alpha1.19414.4 - dotnet-dev-certs - 5.0.0-alpha1.19414.4 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190815.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19415.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19415.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19415.3 - dotnet-watch - 5.0.0-alpha1.19415.3 - dotnet-user-secrets - 5.0.0-alpha1.19415.3 - dotnet-dev-certs - 5.0.0-alpha1.19415.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd008590c..0099d82bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 - + https://github.com/aspnet/AspNetCore - 8c02467b4a218df3b1b0a69bceb50f5b64f482b1 + 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 274e7ced5..0796ad957 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19409.8 - 5.0.0-alpha1.19409.8 - 5.0.0-alpha1.19409.8 - 5.0.0-alpha1.19409.8 - 5.0.0-alpha1.19409.8 - 5.0.0-alpha1.19409.8 + 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.3 From 4ba88721c6ce7e87f59e4811f80d70e1b775d562 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 22:48:13 +0000 Subject: [PATCH 0182/2259] [master] Update dependencies from dotnet/cli (#4046) * Update dependencies from https://github.com/dotnet/cli build 20190815.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.3 * Update dependencies from https://github.com/dotnet/cli build 20190815.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0099d82bb..28f3de561 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - bb8324f0dd075879891037fea172064cd1fa3666 + d5fed7f2db850106c464bf9c830d4483a3ddf39f diff --git a/eng/Versions.props b/eng/Versions.props index 0796ad957..8ee155de2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19415.1 + 5.0.100-alpha1.19415.4 0.2.0 From 778c5554a19e52670393e8c35761dba1e48d95b8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2019 23:40:42 +0000 Subject: [PATCH 0183/2259] Update dependencies from https://github.com/dotnet/toolset build 20190815.11 (#4052) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 28f3de561..03ed7bfd0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - f96761bfa3d7866a2aad762b84b1834e15724a8d + 2f5da92418438a6943979e0947e150b06d26a8ac https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8ee155de2..d01d2e92d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.8 + 5.0.100-alpha1.19415.11 From b55d611d41527e3ad54cfc218bffbca67bf1e067 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 00:11:26 +0000 Subject: [PATCH 0184/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190815.6 (#4053) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19415.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19415.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19415.6 - dotnet-watch - 5.0.0-alpha1.19415.6 - dotnet-user-secrets - 5.0.0-alpha1.19415.6 - dotnet-dev-certs - 5.0.0-alpha1.19415.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 03ed7bfd0..21818242b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb - + https://github.com/aspnet/AspNetCore - 4144eeb459d9ba956fc0d84d8d5a3e0408e88a09 + 3d9311a29f5900cd4fe34d12a0c99039a5f629cb https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index d01d2e92d..bc3d646ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19415.3 - 5.0.0-alpha1.19415.3 - 5.0.0-alpha1.19415.3 - 5.0.0-alpha1.19415.3 - 5.0.0-alpha1.19415.3 - 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.6 From 997b73d1c13e067ec72ec2699ff0da4698c89869 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 01:51:04 +0000 Subject: [PATCH 0185/2259] Update dependencies from https://github.com/dotnet/cli build 20190815.6 (#4055) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 21818242b..f907a9806 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - d5fed7f2db850106c464bf9c830d4483a3ddf39f + 84a32ebf5031e43b55732ee44ff810b20837656e diff --git a/eng/Versions.props b/eng/Versions.props index bc3d646ee..8db730aa2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19415.4 + 5.0.100-alpha1.19415.6 0.2.0 From 57e1cbe2158f1988191a519ea966643c2a492e0c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 02:17:57 +0000 Subject: [PATCH 0186/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190815.8 (#4056) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19415.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19415.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19415.8 - dotnet-watch - 5.0.0-alpha1.19415.8 - dotnet-user-secrets - 5.0.0-alpha1.19415.8 - dotnet-dev-certs - 5.0.0-alpha1.19415.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f907a9806..6377d95a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/aspnet/AspNetCore - 3d9311a29f5900cd4fe34d12a0c99039a5f629cb + 72925ecc1982a1c47416610607301c3dd055b981 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 8db730aa2..e077fa80e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19415.6 - 5.0.0-alpha1.19415.6 - 5.0.0-alpha1.19415.6 - 5.0.0-alpha1.19415.6 - 5.0.0-alpha1.19415.6 - 5.0.0-alpha1.19415.6 + 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19415.8 From 91bac3f2a491ebd496c1c4a89cfb43a357e227c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 03:05:43 +0000 Subject: [PATCH 0187/2259] Update dependencies from https://github.com/dotnet/cli build 20190815.7 (#4059) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19415.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6377d95a8..ca471aeb9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - 84a32ebf5031e43b55732ee44ff810b20837656e + 3704896d65ef72c93991e0ab94ef7a3ac6086c81 diff --git a/eng/Versions.props b/eng/Versions.props index e077fa80e..4d8382fe6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19415.6 + 5.0.100-alpha1.19415.7 0.2.0 From 0a64c632d7839e2b769611dae6552e36c5a218f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 03:41:27 +0000 Subject: [PATCH 0188/2259] [master] Update dependencies from dotnet/toolset (#4057) * Update dependencies from https://github.com/dotnet/toolset build 20190815.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.15 * Update dependencies from https://github.com/dotnet/toolset build 20190815.17 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19415.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca471aeb9..f60d7bf37 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - 2f5da92418438a6943979e0947e150b06d26a8ac + dcbad5d9feebf986bfd3d6fad2515f260881bed4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4d8382fe6..7965a5a0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.11 + 5.0.100-alpha1.19415.17 From 74f6c4374a7f138d93c631183029f7df4a03552f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 16 Aug 2019 13:40:43 +0000 Subject: [PATCH 0189/2259] Update dependencies from https://github.com/dotnet/toolset build 20190816.4 (#4067) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19416.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f60d7bf37..9d7669900 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b26965a46aa44c056ba58d6c4f51c0941966873d - + https://github.com/dotnet/toolset - dcbad5d9feebf986bfd3d6fad2515f260881bed4 + 0ab038b1e9f1325b694a66f9790f7c83bb34b859 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7965a5a0d..f2b0bed73 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19415.17 + 5.0.100-alpha1.19416.4 From 05a638efb817d222c2b51f27640fe3a47f45b5b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 12:31:30 +0000 Subject: [PATCH 0190/2259] [master] Update dependencies from dotnet/arcade (#4066) * Update dependencies from https://github.com/dotnet/arcade build 20190815.27 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19415.27 * Update dependencies from https://github.com/dotnet/arcade build 20190816.16 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19416.16 --- eng/Version.Details.xml | 4 +-- eng/common/performance/performance-setup.ps1 | 2 +- eng/common/performance/performance-setup.sh | 7 ++++- eng/common/post-build/darc-gather-drop.ps1 | 10 +++++++ eng/common/post-build/dotnetsymbol-init.ps1 | 29 ------------------ eng/common/post-build/sourcelink-cli-init.ps1 | 29 ------------------ eng/common/sdl/execute-all-sdl-tools.ps1 | 4 +-- eng/common/sdl/run-sdl.ps1 | 30 +++++++------------ .../channels/internal-servicing.yml | 17 +++++++++-- .../post-build/channels/netcore-dev-5.yml | 17 +++++++++-- .../channels/netcore-tools-latest.yml | 17 +++++++++-- .../channels/public-dev-release.yml | 17 +++++++++-- .../post-build/channels/public-release.yml | 17 +++++++++-- .../channels/public-validation-release.yml | 4 +++ .../templates/post-build/post-build.yml | 23 +++++++++++++- global.json | 2 +- 16 files changed, 129 insertions(+), 100 deletions(-) delete mode 100644 eng/common/post-build/dotnetsymbol-init.ps1 delete mode 100644 eng/common/post-build/sourcelink-cli-init.ps1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9d7669900..fb12ec3a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 82c822ee7db08f5347e6ac44e3ed465248394a9e + 0e36c2410b72166a1b9a67142e652225e22feada diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index ac05256bf..4a6706b63 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -2,7 +2,7 @@ Param( [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, [string] $CoreRootDirectory, [string] $Architecture="x64", - [string] $Framework="netcoreapp3.0", + [string] $Framework="netcoreapp5.0", [string] $CompilationMode="Tiered", [string] $Repository=$env:BUILD_REPOSITORY_NAME, [string] $Branch=$env:BUILD_SOURCEBRANCH, diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index dc6fd2187..76126b1f8 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -3,7 +3,7 @@ source_directory=$BUILD_SOURCESDIRECTORY core_root_directory= architecture=x64 -framework=netcoreapp3.0 +framework=netcoreapp5.0 compilation_mode=tiered repository=$BUILD_REPOSITORY_NAME branch=$BUILD_SOURCEBRANCH @@ -156,6 +156,11 @@ if [[ "$use_core_run" = true ]]; then mv $core_root_directory $new_core_root fi +ci=true + +_script_dir=$(pwd)/eng/common +. "$_script_dir/pipeline-logging-functions.sh" + # Make sure all of our variables are available for future steps Write-PipelineSetVariable -name "UseCoreRun" -value "$use_core_run" -is_multi_job_variable false Write-PipelineSetVariable -name "Architecture" -value "$architecture" -is_multi_job_variable false diff --git a/eng/common/post-build/darc-gather-drop.ps1 b/eng/common/post-build/darc-gather-drop.ps1 index 93a0bd832..89854d3c1 100644 --- a/eng/common/post-build/darc-gather-drop.ps1 +++ b/eng/common/post-build/darc-gather-drop.ps1 @@ -19,7 +19,17 @@ try { ExitWithExitCode $exitCode } + # For now, only use a dry run. + # Ideally we would change darc to enable a quick request that + # would check whether the file exists that you can download it, + # and that it won't conflict with other files. + # https://github.com/dotnet/arcade/issues/3674 + # Right now we can't remove continue-on-error because we ocassionally will have + # dependencies that have no associated builds (e.g. an old dependency). + # We need to add an option to baseline specific dependencies away, or add them manually + # to the BAR. darc gather-drop --non-shipping ` + --dry-run ` --continue-on-error ` --id $BarBuildId ` --output-dir $DropLocation ` diff --git a/eng/common/post-build/dotnetsymbol-init.ps1 b/eng/common/post-build/dotnetsymbol-init.ps1 deleted file mode 100644 index e7659b98c..000000000 --- a/eng/common/post-build/dotnetsymbol-init.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -param ( - $dotnetsymbolVersion = $null -) - -$ErrorActionPreference = "Stop" -Set-StrictMode -Version 2.0 - -. $PSScriptRoot\..\tools.ps1 - -$verbosity = "minimal" - -function Installdotnetsymbol ($dotnetsymbolVersion) { - $dotnetsymbolPackageName = "dotnet-symbol" - - $dotnetRoot = InitializeDotNetCli -install:$true - $dotnet = "$dotnetRoot\dotnet.exe" - $toolList = & "$dotnet" tool list --global - - if (($toolList -like "*$dotnetsymbolPackageName*") -and ($toolList -like "*$dotnetsymbolVersion*")) { - Write-Host "dotnet-symbol version $dotnetsymbolVersion is already installed." - } - else { - Write-Host "Installing dotnet-symbol version $dotnetsymbolVersion..." - Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." - & "$dotnet" tool install $dotnetsymbolPackageName --version $dotnetsymbolVersion --verbosity $verbosity --global - } -} - -Installdotnetsymbol $dotnetsymbolVersion diff --git a/eng/common/post-build/sourcelink-cli-init.ps1 b/eng/common/post-build/sourcelink-cli-init.ps1 deleted file mode 100644 index 9eaa25b3b..000000000 --- a/eng/common/post-build/sourcelink-cli-init.ps1 +++ /dev/null @@ -1,29 +0,0 @@ -param ( - $sourcelinkCliVersion = $null -) - -$ErrorActionPreference = "Stop" -Set-StrictMode -Version 2.0 - -. $PSScriptRoot\..\tools.ps1 - -$verbosity = "minimal" - -function InstallSourcelinkCli ($sourcelinkCliVersion) { - $sourcelinkCliPackageName = "sourcelink" - - $dotnetRoot = InitializeDotNetCli -install:$true - $dotnet = "$dotnetRoot\dotnet.exe" - $toolList = & "$dotnet" tool list --global - - if (($toolList -like "*$sourcelinkCliPackageName*") -and ($toolList -like "*$sourcelinkCliVersion*")) { - Write-Host "SourceLink CLI version $sourcelinkCliVersion is already installed." - } - else { - Write-Host "Installing SourceLink CLI version $sourcelinkCliVersion..." - Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." - & "$dotnet" tool install $sourcelinkCliPackageName --version $sourcelinkCliVersion --verbosity $verbosity --global - } -} - -InstallSourcelinkCli $sourcelinkCliVersion diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index aab7589f2..6d9bdcf72 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -86,8 +86,8 @@ if ($TsaPublish) { if (-not $TsaRepositoryName) { $TsaRepositoryName = "$($Repository)-$($BranchName)" } - Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $SourceDirectory --logger-level $GuardianLoggerLevel" - & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel + Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel" + & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --onboard $True --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel if ($LASTEXITCODE -ne 0) { Write-Host "Guardian tsa-publish failed with exit code $LASTEXITCODE." exit $LASTEXITCODE diff --git a/eng/common/sdl/run-sdl.ps1 b/eng/common/sdl/run-sdl.ps1 index d7b856445..b90c4399b 100644 --- a/eng/common/sdl/run-sdl.ps1 +++ b/eng/common/sdl/run-sdl.ps1 @@ -25,19 +25,19 @@ if ($ValidPath -eq $False) exit 1 } +$configParam = @("--config") + foreach ($tool in $ToolsList) { $gdnConfigFile = Join-Path $gdnConfigPath "$tool-configure.gdnconfig" - $config = $False Write-Host $tool # We have to manually configure tools that run on source to look at the source directory only if ($tool -eq "credscan") { - Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory : $TargetDirectory `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" - & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory : $TargetDirectory " $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) + Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory : $TargetDirectory `" `" OutputType : pre `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" + & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory : $TargetDirectory " "OutputType : pre" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) if ($LASTEXITCODE -ne 0) { Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." exit $LASTEXITCODE } - $config = $True } if ($tool -eq "policheck") { Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" Target : $TargetDirectory `" $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams})" @@ -46,22 +46,14 @@ foreach ($tool in $ToolsList) { Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." exit $LASTEXITCODE } - $config = $True } - Write-Host "$GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel --config $gdnConfigFile $config" - if ($config) { - & $GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel --config $gdnConfigFile - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian run for $tool using $gdnConfigFile failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } - } else { - & $GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian run for $tool failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } - } + $configParam+=$gdnConfigFile } +Write-Host "$GuardianCliLocation run --working-directory $WorkingDirectory --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam" +& $GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam +if ($LASTEXITCODE -ne 0) { + Write-Host "Guardian run for $ToolsList using $configParam failed with exit code $LASTEXITCODE." + exit $LASTEXITCODE +} \ No newline at end of file diff --git a/eng/common/templates/post-build/channels/internal-servicing.yml b/eng/common/templates/post-build/channels/internal-servicing.yml index dc065ab30..4ca36358d 100644 --- a/eng/common/templates/post-build/channels/internal-servicing.yml +++ b/eng/common/templates/post-build/channels/internal-servicing.yml @@ -1,5 +1,7 @@ parameters: enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' stages: - stage: IS_Publish @@ -20,10 +22,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Artifacts + displayName: Download Blob Artifacts inputs: - downloadType: specific files - matchingPattern: "*Artifacts*" + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true - task: PowerShell@2 displayName: Publish @@ -34,7 +42,9 @@ stages: /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} - job: publish_assets displayName: Publish Assets @@ -92,6 +102,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index f2b0cfb26..dab3a10e5 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -1,5 +1,7 @@ parameters: enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' stages: - stage: NetCore_Dev5_Publish @@ -20,10 +22,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Artifacts + displayName: Download Blob Artifacts inputs: - downloadType: specific files - matchingPattern: "*Artifacts*" + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true - task: PowerShell@2 displayName: Publish @@ -34,7 +42,9 @@ stages: /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} - job: displayName: Publish Assets @@ -92,6 +102,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index fd6c09b22..982ee0062 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -1,5 +1,7 @@ parameters: enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' stages: - stage: NetCore_Tools_Latest_Publish @@ -20,10 +22,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Artifacts + displayName: Download Blob Artifacts inputs: - downloadType: specific files - matchingPattern: "*Artifacts*" + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true - task: PowerShell@2 displayName: Publish @@ -34,7 +42,9 @@ stages: /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} - job: displayName: Publish Assets @@ -92,6 +102,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/channels/public-dev-release.yml b/eng/common/templates/post-build/channels/public-dev-release.yml index 771dcf4ef..36b281855 100644 --- a/eng/common/templates/post-build/channels/public-dev-release.yml +++ b/eng/common/templates/post-build/channels/public-dev-release.yml @@ -1,5 +1,7 @@ parameters: enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' stages: - stage: Publish @@ -20,10 +22,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Artifacts + displayName: Download Blob Artifacts inputs: - downloadType: specific files - matchingPattern: "*Artifacts*" + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true - task: PowerShell@2 displayName: Publish @@ -34,7 +42,9 @@ stages: /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} - job: displayName: Publish Assets @@ -92,6 +102,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/channels/public-release.yml b/eng/common/templates/post-build/channels/public-release.yml index 00108bd3f..5dcd9a8c4 100644 --- a/eng/common/templates/post-build/channels/public-release.yml +++ b/eng/common/templates/post-build/channels/public-release.yml @@ -1,5 +1,7 @@ parameters: enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' stages: - stage: PubRel_Publish @@ -20,10 +22,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Artifacts + displayName: Download Blob Artifacts inputs: - downloadType: specific files - matchingPattern: "*Artifacts*" + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true - task: PowerShell@2 displayName: Publish @@ -34,7 +42,9 @@ stages: /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} - job: publish_assets displayName: Publish Assets @@ -92,6 +102,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index f64184da9..c62831095 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -1,3 +1,6 @@ +parameters: + artifactsPublishingAdditionalParameters: '' + stages: - stage: PVR_Publish dependsOn: validate @@ -63,6 +66,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' /p:Configuration=Release + ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 displayName: Publish Packages to AzDO Feed diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index aba0b0fca..e6b75088c 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -7,6 +7,12 @@ parameters: enable: false params: '' + # These parameters let the user customize the call to sdk-task.ps1 for publishing + # symbols & general artifacts as well as for signing validation + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' + signingValidationAdditionalParameters: '' + # Which stages should finish execution before post-build stages start dependsOn: [build] @@ -53,7 +59,8 @@ stages: arguments: -task SigningValidation -restore -msbuildEngine dotnet /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' - /p:Configuration=Release + /p:Configuration=Release + ${{ parameters.signingValidationAdditionalParameters }} - ${{ if eq(parameters.enableSourceLinkValidation, 'true') }}: - job: @@ -87,17 +94,31 @@ stages: - template: \eng\common\templates\post-build\channels\netcore-dev-5.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\public-dev-release.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\public-validation-release.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\public-release.yml + parameters: + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\internal-servicing.yml + parameters: + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/global.json b/global.json index 3869b7715..2c0085d27 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19412.7" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19416.16" } } From caca7adcff5ebbf1364f53a025b574b8d78aa836 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 12:33:21 +0000 Subject: [PATCH 0191/2259] Update dependencies from https://github.com/dotnet/templating build 20190816.1 (#4076) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19416.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb12ec3a0..8350a6cfc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/dotnet/templating - b26965a46aa44c056ba58d6c4f51c0941966873d + f332660b7ba52c18cbfe8c8b9a71f8eea12f419e https://github.com/dotnet/toolset From 2d8e362faed3a84b81e3cb416bde2ba810889bbb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 13:25:39 +0000 Subject: [PATCH 0192/2259] Update dependencies from https://github.com/dotnet/toolset build 20190817.2 (#4077) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19417.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8350a6cfc..9a95e379f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating f332660b7ba52c18cbfe8c8b9a71f8eea12f419e - + https://github.com/dotnet/toolset - 0ab038b1e9f1325b694a66f9790f7c83bb34b859 + 340ec2b8882a0212e5bdce23945189d63391d7ff https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f2b0bed73..7d333300f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19416.4 + 5.0.100-alpha1.19417.2 From c585aff8095936664ad4fb716a529333fb717b05 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 13:55:57 +0000 Subject: [PATCH 0193/2259] [master] Update dependencies from dotnet/cli (#4078) * Update dependencies from https://github.com/dotnet/cli build 20190817.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19417.1 * Update dependencies from https://github.com/dotnet/cli build 20190817.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19417.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a95e379f..595a40d37 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - 3704896d65ef72c93991e0ab94ef7a3ac6086c81 + f0f908d918f9b97a2f648cd1b8adb3e475707be1 diff --git a/eng/Versions.props b/eng/Versions.props index 7d333300f..1ffb6c02e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19415.7 + 5.0.100-alpha1.19417.2 0.2.0 From 628a037f2fb2f82665fbcaace1670a1f1c1a59a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2019 14:35:39 +0000 Subject: [PATCH 0194/2259] Update dependencies from https://github.com/dotnet/toolset build 20190817.4 (#4080) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19417.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 595a40d37..36b80639b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating f332660b7ba52c18cbfe8c8b9a71f8eea12f419e - + https://github.com/dotnet/toolset - 340ec2b8882a0212e5bdce23945189d63391d7ff + fc195cb5679696d0ff8aaf78fae03a5358e88aa5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1ffb6c02e..5a7a557f1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19417.2 + 5.0.100-alpha1.19417.4 From b9d5d1b84548160e174f1f70a6e8a808a5393371 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 12:27:57 +0000 Subject: [PATCH 0195/2259] Update dependencies from https://github.com/dotnet/templating build 20190817.1 (#4086) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19417.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 36b80639b..167293926 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 72925ecc1982a1c47416610607301c3dd055b981 - + https://github.com/dotnet/templating - f332660b7ba52c18cbfe8c8b9a71f8eea12f419e + 184697656cbc995fb5b7aa24b8ace369217896dc https://github.com/dotnet/toolset From 4ee20c31e36a7f70401e1d1baaa03ae521d78bbd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 13:05:21 +0000 Subject: [PATCH 0196/2259] Update dependencies from https://github.com/dotnet/toolset build 20190818.1 (#4087) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19418.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 167293926..4871077a7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - fc195cb5679696d0ff8aaf78fae03a5358e88aa5 + 4d7153868fa6e287853eb2a32ce9acd562418a1e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5a7a557f1..cb84581b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19417.4 + 5.0.100-alpha1.19418.1 From 3bbca6335f0fe90673b98fba4b45544333749dfa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 13:30:17 +0000 Subject: [PATCH 0197/2259] Update dependencies from https://github.com/dotnet/cli build 20190818.1 (#4088) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19418.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4871077a7..94aca8e6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - f0f908d918f9b97a2f648cd1b8adb3e475707be1 + 75ec2f7d77ffa7453cb5e64fec1d5b41e4054f9d diff --git a/eng/Versions.props b/eng/Versions.props index cb84581b4..15f29b930 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19417.2 + 5.0.100-alpha1.19418.1 0.2.0 From 8f34494a6c0f478c5e1d642745df9466f8c1601c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 13:31:00 +0000 Subject: [PATCH 0198/2259] Update dependencies from https://github.com/dotnet/toolset build 20190818.2 (#4089) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19418.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94aca8e6b..166eb7c97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - 4d7153868fa6e287853eb2a32ce9acd562418a1e + f8951e8e0b378c591afc2b83cc0ccbf795253da7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 15f29b930..a868c2643 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19418.1 + 5.0.100-alpha1.19418.2 From b6bc296c3fd3c9fc274124f357cc863851e43f06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 14:10:17 +0000 Subject: [PATCH 0199/2259] Update dependencies from https://github.com/dotnet/toolset build 20190818.4 (#4092) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19418.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 166eb7c97..2caa24c72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - f8951e8e0b378c591afc2b83cc0ccbf795253da7 + 56f717f38df1b54db2447005c6f5e2c90d063657 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a868c2643..3a5a092fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19418.2 + 5.0.100-alpha1.19418.4 From 9df6ca668da053b1fd9b8e318e1b83267c5882e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 18 Aug 2019 14:35:51 +0000 Subject: [PATCH 0200/2259] Update dependencies from https://github.com/dotnet/toolset build 20190818.5 (#4093) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19418.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2caa24c72..44179d71f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - 56f717f38df1b54db2447005c6f5e2c90d063657 + 2302bd550d2d7821b899a6d01b8f199eb082fa23 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3a5a092fa..344a325bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19418.4 + 5.0.100-alpha1.19418.5 From 76e86d8675696075675e0bcf1e028e8e157534d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 19:52:12 +0000 Subject: [PATCH 0201/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190819.2 (#4099) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19419.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19419.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19419.2 - dotnet-watch - 5.0.0-alpha1.19419.2 - dotnet-user-secrets - 5.0.0-alpha1.19419.2 - dotnet-dev-certs - 5.0.0-alpha1.19419.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44179d71f..80d366ea1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 - + https://github.com/aspnet/AspNetCore - 72925ecc1982a1c47416610607301c3dd055b981 + 8987cca7c96bbcf9102b7d299cc833841c6de2b6 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 344a325bf..2db73be90 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19415.8 - 5.0.0-alpha1.19415.8 - 5.0.0-alpha1.19415.8 - 5.0.0-alpha1.19415.8 - 5.0.0-alpha1.19415.8 - 5.0.0-alpha1.19415.8 + 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19419.2 From 5287ee4d1880afb1fa733041073f11ff32c31fba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 21:31:32 +0000 Subject: [PATCH 0202/2259] [master] Update dependencies from dotnet/toolset (#4097) * Update dependencies from https://github.com/dotnet/toolset build 20190819.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19419.2 * Update dependencies from https://github.com/dotnet/toolset build 20190819.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19419.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 80d366ea1..30c9f8a03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - 2302bd550d2d7821b899a6d01b8f199eb082fa23 + b3e83f9622d29f75d7f144ea55d8d6803eb29077 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2db73be90..e240f0804 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19418.5 + 5.0.100-alpha1.19419.4 From 916aa0bcedcfbed72f2c90ca4ec759cdac0a1992 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2019 21:49:15 +0000 Subject: [PATCH 0203/2259] [master] Update dependencies from dotnet/cli (#4091) * Update dependencies from https://github.com/dotnet/cli build 20190818.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19418.2 * Update dependencies from https://github.com/dotnet/cli build 20190819.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19419.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30c9f8a03..9098d509f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - 75ec2f7d77ffa7453cb5e64fec1d5b41e4054f9d + f709ef7ac579717539ac56d58a336f8dce19165d diff --git a/eng/Versions.props b/eng/Versions.props index e240f0804..031a0ca49 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19418.1 + 5.0.100-alpha1.19419.3 0.2.0 From ebc2ec102799cdaf8fffe69bfb213e03e25e9c9c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 12:32:49 +0000 Subject: [PATCH 0204/2259] Update dependencies from https://github.com/dotnet/arcade build 20190819.12 (#4105) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19419.12 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9098d509f..74970f716 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 0e36c2410b72166a1b9a67142e652225e22feada + 10b2260aeed5f07582bf8d8dcd4221a447b171c5 diff --git a/global.json b/global.json index 2c0085d27..2e4612251 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19416.16" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19419.12" } } From 1b7d5219f9cc9f9e839be6a0a5b5b5acee9d739c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 18:05:42 +0000 Subject: [PATCH 0205/2259] Update dependencies from https://github.com/dotnet/cli build 20190820.1 (#4106) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19420.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 74970f716..9b4f0bd79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk dcfa90ff8eda8a459c74e5669f650c3b63e262d0 - + https://github.com/dotnet/cli - f709ef7ac579717539ac56d58a336f8dce19165d + 55110a6f2484462aca2a9a4f030e245595194961 diff --git a/eng/Versions.props b/eng/Versions.props index 031a0ca49..5e20ffdbf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19419.3 + 5.0.100-alpha1.19420.1 0.2.0 From 8e0f6e871065d7b7a22b80c6533904f6f491fe1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 18:10:20 +0000 Subject: [PATCH 0206/2259] Update dependencies from https://github.com/dotnet/sdk build 20190817.1 (#4081) - Microsoft.NET.Sdk - 5.0.100-alpha1.19417.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9b4f0bd79..ad2cff2a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset b3e83f9622d29f75d7f144ea55d8d6803eb29077 - + https://github.com/dotnet/sdk - dcfa90ff8eda8a459c74e5669f650c3b63e262d0 + 0764a2b93c13914bda8bad82fb278fa418b53720 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 5e20ffdbf..3f23e9849 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19414.1 + 5.0.100-alpha1.19417.1 $(MicrosoftNETSdkPackageVersion) From d55181f61ea2249c25e9756da963eda4656d362b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 18:50:40 +0000 Subject: [PATCH 0207/2259] Update dependencies from https://github.com/dotnet/toolset build 20190820.1 (#4108) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19420.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad2cff2a0..27b8fc373 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - b3e83f9622d29f75d7f144ea55d8d6803eb29077 + 277f5b041c047f501ddbea27b9c101761fecea55 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3f23e9849..3431820fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19419.4 + 5.0.100-alpha1.19420.1 From 714fa5d347e56bc27991de29cc9431e134a7e7f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 20:03:21 +0000 Subject: [PATCH 0208/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190820.2 (#4111) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19420.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19420.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19420.2 - dotnet-watch - 5.0.0-alpha1.19420.2 - dotnet-user-secrets - 5.0.0-alpha1.19420.2 - dotnet-dev-certs - 5.0.0-alpha1.19420.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 27b8fc373..07c2c80a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/aspnet/AspNetCore - 8987cca7c96bbcf9102b7d299cc833841c6de2b6 + 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 3431820fb..8fb4e35d8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19419.2 - 5.0.0-alpha1.19419.2 - 5.0.0-alpha1.19419.2 - 5.0.0-alpha1.19419.2 - 5.0.0-alpha1.19419.2 - 5.0.0-alpha1.19419.2 + 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19420.2 From e21c2590c76ea35fd2ab5e16f1cabca9ec015e92 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 20:09:16 +0000 Subject: [PATCH 0209/2259] Update dependencies from https://github.com/dotnet/sdk build 20190820.1 (#4112) - Microsoft.NET.Sdk - 5.0.100-alpha1.19420.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07c2c80a5..ad487fbe0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 277f5b041c047f501ddbea27b9c101761fecea55 - + https://github.com/dotnet/sdk - 0764a2b93c13914bda8bad82fb278fa418b53720 + 13f357d8cd4bc2188c25c028c00faee550555864 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 8fb4e35d8..8c9722623 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19417.1 + 5.0.100-alpha1.19420.1 $(MicrosoftNETSdkPackageVersion) From 3fbbcb8d622a2d73a8e315f8c3a95d24e1aaa41e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 21:21:02 +0000 Subject: [PATCH 0210/2259] Update dependencies from https://github.com/dotnet/cli build 20190820.5 (#4113) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19420.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad487fbe0..6fc6c9ab8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 13f357d8cd4bc2188c25c028c00faee550555864 - + https://github.com/dotnet/cli - 55110a6f2484462aca2a9a4f030e245595194961 + a378703321ffb86ff054fe5140d0359cdd088a8f diff --git a/eng/Versions.props b/eng/Versions.props index 8c9722623..b8b445dbe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19420.1 + 5.0.100-alpha1.19420.5 0.2.0 From 0d34ed2c11c98afb9ba0f7629b1678ed0d204baf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 20 Aug 2019 22:05:41 +0000 Subject: [PATCH 0211/2259] Update dependencies from https://github.com/dotnet/toolset build 20190820.10 (#4115) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19420.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6fc6c9ab8..380a8553c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 184697656cbc995fb5b7aa24b8ace369217896dc - + https://github.com/dotnet/toolset - 277f5b041c047f501ddbea27b9c101761fecea55 + 9141f7bc5c57b4247a96a09660e49c0fcca4bc16 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b8b445dbe..6e3f2de5e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19420.1 + 5.0.100-alpha1.19420.10 From 833a8145ac25491c9d9ae4515eb0f0784e16e1a6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 12:34:47 +0000 Subject: [PATCH 0212/2259] Update dependencies from https://github.com/dotnet/templating build 20190820.1 (#4127) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19420.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 380a8553c..c18fee7bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 - + https://github.com/dotnet/templating - 184697656cbc995fb5b7aa24b8ace369217896dc + 744e8f6807596b7b54655294085ec2ab683173b2 https://github.com/dotnet/toolset From ef0879ab5316bca7dbc5f69a2b7f3c7d16ba3177 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 13:10:14 +0000 Subject: [PATCH 0213/2259] Update dependencies from https://github.com/dotnet/toolset build 20190821.2 (#4128) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c18fee7bc..34e001f3e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 744e8f6807596b7b54655294085ec2ab683173b2 - + https://github.com/dotnet/toolset - 9141f7bc5c57b4247a96a09660e49c0fcca4bc16 + 396797decbf610c3b00de531f924729edead7728 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6e3f2de5e..bc5ac20f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19420.10 + 5.0.100-alpha1.19421.2 From c3b15ac223b72faf39e5fb5cd0ddc1557af147a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 13:35:55 +0000 Subject: [PATCH 0214/2259] [master] Update dependencies from dotnet/toolset (#4130) * Update dependencies from https://github.com/dotnet/toolset build 20190821.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.5 * Update dependencies from https://github.com/dotnet/toolset build 20190821.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 34e001f3e..30d0b0f76 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 744e8f6807596b7b54655294085ec2ab683173b2 - + https://github.com/dotnet/toolset - 396797decbf610c3b00de531f924729edead7728 + f61704ce406595ced0ad323c47308e84b7d184e6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bc5ac20f3..beaa59f90 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19421.2 + 5.0.100-alpha1.19421.3 From f653cb8d7a7a79bc4cec5c7fa46829cb2db12e33 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 13:40:52 +0000 Subject: [PATCH 0215/2259] Update dependencies from https://github.com/dotnet/cli build 20190821.1 (#4131) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19421.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30d0b0f76..524f00058 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 13f357d8cd4bc2188c25c028c00faee550555864 - + https://github.com/dotnet/cli - a378703321ffb86ff054fe5140d0359cdd088a8f + 4aa7399869309390822fe6c961ce35266f882383 diff --git a/eng/Versions.props b/eng/Versions.props index beaa59f90..cd12a1263 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19420.5 + 5.0.100-alpha1.19421.1 0.2.0 From 2511df1dac4f013983282706d65eb99e4931eb6f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 14:31:33 +0000 Subject: [PATCH 0216/2259] Update dependencies from https://github.com/dotnet/toolset build 20190821.6 (#4132) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 524f00058..2d0da3d82 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 744e8f6807596b7b54655294085ec2ab683173b2 - + https://github.com/dotnet/toolset - f61704ce406595ced0ad323c47308e84b7d184e6 + 81f521985e54e4229ad080e8234b110bb419c3b9 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index cd12a1263..e6397883f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19421.3 + 5.0.100-alpha1.19421.6 From 491ba95fc936a3959819fec3280046ebc21920f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 15:55:00 +0000 Subject: [PATCH 0217/2259] Update dependencies from https://github.com/dotnet/sdk build 20190821.1 (#4134) - Microsoft.NET.Sdk - 5.0.100-alpha1.19421.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d0da3d82..7936c3373 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 81f521985e54e4229ad080e8234b110bb419c3b9 - + https://github.com/dotnet/sdk - 13f357d8cd4bc2188c25c028c00faee550555864 + 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index e6397883f..8677e6e33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19420.1 + 5.0.100-alpha1.19421.1 $(MicrosoftNETSdkPackageVersion) From bfe17d4e43415450a4babfa8a4c1d9ef73b47e06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2019 23:48:13 +0000 Subject: [PATCH 0218/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190821.1 (#4145) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19421.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19421.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19421.1 - dotnet-watch - 5.0.0-alpha1.19421.1 - dotnet-user-secrets - 5.0.0-alpha1.19421.1 - dotnet-dev-certs - 5.0.0-alpha1.19421.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7936c3373..f347932e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 4b82b1edad5fb7b1f9e865a8429c2da33c921854 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/aspnet/AspNetCore - 5b2f3fb5f7f24ac3e91c5150a55cc411b2b36b76 + e0f95cfa6feec402ea34a605965f356720006513 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 8677e6e33..482ec00fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19420.2 - 5.0.0-alpha1.19420.2 - 5.0.0-alpha1.19420.2 - 5.0.0-alpha1.19420.2 - 5.0.0-alpha1.19420.2 - 5.0.0-alpha1.19420.2 + 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19421.1 From 2c587dc0818e3023b10fae69bef3d0276ecce5d3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 00:55:40 +0000 Subject: [PATCH 0219/2259] Update dependencies from https://github.com/dotnet/cli build 20190821.4 (#4148) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19421.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f347932e2..edca048c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 4aa7399869309390822fe6c961ce35266f882383 + f0818d3f31520f8eae6dffb2d071f893fa40265f diff --git a/eng/Versions.props b/eng/Versions.props index 482ec00fa..5dfe9a4c9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19421.1 + 5.0.100-alpha1.19421.4 0.2.0 From f1cb0c113fe859a66daf11dac9165c621ba42cfa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 01:35:18 +0000 Subject: [PATCH 0220/2259] Update dependencies from https://github.com/dotnet/toolset build 20190821.20 (#4151) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.20 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index edca048c7..553f327c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 744e8f6807596b7b54655294085ec2ab683173b2 - + https://github.com/dotnet/toolset - 81f521985e54e4229ad080e8234b110bb419c3b9 + 61de6e21f88b8cbf66f45364ef7580a2ca66389c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5dfe9a4c9..a43294a36 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19421.6 + 5.0.100-alpha1.19421.20 From 7d57d1a823df300f9ae9b3203a1ade72cc703343 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 02:00:55 +0000 Subject: [PATCH 0221/2259] Update dependencies from https://github.com/dotnet/toolset build 20190821.22 (#4153) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19421.22 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 553f327c2..60da0a73c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 744e8f6807596b7b54655294085ec2ab683173b2 - + https://github.com/dotnet/toolset - 61de6e21f88b8cbf66f45364ef7580a2ca66389c + f3e4c2ba67d6d8e494daf3be230aece6238997dc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a43294a36..213fa2e60 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19421.20 + 5.0.100-alpha1.19421.22 From 286593900764e88f252c8aae1be10b2c6e4506a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 12:34:00 +0000 Subject: [PATCH 0222/2259] Update dependencies from https://github.com/dotnet/templating build 20190821.1 (#4160) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19421.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 60da0a73c..30fae9a03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/dotnet/templating - 744e8f6807596b7b54655294085ec2ab683173b2 + fb6e6e379543a17d410afe5a808465bb4c40a1b2 https://github.com/dotnet/toolset From b8dcb2ee220916fdc929b70095d8c36852859ca8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 12:34:05 +0000 Subject: [PATCH 0223/2259] [master] Update dependencies from dotnet/arcade (#4126) * Update dependencies from https://github.com/dotnet/arcade build 20190820.8 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19420.8 * Update dependencies from https://github.com/dotnet/arcade build 20190821.4 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19421.4 --- eng/Version.Details.xml | 4 +- .../post-build/sourcelink-validation.ps1 | 82 +++++++++++++------ .../post-build/channels/netcore-dev-5.yml | 8 +- .../channels/netcore-tools-latest.yml | 8 +- .../channels/public-dev-release.yml | 6 ++ .../post-build/channels/public-release.yml | 1 + .../channels/public-validation-release.yml | 8 +- .../templates/post-build/common-variables.yml | 7 ++ .../templates/post-build/post-build.yml | 6 ++ global.json | 2 +- 10 files changed, 100 insertions(+), 32 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30fae9a03..3ba091412 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 10b2260aeed5f07582bf8d8dcd4221a447b171c5 + 27a6926f6b1d4b36d86a236d2b05cdee3669589e diff --git a/eng/common/post-build/sourcelink-validation.ps1 b/eng/common/post-build/sourcelink-validation.ps1 index 41e01ae6e..428e8c960 100644 --- a/eng/common/post-build/sourcelink-validation.ps1 +++ b/eng/common/post-build/sourcelink-validation.ps1 @@ -1,8 +1,8 @@ param( [Parameter(Mandatory=$true)][string] $InputPath, # Full path to directory where Symbols.NuGet packages to be checked are stored [Parameter(Mandatory=$true)][string] $ExtractPath, # Full path to directory where the packages will be extracted during validation - [Parameter(Mandatory=$true)][string] $GHRepoName, # GitHub name of the repo including the Org. E.g., dotnet/arcade - [Parameter(Mandatory=$true)][string] $GHCommit, # GitHub commit SHA used to build the packages + [Parameter(Mandatory=$false)][string] $GHRepoName, # GitHub name of the repo including the Org. E.g., dotnet/arcade + [Parameter(Mandatory=$false)][string] $GHCommit, # GitHub commit SHA used to build the packages [Parameter(Mandatory=$true)][string] $SourcelinkCliVersion # Version of SourceLink CLI to use ) @@ -13,6 +13,12 @@ param( # all files present in the repo at a specific commit point. $global:RepoFiles = @{} +# Maximum number of jobs to run in parallel +$MaxParallelJobs = 6 + +# Wait time between check for system load +$SecondsBetweenLoadChecks = 10 + $ValidatePackage = { param( [string] $PackagePath # Full path to a Symbols.NuGet package @@ -22,8 +28,8 @@ $ValidatePackage = { # Ensure input file exist if (!(Test-Path $PackagePath)) { - Write-PipelineTaskError "Input file does not exist: $PackagePath" - ExitWithExitCode 1 + Write-Host "Input file does not exist: $PackagePath" + return 1 } # Extensions for which we'll look for SourceLink information @@ -38,7 +44,7 @@ $ValidatePackage = { Add-Type -AssemblyName System.IO.Compression.FileSystem - [System.IO.Directory]::CreateDirectory($ExtractPath); + [System.IO.Directory]::CreateDirectory($ExtractPath) | Out-Null try { $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) @@ -138,16 +144,18 @@ $ValidatePackage = { if ($FailedFiles -eq 0) { Write-Host "Passed." + return 0 } else { - Write-PipelineTaskError "$PackagePath has broken SourceLink links." + Write-Host "$PackagePath has broken SourceLink links." + return 1 } } function ValidateSourceLinkLinks { - if (!($GHRepoName -Match "^[^\s\/]+/[^\s\/]+$")) { + if ($GHRepoName -ne "" -and !($GHRepoName -Match "^[^\s\/]+/[^\s\/]+$")) { if (!($GHRepoName -Match "^[^\s-]+-[^\s]+$")) { - Write-PipelineTaskError "GHRepoName should be in the format / or -" + Write-PipelineTaskError "GHRepoName should be in the format / or -. '$GHRepoName'" ExitWithExitCode 1 } else { @@ -155,30 +163,33 @@ function ValidateSourceLinkLinks { } } - if (!($GHCommit -Match "^[0-9a-fA-F]{40}$")) { - Write-PipelineTaskError "GHCommit should be a 40 chars hexadecimal string" + if ($GHCommit -ne "" -and !($GHCommit -Match "^[0-9a-fA-F]{40}$")) { + Write-PipelineTaskError "GHCommit should be a 40 chars hexadecimal string. '$GHCommit'" ExitWithExitCode 1 } - $RepoTreeURL = -Join("http://api.github.com/repos/", $GHRepoName, "/git/trees/", $GHCommit, "?recursive=1") - $CodeExtensions = @(".cs", ".vb", ".fs", ".fsi", ".fsx", ".fsscript") + if ($GHRepoName -ne "" -and $GHCommit -ne "") { + $RepoTreeURL = -Join("http://api.github.com/repos/", $GHRepoName, "/git/trees/", $GHCommit, "?recursive=1") + $CodeExtensions = @(".cs", ".vb", ".fs", ".fsi", ".fsx", ".fsscript") - try { - # Retrieve the list of files in the repo at that particular commit point and store them in the RepoFiles hash - $Data = Invoke-WebRequest $RepoTreeURL -UseBasicParsing | ConvertFrom-Json | Select-Object -ExpandProperty tree + try { + # Retrieve the list of files in the repo at that particular commit point and store them in the RepoFiles hash + $Data = Invoke-WebRequest $RepoTreeURL -UseBasicParsing | ConvertFrom-Json | Select-Object -ExpandProperty tree - foreach ($file in $Data) { - $Extension = [System.IO.Path]::GetExtension($file.path) + foreach ($file in $Data) { + $Extension = [System.IO.Path]::GetExtension($file.path) - if ($CodeExtensions.Contains($Extension)) { - $RepoFiles[$file.path] = 1 + if ($CodeExtensions.Contains($Extension)) { + $RepoFiles[$file.path] = 1 + } } } + catch { + Write-Host "Problems downloading the list of files from the repo. Url used: $RepoTreeURL . Execution will proceed without caching." + } } - catch { - Write-PipelineTaskError "Problems downloading the list of files from the repo. Url used: $RepoTreeURL" - Write-Host $_ - ExitWithExitCode 1 + elseif ($GHRepoName -ne "" -or $GHCommit -ne "") { + Write-Host "For using the http caching mechanism both GHRepoName and GHCommit should be informed." } if (Test-Path $ExtractPath) { @@ -186,14 +197,33 @@ function ValidateSourceLinkLinks { } # Process each NuGet package in parallel - $Jobs = @() Get-ChildItem "$InputPath\*.symbols.nupkg" | ForEach-Object { - $Jobs += Start-Job -ScriptBlock $ValidatePackage -ArgumentList $_.FullName + Start-Job -ScriptBlock $ValidatePackage -ArgumentList $_.FullName | Out-Null + $NumJobs = @(Get-Job -State 'Running').Count + + while ($NumJobs -ge $MaxParallelJobs) { + Write-Host "There are $NumJobs validation jobs running right now. Waiting $SecondsBetweenLoadChecks seconds to check again." + sleep $SecondsBetweenLoadChecks + $NumJobs = @(Get-Job -State 'Running').Count + } + + foreach ($Job in @(Get-Job -State 'Completed')) { + Receive-Job -Id $Job.Id + Remove-Job -Id $Job.Id + } } + $ValidationFailures = 0 foreach ($Job in $Jobs) { - Wait-Job -Id $Job.Id | Receive-Job + $jobResult = Wait-Job -Id $Job.Id | Receive-Job + if ($jobResult -ne "0") { + $ValidationFailures++ + } + } + if ($ValidationFailures -gt 0) { + Write-PipelineTaskError " $ValidationFailures package(s) failed validation." + ExitWithExitCode 1 } } diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index dab3a10e5..812def315 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -2,6 +2,7 @@ parameters: enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: NetCore_Dev5_Publish @@ -101,7 +102,12 @@ stages: /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release + /p:Configuration=Release + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 982ee0062..c2d207673 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -2,6 +2,7 @@ parameters: enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: NetCore_Tools_Latest_Publish @@ -101,7 +102,12 @@ stages: /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release + /p:Configuration=Release + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 diff --git a/eng/common/templates/post-build/channels/public-dev-release.yml b/eng/common/templates/post-build/channels/public-dev-release.yml index 36b281855..afa954214 100644 --- a/eng/common/templates/post-build/channels/public-dev-release.yml +++ b/eng/common/templates/post-build/channels/public-dev-release.yml @@ -2,6 +2,7 @@ parameters: enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: Publish @@ -102,6 +103,11 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 diff --git a/eng/common/templates/post-build/channels/public-release.yml b/eng/common/templates/post-build/channels/public-release.yml index 5dcd9a8c4..7ec1f89c0 100644 --- a/eng/common/templates/post-build/channels/public-release.yml +++ b/eng/common/templates/post-build/channels/public-release.yml @@ -90,6 +90,7 @@ stages: /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:AzureStorageAccountName=$(ProxyBackedFeedsAccountName) /p:AzureStorageAccountKey=$(dotnetfeed-storage-access-key-1) /p:AzureDevOpsFeedsBaseUrl=$(dotnetfeed-internal-private-feed-url) diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index c62831095..12124d621 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -1,5 +1,6 @@ parameters: artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: PVR_Publish @@ -65,7 +66,12 @@ stages: /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' - /p:Configuration=Release + /p:Configuration=Release + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - task: NuGetCommand@2 diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 52a74487f..b00d85d8c 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -1,5 +1,6 @@ variables: - group: Publish-Build-Assets + - group: DotNet-DotNetCli-Storage # .NET Core 3 Dev - name: PublicDevRelease_30_Channel_Id @@ -45,3 +46,9 @@ variables: value: 3.0.0 - name: SymbolToolVersion value: 1.0.1 + + # Default locations for Installers and checksums + - name: ChecksumsBlobFeedUrl + value: https://dotnetcli.blob.core.windows.net/dotnet/index.json + - name: InstallersBlobFeedUrl + value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index e6b75088c..3f239fae2 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -3,6 +3,7 @@ parameters: enableSigningValidation: true enableSymbolValidation: true enableNugetValidation: true + publishInstallersAndChecksums: false SDLValidationParameters: enable: false params: '' @@ -85,6 +86,7 @@ stages: -GHRepoName $(Build.Repository.Name) -GHCommit $(Build.SourceVersion) -SourcelinkCliVersion $(SourceLinkCLIVersion) + continueOnError: true - ${{ if eq(parameters.SDLValidationParameters.enable, 'true') }}: - template: /eng/common/templates/job/execute-sdl.yml @@ -96,22 +98,26 @@ stages: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\public-dev-release.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\public-validation-release.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\public-release.yml parameters: diff --git a/global.json b/global.json index 2e4612251..4f2c29110 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19419.12" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19421.4" } } From 88bc852715c53a835005ea39420fd5570b40bc5b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 13:10:44 +0000 Subject: [PATCH 0224/2259] [master] Update dependencies from dotnet/toolset (#4161) * Update dependencies from https://github.com/dotnet/toolset build 20190822.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19422.1 * Update dependencies from https://github.com/dotnet/toolset build 20190822.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19422.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3ba091412..5db85f413 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fb6e6e379543a17d410afe5a808465bb4c40a1b2 - + https://github.com/dotnet/toolset - f3e4c2ba67d6d8e494daf3be230aece6238997dc + 71d7394ffab67f62f4119d2abcb5613e9b5eb9ab https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 213fa2e60..3365f5198 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19421.22 + 5.0.100-alpha1.19422.2 From 512191a73f47150efbebb1cb936a8c41a246d5f7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 13:36:24 +0000 Subject: [PATCH 0225/2259] Update dependencies from https://github.com/dotnet/toolset build 20190822.4 (#4163) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19422.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5db85f413..f504efd1b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fb6e6e379543a17d410afe5a808465bb4c40a1b2 - + https://github.com/dotnet/toolset - 71d7394ffab67f62f4119d2abcb5613e9b5eb9ab + cd655847080bf54a477e3e9b79ad113151151263 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3365f5198..7d3a68395 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19422.2 + 5.0.100-alpha1.19422.4 From 9d1a212b959e816bd09fe9a61c6c029e817ce1de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 13:48:50 +0000 Subject: [PATCH 0226/2259] [master] Update dependencies from dotnet/cli (#4149) * Update dependencies from https://github.com/dotnet/cli build 20190821.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19421.6 * Update dependencies from https://github.com/dotnet/cli build 20190822.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19422.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f504efd1b..581ab7cb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - f0818d3f31520f8eae6dffb2d071f893fa40265f + 84b83427fdefec8da532df73f1245a320636808f diff --git a/eng/Versions.props b/eng/Versions.props index 7d3a68395..512888d94 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19421.4 + 5.0.100-alpha1.19422.2 0.2.0 From c255a56edc73c228d1883fbbcd7f5e5bd8673fe9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2019 14:25:49 +0000 Subject: [PATCH 0227/2259] Update dependencies from https://github.com/dotnet/toolset build 20190822.6 (#4166) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19422.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 581ab7cb4..84b404e4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fb6e6e379543a17d410afe5a808465bb4c40a1b2 - + https://github.com/dotnet/toolset - cd655847080bf54a477e3e9b79ad113151151263 + 359d6174aa037f6f759525d249fde55841bca21f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 512888d94..5bdf88711 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19422.4 + 5.0.100-alpha1.19422.6 From 2d3eb50a6b70506ff2626c78984671cbb0a66566 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 05:41:43 +0000 Subject: [PATCH 0228/2259] [master] Update dependencies from dotnet/core-setup (#4048) * Update dependencies from https://github.com/dotnet/core-setup build 20190815.5 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.5 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.7 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.8 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.11 * Update dependencies from https://github.com/dotnet/core-setup build 20190815.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19415.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19415.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19415.12 * Update dependencies from https://github.com/dotnet/core-setup build 20190816.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19416.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19416.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19416.9 * Update dependencies from https://github.com/dotnet/core-setup build 20190816.13 - Microsoft.NETCore.App - 5.0.0-alpha1.19416.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19416.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19416.13 * Update dependencies from https://github.com/dotnet/core-setup build 20190817.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19417.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19417.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19417.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190817.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19417.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19417.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19417.2 * Update dependencies from https://github.com/dotnet/core-setup build 20190818.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19418.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19418.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19418.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190818.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19418.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19418.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19418.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190819.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19419.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19419.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19419.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190819.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19419.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19419.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19419.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190819.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19419.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19419.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19419.7 * Update dependencies from https://github.com/dotnet/core-setup build 20190819.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19419.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19419.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19419.8 * Update dependencies from https://github.com/dotnet/core-setup build 20190820.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19420.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19420.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19420.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190820.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19420.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19420.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19420.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190820.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19420.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19420.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19420.9 * Update dependencies from https://github.com/dotnet/core-setup build 20190820.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19420.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19420.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19420.11 * Update dependencies from https://github.com/dotnet/core-setup build 20190821.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19421.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19421.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19421.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190821.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19421.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19421.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19421.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190821.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19421.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19421.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19421.8 * Update dependencies from https://github.com/dotnet/core-setup build 20190821.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19421.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19421.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19421.12 * Update dependencies from https://github.com/dotnet/core-setup build 20190821.21 - Microsoft.NETCore.App - 5.0.0-alpha1.19421.21 - NETStandard.Library.Ref - 2.1.0-alpha1.19421.21 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19421.21 * Update dependencies from https://github.com/dotnet/core-setup build 20190822.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19422.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19422.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19422.2 * Update dependencies from https://github.com/dotnet/core-setup build 20190822.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19422.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19422.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19422.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190822.5 - Microsoft.NETCore.App - 5.0.0-alpha1.19422.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19422.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19422.5 * Update dependencies from https://github.com/dotnet/core-setup build 20190822.13 - Microsoft.NETCore.App - 5.0.0-alpha1.19422.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19422.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19422.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84b404e4c..24c325035 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 4b82b1edad5fb7b1f9e865a8429c2da33c921854 + a307f0df21061400efeaf50b267f032a09146fee - + https://github.com/dotnet/core-setup - 4b82b1edad5fb7b1f9e865a8429c2da33c921854 + a307f0df21061400efeaf50b267f032a09146fee - + https://github.com/dotnet/core-setup - 4b82b1edad5fb7b1f9e865a8429c2da33c921854 + a307f0df21061400efeaf50b267f032a09146fee https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 5bdf88711..b25748df2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19422.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19415.3 + 2.1.0-alpha1.19422.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19415.3 + 5.0.0-alpha1.19422.13 $(MicrosoftWindowsDesktopAppPackageVersion) From 37741500b99b51183f23011c108b16b805ea0f0b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 07:10:41 +0000 Subject: [PATCH 0229/2259] Update dependencies from https://github.com/dotnet/toolset build 20190822.23 (#4189) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19422.23 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 24c325035..fb99666e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating fb6e6e379543a17d410afe5a808465bb4c40a1b2 - + https://github.com/dotnet/toolset - 359d6174aa037f6f759525d249fde55841bca21f + 89739a2dc49994b66362c4a43836b6ab8b923fec https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b25748df2..1e7f4bc7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19422.6 + 5.0.100-alpha1.19422.23 From 5fea3bea7c18aa4f985ac85a827d4fc650cd27fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 12:33:14 +0000 Subject: [PATCH 0230/2259] Update dependencies from https://github.com/dotnet/arcade build 20190822.24 (#4193) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19422.24 --- eng/Version.Details.xml | 4 +- eng/common/performance/perfhelixpublish.proj | 25 +++++++++++++ eng/common/performance/performance-setup.ps1 | 17 ++++++++- eng/common/performance/performance-setup.sh | 37 ++++++++++++++++++- .../post-build/sourcelink-validation.ps1 | 2 +- global.json | 2 +- 6 files changed, 81 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb99666e0..c859ac6f9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 27a6926f6b1d4b36d86a236d2b05cdee3669589e + c7f03b2cf06bdfc64dad4140fd0d486127095cd8 diff --git a/eng/common/performance/perfhelixpublish.proj b/eng/common/performance/perfhelixpublish.proj index 05e5f0989..d07b1fa6e 100644 --- a/eng/common/performance/perfhelixpublish.proj +++ b/eng/common/performance/perfhelixpublish.proj @@ -5,8 +5,14 @@ --dotnet-versions %DOTNET_VERSION% --cli-source-info args --cli-branch %PERFLAB_BRANCH% --cli-commit-sha %PERFLAB_HASH% --cli-repository https://github.com/%PERFLAB_REPO% --cli-source-timestamp %PERFLAB_BUILDTIMESTAMP% py -3 %HELIX_CORRELATION_PAYLOAD%\Core_Root\CoreRun.exe + %HELIX_CORRELATION_PAYLOAD%\Baseline_Core_Root\CoreRun.exe $(HelixPreCommands);call %HELIX_CORRELATION_PAYLOAD%\performance\tools\machine-setup.cmd %HELIX_CORRELATION_PAYLOAD%\artifacts\BenchmarkDotNet.Artifacts + %HELIX_CORRELATION_PAYLOAD%\artifacts\BenchmarkDotNet.Artifacts_Baseline + %HELIX_CORRELATION_PAYLOAD%\performance\src\tools\ResultsComparer\ResultsComparer.csproj + %HELIX_CORRELATION_PAYLOAD%\performance\tools\dotnet\$(Architecture)\dotnet.exe + %25%25 + %HELIX_WORKITEM_ROOT%\testResults.xml @@ -24,14 +30,24 @@ --dotnet-versions $DOTNET_VERSION --cli-source-info args --cli-branch $PERFLAB_BRANCH --cli-commit-sha $PERFLAB_HASH --cli-repository https://github.com/$PERFLAB_REPO --cli-source-timestamp $PERFLAB_BUILDTIMESTAMP python3 $(BaseDirectory)/Core_Root/corerun + $(BaseDirectory)/Baseline_Core_Root/corerun $(HelixPreCommands);chmod +x $(PerformanceDirectory)/tools/machine-setup.sh;. $(PerformanceDirectory)/tools/machine-setup.sh $(BaseDirectory)/artifacts/BenchmarkDotNet.Artifacts + $(BaseDirectory)/artifacts/BenchmarkDotNet.Artifacts_Baseline + $(PerformanceDirectory)/src/tools/ResultsComparer/ResultsComparer.csproj + $(PerformanceDirectory)/tools/dotnet/$(Architecture)/dotnet + %25 + $HELIX_WORKITEM_ROOT/testResults.xml --corerun $(CoreRun) + + --corerun $(BaselineCoreRun) + + $(Python) $(WorkItemCommand) --incremental no --architecture $(Architecture) -f $(_Framework) $(PerfLabArguments) @@ -57,20 +73,29 @@ + + false + + $(WorkItemDirectory) + $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument) --artifacts $(BaselineArtifactsDirectory) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument) --artifacts $(ArtifactsDirectory) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" + $(DotnetExe) run -f $(_Framework) -p $(ResultsComparer) --base $(BaselineArtifactsDirectory) --diff $(ArtifactsDirectory) --threshold 2$(Percent) --xml $(XMLResults);$(FinalCommand) 4:00 + $(WorkItemDirectory) + $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument) --artifacts $(ArtifactsDirectory)" $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument) --artifacts $(ArtifactsDirectory)" + $(DotnetExe) run -f $(_Framework) -p $(ResultsComparer) --base $(BaselineArtifactsDirectory) --diff $(ArtifactsDirectory) --threshold 2$(Percent) --xml $(XMLResults) 4:00 diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index 4a6706b63..268986246 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -1,6 +1,7 @@ Param( [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, [string] $CoreRootDirectory, + [string] $BaselineCoreRootDirectory, [string] $Architecture="x64", [string] $Framework="netcoreapp5.0", [string] $CompilationMode="Tiered", @@ -12,11 +13,13 @@ Param( [string] $Csproj="src\benchmarks\micro\MicroBenchmarks.csproj", [string] $Kind="micro", [switch] $Internal, + [switch] $Compare, [string] $Configurations="CompilationMode=$CompilationMode" ) $RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") $UseCoreRun = ($CoreRootDirectory -ne [string]::Empty) +$UseBaselineCoreRun = ($BaselineCoreRootDirectory -ne [string]::Empty) $PayloadDirectory = (Join-Path $SourceDirectory "Payload") $PerformanceDirectory = (Join-Path $PayloadDirectory "performance") @@ -29,7 +32,13 @@ $HelixSourcePrefix = "pr" $Queue = "Windows.10.Amd64.ClientRS4.DevEx.15.8.Open" if ($Framework.StartsWith("netcoreapp")) { - $Queue = "Windows.10.Amd64.ClientRS4.Open" + $Queue = "Windows.10.Amd64.ClientRS5.Open" +} + +if ($Compare) { + $Queue = "Windows.10.Amd64.19H1.Tiger.Perf.Open" + $PerfLabArguments = "" + $ExtraBenchmarkDotNetArguments = "" } if ($Internal) { @@ -56,6 +65,10 @@ if ($UseCoreRun) { $NewCoreRoot = (Join-Path $PayloadDirectory "Core_Root") Move-Item -Path $CoreRootDirectory -Destination $NewCoreRoot } +if ($UseBaselineCoreRun) { + $NewBaselineCoreRoot = (Join-Path $PayloadDirectory "Baseline_Core_Root") + Move-Item -Path $BaselineCoreRootDirectory -Destination $NewBaselineCoreRoot +} $DocsDir = (Join-Path $PerformanceDirectory "docs") robocopy $DocsDir $WorkItemDirectory @@ -80,7 +93,9 @@ Write-PipelineSetVariable -Name 'TargetCsproj' -Value "$Csproj" -IsMultiJobVaria Write-PipelineSetVariable -Name 'Kind' -Value "$Kind" -IsMultiJobVariable $false Write-PipelineSetVariable -Name 'Architecture' -Value "$Architecture" -IsMultiJobVariable $false Write-PipelineSetVariable -Name 'UseCoreRun' -Value "$UseCoreRun" -IsMultiJobVariable $false +Write-PipelineSetVariable -Name 'UseBaselineCoreRun' -Value "$UseBaselineCoreRun" -IsMultiJobVariable $false Write-PipelineSetVariable -Name 'RunFromPerfRepo' -Value "$RunFromPerformanceRepo" -IsMultiJobVariable $false +Write-PipelineSetVariable -Name 'Compare' -Value "$Compare" -IsMultiJobVariable $false # Helix Arguments Write-PipelineSetVariable -Name 'Creator' -Value "$Creator" -IsMultiJobVariable $false diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 76126b1f8..550b3ebf1 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -2,6 +2,7 @@ source_directory=$BUILD_SOURCESDIRECTORY core_root_directory= +baseline_core_root_directory= architecture=x64 framework=netcoreapp5.0 compilation_mode=tiered @@ -10,12 +11,14 @@ branch=$BUILD_SOURCEBRANCH commit_sha=$BUILD_SOURCEVERSION build_number=$BUILD_BUILDNUMBER internal=false +compare=false kind="micro" run_categories="coreclr corefx" csproj="src\benchmarks\micro\MicroBenchmarks.csproj" configurations= run_from_perf_repo=false use_core_run=true +use_baseline_core_run=true while (($# > 0)); do lowerI="$(echo $1 | awk '{print tolower($0)}')" @@ -28,6 +31,10 @@ while (($# > 0)); do core_root_directory=$2 shift 2 ;; + --baselinecorerootdirectory) + baseline_core_root_directory=$2 + shift 2 + ;; --architecture) architecture=$2 shift 2 @@ -72,6 +79,10 @@ while (($# > 0)); do internal=true shift 1 ;; + --compare) + compare=true + shift 1 + ;; --configurations) configurations=$2 shift 2 @@ -114,6 +125,10 @@ if [ -z "$core_root_directory" ]; then use_core_run=false fi +if [ -z "$baseline_core_root_directory" ]; then + use_baseline_core_run=false +fi + payload_directory=$source_directory/Payload performance_directory=$payload_directory/performance workitem_directory=$source_directory/workitem @@ -123,6 +138,19 @@ queue=Ubuntu.1804.Amd64.Open creator=$BUILD_DEFINITIONNAME helix_source_prefix="pr" +if [[ "$compare" == true ]]; then + extra_benchmark_dotnet_arguments= + perflab_arguments= + + # No open queues for arm64 + if [[ "$architecture" = "arm64" ]]; then + echo "Compare not available for arm64" + exit 1 + fi + + queue=Ubuntu.1804.Amd64.Tiger.Perf.Open +fi + if [[ "$internal" == true ]]; then perflab_arguments="--upload-to-perflab-container" helix_source_prefix="official" @@ -156,6 +184,11 @@ if [[ "$use_core_run" = true ]]; then mv $core_root_directory $new_core_root fi +if [[ "$use_baseline_core_run" = true ]]; then + new_baseline_core_root=$payload_directory/Baseline_Core_Root + mv $baseline_core_root_directory $new_baseline_core_root +fi + ci=true _script_dir=$(pwd)/eng/common @@ -163,6 +196,7 @@ _script_dir=$(pwd)/eng/common # Make sure all of our variables are available for future steps Write-PipelineSetVariable -name "UseCoreRun" -value "$use_core_run" -is_multi_job_variable false +Write-PipelineSetVariable -name "UseBaselineCoreRun" -value "$use_baseline_core_run" -is_multi_job_variable false Write-PipelineSetVariable -name "Architecture" -value "$architecture" -is_multi_job_variable false Write-PipelineSetVariable -name "PayloadDirectory" -value "$payload_directory" -is_multi_job_variable false Write-PipelineSetVariable -name "PerformanceDirectory" -value "$performance_directory" -is_multi_job_variable false @@ -178,4 +212,5 @@ Write-PipelineSetVariable -name "RunFromPerfRepo" -value "$run_from_perf_repo" - Write-PipelineSetVariable -name "Creator" -value "$creator" -is_multi_job_variable false Write-PipelineSetVariable -name "HelixSourcePrefix" -value "$helix_source_prefix" -is_multi_job_variable false Write-PipelineSetVariable -name "Kind" -value "$kind" -is_multi_job_variable false -Write-PipelineSetVariable -name "_BuildConfig" -value "$architecture.$kind.$framework" -is_multi_job_variable false \ No newline at end of file +Write-PipelineSetVariable -name "_BuildConfig" -value "$architecture.$kind.$framework" -is_multi_job_variable false +Write-PipelineSetVariable -name "Compare" -value "$compare" -is_multi_job_variable false diff --git a/eng/common/post-build/sourcelink-validation.ps1 b/eng/common/post-build/sourcelink-validation.ps1 index 428e8c960..bbfdacca1 100644 --- a/eng/common/post-build/sourcelink-validation.ps1 +++ b/eng/common/post-build/sourcelink-validation.ps1 @@ -215,7 +215,7 @@ function ValidateSourceLinkLinks { } $ValidationFailures = 0 - foreach ($Job in $Jobs) { + foreach ($Job in @(Get-Job)) { $jobResult = Wait-Job -Id $Job.Id | Receive-Job if ($jobResult -ne "0") { $ValidationFailures++ diff --git a/global.json b/global.json index 4f2c29110..5571684d6 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19421.4" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19422.24" } } From 2a899f8c0b684ac29e9d8b97ede2fb02aa497196 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 12:33:35 +0000 Subject: [PATCH 0231/2259] Update dependencies from https://github.com/dotnet/templating build 20190822.1 (#4194) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19422.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c859ac6f9..3e1204244 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore e0f95cfa6feec402ea34a605965f356720006513 - + https://github.com/dotnet/templating - fb6e6e379543a17d410afe5a808465bb4c40a1b2 + dc18771e863226441ac269c8c7311f346ea3f2f0 https://github.com/dotnet/toolset From ad545f4387808c619ed67fb8cfa8d36da29cbab4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 13:10:16 +0000 Subject: [PATCH 0232/2259] [master] Update dependencies from dotnet/toolset (#4195) * Update dependencies from https://github.com/dotnet/toolset build 20190823.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.3 * Update dependencies from https://github.com/dotnet/toolset build 20190823.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3e1204244..d9e464793 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 89739a2dc49994b66362c4a43836b6ab8b923fec + 7ffd09ed29680026a2ce057f2d989c0643c4eddd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1e7f4bc7a..1f816e77a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19422.23 + 5.0.100-alpha1.19423.4 From 55701a451cdb326d4f2150d0159761bace145231 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 13:55:04 +0000 Subject: [PATCH 0233/2259] [master] Update dependencies from dotnet/cli (#4188) * Update dependencies from https://github.com/dotnet/cli build 20190822.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19422.7 * Update dependencies from https://github.com/dotnet/cli build 20190823.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.2 * Update dependencies from https://github.com/dotnet/cli build 20190823.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9e464793..21833f95c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 84b83427fdefec8da532df73f1245a320636808f + cbdc932a2259875239f861a0c6dc5316b56ebbc4 diff --git a/eng/Versions.props b/eng/Versions.props index 1f816e77a..2bc8649b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19422.2 + 5.0.100-alpha1.19423.3 0.2.0 From 8bf15c73604f4345f3de39f7fddad1568653b0cc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 14:25:52 +0000 Subject: [PATCH 0234/2259] [master] Update dependencies from dotnet/toolset (#4197) * Update dependencies from https://github.com/dotnet/toolset build 20190823.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.6 * Update dependencies from https://github.com/dotnet/toolset build 20190823.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 21833f95c..d69d37ace 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 7ffd09ed29680026a2ce057f2d989c0643c4eddd + 37163e713026f8dfd7214a9c6460e0c4c5105556 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2bc8649b2..b4af696de 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.4 + 5.0.100-alpha1.19423.8 From efd9bf88999b50c8dfd018704b5613887c36d7f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 15:06:51 +0000 Subject: [PATCH 0235/2259] Update dependencies from https://github.com/dotnet/toolset build 20190823.9 (#4198) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d69d37ace..814dfa7b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 37163e713026f8dfd7214a9c6460e0c4c5105556 + 26d97f50be58d754e92c1a9581ca7207a85ca941 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b4af696de..9e97edb8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.8 + 5.0.100-alpha1.19423.9 From e983c8bcc4ac3bdab43bc698358fa154014b0337 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 17:45:31 +0000 Subject: [PATCH 0236/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190823.2 (#4200) - Microsoft.NETCore.App - 5.0.0-alpha1.19423.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19423.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19423.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 814dfa7b2..366d25ef4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a307f0df21061400efeaf50b267f032a09146fee + 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 - + https://github.com/dotnet/core-setup - a307f0df21061400efeaf50b267f032a09146fee + 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 - + https://github.com/dotnet/core-setup - a307f0df21061400efeaf50b267f032a09146fee + 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9e97edb8d..d830cd60d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19422.13 + 5.0.0-alpha1.19423.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19422.13 + 2.1.0-alpha1.19423.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19422.13 + 5.0.0-alpha1.19423.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 775652059e71c6e69db14ce72b548c9f74801e59 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 18:21:15 +0000 Subject: [PATCH 0237/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190823.3 (#4202) - Microsoft.NETCore.App - 5.0.0-alpha1.19423.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19423.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19423.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 366d25ef4..148c78123 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 - + https://github.com/dotnet/core-setup 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 - + https://github.com/dotnet/core-setup 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 diff --git a/eng/Versions.props b/eng/Versions.props index d830cd60d..f1d655d39 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19423.2 + 5.0.0-alpha1.19423.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19423.2 + 2.1.0-alpha1.19423.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19423.2 + 5.0.0-alpha1.19423.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 41c1d71095c31cb220625459ba42bf56f24f3d9d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 18:45:43 +0000 Subject: [PATCH 0238/2259] Update dependencies from https://github.com/dotnet/cli build 20190823.5 (#4204) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 148c78123..58bf5d646 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - cbdc932a2259875239f861a0c6dc5316b56ebbc4 + 404e5a5fb6b3bfd34ead79f9ce42b0e64c857e15 diff --git a/eng/Versions.props b/eng/Versions.props index f1d655d39..6309dde1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.3 + 5.0.100-alpha1.19423.5 0.2.0 From 259ba49b85e019a37a9da8f24fea7a899529de16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 19:25:46 +0000 Subject: [PATCH 0239/2259] Update dependencies from https://github.com/dotnet/toolset build 20190823.12 (#4205) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 58bf5d646..a00b4ba49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 26d97f50be58d754e92c1a9581ca7207a85ca941 + c0d6ea6ff603d3924374146af50c3ab6877f7597 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6309dde1f..1dbff8294 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.9 + 5.0.100-alpha1.19423.12 From a1ee9ae6d9f9f984e5f872ab1ff0b36d7dd99858 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 23 Aug 2019 19:30:44 +0000 Subject: [PATCH 0240/2259] Update dependencies from https://github.com/dotnet/cli build 20190823.6 (#4206) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a00b4ba49..a700590f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 404e5a5fb6b3bfd34ead79f9ce42b0e64c857e15 + d985c4f5faeb3bf13b0f4d9763ee67c7d04ebd72 diff --git a/eng/Versions.props b/eng/Versions.props index 1dbff8294..052d1bfdd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.5 + 5.0.100-alpha1.19423.6 0.2.0 From 8f32a38bf8112ab8cc8adc68b4ecb72ccf5f95a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 02:26:07 +0000 Subject: [PATCH 0241/2259] Update dependencies from https://github.com/dotnet/cli build 20190823.11 (#4218) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a700590f5..3b2b58fa8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - d985c4f5faeb3bf13b0f4d9763ee67c7d04ebd72 + 7bdc32ad3922cfcdf8e45fda7a2e69dbc13ed52b diff --git a/eng/Versions.props b/eng/Versions.props index 052d1bfdd..c1caa66f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.6 + 5.0.100-alpha1.19423.11 0.2.0 From d7c58952b276246deaef35d796a33b6f1bcb8f02 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 03:09:57 +0000 Subject: [PATCH 0242/2259] [master] Update dependencies from dotnet/toolset (#4208) * Update dependencies from https://github.com/dotnet/toolset build 20190823.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.14 * Update dependencies from https://github.com/dotnet/toolset build 20190823.22 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.22 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3b2b58fa8..99da87a79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - c0d6ea6ff603d3924374146af50c3ab6877f7597 + 92d1652c05f9cda1c23c646398a28e62a120174b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c1caa66f6..0db4c388a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.12 + 5.0.100-alpha1.19423.22 From e0a226f58bddd2aea666c5989fc0db393c1d4ab2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 04:11:08 +0000 Subject: [PATCH 0243/2259] Update dependencies from https://github.com/dotnet/cli build 20190823.12 (#4221) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 99da87a79..bbfbc5a78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 7bdc32ad3922cfcdf8e45fda7a2e69dbc13ed52b + 97f9a352c3fced6eda67cd8825fba9741061caff diff --git a/eng/Versions.props b/eng/Versions.props index 0db4c388a..43725b05f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.11 + 5.0.100-alpha1.19423.12 0.2.0 From 339cd5e2423dc63c8fef4bca8d54ce4a065ed0e6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 04:15:51 +0000 Subject: [PATCH 0244/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190823.13 (#4220) - Microsoft.NETCore.App - 5.0.0-alpha1.19423.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19423.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19423.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bbfbc5a78..4a2df0ef2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 + 66e183e466589cb661cec1a76991f1a5bbd7cc56 - + https://github.com/dotnet/core-setup - 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 + 66e183e466589cb661cec1a76991f1a5bbd7cc56 - + https://github.com/dotnet/core-setup - 10bdf83b80772ddd94eb838d24edd0fb3babb5c2 + 66e183e466589cb661cec1a76991f1a5bbd7cc56 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 43725b05f..d1a128161 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19423.3 + 5.0.0-alpha1.19423.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19423.3 + 2.1.0-alpha1.19423.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19423.3 + 5.0.0-alpha1.19423.13 $(MicrosoftWindowsDesktopAppPackageVersion) From 3f96434c06a7bf0e0157da85639b50a34941160f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 04:40:42 +0000 Subject: [PATCH 0245/2259] Update dependencies from https://github.com/dotnet/toolset build 20190823.24 (#4223) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.24 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4a2df0ef2..21c7d67ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 92d1652c05f9cda1c23c646398a28e62a120174b + f297c73025a9ecbbf9df3d2a71b8f95db88d70a8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d1a128161..9f68fff7c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.22 + 5.0.100-alpha1.19423.24 From 6bdc6d6bc87b4e7e60ad7dfc7d33d50cd8afffdc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 04:48:53 +0000 Subject: [PATCH 0246/2259] [master] Update dependencies from aspnet/AspNetCore (#4216) * Update dependencies from https://github.com/aspnet/AspNetCore build 20190823.6 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19423.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19423.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19423.6 - dotnet-watch - 5.0.0-alpha1.19423.6 - dotnet-user-secrets - 5.0.0-alpha1.19423.6 - dotnet-dev-certs - 5.0.0-alpha1.19423.6 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190823.12 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19423.12 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19423.12 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19423.12 - dotnet-watch - 5.0.0-alpha1.19423.12 - dotnet-user-secrets - 5.0.0-alpha1.19423.12 - dotnet-dev-certs - 5.0.0-alpha1.19423.12 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190823.14 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19423.14 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19423.14 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19423.14 - dotnet-watch - 5.0.0-alpha1.19423.14 - dotnet-user-secrets - 5.0.0-alpha1.19423.14 - dotnet-dev-certs - 5.0.0-alpha1.19423.14 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 21c7d67ca..fda37283a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 66e183e466589cb661cec1a76991f1a5bbd7cc56 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/aspnet/AspNetCore - e0f95cfa6feec402ea34a605965f356720006513 + 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 9f68fff7c..5167c3af8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19421.1 - 5.0.0-alpha1.19421.1 - 5.0.0-alpha1.19421.1 - 5.0.0-alpha1.19421.1 - 5.0.0-alpha1.19421.1 - 5.0.0-alpha1.19421.1 + 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19423.14 From a4393486de7df0fbbc2479d211cb238bdfc4db29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 05:15:45 +0000 Subject: [PATCH 0247/2259] Update dependencies from https://github.com/dotnet/cli build 20190823.13 (#4224) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fda37283a..dc0608f96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 97f9a352c3fced6eda67cd8825fba9741061caff + 25bdc1d0460b707bb600dfc1292867e318fada9d diff --git a/eng/Versions.props b/eng/Versions.props index 5167c3af8..7a9e4016d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.12 + 5.0.100-alpha1.19423.13 0.2.0 From 32bf5a5b6c4eca44213957db91f3025631612161 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 05:30:46 +0000 Subject: [PATCH 0248/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190823.14 (#4225) - Microsoft.NETCore.App - 5.0.0-alpha1.19423.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19423.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19423.14 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc0608f96..324a59fcd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 66e183e466589cb661cec1a76991f1a5bbd7cc56 - + https://github.com/dotnet/core-setup 66e183e466589cb661cec1a76991f1a5bbd7cc56 - + https://github.com/dotnet/core-setup 66e183e466589cb661cec1a76991f1a5bbd7cc56 diff --git a/eng/Versions.props b/eng/Versions.props index 7a9e4016d..858e50de5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19423.13 + 5.0.0-alpha1.19423.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19423.13 + 2.1.0-alpha1.19423.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19423.13 + 5.0.0-alpha1.19423.14 $(MicrosoftWindowsDesktopAppPackageVersion) From ccc8e5edfd9d4d110adb49faeac3db87cf38717d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 05:55:47 +0000 Subject: [PATCH 0249/2259] Update dependencies from https://github.com/dotnet/toolset build 20190823.25 (#4226) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.25 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 324a59fcd..b10feffe9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - f297c73025a9ecbbf9df3d2a71b8f95db88d70a8 + 06b08b57ccb9b1b0b2eebb21d37eb733d3dbbd2c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 858e50de5..c71aac69a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.24 + 5.0.100-alpha1.19423.25 From 7ec240426c4f400c1df927a84f89b17aed9742df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 06:45:42 +0000 Subject: [PATCH 0250/2259] Update dependencies from https://github.com/dotnet/cli build 20190823.14 (#4227) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19423.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b10feffe9..88097795d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 25bdc1d0460b707bb600dfc1292867e318fada9d + cc0c6715ca4bb6de3c8f087875c242f57bf42080 diff --git a/eng/Versions.props b/eng/Versions.props index c71aac69a..86ae663f5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.13 + 5.0.100-alpha1.19423.14 0.2.0 From d2785312a3dc593f96b3e37fe4d1bcb5751e6756 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 07:25:43 +0000 Subject: [PATCH 0251/2259] Update dependencies from https://github.com/dotnet/toolset build 20190823.26 (#4228) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19423.26 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 88097795d..f8c9ead9f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - 06b08b57ccb9b1b0b2eebb21d37eb733d3dbbd2c + b4ef596bcd76801e990a7e0df3f585e3703e8393 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 86ae663f5..0600d6140 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.25 + 5.0.100-alpha1.19423.26 From bc8c13045cdd54894a920fbe87dad8e9206b3230 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 12:38:06 +0000 Subject: [PATCH 0252/2259] Update dependencies from https://github.com/dotnet/arcade build 20190823.6 (#4229) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19423.6 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f8c9ead9f..41f51a7a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c7f03b2cf06bdfc64dad4140fd0d486127095cd8 + c48732c894e73e4b1f491929392a465182eb7ba6 diff --git a/global.json b/global.json index 5571684d6..b8fe3b0ac 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19422.24" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19423.6" } } From 32a39c3c49381ed561633ce4a37e8dc08152a00b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 13:15:43 +0000 Subject: [PATCH 0253/2259] Update dependencies from https://github.com/dotnet/toolset build 20190824.1 (#4231) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19424.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 41f51a7a6..219ac540b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - b4ef596bcd76801e990a7e0df3f585e3703e8393 + fbe2a280e76a27d46ca67f8186f8a7c180cdcda3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0600d6140..209e7e259 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19423.26 + 5.0.100-alpha1.19424.1 From 9cf9d886963a47e98e1b98852a32988e3a032998 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 15:30:48 +0000 Subject: [PATCH 0254/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190824.1 (#4234) - Microsoft.NETCore.App - 5.0.0-alpha1.19424.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19424.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19424.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 219ac540b..ad1b548ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 66e183e466589cb661cec1a76991f1a5bbd7cc56 + 61725e710d8173ac069b169b20133d0e5da513b7 - + https://github.com/dotnet/core-setup - 66e183e466589cb661cec1a76991f1a5bbd7cc56 + 61725e710d8173ac069b169b20133d0e5da513b7 - + https://github.com/dotnet/core-setup - 66e183e466589cb661cec1a76991f1a5bbd7cc56 + 61725e710d8173ac069b169b20133d0e5da513b7 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 209e7e259..9b89de2c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19424.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19423.14 + 2.1.0-alpha1.19424.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19424.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 0feca53ec59732e2d2efe5ca8d5108977144aa82 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 16:26:11 +0000 Subject: [PATCH 0255/2259] Update dependencies from https://github.com/dotnet/cli build 20190824.1 (#4235) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19424.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad1b548ff..5e7092a7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - cc0c6715ca4bb6de3c8f087875c242f57bf42080 + 2215384ad66865e5e3c71225f5b8a1b77d015040 diff --git a/eng/Versions.props b/eng/Versions.props index 9b89de2c5..768b39576 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19423.14 + 5.0.100-alpha1.19424.1 0.2.0 From 46fb628c15a7b010e7dc5444347571523c2b0fa7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 16:52:57 +0000 Subject: [PATCH 0256/2259] [master] Update dependencies from dotnet/toolset (#4233) * Update dependencies from https://github.com/dotnet/toolset build 20190824.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19424.3 * Update dependencies from https://github.com/dotnet/toolset build 20190824.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19424.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5e7092a7f..c683fcb46 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - fbe2a280e76a27d46ca67f8186f8a7c180cdcda3 + e53314bc1aa8f92fb0a74f58896adb7edb8e4cd3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 768b39576..385e2f993 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19424.1 + 5.0.100-alpha1.19424.5 From 6e59656afc9f4d887d3e855e7f7bfba92d15ac90 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 17:05:57 +0000 Subject: [PATCH 0257/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190824.2 (#4237) - Microsoft.NETCore.App - 5.0.0-alpha1.19424.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19424.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19424.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c683fcb46..87127fc47 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 61725e710d8173ac069b169b20133d0e5da513b7 + d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 - + https://github.com/dotnet/core-setup - 61725e710d8173ac069b169b20133d0e5da513b7 + d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 - + https://github.com/dotnet/core-setup - 61725e710d8173ac069b169b20133d0e5da513b7 + d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 385e2f993..027cdbede 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19424.1 + 5.0.0-alpha1.19424.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19424.1 + 2.1.0-alpha1.19424.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19424.1 + 5.0.0-alpha1.19424.2 $(MicrosoftWindowsDesktopAppPackageVersion) From a0e065e660a592bda6ea773a82b805734b28fac5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 18:20:45 +0000 Subject: [PATCH 0258/2259] Update dependencies from https://github.com/dotnet/cli build 20190824.2 (#4238) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19424.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87127fc47..22c8052f6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 2215384ad66865e5e3c71225f5b8a1b77d015040 + ce1b9166988b270c28f01860d6ae3298988ca00b diff --git a/eng/Versions.props b/eng/Versions.props index 027cdbede..0301c0a01 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19424.1 + 5.0.100-alpha1.19424.2 0.2.0 From 3ea4d91277dd083c64976d54eba7fc4bdff6a3fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 18:45:41 +0000 Subject: [PATCH 0259/2259] Update dependencies from https://github.com/dotnet/toolset build 20190824.6 (#4240) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19424.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 22c8052f6..a03b6ce29 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating dc18771e863226441ac269c8c7311f346ea3f2f0 - + https://github.com/dotnet/toolset - e53314bc1aa8f92fb0a74f58896adb7edb8e4cd3 + 0a4b791cefd00bc739b38e451619b1db10c6bb1f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0301c0a01..9347ea6cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19424.5 + 5.0.100-alpha1.19424.6 From 5d26485a8d76632fa3633efb3745d5895699098f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 24 Aug 2019 21:50:47 +0000 Subject: [PATCH 0260/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190824.5 (#4244) - Microsoft.NETCore.App - 5.0.0-alpha1.19424.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19424.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19424.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a03b6ce29..59b0cb347 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 + 96eca94fc168c4e8fa637968357a964f9f1b3a81 - + https://github.com/dotnet/core-setup - d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 + 96eca94fc168c4e8fa637968357a964f9f1b3a81 - + https://github.com/dotnet/core-setup - d4bbdc295d12bce09a100a9f832f94a3d5ac3ab2 + 96eca94fc168c4e8fa637968357a964f9f1b3a81 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9347ea6cf..87a97b489 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19424.2 + 5.0.0-alpha1.19424.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19424.2 + 2.1.0-alpha1.19424.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19424.2 + 5.0.0-alpha1.19424.5 $(MicrosoftWindowsDesktopAppPackageVersion) From be9ddbcc5e8ddd8736dd93064a8e9e9e886f908f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 12:38:09 +0000 Subject: [PATCH 0261/2259] Update dependencies from https://github.com/dotnet/arcade build 20190824.1 (#4253) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19424.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 59b0cb347..ec87ded74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c48732c894e73e4b1f491929392a465182eb7ba6 + a7b5eb8de300b6a30bd797c4ecc8769f7028aeec diff --git a/global.json b/global.json index b8fe3b0ac..b174bf2ab 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19423.6" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19424.1" } } From 3b459a4609d16e0a128636e41553b5aa6c7f01db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 12:47:25 +0000 Subject: [PATCH 0262/2259] [master] Update dependencies from dotnet/templating (#4230) * Update dependencies from https://github.com/dotnet/templating build 20190823.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19423.1 * Update dependencies from https://github.com/dotnet/templating build 20190824.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19424.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec87ded74..d0029de9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/dotnet/templating - dc18771e863226441ac269c8c7311f346ea3f2f0 + 1b8449ca5765b5d9914f8f4f578c777214e9f335 https://github.com/dotnet/toolset From 1ef9367d4ff25b76bcf4dae5f56903e2de67dea7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 13:10:37 +0000 Subject: [PATCH 0263/2259] Update dependencies from https://github.com/dotnet/toolset build 20190825.2 (#4255) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d0029de9c..e521ff80d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 0a4b791cefd00bc739b38e451619b1db10c6bb1f + 2b4649beb8464237d400e61ed0be66e52debaf08 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 87a97b489..de5cf1722 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19424.6 + 5.0.100-alpha1.19425.2 From edbdfccf9465f0ad0e1e895609821bce9a298c72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 13:41:05 +0000 Subject: [PATCH 0264/2259] Update dependencies from https://github.com/dotnet/cli build 20190825.2 (#4257) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19425.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e521ff80d..c38c27ff5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - ce1b9166988b270c28f01860d6ae3298988ca00b + b1e1372e240f4b8acef10c3bc40ddcd1f5639c08 diff --git a/eng/Versions.props b/eng/Versions.props index de5cf1722..f1ec0bfba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19424.2 + 5.0.100-alpha1.19425.2 0.2.0 From 7e02668f06357c95d4456463e783668697cc3730 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 14:26:13 +0000 Subject: [PATCH 0265/2259] [master] Update dependencies from dotnet/toolset (#4256) * Update dependencies from https://github.com/dotnet/toolset build 20190825.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.4 * Update dependencies from https://github.com/dotnet/toolset build 20190825.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c38c27ff5..e5a7c562e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 2b4649beb8464237d400e61ed0be66e52debaf08 + 4f378de51800ea172e08ffb592bc5306f8a0269d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f1ec0bfba..75d2b9313 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.2 + 5.0.100-alpha1.19425.6 From 698f1c4d9546ed53b8421cc3ae2fce876991caca Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 15:00:40 +0000 Subject: [PATCH 0266/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190825.1 (#4259) - Microsoft.NETCore.App - 5.0.0-alpha1.19425.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19425.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19425.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e5a7c562e..e40a4e93f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 96eca94fc168c4e8fa637968357a964f9f1b3a81 + efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 - + https://github.com/dotnet/core-setup - 96eca94fc168c4e8fa637968357a964f9f1b3a81 + efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 - + https://github.com/dotnet/core-setup - 96eca94fc168c4e8fa637968357a964f9f1b3a81 + efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 75d2b9313..e46e2fe6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19424.5 + 5.0.0-alpha1.19425.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19424.5 + 2.1.0-alpha1.19425.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19424.5 + 5.0.0-alpha1.19425.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 4981bc9cf7827c38deaf79248b5d42840f6269a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 15:45:59 +0000 Subject: [PATCH 0267/2259] Update dependencies from https://github.com/dotnet/cli build 20190825.4 (#4261) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19425.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e40a4e93f..69faa1604 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - b1e1372e240f4b8acef10c3bc40ddcd1f5639c08 + 03b799ea526e3cfd559d8b046057491df37f177a diff --git a/eng/Versions.props b/eng/Versions.props index e46e2fe6c..6912dd0a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19425.2 + 5.0.100-alpha1.19425.4 0.2.0 From 129b646c656c4cce5251c3751f2246fc1f7af345 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 15:50:42 +0000 Subject: [PATCH 0268/2259] Update dependencies from https://github.com/dotnet/toolset build 20190825.7 (#4260) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 69faa1604..65fe7ac98 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 4f378de51800ea172e08ffb592bc5306f8a0269d + 9bda46c293d55b35a9c6d2fc0b17c426e682993b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6912dd0a7..6587e3668 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.6 + 5.0.100-alpha1.19425.7 From 1e3b1bcd91ea47f502b0e68c8c416fb27d77ca8e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 16:25:45 +0000 Subject: [PATCH 0269/2259] Update dependencies from https://github.com/dotnet/cli build 20190825.5 (#4263) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19425.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 65fe7ac98..4c86d0238 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 03b799ea526e3cfd559d8b046057491df37f177a + c2ad7532eafade8c8a1e192c7f7cae225ebfe5df diff --git a/eng/Versions.props b/eng/Versions.props index 6587e3668..39ed80305 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19425.4 + 5.0.100-alpha1.19425.5 0.2.0 From 7625e4b55268be6135ddc5ebdd6680964ea58009 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 16:25:56 +0000 Subject: [PATCH 0270/2259] Update dependencies from https://github.com/dotnet/toolset build 20190825.9 (#4264) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4c86d0238..539991787 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 9bda46c293d55b35a9c6d2fc0b17c426e682993b + 4d7366f52c931567966dea7cddae2af4da2a201a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 39ed80305..4130c36e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.7 + 5.0.100-alpha1.19425.9 From 540e90cb78d12c1d28fec9dcc729ba3cc8e179c3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 16:55:44 +0000 Subject: [PATCH 0271/2259] Update dependencies from https://github.com/dotnet/toolset build 20190825.10 (#4265) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 539991787..94a3c58f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 4d7366f52c931567966dea7cddae2af4da2a201a + e65d47db4fab63c03f546f76f676525d37d44da6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4130c36e0..e7af60485 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.9 + 5.0.100-alpha1.19425.10 From 69d61498076a7be6cc05ed6893f87238ab510ddb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 17:25:27 +0000 Subject: [PATCH 0272/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190825.2 (#4267) - Microsoft.NETCore.App - 5.0.0-alpha1.19425.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19425.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19425.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94a3c58f5..ca59509e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 + a0d855e96019ae68324a588d6200fc817ca260ad - + https://github.com/dotnet/core-setup - efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 + a0d855e96019ae68324a588d6200fc817ca260ad - + https://github.com/dotnet/core-setup - efaa9d38bc3e27ea2412b510cb76fbb2ddb5c475 + a0d855e96019ae68324a588d6200fc817ca260ad https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e7af60485..3f27fdb2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19425.1 + 5.0.0-alpha1.19425.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19425.1 + 2.1.0-alpha1.19425.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19425.1 + 5.0.0-alpha1.19425.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 7e2d1b4f4fece254d05f46ba43f70064aec899a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 17:56:06 +0000 Subject: [PATCH 0273/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190825.4 (#4269) - Microsoft.NETCore.App - 5.0.0-alpha1.19425.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19425.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19425.4 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca59509e0..6b2c4ae5a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup a0d855e96019ae68324a588d6200fc817ca260ad - + https://github.com/dotnet/core-setup a0d855e96019ae68324a588d6200fc817ca260ad - + https://github.com/dotnet/core-setup a0d855e96019ae68324a588d6200fc817ca260ad diff --git a/eng/Versions.props b/eng/Versions.props index 3f27fdb2d..960d0c3c4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19425.2 + 5.0.0-alpha1.19425.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19425.2 + 2.1.0-alpha1.19425.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19425.2 + 5.0.0-alpha1.19425.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 294663376261316e43af65f9122f448e2d32cef6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2019 18:55:41 +0000 Subject: [PATCH 0274/2259] Update dependencies from https://github.com/dotnet/toolset build 20190825.12 (#4271) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19425.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b2c4ae5a..b360f105c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - e65d47db4fab63c03f546f76f676525d37d44da6 + 467aa52f4d195c694803a60b11b5f39daeb11be4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 960d0c3c4..1afffc3f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.10 + 5.0.100-alpha1.19425.12 From 3ff2cdbe198d3bb910c7d55345225bb67f23a29b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 09:45:51 +0000 Subject: [PATCH 0275/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190825.8 (#4273) - Microsoft.NETCore.App - 5.0.0-alpha1.19425.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19425.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19425.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b360f105c..fadc1ba3f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a0d855e96019ae68324a588d6200fc817ca260ad + 70a3592bd46540bd596f95db4469c040018aa249 - + https://github.com/dotnet/core-setup - a0d855e96019ae68324a588d6200fc817ca260ad + 70a3592bd46540bd596f95db4469c040018aa249 - + https://github.com/dotnet/core-setup - a0d855e96019ae68324a588d6200fc817ca260ad + 70a3592bd46540bd596f95db4469c040018aa249 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 1afffc3f0..4f69f0dda 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19425.4 + 5.0.0-alpha1.19425.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19425.4 + 2.1.0-alpha1.19425.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19425.4 + 5.0.0-alpha1.19425.8 $(MicrosoftWindowsDesktopAppPackageVersion) From dc625ec4dddc2444a0ff9d499b8dc4ffb230fc0d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 11:19:56 +0000 Subject: [PATCH 0276/2259] [master] Update dependencies from dotnet/cli (#4270) * Update dependencies from https://github.com/dotnet/cli build 20190825.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19425.6 * Update dependencies from https://github.com/dotnet/cli build 20190826.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fadc1ba3f..2d94bf204 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - c2ad7532eafade8c8a1e192c7f7cae225ebfe5df + e0826ba4913dd9bff0b59115c47c5d17ab08f2c3 diff --git a/eng/Versions.props b/eng/Versions.props index 4f69f0dda..e2571481e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19425.5 + 5.0.100-alpha1.19426.1 0.2.0 From f799ffd93a9476d6d8f9561aa0520fe2272c8924 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 11:45:43 +0000 Subject: [PATCH 0277/2259] Update dependencies from https://github.com/dotnet/toolset build 20190826.1 (#4274) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d94bf204..f29370f3b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1b8449ca5765b5d9914f8f4f578c777214e9f335 - + https://github.com/dotnet/toolset - 467aa52f4d195c694803a60b11b5f39daeb11be4 + df840725f6a71e7d48498a91c0a562a10e89c2a7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e2571481e..809d9098d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19425.12 + 5.0.100-alpha1.19426.1 From d7b9c4429fb825f032ee9c1c3ee0fcf342f1fa85 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 12:38:01 +0000 Subject: [PATCH 0278/2259] Update dependencies from https://github.com/dotnet/templating build 20190825.1 (#4276) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19425.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f29370f3b..5463ceb7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 - + https://github.com/dotnet/templating - 1b8449ca5765b5d9914f8f4f578c777214e9f335 + adb5df40c24d8cd7cc657455da7456d4313f7de0 https://github.com/dotnet/toolset From c74c7ef65ea8ecbafe06a729951380845d54cfe6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 12:42:45 +0000 Subject: [PATCH 0279/2259] Update dependencies from https://github.com/dotnet/arcade build 20190825.1 (#4275) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19425.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5463ceb7f..c006ca8e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - a7b5eb8de300b6a30bd797c4ecc8769f7028aeec + 2de3acc671fc624191672a45564f9ef130af5cd4 diff --git a/global.json b/global.json index b174bf2ab..f76d6b175 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19424.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19425.1" } } From cc3d84550f5ee37a6c910676a7cd3d84b69a6523 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 13:20:39 +0000 Subject: [PATCH 0280/2259] Update dependencies from https://github.com/dotnet/toolset build 20190826.3 (#4277) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c006ca8e8..6b3141427 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - df840725f6a71e7d48498a91c0a562a10e89c2a7 + 850f22f6f14a336e3afd1617ef3641d4c985a6fe https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 809d9098d..b8e815030 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.1 + 5.0.100-alpha1.19426.3 From b316481dcbc54dd96f28b66ff7e7c44d14d60185 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 13:55:28 +0000 Subject: [PATCH 0281/2259] Update dependencies from https://github.com/dotnet/cli build 20190826.2 (#4278) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b3141427..56d6ea154 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - e0826ba4913dd9bff0b59115c47c5d17ab08f2c3 + 9ebfafac9dcba0524e1acc2dc98eb0b65ca6d975 diff --git a/eng/Versions.props b/eng/Versions.props index b8e815030..ed75045fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.1 + 5.0.100-alpha1.19426.2 0.2.0 From 367ecba6a33e8e66595e3fa6edd61ef77ee99c29 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 14:05:15 +0000 Subject: [PATCH 0282/2259] [master] Update dependencies from dotnet/toolset (#4279) * Update dependencies from https://github.com/dotnet/toolset build 20190826.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.2 * Update dependencies from https://github.com/dotnet/toolset build 20190826.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 56d6ea154..e4813348d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 850f22f6f14a336e3afd1617ef3641d4c985a6fe + 676d3e87eb24b0a7387d83960cff2164add768e8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ed75045fb..7f59ccb1d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.3 + 5.0.100-alpha1.19426.5 From c126cb5b0b36fa76ec8ac941e55e9619e38e5bb9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 14:26:11 +0000 Subject: [PATCH 0283/2259] Update dependencies from https://github.com/dotnet/cli build 20190826.3 (#4281) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e4813348d..ef530024e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 9ebfafac9dcba0524e1acc2dc98eb0b65ca6d975 + e8729b0ec7540c5c04f63d1e3e46972e06f8723e diff --git a/eng/Versions.props b/eng/Versions.props index 7f59ccb1d..4cf4ecd57 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.2 + 5.0.100-alpha1.19426.3 0.2.0 From 8ac3dc4aa3dd68fcd083fd7c74ded2dd2d736050 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 14:30:56 +0000 Subject: [PATCH 0284/2259] [master] Update dependencies from dotnet/toolset (#4282) * Update dependencies from https://github.com/dotnet/toolset build 20190826.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.7 * Update dependencies from https://github.com/dotnet/toolset build 20190826.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef530024e..7581bf0c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 676d3e87eb24b0a7387d83960cff2164add768e8 + 434ccc6bbff8f53b4ec0c761762cee44ddf79700 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4cf4ecd57..b9d2923f7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.5 + 5.0.100-alpha1.19426.6 From cb9912e82f44733407ebf60aa94d10312eff92f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 16:00:52 +0000 Subject: [PATCH 0285/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190826.2 (#4283) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7581bf0c5..8629add00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 70a3592bd46540bd596f95db4469c040018aa249 + 72973d758939e9e071b0794873b0fb37cdf2057c - + https://github.com/dotnet/core-setup - 70a3592bd46540bd596f95db4469c040018aa249 + 72973d758939e9e071b0794873b0fb37cdf2057c - + https://github.com/dotnet/core-setup - 70a3592bd46540bd596f95db4469c040018aa249 + 72973d758939e9e071b0794873b0fb37cdf2057c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b9d2923f7..e80cc3d59 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19425.8 + 5.0.0-alpha1.19426.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19425.8 + 2.1.0-alpha1.19426.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19425.8 + 5.0.0-alpha1.19426.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 8cbdda82cbfeb696d5843393f136aeb70f38ec98 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 17:40:52 +0000 Subject: [PATCH 0286/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190826.3 (#4284) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8629add00..e072abe03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 72973d758939e9e071b0794873b0fb37cdf2057c + 07d6cbdcab47ae5da31c254a69c8706e6450aeec - + https://github.com/dotnet/core-setup - 72973d758939e9e071b0794873b0fb37cdf2057c + 07d6cbdcab47ae5da31c254a69c8706e6450aeec - + https://github.com/dotnet/core-setup - 72973d758939e9e071b0794873b0fb37cdf2057c + 07d6cbdcab47ae5da31c254a69c8706e6450aeec https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e80cc3d59..b6be54e29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.2 + 5.0.0-alpha1.19426.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.2 + 2.1.0-alpha1.19426.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.2 + 5.0.0-alpha1.19426.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 50cfbacbcdeea71ab61b73ce9fd045dec0b15cc2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 20:10:47 +0000 Subject: [PATCH 0287/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190826.5 (#4287) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e072abe03..d1d376317 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 07d6cbdcab47ae5da31c254a69c8706e6450aeec + fb1abf7f922c5f471d035b8573a20cbf6be43f18 - + https://github.com/dotnet/core-setup - 07d6cbdcab47ae5da31c254a69c8706e6450aeec + fb1abf7f922c5f471d035b8573a20cbf6be43f18 - + https://github.com/dotnet/core-setup - 07d6cbdcab47ae5da31c254a69c8706e6450aeec + fb1abf7f922c5f471d035b8573a20cbf6be43f18 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b6be54e29..9f671012e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.3 + 5.0.0-alpha1.19426.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.3 + 2.1.0-alpha1.19426.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.3 + 5.0.0-alpha1.19426.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 10952bf6d8b71556968d12099893094b5fd56279 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 22:01:02 +0000 Subject: [PATCH 0288/2259] Update dependencies from https://github.com/dotnet/toolset build 20190826.12 (#4292) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d1d376317..a3f360ed4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 434ccc6bbff8f53b4ec0c761762cee44ddf79700 + caa115100e8a98bb7c7b098223f446294640aed0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9f671012e..9c73087cb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.6 + 5.0.100-alpha1.19426.12 From 8bb4b8540f0d2ee4abce94b12fe59db7628c9757 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2019 23:00:51 +0000 Subject: [PATCH 0289/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190826.8 (#4293) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a3f360ed4..039bba299 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - fb1abf7f922c5f471d035b8573a20cbf6be43f18 + 2c7d38cd482388451931ca303ef51aa3fb445f16 - + https://github.com/dotnet/core-setup - fb1abf7f922c5f471d035b8573a20cbf6be43f18 + 2c7d38cd482388451931ca303ef51aa3fb445f16 - + https://github.com/dotnet/core-setup - fb1abf7f922c5f471d035b8573a20cbf6be43f18 + 2c7d38cd482388451931ca303ef51aa3fb445f16 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9c73087cb..beb7ce01c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.5 + 5.0.0-alpha1.19426.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.5 + 2.1.0-alpha1.19426.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.5 + 5.0.0-alpha1.19426.8 $(MicrosoftWindowsDesktopAppPackageVersion) From dea5d0185d4c375bd924626b3a295148dbcb32ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 00:12:22 +0000 Subject: [PATCH 0290/2259] [master] Update dependencies from dotnet/cli (#4290) * Update dependencies from https://github.com/dotnet/cli build 20190826.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.5 * Update dependencies from https://github.com/dotnet/cli build 20190826.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 039bba299..ab68b26f1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - e8729b0ec7540c5c04f63d1e3e46972e06f8723e + 6b999339292a0de94d85ca0b8e9606143810d620 diff --git a/eng/Versions.props b/eng/Versions.props index beb7ce01c..46d5c22b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.3 + 5.0.100-alpha1.19426.7 0.2.0 From 765fe1d1d168b4ebe7a76dbe988a0a46d7265c67 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 00:55:49 +0000 Subject: [PATCH 0291/2259] Update dependencies from https://github.com/dotnet/toolset build 20190826.14 (#4296) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab68b26f1..e6c4d8b5d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - caa115100e8a98bb7c7b098223f446294640aed0 + daeb4923221a27c169b72ff7231e651f36dbde4f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 46d5c22b5..61cfb86a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.12 + 5.0.100-alpha1.19426.14 From 36e340afb67a140ec902590c92a6d5929732c413 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 01:30:49 +0000 Subject: [PATCH 0292/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190826.9 (#4297) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e6c4d8b5d..13d8a28c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 2c7d38cd482388451931ca303ef51aa3fb445f16 + e37b0cfa157ee7b1979255750691131bc5b8ed9b - + https://github.com/dotnet/core-setup - 2c7d38cd482388451931ca303ef51aa3fb445f16 + e37b0cfa157ee7b1979255750691131bc5b8ed9b - + https://github.com/dotnet/core-setup - 2c7d38cd482388451931ca303ef51aa3fb445f16 + e37b0cfa157ee7b1979255750691131bc5b8ed9b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 61cfb86a8..090ca8326 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.8 + 5.0.0-alpha1.19426.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.8 + 2.1.0-alpha1.19426.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.8 + 5.0.0-alpha1.19426.9 $(MicrosoftWindowsDesktopAppPackageVersion) From 56b8d4babc16dfd59a99f7bbde45be267f6b71f7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 02:40:28 +0000 Subject: [PATCH 0293/2259] Update dependencies from https://github.com/dotnet/toolset build 20190826.15 (#4299) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13d8a28c9..de525dc11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - daeb4923221a27c169b72ff7231e651f36dbde4f + 2f7701c51ce4cbf21140cee5788983cb06ce7bae https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 090ca8326..93e38ffa8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.14 + 5.0.100-alpha1.19426.15 From 62a47e1930cb664c12bc075b1b22d6f69d38febd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 02:46:11 +0000 Subject: [PATCH 0294/2259] [master] Update dependencies from dotnet/cli (#4298) * Update dependencies from https://github.com/dotnet/cli build 20190826.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.8 * Update dependencies from https://github.com/dotnet/cli build 20190826.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de525dc11..b43838cf1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 6b999339292a0de94d85ca0b8e9606143810d620 + d8299929c648351db2ddb3022ed7864c56b2d5a3 diff --git a/eng/Versions.props b/eng/Versions.props index 93e38ffa8..2d8f5fa31 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.7 + 5.0.100-alpha1.19426.9 0.2.0 From 89b3972c3a93e534d49f1ea1302d3e7c42a8ce47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 02:49:03 +0000 Subject: [PATCH 0295/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190826.9 (#4300) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19426.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19426.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19426.9 - dotnet-watch - 5.0.0-alpha1.19426.9 - dotnet-user-secrets - 5.0.0-alpha1.19426.9 - dotnet-dev-certs - 5.0.0-alpha1.19426.9 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b43838cf1..535f729d7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup e37b0cfa157ee7b1979255750691131bc5b8ed9b - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/aspnet/AspNetCore - 90231e7290b22cd99bfba5e0970d2dd679ac4ff8 + 90e89e970877a39cb048bb6f0e59551351f661c3 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 2d8f5fa31..c0fb375d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19423.14 - 5.0.0-alpha1.19423.14 - 5.0.0-alpha1.19423.14 - 5.0.0-alpha1.19423.14 - 5.0.0-alpha1.19423.14 - 5.0.0-alpha1.19423.14 + 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.9 From 8b0c19ef6ddaea5c6f7b5ae3a1f4f5a2e8904a6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 03:11:11 +0000 Subject: [PATCH 0296/2259] Update dependencies from https://github.com/dotnet/toolset build 20190826.16 (#4302) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 535f729d7..35e1fdb0e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 2f7701c51ce4cbf21140cee5788983cb06ce7bae + a0c12b966ef63e0fab866cb464a37cdf4a046e5e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c0fb375d6..059a08ddd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.15 + 5.0.100-alpha1.19426.16 From 85dc42b47d66b33a792b9ab99ee27bc011d8895e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 03:25:42 +0000 Subject: [PATCH 0297/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190826.10 (#4303) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 35e1fdb0e..736d59bdc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e37b0cfa157ee7b1979255750691131bc5b8ed9b + 9549b03effdc6ddfc21a8c2e6210916f83b691c1 - + https://github.com/dotnet/core-setup - e37b0cfa157ee7b1979255750691131bc5b8ed9b + 9549b03effdc6ddfc21a8c2e6210916f83b691c1 - + https://github.com/dotnet/core-setup - e37b0cfa157ee7b1979255750691131bc5b8ed9b + 9549b03effdc6ddfc21a8c2e6210916f83b691c1 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 059a08ddd..86cd2f6cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.9 + 2.1.0-alpha1.19426.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19426.10 $(MicrosoftWindowsDesktopAppPackageVersion) From d1a3c899e41670e0a4ac2468c81824ea33fd3d4c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 03:56:16 +0000 Subject: [PATCH 0298/2259] Update dependencies from https://github.com/dotnet/cli build 20190826.11 (#4305) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 736d59bdc..6eab5021b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - d8299929c648351db2ddb3022ed7864c56b2d5a3 + fa04cd2ad008da51739a81b873f3fce784b36c79 diff --git a/eng/Versions.props b/eng/Versions.props index 86cd2f6cd..832158988 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.9 + 5.0.100-alpha1.19426.11 0.2.0 From 2b037c783e733810eb56eeec70f98ad9b324126e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 04:25:42 +0000 Subject: [PATCH 0299/2259] Update dependencies from https://github.com/dotnet/toolset build 20190826.21 (#4308) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.21 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6eab5021b..aa2879b61 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - a0c12b966ef63e0fab866cb464a37cdf4a046e5e + 6dba83fdec99bd68e13d02f327d92bdf7838f394 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 832158988..af364a583 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.16 + 5.0.100-alpha1.19426.21 From 5c39b919b02aee2e0cf8bea489f6dda85cf77dfb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 05:20:45 +0000 Subject: [PATCH 0300/2259] Update dependencies from https://github.com/dotnet/toolset build 20190826.22 (#4311) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.22 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa2879b61..03d5fe725 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 6dba83fdec99bd68e13d02f327d92bdf7838f394 + 4f1b39f94ea65d3d5430b9752d7f74aeb9cdcc55 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index af364a583..0cf64fb2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.21 + 5.0.100-alpha1.19426.22 From 4e4e87196115a1b6f1f92ea1da6ecf83d22d3c1a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 05:50:47 +0000 Subject: [PATCH 0301/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190826.12 (#4313) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.12 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 03d5fe725..1258b9f02 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9549b03effdc6ddfc21a8c2e6210916f83b691c1 + 22cfa2bf11830a21ede91110a8df1a5252c7e583 - + https://github.com/dotnet/core-setup - 9549b03effdc6ddfc21a8c2e6210916f83b691c1 + 22cfa2bf11830a21ede91110a8df1a5252c7e583 - + https://github.com/dotnet/core-setup - 9549b03effdc6ddfc21a8c2e6210916f83b691c1 + 22cfa2bf11830a21ede91110a8df1a5252c7e583 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0cf64fb2d..1ed573403 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.10 + 5.0.0-alpha1.19426.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.10 + 2.1.0-alpha1.19426.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.10 + 5.0.0-alpha1.19426.12 $(MicrosoftWindowsDesktopAppPackageVersion) From 477d999b754b3e3e1619f2e4683dfe2fce970dc4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 06:26:03 +0000 Subject: [PATCH 0302/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190826.13 (#4314) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.13 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1258b9f02..933af3da5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 22cfa2bf11830a21ede91110a8df1a5252c7e583 - + https://github.com/dotnet/core-setup 22cfa2bf11830a21ede91110a8df1a5252c7e583 - + https://github.com/dotnet/core-setup 22cfa2bf11830a21ede91110a8df1a5252c7e583 diff --git a/eng/Versions.props b/eng/Versions.props index 1ed573403..22cd6dff7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.12 + 5.0.0-alpha1.19426.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.12 + 2.1.0-alpha1.19426.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.12 + 5.0.0-alpha1.19426.13 $(MicrosoftWindowsDesktopAppPackageVersion) From 14bc07c62c5d6cd9d228362892745aa4ae61661d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 06:55:30 +0000 Subject: [PATCH 0303/2259] [master] Update dependencies from dotnet/cli (#4309) * Update dependencies from https://github.com/dotnet/cli build 20190826.12 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.12 * Update dependencies from https://github.com/dotnet/cli build 20190826.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 933af3da5..ab6ff418e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - fa04cd2ad008da51739a81b873f3fce784b36c79 + bfbb789cb589fefc63a84bdb66b5bcf26f1eaae4 diff --git a/eng/Versions.props b/eng/Versions.props index 22cd6dff7..b37296196 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.11 + 5.0.100-alpha1.19426.14 0.2.0 From 43d9890a2b30793efccf562d5c399316de7305c6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 07:21:10 +0000 Subject: [PATCH 0304/2259] Update dependencies from https://github.com/dotnet/cli build 20190826.15 (#4316) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19426.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab6ff418e..0890e93c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - bfbb789cb589fefc63a84bdb66b5bcf26f1eaae4 + cfeab24938f97d38b3321f0d21e950760ce72bdf diff --git a/eng/Versions.props b/eng/Versions.props index b37296196..2260d5227 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.14 + 5.0.100-alpha1.19426.15 0.2.0 From 085a2b95db48db4e3b83c279f3a9f2b9c03c87f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 07:25:51 +0000 Subject: [PATCH 0305/2259] Update dependencies from https://github.com/dotnet/toolset build 20190826.24 (#4315) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19426.24 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0890e93c7..0058eb8b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 4f1b39f94ea65d3d5430b9752d7f74aeb9cdcc55 + 2ae04171e133401153b2dd25d764bbc8a383b4fc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2260d5227..ad5074d00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.22 + 5.0.100-alpha1.19426.24 From 2be361368c2dbfe8d29d4b3582acf7a6a2665a3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 07:55:45 +0000 Subject: [PATCH 0306/2259] Update dependencies from https://github.com/dotnet/toolset build 20190827.1 (#4317) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0058eb8b3..5e1c78422 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 2ae04171e133401153b2dd25d764bbc8a383b4fc + 2a1ce44d561fa0c18f00400d53092a1d28afeace https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ad5074d00..5bc79563c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19426.24 + 5.0.100-alpha1.19427.1 From 9584791cb3ff0388b99b8f09db71202e51f57893 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 08:45:58 +0000 Subject: [PATCH 0307/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190826.15 (#4318) - Microsoft.NETCore.App - 5.0.0-alpha1.19426.15 - NETStandard.Library.Ref - 2.1.0-alpha1.19426.15 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19426.15 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5e1c78422..43806e3da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 22cfa2bf11830a21ede91110a8df1a5252c7e583 + 33b5bc3460986bbddcc4e674ca58eb3704570c39 - + https://github.com/dotnet/core-setup - 22cfa2bf11830a21ede91110a8df1a5252c7e583 + 33b5bc3460986bbddcc4e674ca58eb3704570c39 - + https://github.com/dotnet/core-setup - 22cfa2bf11830a21ede91110a8df1a5252c7e583 + 33b5bc3460986bbddcc4e674ca58eb3704570c39 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 5bc79563c..5ea6ef458 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.13 + 5.0.0-alpha1.19426.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.13 + 2.1.0-alpha1.19426.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.13 + 5.0.0-alpha1.19426.15 $(MicrosoftWindowsDesktopAppPackageVersion) From 1590d73dac8b91d02827359afe0b34c1d7f8e374 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 09:30:42 +0000 Subject: [PATCH 0308/2259] Update dependencies from https://github.com/dotnet/cli build 20190827.1 (#4320) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 43806e3da..2ab071911 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - cfeab24938f97d38b3321f0d21e950760ce72bdf + 7c6e36ac01d98b9d49805b391b4607991111245c diff --git a/eng/Versions.props b/eng/Versions.props index 5ea6ef458..4b294dc0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19426.15 + 5.0.100-alpha1.19427.1 0.2.0 From 6441207f57c461b0df641155178fb94b2edf8858 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 10:10:44 +0000 Subject: [PATCH 0309/2259] Update dependencies from https://github.com/dotnet/toolset build 20190827.2 (#4321) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ab071911..b3252edeb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 2a1ce44d561fa0c18f00400d53092a1d28afeace + dfc3badbf5626d758870e5e46b8ff71a65eee077 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4b294dc0d..4250aeeaa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.1 + 5.0.100-alpha1.19427.2 From 6a8eba25d2c15fd750b695ed1aecf08cab540a5b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 12:53:13 +0000 Subject: [PATCH 0310/2259] Update dependencies from https://github.com/dotnet/arcade build 20190826.12 (#4322) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19426.12 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b3252edeb..75b339247 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 2de3acc671fc624191672a45564f9ef130af5cd4 + 36ce21e795e2e90081300f4cb645dfd8cf6eb2b3 diff --git a/global.json b/global.json index f76d6b175..aba09bff6 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19425.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19426.12" } } From 940739446f068fad948f35b65753e919f56608d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 13:20:41 +0000 Subject: [PATCH 0311/2259] [master] Update dependencies from dotnet/toolset (#4324) * Update dependencies from https://github.com/dotnet/toolset build 20190827.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.3 * Update dependencies from https://github.com/dotnet/toolset build 20190827.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75b339247..74b35e4ed 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - dfc3badbf5626d758870e5e46b8ff71a65eee077 + c9b986fd3c4cbb1efd476f75d0f08d2d43c2ef41 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4250aeeaa..e6c92d0a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.2 + 5.0.100-alpha1.19427.4 From fb4676b2b3f007be4931512afe3696deab1f5918 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 13:56:33 +0000 Subject: [PATCH 0312/2259] Update dependencies from https://github.com/dotnet/toolset build 20190827.6 (#4326) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 74b35e4ed..610f24d25 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - c9b986fd3c4cbb1efd476f75d0f08d2d43c2ef41 + 8cd211eb513babc5e7e85bd534399b1e1bb007ea https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e6c92d0a7..6497e5641 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.4 + 5.0.100-alpha1.19427.6 From 2ff947251f08465ade5531d6d1c71fdfedcec3b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 14:25:47 +0000 Subject: [PATCH 0313/2259] Update dependencies from https://github.com/dotnet/cli build 20190827.2 (#4327) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 610f24d25..741ef05ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 7c6e36ac01d98b9d49805b391b4607991111245c + be9c8fc15dd23f545470d25f23ed9d98650ffde9 diff --git a/eng/Versions.props b/eng/Versions.props index 6497e5641..3a8693499 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.1 + 5.0.100-alpha1.19427.2 0.2.0 From 60403622258374394e4c2314e519e1dcbf4c067d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 14:56:31 +0000 Subject: [PATCH 0314/2259] Update dependencies from https://github.com/dotnet/cli build 20190827.3 (#4329) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 741ef05ae..e1ba4636e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - be9c8fc15dd23f545470d25f23ed9d98650ffde9 + 9b07750349d381e93f1f5c6c75a83d870972339d diff --git a/eng/Versions.props b/eng/Versions.props index 3a8693499..c71ea08fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.2 + 5.0.100-alpha1.19427.3 0.2.0 From 420451a04eb7c09c121cd075a207d6ba87f0d200 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 17:50:25 +0000 Subject: [PATCH 0315/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190827.4 (#4330) - Microsoft.NETCore.App - 5.0.0-alpha1.19427.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19427.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19427.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e1ba4636e..933426a4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 33b5bc3460986bbddcc4e674ca58eb3704570c39 + ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/dotnet/core-setup - 33b5bc3460986bbddcc4e674ca58eb3704570c39 + ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/dotnet/core-setup - 33b5bc3460986bbddcc4e674ca58eb3704570c39 + ab5aa4be7a8c59af99d152c8e56867ed55e87407 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c71ea08fb..f5e73c366 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19426.15 + 5.0.0-alpha1.19427.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19426.15 + 2.1.0-alpha1.19427.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19426.15 + 5.0.0-alpha1.19427.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 55cfee8c5bd464c5da69f107771536b18c4920fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 18:21:11 +0000 Subject: [PATCH 0316/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190827.3 (#4332) - Microsoft.NETCore.App - 5.0.0-alpha1.19427.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19427.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19427.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 933426a4c..3dcb6d4b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/dotnet/core-setup ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/dotnet/core-setup ab5aa4be7a8c59af99d152c8e56867ed55e87407 diff --git a/eng/Versions.props b/eng/Versions.props index f5e73c366..fcea50002 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19427.4 + 5.0.0-alpha1.19427.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19427.4 + 2.1.0-alpha1.19427.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19427.4 + 5.0.0-alpha1.19427.3 $(MicrosoftWindowsDesktopAppPackageVersion) From f48ef3cadfacb515da6e597ea6c7c45e5a45f0aa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 18:58:31 +0000 Subject: [PATCH 0317/2259] [master] Update dependencies from dotnet/toolset (#4328) * Update dependencies from https://github.com/dotnet/toolset build 20190827.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.7 * Update dependencies from https://github.com/dotnet/toolset build 20190827.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3dcb6d4b3..a1fa314a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating adb5df40c24d8cd7cc657455da7456d4313f7de0 - + https://github.com/dotnet/toolset - 8cd211eb513babc5e7e85bd534399b1e1bb007ea + b83c61685ab01c890c216849dd6f78ea74213891 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index fcea50002..e65fc003b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.6 + 5.0.100-alpha1.19427.8 From 0c21a262bfa1f4a1184d1dbec3316920e95fae63 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:12:53 +0000 Subject: [PATCH 0318/2259] Update dependencies from https://github.com/dotnet/templating build 20190826.1 (#4323) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19426.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a1fa314a6..4383b72ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 90e89e970877a39cb048bb6f0e59551351f661c3 - + https://github.com/dotnet/templating - adb5df40c24d8cd7cc657455da7456d4313f7de0 + c84b71686a5c2482f028a945f1d8a3ac8fe78c7b https://github.com/dotnet/toolset From 821a8c441a79a4cbdd9eddc8610ec767f54d1704 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:41:04 +0000 Subject: [PATCH 0319/2259] [master] Update dependencies from dotnet/cli (#4335) * Update dependencies from https://github.com/dotnet/cli build 20190827.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.5 * Update dependencies from https://github.com/dotnet/cli build 20190827.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4383b72ce..e04513a9f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 9b07750349d381e93f1f5c6c75a83d870972339d + d09cb355a9530ac8ed5641cc164fd832cc52f14d diff --git a/eng/Versions.props b/eng/Versions.props index e65fc003b..ef2498f34 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.3 + 5.0.100-alpha1.19427.6 0.2.0 From 017e0474fd0cececedb35a53dff04114e775a77a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:42:35 +0000 Subject: [PATCH 0320/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190827.3 (#4336) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19427.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19427.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19427.3 - dotnet-watch - 5.0.0-alpha1.19427.3 - dotnet-user-secrets - 5.0.0-alpha1.19427.3 - dotnet-dev-certs - 5.0.0-alpha1.19427.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e04513a9f..145ba5058 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 - + https://github.com/aspnet/AspNetCore - 90e89e970877a39cb048bb6f0e59551351f661c3 + b242d5426ec1939e4dfd0dd571048516cba3b770 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index ef2498f34..0274074a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19426.9 - 5.0.0-alpha1.19426.9 - 5.0.0-alpha1.19426.9 - 5.0.0-alpha1.19426.9 - 5.0.0-alpha1.19426.9 - 5.0.0-alpha1.19426.9 + 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.3 From fde4e51d90f95c93ff21261aaa305336012a0885 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 19:45:41 +0000 Subject: [PATCH 0321/2259] Update dependencies from https://github.com/dotnet/toolset build 20190827.12 (#4337) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 145ba5058..55a613177 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating c84b71686a5c2482f028a945f1d8a3ac8fe78c7b - + https://github.com/dotnet/toolset - b83c61685ab01c890c216849dd6f78ea74213891 + e6f6c087afcd437d5d1e664d75607ff7d6b2009f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0274074a4..d2026a372 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.8 + 5.0.100-alpha1.19427.12 From 9889b3c42a50625c1df8f6d981781beeb79bf7a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 21:36:38 +0000 Subject: [PATCH 0322/2259] [master] Update dependencies from dotnet/toolset (#4338) * Update dependencies from https://github.com/dotnet/toolset build 20190827.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.13 * Update dependencies from https://github.com/dotnet/toolset build 20190827.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 55a613177..bddd8b5ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating c84b71686a5c2482f028a945f1d8a3ac8fe78c7b - + https://github.com/dotnet/toolset - e6f6c087afcd437d5d1e664d75607ff7d6b2009f + 830c625875edc985306eaf3e5a2dd350349ea201 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d2026a372..5aebd0297 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.12 + 5.0.100-alpha1.19427.14 From 3590b13c7f71ea85f4cb0504c57a6aee0289d072 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 21:45:54 +0000 Subject: [PATCH 0323/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190827.5 (#4343) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19427.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19427.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19427.5 - dotnet-watch - 5.0.0-alpha1.19427.5 - dotnet-user-secrets - 5.0.0-alpha1.19427.5 - dotnet-dev-certs - 5.0.0-alpha1.19427.5 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bddd8b5ae..0b10dec19 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup ab5aa4be7a8c59af99d152c8e56867ed55e87407 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/aspnet/AspNetCore - b242d5426ec1939e4dfd0dd571048516cba3b770 + af0a2048a207b49bee29de9629208afd8ba27da4 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 5aebd0297..3d211cde9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19427.3 - 5.0.0-alpha1.19427.3 - 5.0.0-alpha1.19427.3 - 5.0.0-alpha1.19427.3 - 5.0.0-alpha1.19427.3 - 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19427.5 From 21a1a0054d62dd52ef68560c4e0696ee29b1f8d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 22:55:27 +0000 Subject: [PATCH 0324/2259] [master] Update dependencies from dotnet/cli (#4341) * Update dependencies from https://github.com/dotnet/cli build 20190827.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.7 * Update dependencies from https://github.com/dotnet/cli build 20190827.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0b10dec19..93128a463 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - d09cb355a9530ac8ed5641cc164fd832cc52f14d + f0660a4e76c07d179ac45c7ade7111a1ee889858 diff --git a/eng/Versions.props b/eng/Versions.props index 3d211cde9..f778e355d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.6 + 5.0.100-alpha1.19427.8 0.2.0 From 601197b31bf5ebc73e702567cbc73c127a0d776d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 23:25:26 +0000 Subject: [PATCH 0325/2259] Update dependencies from https://github.com/dotnet/toolset build 20190827.16 (#4346) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 93128a463..54ec70753 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating c84b71686a5c2482f028a945f1d8a3ac8fe78c7b - + https://github.com/dotnet/toolset - 830c625875edc985306eaf3e5a2dd350349ea201 + 00bd2a3ebcbb1689d20e18e397661df7407a9b0e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f778e355d..b77bd607a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.14 + 5.0.100-alpha1.19427.16 From e5e125d2d588481e37368e3fdb79bdb70d09734b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2019 23:31:08 +0000 Subject: [PATCH 0326/2259] Update dependencies from https://github.com/dotnet/cli build 20190827.9 (#4347) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 54ec70753..9c296026b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - f0660a4e76c07d179ac45c7ade7111a1ee889858 + 91571dc7c546fd30ecaf49b2d979fe430bac5082 diff --git a/eng/Versions.props b/eng/Versions.props index b77bd607a..45b49cd90 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.8 + 5.0.100-alpha1.19427.9 0.2.0 From 94be247bf7c2c62c5b793750763b67b3995632f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 00:01:10 +0000 Subject: [PATCH 0327/2259] Update dependencies from https://github.com/dotnet/toolset build 20190827.17 (#4348) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c296026b..949c082ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating c84b71686a5c2482f028a945f1d8a3ac8fe78c7b - + https://github.com/dotnet/toolset - 00bd2a3ebcbb1689d20e18e397661df7407a9b0e + 61475252168394b5a9253ae9e8fb3ed5982dfa7c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 45b49cd90..dd9b921e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.16 + 5.0.100-alpha1.19427.17 From 94f756dd53f1395862709ceecabcef45cff2fae9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 01:18:25 +0000 Subject: [PATCH 0328/2259] [master] Update dependencies from dotnet/core-setup (#4342) * Update dependencies from https://github.com/dotnet/core-setup build 20190827.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19427.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19427.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19427.6 * Update dependencies from https://github.com/dotnet/core-setup build 20190827.10 - Microsoft.NETCore.App - 5.0.0-alpha1.19427.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19427.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19427.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 949c082ce..f61db4ee0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ab5aa4be7a8c59af99d152c8e56867ed55e87407 + 69d9499a05b402451f9588ecd002bd6feb4d2440 - + https://github.com/dotnet/core-setup - ab5aa4be7a8c59af99d152c8e56867ed55e87407 + 69d9499a05b402451f9588ecd002bd6feb4d2440 - + https://github.com/dotnet/core-setup - ab5aa4be7a8c59af99d152c8e56867ed55e87407 + 69d9499a05b402451f9588ecd002bd6feb4d2440 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index dd9b921e3..ab4639fb3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19427.3 + 2.1.0-alpha1.19427.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19427.3 + 5.0.0-alpha1.19427.10 $(MicrosoftWindowsDesktopAppPackageVersion) From 53334b95cec7c7f6c4a72663f4bd900733fbacba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 02:30:43 +0000 Subject: [PATCH 0329/2259] Update dependencies from https://github.com/dotnet/cli build 20190827.12 (#4355) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f61db4ee0..f276c9c25 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 91571dc7c546fd30ecaf49b2d979fe430bac5082 + 770bf6d1c2a6a521b02706a826f0a80e35814aef diff --git a/eng/Versions.props b/eng/Versions.props index ab4639fb3..5eebf9b8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.9 + 5.0.100-alpha1.19427.12 0.2.0 From e55973058f54b91ba9928a44699b8e21c62785d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 03:15:48 +0000 Subject: [PATCH 0330/2259] Update dependencies from https://github.com/dotnet/toolset build 20190827.21 (#4356) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.21 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f276c9c25..ebc6ee311 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating c84b71686a5c2482f028a945f1d8a3ac8fe78c7b - + https://github.com/dotnet/toolset - 61475252168394b5a9253ae9e8fb3ed5982dfa7c + f3d5f22262820b23d1488510d27942e93e3994c2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5eebf9b8d..3a72482cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.17 + 5.0.100-alpha1.19427.21 From 3703ce8a2af6e86f8610cb85a656dd217b7cf00b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 05:45:42 +0000 Subject: [PATCH 0331/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190827.12 (#4359) - Microsoft.NETCore.App - 5.0.0-alpha1.19427.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19427.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19427.12 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ebc6ee311..9aeaa55b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 69d9499a05b402451f9588ecd002bd6feb4d2440 - + https://github.com/dotnet/core-setup 69d9499a05b402451f9588ecd002bd6feb4d2440 - + https://github.com/dotnet/core-setup 69d9499a05b402451f9588ecd002bd6feb4d2440 diff --git a/eng/Versions.props b/eng/Versions.props index 3a72482cf..8ed012779 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19427.10 + 5.0.0-alpha1.19427.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19427.10 + 2.1.0-alpha1.19427.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19427.10 + 5.0.0-alpha1.19427.12 $(MicrosoftWindowsDesktopAppPackageVersion) From c4c1c37ec19b8cf5216ad66ed96ac66134986349 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 07:05:43 +0000 Subject: [PATCH 0332/2259] Update dependencies from https://github.com/dotnet/cli build 20190827.14 (#4360) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19427.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9aeaa55b2..3defbadb5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 770bf6d1c2a6a521b02706a826f0a80e35814aef + dc71af9ee10d843d76e6d1f6413fe8d7653e935b diff --git a/eng/Versions.props b/eng/Versions.props index 8ed012779..32905d874 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.12 + 5.0.100-alpha1.19427.14 0.2.0 From 6a509cffc960154e17466f9b03c2fafacbb55ae8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 09:56:11 +0000 Subject: [PATCH 0333/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190828.1 (#4365) - Microsoft.NETCore.App - 5.0.0-alpha1.19428.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3defbadb5..8eca1cf53 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 69d9499a05b402451f9588ecd002bd6feb4d2440 + 336610e763b17b328617b13abbab8a30a54f664c - + https://github.com/dotnet/core-setup - 69d9499a05b402451f9588ecd002bd6feb4d2440 + 336610e763b17b328617b13abbab8a30a54f664c - + https://github.com/dotnet/core-setup - 69d9499a05b402451f9588ecd002bd6feb4d2440 + 336610e763b17b328617b13abbab8a30a54f664c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 32905d874..de70de59e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19427.12 + 5.0.0-alpha1.19428.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19427.12 + 2.1.0-alpha1.19428.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19427.12 + 5.0.0-alpha1.19428.1 $(MicrosoftWindowsDesktopAppPackageVersion) From aea859b6eb971897c89e7ee6c3e42bfd37ea5232 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 12:32:48 +0000 Subject: [PATCH 0334/2259] Update dependencies from https://github.com/dotnet/templating build 20190827.1 (#4368) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19427.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8eca1cf53..c95a61084 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - c84b71686a5c2482f028a945f1d8a3ac8fe78c7b + 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a https://github.com/dotnet/toolset From 5124586c3dbbd052f6e592066f518df17df11fd8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 12:37:30 +0000 Subject: [PATCH 0335/2259] Update dependencies from https://github.com/dotnet/arcade build 20190827.8 (#4367) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19427.8 --- eng/Version.Details.xml | 4 ++-- eng/common/native/CommonLibrary.psm1 | 2 ++ eng/common/sdl/init-sdl.ps1 | 3 +++ eng/common/tools.ps1 | 2 ++ eng/common/tools.sh | 15 +++++++++++---- global.json | 2 +- 6 files changed, 21 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c95a61084..2081ab96e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 36ce21e795e2e90081300f4cb645dfd8cf6eb2b3 + c02ca5d078b5b54bef8043d972082f41fd912190 diff --git a/eng/common/native/CommonLibrary.psm1 b/eng/common/native/CommonLibrary.psm1 index 2a08d5246..41416862d 100644 --- a/eng/common/native/CommonLibrary.psm1 +++ b/eng/common/native/CommonLibrary.psm1 @@ -152,6 +152,8 @@ function Get-File { } else { Write-Verbose "Downloading $Uri" + # Don't display the console progress UI - it's a huge perf hit + $ProgressPreference = 'SilentlyContinue' while($Attempt -Lt $DownloadRetries) { try { diff --git a/eng/common/sdl/init-sdl.ps1 b/eng/common/sdl/init-sdl.ps1 index 26e01c067..c737eb0e7 100644 --- a/eng/common/sdl/init-sdl.ps1 +++ b/eng/common/sdl/init-sdl.ps1 @@ -11,6 +11,9 @@ $ErrorActionPreference = "Stop" Set-StrictMode -Version 2.0 $LASTEXITCODE = 0 +# Don't display the console progress UI - it's a huge perf hit +$ProgressPreference = 'SilentlyContinue' + # Construct basic auth from AzDO access token; construct URI to the repository's gdn folder stored in that repository; construct location of zip file $encodedPat = [Convert]::ToBase64String([System.Text.Encoding]::ASCII.GetBytes(":$AzureDevOpsAccessToken")) $escapedRepository = [Uri]::EscapeDataString("/$Repository/$BranchName/.gdn") diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 9c12b1b4f..bb5638930 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -163,6 +163,7 @@ function GetDotNetInstallScript([string] $dotnetRoot) { $installScript = Join-Path $dotnetRoot "dotnet-install.ps1" if (!(Test-Path $installScript)) { Create-Directory $dotnetRoot + $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit Invoke-WebRequest "https://dot.net/$dotnetInstallScriptVersion/dotnet-install.ps1" -OutFile $installScript } @@ -282,6 +283,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { Create-Directory $packageDir Write-Host "Downloading $packageName $packageVersion" + $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit Invoke-WebRequest "https://dotnet.myget.org/F/roslyn-tools/api/v2/package/$packageName/$packageVersion/" -OutFile $packagePath Unzip $packagePath $packageDir } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 3af9be615..94a1edd7d 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -208,12 +208,19 @@ function GetDotNetInstallScript { # Use curl if available, otherwise use wget if command -v curl > /dev/null; then - curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" - else - wget -q -O "$install_script" "$install_script_url" + curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." + ExitWithExitCode $exit_code + } + else + wget -q -O "$install_script" "$install_script_url" || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." + ExitWithExitCode $exit_code + } fi fi - # return value _GetDotNetInstallScript="$install_script" } diff --git a/global.json b/global.json index aba09bff6..33b7add33 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19426.12" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19427.8" } } From ac20447f8bebc2a6e2605960ab00fb694b11e390 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 13:10:14 +0000 Subject: [PATCH 0336/2259] [master] Update dependencies from dotnet/toolset (#4361) * Update dependencies from https://github.com/dotnet/toolset build 20190827.24 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19427.24 * Update dependencies from https://github.com/dotnet/toolset build 20190828.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.3 * Update dependencies from https://github.com/dotnet/toolset build 20190828.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2081ab96e..539c847ed 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - f3d5f22262820b23d1488510d27942e93e3994c2 + 9f099558b3b19da3fa1393a6f24a9b8b40d0c29c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index de70de59e..6b6814383 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19427.21 + 5.0.100-alpha1.19428.4 From e3a03cb52a8bdc0c05879d902f945d196d15360a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 13:35:52 +0000 Subject: [PATCH 0337/2259] Update dependencies from https://github.com/dotnet/toolset build 20190828.6 (#4369) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 539c847ed..c0413b181 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - 9f099558b3b19da3fa1393a6f24a9b8b40d0c29c + 84a2b9ed09639c8f01acf1eef00c6d09e01ff59d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6b6814383..a7892572a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19428.4 + 5.0.100-alpha1.19428.6 From 63465d8a1ac724b520b6426348277eef2955cf33 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 14:50:48 +0000 Subject: [PATCH 0338/2259] Update dependencies from https://github.com/dotnet/toolset build 20190828.9 (#4372) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0413b181..566f206e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - 84a2b9ed09639c8f01acf1eef00c6d09e01ff59d + cdbedfeeab74f946ad873cca8c8128df6a29ebb1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a7892572a..d376aa68f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19428.6 + 5.0.100-alpha1.19428.9 From 4b7c0d1ff48426ffd9734fdabdaa0dc31712c5a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 15:40:49 +0000 Subject: [PATCH 0339/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190828.2 (#4374) - Microsoft.NETCore.App - 5.0.0-alpha1.19428.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 566f206e6..6a531bfea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 336610e763b17b328617b13abbab8a30a54f664c + da5aba1e47b3cf68ceede54a5c597de5ba6a5715 - + https://github.com/dotnet/core-setup - 336610e763b17b328617b13abbab8a30a54f664c + da5aba1e47b3cf68ceede54a5c597de5ba6a5715 - + https://github.com/dotnet/core-setup - 336610e763b17b328617b13abbab8a30a54f664c + da5aba1e47b3cf68ceede54a5c597de5ba6a5715 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d376aa68f..62e539a88 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19428.1 + 5.0.0-alpha1.19428.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19428.1 + 2.1.0-alpha1.19428.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19428.1 + 5.0.0-alpha1.19428.2 $(MicrosoftWindowsDesktopAppPackageVersion) From ce2ea289a06e6d113e891c7241b58c2372c7452d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 16:47:33 +0000 Subject: [PATCH 0340/2259] [master] Update dependencies from dotnet/cli (#4370) * Update dependencies from https://github.com/dotnet/cli build 20190828.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19428.2 * Update dependencies from https://github.com/dotnet/cli build 20190828.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19428.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6a531bfea..dcbf0bf97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - dc71af9ee10d843d76e6d1f6413fe8d7653e935b + 9d495aa9449904f7f9caa269b6e48393bb86f8c1 diff --git a/eng/Versions.props b/eng/Versions.props index 62e539a88..2d1e01bf4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19427.14 + 5.0.100-alpha1.19428.3 0.2.0 From f7901cd28677fcd8791976603ebb89e063e08a3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2019 17:30:52 +0000 Subject: [PATCH 0341/2259] Update dependencies from https://github.com/dotnet/toolset build 20190828.10 (#4375) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dcbf0bf97..a07b55e52 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - cdbedfeeab74f946ad873cca8c8128df6a29ebb1 + 1a985dc91bf9e869ac4571da2455118d50a2fb80 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2d1e01bf4..e0817da86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19428.9 + 5.0.100-alpha1.19428.10 From b0c9222460bd73476110bc2eeb76f4075e507900 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 01:08:27 +0000 Subject: [PATCH 0342/2259] [master] Update dependencies from dotnet/core-setup (#4379) * Update dependencies from https://github.com/dotnet/core-setup build 20190828.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19428.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.6 * Update dependencies from https://github.com/dotnet/core-setup build 20190828.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19428.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a07b55e52..d5d922017 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - da5aba1e47b3cf68ceede54a5c597de5ba6a5715 + 29aaa4b5751ed073b775c00b45ae237f9229eca9 - + https://github.com/dotnet/core-setup - da5aba1e47b3cf68ceede54a5c597de5ba6a5715 + 29aaa4b5751ed073b775c00b45ae237f9229eca9 - + https://github.com/dotnet/core-setup - da5aba1e47b3cf68ceede54a5c597de5ba6a5715 + 29aaa4b5751ed073b775c00b45ae237f9229eca9 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e0817da86..3bbfb3f9c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19428.2 + 5.0.0-alpha1.19428.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19428.2 + 2.1.0-alpha1.19428.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19428.2 + 5.0.0-alpha1.19428.9 $(MicrosoftWindowsDesktopAppPackageVersion) From cc17d915b2f6f4e31fbf8e18b1509e5d2f3c1f1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 03:15:45 +0000 Subject: [PATCH 0343/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190828.11 (#4388) - Microsoft.NETCore.App - 5.0.0-alpha1.19428.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.11 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d5d922017..0ea4cdc97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 29aaa4b5751ed073b775c00b45ae237f9229eca9 + 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 - + https://github.com/dotnet/core-setup - 29aaa4b5751ed073b775c00b45ae237f9229eca9 + 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 - + https://github.com/dotnet/core-setup - 29aaa4b5751ed073b775c00b45ae237f9229eca9 + 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 3bbfb3f9c..04ec2a796 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19428.9 + 5.0.0-alpha1.19428.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19428.9 + 2.1.0-alpha1.19428.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19428.9 + 5.0.0-alpha1.19428.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 3a58f5cb50126f8c0a31ca446a6d2e193958e0fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 03:21:08 +0000 Subject: [PATCH 0344/2259] Update dependencies from https://github.com/dotnet/toolset build 20190828.20 (#4389) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19428.20 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0ea4cdc97..3d71a8ac2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - 1a985dc91bf9e869ac4571da2455118d50a2fb80 + b91336fe05eb49e6b2310d9df32945cb95252ce8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 04ec2a796..656e2b642 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19428.10 + 5.0.100-alpha1.19428.20 From 072cf5b198e474d8ec78af9944184147208f5f71 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 06:05:49 +0000 Subject: [PATCH 0345/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190828.13 (#4392) - Microsoft.NETCore.App - 5.0.0-alpha1.19428.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19428.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19428.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3d71a8ac2..459a419ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 + dc499b1cf07268a9926bd51b16e3ef749bf39340 - + https://github.com/dotnet/core-setup - 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 + dc499b1cf07268a9926bd51b16e3ef749bf39340 - + https://github.com/dotnet/core-setup - 0b41f3dbfdabc15ada7d795ff7f822cc25c36433 + dc499b1cf07268a9926bd51b16e3ef749bf39340 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 656e2b642..9b7727e14 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19428.11 + 5.0.0-alpha1.19428.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19428.11 + 2.1.0-alpha1.19428.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19428.11 + 5.0.0-alpha1.19428.13 $(MicrosoftWindowsDesktopAppPackageVersion) From 2e6a2cde3183e8d644dbddce7f1cb6627f3d887e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 12:43:02 +0000 Subject: [PATCH 0346/2259] Update dependencies from https://github.com/dotnet/arcade build 20190828.9 (#4397) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19428.9 --- eng/Version.Details.xml | 4 ++-- eng/common/post-build/symbols-validation.ps1 | 20 +++++++++---------- .../templates/post-build/common-variables.yml | 4 ++-- .../templates/post-build/post-build.yml | 4 ++-- global.json | 2 +- 5 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 459a419ff..6d38a629e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c02ca5d078b5b54bef8043d972082f41fd912190 + dc55bd4b7353be8e36b2f71b9557e84f743dd6f6 diff --git a/eng/common/post-build/symbols-validation.ps1 b/eng/common/post-build/symbols-validation.ps1 index d5ec51b15..096ac321d 100644 --- a/eng/common/post-build/symbols-validation.ps1 +++ b/eng/common/post-build/symbols-validation.ps1 @@ -37,10 +37,10 @@ function FirstMatchingSymbolDescriptionOrDefault { # DWARF file for a .dylib $DylibDwarf = $SymbolPath.Replace($Extension, ".dylib.dwarf") - $dotnetsymbolExe = "$env:USERPROFILE\.dotnet\tools" - $dotnetsymbolExe = Resolve-Path "$dotnetsymbolExe\dotnet-symbol.exe" + $dotnetSymbolExe = "$env:USERPROFILE\.dotnet\tools" + $dotnetSymbolExe = Resolve-Path "$dotnetSymbolExe\dotnet-symbol.exe" - & $dotnetsymbolExe --symbols --modules --windows-pdbs $TargetServerParam $FullPath -o $SymbolsPath | Out-Null + & $dotnetSymbolExe --symbols --modules --windows-pdbs $TargetServerParam $FullPath -o $SymbolsPath | Out-Null if (Test-Path $PdbPath) { return "PDB" @@ -159,25 +159,25 @@ function CheckSymbolsAvailable { } } -function Installdotnetsymbol { - $dotnetsymbolPackageName = "dotnet-symbol" +function InstallDotnetSymbol { + $dotnetSymbolPackageName = "dotnet-symbol" $dotnetRoot = InitializeDotNetCli -install:$true $dotnet = "$dotnetRoot\dotnet.exe" $toolList = & "$dotnet" tool list --global - if (($toolList -like "*$dotnetsymbolPackageName*") -and ($toolList -like "*$dotnetsymbolVersion*")) { - Write-Host "dotnet-symbol version $dotnetsymbolVersion is already installed." + if (($toolList -like "*$dotnetSymbolPackageName*") -and ($toolList -like "*$dotnetSymbolVersion*")) { + Write-Host "dotnet-symbol version $dotnetSymbolVersion is already installed." } else { - Write-Host "Installing dotnet-symbol version $dotnetsymbolVersion..." + Write-Host "Installing dotnet-symbol version $dotnetSymbolVersion..." Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." - & "$dotnet" tool install $dotnetsymbolPackageName --version $dotnetsymbolVersion --verbosity "minimal" --global + & "$dotnet" tool install $dotnetSymbolPackageName --version $dotnetSymbolVersion --verbosity "minimal" --global } } try { - Installdotnetsymbol + InstallDotnetSymbol CheckSymbolsAvailable } diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index b00d85d8c..7b3fdb136 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -49,6 +49,6 @@ variables: # Default locations for Installers and checksums - name: ChecksumsBlobFeedUrl - value: https://dotnetcli.blob.core.windows.net/dotnet/index.json - - name: InstallersBlobFeedUrl value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json + - name: InstallersBlobFeedUrl + value: https://dotnetcli.blob.core.windows.net/dotnet/index.json diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 3f239fae2..be92789ac 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -1,7 +1,7 @@ parameters: - enableSourceLinkValidation: true + enableSourceLinkValidation: false enableSigningValidation: true - enableSymbolValidation: true + enableSymbolValidation: false enableNugetValidation: true publishInstallersAndChecksums: false SDLValidationParameters: diff --git a/global.json b/global.json index 33b7add33..efd9f5144 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19427.8" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19428.9" } } From 431768532a993e07cd4eba3ec8317603b45d8ac5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 13:20:24 +0000 Subject: [PATCH 0347/2259] [master] Update dependencies from dotnet/toolset (#4400) * Update dependencies from https://github.com/dotnet/toolset build 20190829.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.3 * Update dependencies from https://github.com/dotnet/toolset build 20190829.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6d38a629e..adbd50951 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - b91336fe05eb49e6b2310d9df32945cb95252ce8 + 5e56cc8d3f0b507db1f3bebe1af0487538599a86 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9b7727e14..069ff7788 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19428.20 + 5.0.100-alpha1.19429.4 From 781a6a89424bcc6dc92c66d25f104e12113c63c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 14:05:10 +0000 Subject: [PATCH 0348/2259] Update dependencies from https://github.com/dotnet/toolset build 20190829.5 (#4401) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index adbd50951..d2c1d10c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - 5e56cc8d3f0b507db1f3bebe1af0487538599a86 + aa12436f7fdb1181d187cc35e608616fcdf99cf8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 069ff7788..3f55e32a2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.4 + 5.0.100-alpha1.19429.5 From b6741806e935c2413943a3f1c4c4166ca02bfc49 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 14:07:33 +0000 Subject: [PATCH 0349/2259] [master] Update dependencies from dotnet/cli (#4387) * Update dependencies from https://github.com/dotnet/cli build 20190828.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19428.8 * Update dependencies from https://github.com/dotnet/cli build 20190829.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d2c1d10c3..b3dcce2ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 9d495aa9449904f7f9caa269b6e48393bb86f8c1 + 076308ee1c49c7b5e0647823598f23bd754c8878 diff --git a/eng/Versions.props b/eng/Versions.props index 3f55e32a2..148a451c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19428.3 + 5.0.100-alpha1.19429.2 0.2.0 From a456f9d8296ffae8ac4ca4d4ea3b23983552f928 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 14:30:50 +0000 Subject: [PATCH 0350/2259] [master] Update dependencies from dotnet/toolset (#4403) * Update dependencies from https://github.com/dotnet/toolset build 20190829.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.8 * Update dependencies from https://github.com/dotnet/toolset build 20190829.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b3dcce2ae..3f337fd81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - aa12436f7fdb1181d187cc35e608616fcdf99cf8 + c1e8400150091b782944c758e2933feb3cf1eeef https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 148a451c7..7587d4f10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.5 + 5.0.100-alpha1.19429.7 From d384f0920d229a88c94d1a39692a69b38067e27f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 14:42:03 +0000 Subject: [PATCH 0351/2259] Update dependencies from https://github.com/dotnet/cli build 20190829.3 (#4404) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f337fd81..e3b0aae97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 076308ee1c49c7b5e0647823598f23bd754c8878 + 98998e3e0d47c3c353481f4843ef16b0e10b1139 diff --git a/eng/Versions.props b/eng/Versions.props index 7587d4f10..29319f3a3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.2 + 5.0.100-alpha1.19429.3 0.2.0 From f95252efd6fd75521791621c9cb125467b1c3a08 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 16:15:46 +0000 Subject: [PATCH 0352/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190829.1 (#4405) - Microsoft.NETCore.App - 5.0.0-alpha1.19429.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e3b0aae97..ef4bc1f97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - dc499b1cf07268a9926bd51b16e3ef749bf39340 + eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e - + https://github.com/dotnet/core-setup - dc499b1cf07268a9926bd51b16e3ef749bf39340 + eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e - + https://github.com/dotnet/core-setup - dc499b1cf07268a9926bd51b16e3ef749bf39340 + eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 29319f3a3..3473ccee7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19428.13 + 5.0.0-alpha1.19429.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19428.13 + 2.1.0-alpha1.19429.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19428.13 + 5.0.0-alpha1.19429.1 $(MicrosoftWindowsDesktopAppPackageVersion) From cb6b8066ed9a23415c4773f186d60229d5d374c4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 17:25:44 +0000 Subject: [PATCH 0353/2259] Update dependencies from https://github.com/dotnet/cli build 20190829.4 (#4407) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef4bc1f97..b5153bb09 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 98998e3e0d47c3c353481f4843ef16b0e10b1139 + 9571de73b172cc8b4c7ab825cbf9c56e4e3006b1 diff --git a/eng/Versions.props b/eng/Versions.props index 3473ccee7..b6753c3ef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.3 + 5.0.100-alpha1.19429.4 0.2.0 From 72e8987325932d679d38ccb75752f56a69473083 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 17:55:26 +0000 Subject: [PATCH 0354/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190829.2 (#4408) - Microsoft.NETCore.App - 5.0.0-alpha1.19429.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b5153bb09..81bd10fa0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e + 87a51614c113ceab24d3a89754392bdc1a7a325c - + https://github.com/dotnet/core-setup - eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e + 87a51614c113ceab24d3a89754392bdc1a7a325c - + https://github.com/dotnet/core-setup - eaa3cc1efabfdd80e2f765ac9c44b97af3dd478e + 87a51614c113ceab24d3a89754392bdc1a7a325c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b6753c3ef..43a233333 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.1 + 5.0.0-alpha1.19429.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.1 + 2.1.0-alpha1.19429.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.1 + 5.0.0-alpha1.19429.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 65fd04e33c3dcc40741f1007a9b8a3891927d164 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 18:15:47 +0000 Subject: [PATCH 0355/2259] Update dependencies from https://github.com/dotnet/toolset build 20190829.9 (#4411) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81bd10fa0..bd46c1338 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - c1e8400150091b782944c758e2933feb3cf1eeef + cf131dd8b8cde6afe1ff93691d7709508efe52cc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 43a233333..86a1fb2f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.7 + 5.0.100-alpha1.19429.9 From 809c5cb61ba6dbc786904bf1daf9b23316a5f91c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 18:21:04 +0000 Subject: [PATCH 0356/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190829.3 (#4412) - Microsoft.NETCore.App - 5.0.0-alpha1.19429.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd46c1338..32f15558d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 87a51614c113ceab24d3a89754392bdc1a7a325c - + https://github.com/dotnet/core-setup 87a51614c113ceab24d3a89754392bdc1a7a325c - + https://github.com/dotnet/core-setup 87a51614c113ceab24d3a89754392bdc1a7a325c diff --git a/eng/Versions.props b/eng/Versions.props index 86a1fb2f6..d426a27b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.2 + 5.0.0-alpha1.19429.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.2 + 2.1.0-alpha1.19429.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.2 + 5.0.0-alpha1.19429.3 $(MicrosoftWindowsDesktopAppPackageVersion) From db3e1143d72642e471bf4ef34db7c9ff298a1146 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 19:20:29 +0000 Subject: [PATCH 0357/2259] Update dependencies from https://github.com/dotnet/cli build 20190829.5 (#4414) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32f15558d..df5051020 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 9571de73b172cc8b4c7ab825cbf9c56e4e3006b1 + c133e89cf55102b7ab7214818d2ac4d93c6bb0aa diff --git a/eng/Versions.props b/eng/Versions.props index d426a27b4..f69b176a9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.4 + 5.0.100-alpha1.19429.5 0.2.0 From 2d3a6f86d3572538209566724c344c2975c77695 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 19:55:47 +0000 Subject: [PATCH 0358/2259] Update dependencies from https://github.com/dotnet/toolset build 20190829.10 (#4415) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df5051020..84f57ff7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - cf131dd8b8cde6afe1ff93691d7709508efe52cc + c8c020b8696524e622a2c02cb4def8ff762b9b3c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f69b176a9..0688ab205 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.9 + 5.0.100-alpha1.19429.10 From 0d2b6275dd5b98d47d1dd5af40a69823c69f4f8b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 19:56:10 +0000 Subject: [PATCH 0359/2259] Update dependencies from https://github.com/dotnet/cli build 20190829.6 (#4416) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84f57ff7f..672bd0b75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - c133e89cf55102b7ab7214818d2ac4d93c6bb0aa + 398bdbbebff8c1ca2718fd9424189610353b51f9 diff --git a/eng/Versions.props b/eng/Versions.props index 0688ab205..f4fd211da 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.5 + 5.0.100-alpha1.19429.6 0.2.0 From 152ec3590880d12047111effb6778707714a7922 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 20:36:21 +0000 Subject: [PATCH 0360/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190829.4 (#4418) - Microsoft.NETCore.App - 5.0.0-alpha1.19429.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 672bd0b75..057a9b021 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 87a51614c113ceab24d3a89754392bdc1a7a325c + bd1ddfd3df018675999ae7316f08a953f799ed0d - + https://github.com/dotnet/core-setup - 87a51614c113ceab24d3a89754392bdc1a7a325c + bd1ddfd3df018675999ae7316f08a953f799ed0d - + https://github.com/dotnet/core-setup - 87a51614c113ceab24d3a89754392bdc1a7a325c + bd1ddfd3df018675999ae7316f08a953f799ed0d https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f4fd211da..5815f8f36 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.3 + 5.0.0-alpha1.19429.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.3 + 2.1.0-alpha1.19429.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.3 + 5.0.0-alpha1.19429.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 7d2778ea8abb4d80ba833ee3e0ac444934197bb8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 29 Aug 2019 20:45:55 +0000 Subject: [PATCH 0361/2259] Update dependencies from https://github.com/dotnet/toolset build 20190829.11 (#4419) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 057a9b021..0741be178 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - c8c020b8696524e622a2c02cb4def8ff762b9b3c + 19f09e28a01e51a256aa83dc9878d3f65c259d50 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5815f8f36..aaa5e20cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.10 + 5.0.100-alpha1.19429.11 From d50e1e7cbc39d7b03fdef94e7fe93794bd979e7e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 03:20:46 +0000 Subject: [PATCH 0362/2259] Update dependencies from https://github.com/dotnet/cli build 20190829.10 (#4428) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0741be178..a5c9ced2f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 398bdbbebff8c1ca2718fd9424189610353b51f9 + 8f384fdc1b2c81c358a97c9a9b766ef281bb8cbb diff --git a/eng/Versions.props b/eng/Versions.props index aaa5e20cf..428cc5826 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.6 + 5.0.100-alpha1.19429.10 0.2.0 From 44687b71f5f5d14c0ab3839060a257b111f5c675 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 03:50:39 +0000 Subject: [PATCH 0363/2259] Update dependencies from https://github.com/dotnet/toolset build 20190829.20 (#4431) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.20 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a5c9ced2f..a32020fde 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - 19f09e28a01e51a256aa83dc9878d3f65c259d50 + d76558d6245b819c77e529f0ef0552a2bad90c6c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 428cc5826..e8eb0c002 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.11 + 5.0.100-alpha1.19429.20 From d4af9250d5c0c57ba21f71636052c514e6af2bd2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 04:22:10 +0000 Subject: [PATCH 0364/2259] [master] Update dependencies from dotnet/core-setup (#4426) * Update dependencies from https://github.com/dotnet/core-setup build 20190829.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19429.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.9 * Update dependencies from https://github.com/dotnet/core-setup build 20190829.10 - Microsoft.NETCore.App - 5.0.0-alpha1.19429.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a32020fde..333ea2505 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - bd1ddfd3df018675999ae7316f08a953f799ed0d + a47c6d0e6a7ca883995f9b4d59d686f1e682e613 - + https://github.com/dotnet/core-setup - bd1ddfd3df018675999ae7316f08a953f799ed0d + a47c6d0e6a7ca883995f9b4d59d686f1e682e613 - + https://github.com/dotnet/core-setup - bd1ddfd3df018675999ae7316f08a953f799ed0d + a47c6d0e6a7ca883995f9b4d59d686f1e682e613 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e8eb0c002..b83eea05c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.4 + 5.0.0-alpha1.19429.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.4 + 2.1.0-alpha1.19429.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.4 + 5.0.0-alpha1.19429.10 $(MicrosoftWindowsDesktopAppPackageVersion) From 7707b167dda82d8fd03b4f6f2281ad264f3c348f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 05:30:44 +0000 Subject: [PATCH 0365/2259] Update dependencies from https://github.com/dotnet/cli build 20190829.11 (#4434) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 333ea2505..bc4066ec0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 8f384fdc1b2c81c358a97c9a9b766ef281bb8cbb + 35d88a5b0a9b8df721bc91524a60c5c0e8869417 diff --git a/eng/Versions.props b/eng/Versions.props index b83eea05c..19373a5b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.10 + 5.0.100-alpha1.19429.11 0.2.0 From 4e69d1921a5d023cda57c36046ef8327fa4df897 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 06:05:42 +0000 Subject: [PATCH 0366/2259] Update dependencies from https://github.com/dotnet/toolset build 20190829.24 (#4435) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19429.24 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc4066ec0..0306023e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - d76558d6245b819c77e529f0ef0552a2bad90c6c + e08ffd45b27ba3cd80e966ad482d7d20e283234d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 19373a5b4..3a3e7de30 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.20 + 5.0.100-alpha1.19429.24 From 15a01ec5b05e40f6746b90fe434d21f39776f4e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 06:40:55 +0000 Subject: [PATCH 0367/2259] [master] Update dependencies from dotnet/core-setup (#4436) * Update dependencies from https://github.com/dotnet/core-setup build 20190829.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19429.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.11 * Update dependencies from https://github.com/dotnet/core-setup build 20190829.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19429.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.12 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0306023e9..1d53c163b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a47c6d0e6a7ca883995f9b4d59d686f1e682e613 + 22127873b44c20e85680e19da1f8c27e9f051b02 - + https://github.com/dotnet/core-setup - a47c6d0e6a7ca883995f9b4d59d686f1e682e613 + 22127873b44c20e85680e19da1f8c27e9f051b02 - + https://github.com/dotnet/core-setup - a47c6d0e6a7ca883995f9b4d59d686f1e682e613 + 22127873b44c20e85680e19da1f8c27e9f051b02 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 3a3e7de30..dddcc7944 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.10 + 5.0.0-alpha1.19429.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.10 + 2.1.0-alpha1.19429.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.10 + 5.0.0-alpha1.19429.12 $(MicrosoftWindowsDesktopAppPackageVersion) From 93fd3267bc323e64e814566581793190cf941995 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 07:30:53 +0000 Subject: [PATCH 0368/2259] Update dependencies from https://github.com/dotnet/cli build 20190829.13 (#4437) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19429.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1d53c163b..61266d82d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 35d88a5b0a9b8df721bc91524a60c5c0e8869417 + 2cb2fb0022ba454e0a4e224c57bae42e8cd5e5b6 diff --git a/eng/Versions.props b/eng/Versions.props index dddcc7944..e8dc0a0bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.11 + 5.0.100-alpha1.19429.13 0.2.0 From da022466ab8d559e2ebb750fa80ae270a1187a07 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 08:20:51 +0000 Subject: [PATCH 0369/2259] Update dependencies from https://github.com/dotnet/toolset build 20190830.1 (#4438) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61266d82d..cb22980b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a - + https://github.com/dotnet/toolset - e08ffd45b27ba3cd80e966ad482d7d20e283234d + afbf5a4e74e19b03c73ecb7cc182fac62a6b1f97 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e8dc0a0bf..83a1bb556 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19429.24 + 5.0.100-alpha1.19430.1 From 84776d92a3484e60bf91f3229732e35d3d6f1a2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 12:28:19 +0000 Subject: [PATCH 0370/2259] [master] Update dependencies from dotnet/templating (#4398) * Update dependencies from https://github.com/dotnet/templating build 20190828.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19428.1 * Update dependencies from https://github.com/dotnet/templating build 20190829.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19429.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cb22980b8..2864957fb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 54b63f035a67ea183d9ff40c3cb8738f9dc7f29a + 98fae47807bde9657649b70d63a29a7d8a76f926 https://github.com/dotnet/toolset From e0f4b30afecfdb751cfcfaec06eaf9a8c17250c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 12:32:56 +0000 Subject: [PATCH 0371/2259] Update dependencies from https://github.com/dotnet/arcade build 20190829.16 (#4441) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19429.16 --- eng/Version.Details.xml | 4 ++-- eng/common/darc-init.ps1 | 4 ++-- eng/common/darc-init.sh | 6 +++++- eng/common/performance/perfhelixpublish.proj | 8 ++++---- eng/common/sdl/execute-all-sdl-tools.ps1 | 4 ++-- eng/common/sdl/packages.config | 4 ++-- eng/common/sdl/run-sdl.ps1 | 10 +++++----- eng/common/templates/job/execute-sdl.yml | 15 +++++++++------ eng/common/templates/post-build/post-build.yml | 2 ++ global.json | 2 +- 10 files changed, 34 insertions(+), 25 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2864957fb..31d248bdf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - dc55bd4b7353be8e36b2f71b9557e84f743dd6f6 + e5aaea7fcfc46449b035d5b220032bfb933e98a4 diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index 8854d979f..46d175fdf 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -1,9 +1,9 @@ param ( $darcVersion = $null, - $versionEndpoint = "https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16" + $versionEndpoint = "https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16", + $verbosity = "m" ) -$verbosity = "m" . $PSScriptRoot\tools.ps1 function InstallDarcCli ($darcVersion) { diff --git a/eng/common/darc-init.sh b/eng/common/darc-init.sh index abdd0bc05..242429bca 100755 --- a/eng/common/darc-init.sh +++ b/eng/common/darc-init.sh @@ -3,6 +3,7 @@ source="${BASH_SOURCE[0]}" darcVersion='' versionEndpoint="https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16" +verbosity=m while [[ $# > 0 ]]; do opt="$(echo "$1" | awk '{print tolower($0)}')" @@ -15,6 +16,10 @@ while [[ $# > 0 ]]; do versionEndpoint=$2 shift ;; + --verbosity) + verbosity=$2 + shift + ;; *) echo "Invalid argument: $1" usage @@ -34,7 +39,6 @@ while [[ -h "$source" ]]; do [[ $source != /* ]] && source="$scriptroot/$source" done scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" -verbosity=m . "$scriptroot/tools.sh" diff --git a/eng/common/performance/perfhelixpublish.proj b/eng/common/performance/perfhelixpublish.proj index d07b1fa6e..e5826b532 100644 --- a/eng/common/performance/perfhelixpublish.proj +++ b/eng/common/performance/perfhelixpublish.proj @@ -83,8 +83,8 @@ $(WorkItemDirectory) - $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument) --artifacts $(BaselineArtifactsDirectory) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" - $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument) --artifacts $(ArtifactsDirectory) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" + $(WorkItemCommand) --bdn-artifacts $(BaselineArtifactsDirectory) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" + $(WorkItemCommand) --bdn-artifacts $(ArtifactsDirectory) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument) --partition-count $(PartitionCount) --partition-index %(HelixWorkItem.Index)" $(DotnetExe) run -f $(_Framework) -p $(ResultsComparer) --base $(BaselineArtifactsDirectory) --diff $(ArtifactsDirectory) --threshold 2$(Percent) --xml $(XMLResults);$(FinalCommand) 4:00 @@ -93,8 +93,8 @@ $(WorkItemDirectory) - $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument) --artifacts $(ArtifactsDirectory)" - $(WorkItemCommand) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument) --artifacts $(ArtifactsDirectory)" + $(WorkItemCommand) --bdn-artifacts $(BaselineArtifactsDirectory) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(BaselineCoreRunArgument)" + $(WorkItemCommand) --bdn-artifacts $(ArtifactsDirectory) --bdn-arguments="--anyCategories $(BDNCategories) $(ExtraBenchmarkDotNetArguments) $(CoreRunArgument)" $(DotnetExe) run -f $(_Framework) -p $(ResultsComparer) --base $(BaselineArtifactsDirectory) --diff $(ArtifactsDirectory) --threshold 2$(Percent) --xml $(XMLResults) 4:00 diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index 6d9bdcf72..fa239484f 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -53,8 +53,8 @@ if ($ValidPath -eq $False) exit 1 } -& $(Join-Path $PSScriptRoot "init-sdl.ps1") -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory $ArtifactsDirectory -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel -$gdnFolder = Join-Path $ArtifactsDirectory ".gdn" +& $(Join-Path $PSScriptRoot "init-sdl.ps1") -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory (Split-Path $SourceDirectory -Parent) -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel +$gdnFolder = Join-Path (Split-Path $SourceDirectory -Parent) ".gdn" if ($TsaOnboard) { if ($TsaCodebaseName -and $TsaNotificationEmail -and $TsaCodebaseAdmin -and $TsaBugAreaPath) { diff --git a/eng/common/sdl/packages.config b/eng/common/sdl/packages.config index 3f97ac2f1..256ffbfb9 100644 --- a/eng/common/sdl/packages.config +++ b/eng/common/sdl/packages.config @@ -1,4 +1,4 @@ - + - + diff --git a/eng/common/sdl/run-sdl.ps1 b/eng/common/sdl/run-sdl.ps1 index b90c4399b..9bc25314a 100644 --- a/eng/common/sdl/run-sdl.ps1 +++ b/eng/common/sdl/run-sdl.ps1 @@ -32,16 +32,16 @@ foreach ($tool in $ToolsList) { Write-Host $tool # We have to manually configure tools that run on source to look at the source directory only if ($tool -eq "credscan") { - Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory : $TargetDirectory `" `" OutputType : pre `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" - & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory : $TargetDirectory " "OutputType : pre" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) + Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory < $TargetDirectory `" `" OutputType < pre `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" + & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory < $TargetDirectory " "OutputType < pre" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) if ($LASTEXITCODE -ne 0) { Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." exit $LASTEXITCODE } } if ($tool -eq "policheck") { - Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" Target : $TargetDirectory `" $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams})" - & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " Target : $TargetDirectory " $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams}) + Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" Target < $TargetDirectory `" $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams})" + & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " Target < $TargetDirectory " $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams}) if ($LASTEXITCODE -ne 0) { Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." exit $LASTEXITCODE @@ -56,4 +56,4 @@ Write-Host "$GuardianCliLocation run --working-directory $WorkingDirectory --bas if ($LASTEXITCODE -ne 0) { Write-Host "Guardian run for $ToolsList using $configParam failed with exit code $LASTEXITCODE." exit $LASTEXITCODE -} \ No newline at end of file +} diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index 91621cf88..a7f996419 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -1,7 +1,10 @@ parameters: overrideParameters: '' # Optional: to override values for parameters. additionalParameters: '' # Optional: parameters that need user specific values eg: '-SourceToolsList @("abc","def") -ArtifactToolsList @("ghi","jkl")' - continueOnError: false # optional: determines whether to continue the build if the step errors; + # There is some sort of bug (has been reported) in Azure DevOps where if this parameter is named + # 'continueOnError', the parameter value is not correctly picked up. + # This can also be remedied by the caller (post-build.yml) if it does not use a nested parameter + sdlContinueOnError: false # optional: determines whether to continue the build if the step errors; dependsOn: '' # Optional: dependencies of the job jobs: @@ -26,12 +29,12 @@ jobs: -InputPath $(Build.SourcesDirectory)\artifacts\BlobArtifacts -ExtractPath $(Build.SourcesDirectory)\artifacts\BlobArtifacts displayName: Extract Blob Artifacts - continueOnError: ${{ parameters.continueOnError }} + continueOnError: ${{ parameters.sdlContinueOnError }} - powershell: eng/common/sdl/extract-artifact-packages.ps1 -InputPath $(Build.SourcesDirectory)\artifacts\PackageArtifacts -ExtractPath $(Build.SourcesDirectory)\artifacts\PackageArtifacts displayName: Extract Package Artifacts - continueOnError: ${{ parameters.continueOnError }} + continueOnError: ${{ parameters.sdlContinueOnError }} - task: NuGetToolInstaller@1 displayName: 'Install NuGet.exe' - task: NuGetCommand@2 @@ -45,12 +48,12 @@ jobs: - ${{ if ne(parameters.overrideParameters, '') }}: - powershell: eng/common/sdl/execute-all-sdl-tools.ps1 ${{ parameters.overrideParameters }} displayName: Execute SDL - continueOnError: ${{ parameters.continueOnError }} + continueOnError: ${{ parameters.sdlContinueOnError }} - ${{ if eq(parameters.overrideParameters, '') }}: - powershell: eng/common/sdl/execute-all-sdl-tools.ps1 - -GuardianPackageName Microsoft.Guardian.Cli.0.7.1 + -GuardianPackageName Microsoft.Guardian.Cli.0.7.2 -NugetPackageDirectory $(Build.SourcesDirectory)\.packages -AzureDevOpsAccessToken $(dn-bot-dotnet-build-rw-code-rw) ${{ parameters.additionalParameters }} displayName: Execute SDL - continueOnError: ${{ parameters.continueOnError }} + continueOnError: ${{ parameters.sdlContinueOnError }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index be92789ac..34667b6c0 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -6,6 +6,7 @@ parameters: publishInstallersAndChecksums: false SDLValidationParameters: enable: false + continueOnError: false params: '' # These parameters let the user customize the call to sdk-task.ps1 for publishing @@ -92,6 +93,7 @@ stages: - template: /eng/common/templates/job/execute-sdl.yml parameters: additionalParameters: ${{ parameters.SDLValidationParameters.params }} + continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} - template: \eng\common\templates\post-build\channels\netcore-dev-5.yml parameters: diff --git a/global.json b/global.json index efd9f5144..13ed125df 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19428.9" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19429.16" } } From 0c4f3b8b57f5be259adf1d78ddc40cba7bb27373 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 13:20:29 +0000 Subject: [PATCH 0372/2259] Update dependencies from https://github.com/dotnet/toolset build 20190830.3 (#4442) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 31d248bdf..7aedb56bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - afbf5a4e74e19b03c73ecb7cc182fac62a6b1f97 + c0f513a077d54beef75584b730ef3cf34e77adc5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 83a1bb556..6331916eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.1 + 5.0.100-alpha1.19430.3 From ddc1b31d733d8780b752245bd178cf30e1010c5e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 13:55:17 +0000 Subject: [PATCH 0373/2259] Update dependencies from https://github.com/dotnet/cli build 20190830.1 (#4445) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7aedb56bd..042588d73 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 2cb2fb0022ba454e0a4e224c57bae42e8cd5e5b6 + 086a563372651314e87bf76b5efce23e486a6614 diff --git a/eng/Versions.props b/eng/Versions.props index 6331916eb..bef34b59f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19429.13 + 5.0.100-alpha1.19430.1 0.2.0 From 40f291213963de251cc3d93fcca7d8c27d03b07d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 13:56:30 +0000 Subject: [PATCH 0374/2259] [master] Update dependencies from dotnet/toolset (#4444) * Update dependencies from https://github.com/dotnet/toolset build 20190830.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.4 * Update dependencies from https://github.com/dotnet/toolset build 20190830.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.5 * Update dependencies from https://github.com/dotnet/toolset build 20190830.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 042588d73..9f339564f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - c0f513a077d54beef75584b730ef3cf34e77adc5 + 04df81bce898aee65806927e257144f52ccf95bd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bef34b59f..162b3721f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.3 + 5.0.100-alpha1.19430.7 From 1cc374ba9a1ee5e746e3e4d1aa2705bb08f4cb6a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 14:40:28 +0000 Subject: [PATCH 0375/2259] Update dependencies from https://github.com/dotnet/toolset build 20190830.9 (#4448) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f339564f..40b5b78c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 04df81bce898aee65806927e257144f52ccf95bd + 2ca3c018f8d41b07fbcebe65f074a457f783d6d2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 162b3721f..2e433ab37 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.7 + 5.0.100-alpha1.19430.9 From c87ac61eef3504e30e3974d3cc850661665e89cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 15:11:08 +0000 Subject: [PATCH 0376/2259] Update dependencies from https://github.com/dotnet/toolset build 20190830.10 (#4451) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 40b5b78c4..511e14889 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 2ca3c018f8d41b07fbcebe65f074a457f783d6d2 + aadb7f18f30073318cc0db64572c3710ba2ef59e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2e433ab37..fcfef7202 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.9 + 5.0.100-alpha1.19430.10 From 8bcfbbcfa52c218b42d7c561603b64acd70b426c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 16:47:20 +0000 Subject: [PATCH 0377/2259] [master] Update dependencies from dotnet/cli (#4447) * Update dependencies from https://github.com/dotnet/cli build 20190830.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.2 * Update dependencies from https://github.com/dotnet/cli build 20190830.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 511e14889..c34a991e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 086a563372651314e87bf76b5efce23e486a6614 + de4510192089d9d1346e069ec9306eaaa872cb00 diff --git a/eng/Versions.props b/eng/Versions.props index fcfef7202..ac43f7c18 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.1 + 5.0.100-alpha1.19430.4 0.2.0 From 30841de8e7e9cbeaca7ba02c9d97867877c7e6bb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 17:20:41 +0000 Subject: [PATCH 0378/2259] Update dependencies from https://github.com/dotnet/toolset build 20190830.12 (#4454) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c34a991e9..e0f08f914 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - aadb7f18f30073318cc0db64572c3710ba2ef59e + bdf2d31ee344783aff852f204bcd0672bb1557d7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ac43f7c18..791378e93 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.10 + 5.0.100-alpha1.19430.12 From 3190f262d0a536b30a60f2d4d76f66b01bcfe690 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 17:56:12 +0000 Subject: [PATCH 0379/2259] [master] Update dependencies from dotnet/core-setup (#4440) * Update dependencies from https://github.com/dotnet/core-setup build 20190829.14 - Microsoft.NETCore.App - 5.0.0-alpha1.19429.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19429.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19429.14 * Update dependencies from https://github.com/dotnet/core-setup build 20190830.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19430.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190830.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19430.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0f08f914..8397bc96c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 22127873b44c20e85680e19da1f8c27e9f051b02 + c5a1f450ea5415dac206367841d602243d8884d8 - + https://github.com/dotnet/core-setup - 22127873b44c20e85680e19da1f8c27e9f051b02 + c5a1f450ea5415dac206367841d602243d8884d8 - + https://github.com/dotnet/core-setup - 22127873b44c20e85680e19da1f8c27e9f051b02 + c5a1f450ea5415dac206367841d602243d8884d8 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 791378e93..8eee990b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19429.12 + 5.0.0-alpha1.19430.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19429.12 + 2.1.0-alpha1.19430.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19429.12 + 5.0.0-alpha1.19430.3 $(MicrosoftWindowsDesktopAppPackageVersion) From fea16616b840430fe8703862cabde297e458ed4d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 19:15:41 +0000 Subject: [PATCH 0380/2259] Update dependencies from https://github.com/dotnet/cli build 20190830.6 (#4458) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8397bc96c..0aa34e273 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - de4510192089d9d1346e069ec9306eaaa872cb00 + 0f2db7e3bdd952fb0ea66031acbf8064c5424a12 diff --git a/eng/Versions.props b/eng/Versions.props index 8eee990b4..9cfebf835 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.4 + 5.0.100-alpha1.19430.6 0.2.0 From d2c21e08f714c73459760273422ffdca0ca44e62 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 19:55:43 +0000 Subject: [PATCH 0381/2259] Update dependencies from https://github.com/dotnet/toolset build 20190830.14 (#4459) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0aa34e273..ccb103005 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - bdf2d31ee344783aff852f204bcd0672bb1557d7 + 2cb4b37398ff86ed26eccceeb3483a008f0f19cd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9cfebf835..522583d06 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.12 + 5.0.100-alpha1.19430.14 From 477b9278de0ff97698b7dc299c925a4d66339075 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 22:30:39 +0000 Subject: [PATCH 0382/2259] Update dependencies from https://github.com/dotnet/cli build 20190830.9 (#4463) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ccb103005..58cadc148 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 0f2db7e3bdd952fb0ea66031acbf8064c5424a12 + 0d186e814f7013153140126e82f09110e3b869f7 diff --git a/eng/Versions.props b/eng/Versions.props index 522583d06..a6e7e5ec8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.6 + 5.0.100-alpha1.19430.9 0.2.0 From e047cdbd95cd13bca2a98e120bf8c2a94ea13963 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2019 23:10:39 +0000 Subject: [PATCH 0383/2259] Update dependencies from https://github.com/dotnet/toolset build 20190830.17 (#4465) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 58cadc148..26404df8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 2cb4b37398ff86ed26eccceeb3483a008f0f19cd + d5b5e8a5fda39f0893fd3101b7630fe9ee631c37 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a6e7e5ec8..0d09487a6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.14 + 5.0.100-alpha1.19430.17 From d160f407f6cbd61b63e8210fc4d7698284af6803 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 01:53:20 +0000 Subject: [PATCH 0384/2259] [master] Update dependencies from dotnet/core-setup (#4462) * Update dependencies from https://github.com/dotnet/core-setup build 20190830.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19430.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.4 * Update dependencies from https://github.com/dotnet/core-setup build 20190830.10 - Microsoft.NETCore.App - 5.0.0-alpha1.19430.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 26404df8d..580bfbd88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c5a1f450ea5415dac206367841d602243d8884d8 + 040fffc8465f1933b0a46b2e734c10407fa3d88f - + https://github.com/dotnet/core-setup - c5a1f450ea5415dac206367841d602243d8884d8 + 040fffc8465f1933b0a46b2e734c10407fa3d88f - + https://github.com/dotnet/core-setup - c5a1f450ea5415dac206367841d602243d8884d8 + 040fffc8465f1933b0a46b2e734c10407fa3d88f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0d09487a6..9e1653f46 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.3 + 5.0.0-alpha1.19430.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.3 + 2.1.0-alpha1.19430.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.3 + 5.0.0-alpha1.19430.10 $(MicrosoftWindowsDesktopAppPackageVersion) From bcd2f13474edf8e2d3d62eb25778d655b93f2706 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 03:25:41 +0000 Subject: [PATCH 0385/2259] Update dependencies from https://github.com/dotnet/cli build 20190830.11 (#4469) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 580bfbd88..6029be3de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 0d186e814f7013153140126e82f09110e3b869f7 + f23e9bd307d6fef666445275b824f8e9ec1a95a0 diff --git a/eng/Versions.props b/eng/Versions.props index 9e1653f46..4fa49d9f9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.9 + 5.0.100-alpha1.19430.11 0.2.0 From 5d08220c6aa807b3c74aee423a4fb2a0e387ebe8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 03:50:38 +0000 Subject: [PATCH 0386/2259] Update dependencies from https://github.com/dotnet/toolset build 20190830.21 (#4470) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.21 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6029be3de..194104485 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - d5b5e8a5fda39f0893fd3101b7630fe9ee631c37 + 9404d708ba5ea5c671385c58daed2f00f3d5d087 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4fa49d9f9..7c8acf98a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.17 + 5.0.100-alpha1.19430.21 From 0ca1b67691bb97833f09792d54b559eadd26e157 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 04:00:40 +0000 Subject: [PATCH 0387/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190830.11 (#4471) - Microsoft.NETCore.App - 5.0.0-alpha1.19430.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.11 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 194104485..bdf02f393 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 040fffc8465f1933b0a46b2e734c10407fa3d88f + 67f96ca519825f9d209c5b0176b5dcef3fcbcfde - + https://github.com/dotnet/core-setup - 040fffc8465f1933b0a46b2e734c10407fa3d88f + 67f96ca519825f9d209c5b0176b5dcef3fcbcfde - + https://github.com/dotnet/core-setup - 040fffc8465f1933b0a46b2e734c10407fa3d88f + 67f96ca519825f9d209c5b0176b5dcef3fcbcfde https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 7c8acf98a..91c753213 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.10 + 5.0.0-alpha1.19430.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.10 + 2.1.0-alpha1.19430.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.10 + 5.0.0-alpha1.19430.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 03b3e0a1fcbb411c6e251f911607e742cbecbd18 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 05:45:39 +0000 Subject: [PATCH 0388/2259] Update dependencies from https://github.com/dotnet/toolset build 20190830.23 (#4473) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19430.23 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bdf02f393..db927ced6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 9404d708ba5ea5c671385c58daed2f00f3d5d087 + 894b651867673cbbf57197e3aee8e47838f2fba2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 91c753213..d90f222dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.21 + 5.0.100-alpha1.19430.23 From 70564b60722d78fc704c1da98c99ee61005a62d6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 06:10:39 +0000 Subject: [PATCH 0389/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190830.12 (#4474) - Microsoft.NETCore.App - 5.0.0-alpha1.19430.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.12 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db927ced6..f1d97f86a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 67f96ca519825f9d209c5b0176b5dcef3fcbcfde + 06399d63c856e8bfaff32c3b04d9fb14a44f6744 - + https://github.com/dotnet/core-setup - 67f96ca519825f9d209c5b0176b5dcef3fcbcfde + 06399d63c856e8bfaff32c3b04d9fb14a44f6744 - + https://github.com/dotnet/core-setup - 67f96ca519825f9d209c5b0176b5dcef3fcbcfde + 06399d63c856e8bfaff32c3b04d9fb14a44f6744 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d90f222dc..b94c418dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.11 + 5.0.0-alpha1.19430.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.11 + 2.1.0-alpha1.19430.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.11 + 5.0.0-alpha1.19430.12 $(MicrosoftWindowsDesktopAppPackageVersion) From f963e01d4098412dac654a77cd5289b06546ba42 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 06:40:59 +0000 Subject: [PATCH 0390/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190830.13 (#4475) - Microsoft.NETCore.App - 5.0.0-alpha1.19430.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.13 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f1d97f86a..5b0de8dfd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 06399d63c856e8bfaff32c3b04d9fb14a44f6744 - + https://github.com/dotnet/core-setup 06399d63c856e8bfaff32c3b04d9fb14a44f6744 - + https://github.com/dotnet/core-setup 06399d63c856e8bfaff32c3b04d9fb14a44f6744 diff --git a/eng/Versions.props b/eng/Versions.props index b94c418dc..e615eaf9f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.12 + 5.0.0-alpha1.19430.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.12 + 2.1.0-alpha1.19430.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.12 + 5.0.0-alpha1.19430.13 $(MicrosoftWindowsDesktopAppPackageVersion) From ac3a85357c51b4c79d2c6b9846fa37561a547051 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 08:02:15 +0000 Subject: [PATCH 0391/2259] [master] Update dependencies from dotnet/cli (#4472) * Update dependencies from https://github.com/dotnet/cli build 20190830.12 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.12 * Update dependencies from https://github.com/dotnet/cli build 20190830.13 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19430.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5b0de8dfd..a78d84463 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - f23e9bd307d6fef666445275b824f8e9ec1a95a0 + 95b1e662b604a5c8ccfe0b73944abe22f9ca7798 diff --git a/eng/Versions.props b/eng/Versions.props index e615eaf9f..07d9dba8a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.11 + 5.0.100-alpha1.19430.13 0.2.0 From d006246a4a5dead71bf63cbe8a29aea2005fe5e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 08:35:43 +0000 Subject: [PATCH 0392/2259] Update dependencies from https://github.com/dotnet/toolset build 20190831.1 (#4477) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a78d84463..95787bde4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 894b651867673cbbf57197e3aee8e47838f2fba2 + 0ba85c4b6dcff235e510a83f50126d5ddd53ffc7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 07d9dba8a..ce98db779 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19430.23 + 5.0.100-alpha1.19431.1 From 4c5b45b7b83c460a62c0f4d2ae35b77b6f3ab45c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 09:10:42 +0000 Subject: [PATCH 0393/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190830.14 (#4478) - Microsoft.NETCore.App - 5.0.0-alpha1.19430.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19430.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19430.14 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 95787bde4..84c421e18 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 06399d63c856e8bfaff32c3b04d9fb14a44f6744 + 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 - + https://github.com/dotnet/core-setup - 06399d63c856e8bfaff32c3b04d9fb14a44f6744 + 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 - + https://github.com/dotnet/core-setup - 06399d63c856e8bfaff32c3b04d9fb14a44f6744 + 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ce98db779..a1de8d2ca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.13 + 5.0.0-alpha1.19430.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.13 + 2.1.0-alpha1.19430.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.13 + 5.0.0-alpha1.19430.14 $(MicrosoftWindowsDesktopAppPackageVersion) From f73b96a77cfd3fbd6c4c9782436a3c7d7a79544b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 10:20:58 +0000 Subject: [PATCH 0394/2259] Update dependencies from https://github.com/dotnet/cli build 20190831.1 (#4479) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19431.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84c421e18..02066c8e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 95b1e662b604a5c8ccfe0b73944abe22f9ca7798 + 749eaee933b976d4115f6dc47aceaa296e9361e2 diff --git a/eng/Versions.props b/eng/Versions.props index a1de8d2ca..8f1706740 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19430.13 + 5.0.100-alpha1.19431.1 0.2.0 From 41c80d8f6d0857eda55b683f74d6b93841e7ed45 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 10:55:39 +0000 Subject: [PATCH 0395/2259] Update dependencies from https://github.com/dotnet/toolset build 20190831.2 (#4480) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 02066c8e7..e53967c63 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 0ba85c4b6dcff235e510a83f50126d5ddd53ffc7 + 1c6c707e200e641e9dc031ddbe2f84c77ab9a34a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8f1706740..b3f63e367 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.1 + 5.0.100-alpha1.19431.2 From 5b5d2c1302014da53ed1cb44ddd4adff2ae9c251 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 11:40:40 +0000 Subject: [PATCH 0396/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190831.1 (#4481) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e53967c63..5b1f0b8fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 + 141199b3c49a0a6d278a4fc816508a5cc9380f7b - + https://github.com/dotnet/core-setup - 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 + 141199b3c49a0a6d278a4fc816508a5cc9380f7b - + https://github.com/dotnet/core-setup - 8d9cefa3759f03d84e2e00ffa918b24ac1d387f8 + 141199b3c49a0a6d278a4fc816508a5cc9380f7b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b3f63e367..25f3f4608 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19430.14 + 5.0.0-alpha1.19431.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19430.14 + 2.1.0-alpha1.19431.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19430.14 + 5.0.0-alpha1.19431.1 $(MicrosoftWindowsDesktopAppPackageVersion) From f25a753869039c1b59ccccdc4ba8d26290b06373 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 13:00:18 +0000 Subject: [PATCH 0397/2259] Update dependencies from https://github.com/dotnet/toolset build 20190831.3 (#4484) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5b1f0b8fc..c4a63de1f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 1c6c707e200e641e9dc031ddbe2f84c77ab9a34a + 056181de55838b10ba099bb662637ad8539aee42 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 25f3f4608..25b8f5dae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.2 + 5.0.100-alpha1.19431.3 From 822a46a37ed5c3193da0268d3bedb677f607bf9d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 14:36:31 +0000 Subject: [PATCH 0398/2259] [master] Update dependencies from dotnet/toolset (#4485) * Update dependencies from https://github.com/dotnet/toolset build 20190831.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.4 * Update dependencies from https://github.com/dotnet/toolset build 20190831.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c4a63de1f..ffe52893e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 056181de55838b10ba099bb662637ad8539aee42 + d12ff53beb38ecc8cd858f56b39c6824a5cd9cbc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 25b8f5dae..d3406b953 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.3 + 5.0.100-alpha1.19431.6 From 8d1b9c427ff423f3ad06e5adf691b8239e73e09d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 16:20:50 +0000 Subject: [PATCH 0399/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190831.3 (#4486) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ffe52893e..a1ea328ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 141199b3c49a0a6d278a4fc816508a5cc9380f7b + ed0af91340a962833bb0ce9888c56b542215c432 - + https://github.com/dotnet/core-setup - 141199b3c49a0a6d278a4fc816508a5cc9380f7b + ed0af91340a962833bb0ce9888c56b542215c432 - + https://github.com/dotnet/core-setup - 141199b3c49a0a6d278a4fc816508a5cc9380f7b + ed0af91340a962833bb0ce9888c56b542215c432 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d3406b953..9bf1b0b3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.1 + 5.0.0-alpha1.19431.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.1 + 2.1.0-alpha1.19431.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.1 + 5.0.0-alpha1.19431.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 460af599015975a051382d138bfefeaaedebe96f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 17:25:41 +0000 Subject: [PATCH 0400/2259] Update dependencies from https://github.com/dotnet/cli build 20190831.2 (#4487) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19431.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a1ea328ef..ee7fade0c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 749eaee933b976d4115f6dc47aceaa296e9361e2 + 8654b841e67137490c050cb273e33d23c1adfb14 diff --git a/eng/Versions.props b/eng/Versions.props index 9bf1b0b3e..a8c0ab10e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19431.1 + 5.0.100-alpha1.19431.2 0.2.0 From cb0b70cb3d771183fa645248ecda95c8738eb573 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 17:55:09 +0000 Subject: [PATCH 0401/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190831.4 (#4488) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee7fade0c..e8c62008b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ed0af91340a962833bb0ce9888c56b542215c432 + 23c83baa497c4bbdd238611c51b4fc7650a16f98 - + https://github.com/dotnet/core-setup - ed0af91340a962833bb0ce9888c56b542215c432 + 23c83baa497c4bbdd238611c51b4fc7650a16f98 - + https://github.com/dotnet/core-setup - ed0af91340a962833bb0ce9888c56b542215c432 + 23c83baa497c4bbdd238611c51b4fc7650a16f98 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index a8c0ab10e..1b55929bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.3 + 5.0.0-alpha1.19431.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.3 + 2.1.0-alpha1.19431.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.3 + 5.0.0-alpha1.19431.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 5623c52682cc053451d83961f03c01602e42e732 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 18:00:41 +0000 Subject: [PATCH 0402/2259] Update dependencies from https://github.com/dotnet/toolset build 20190831.8 (#4489) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e8c62008b..99c8fc7bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - d12ff53beb38ecc8cd858f56b39c6824a5cd9cbc + bb5277955821d7be1ac4145de85183e2bd077e0a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1b55929bd..bcaa1ea34 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.6 + 5.0.100-alpha1.19431.8 From f8251de73d1d49476ab5bddc936c72b5831037c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 18:25:50 +0000 Subject: [PATCH 0403/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190831.5 (#4490) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.5 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 99c8fc7bf..f91402a2a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 23c83baa497c4bbdd238611c51b4fc7650a16f98 - + https://github.com/dotnet/core-setup 23c83baa497c4bbdd238611c51b4fc7650a16f98 - + https://github.com/dotnet/core-setup 23c83baa497c4bbdd238611c51b4fc7650a16f98 diff --git a/eng/Versions.props b/eng/Versions.props index bcaa1ea34..b9ed27223 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.4 + 5.0.0-alpha1.19431.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.4 + 2.1.0-alpha1.19431.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.4 + 5.0.0-alpha1.19431.5 $(MicrosoftWindowsDesktopAppPackageVersion) From ca45db67c962ff8885cbd7ef32e97ab85b69ec43 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 20:40:43 +0000 Subject: [PATCH 0404/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190831.6 (#4491) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f91402a2a..0fea69e02 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 23c83baa497c4bbdd238611c51b4fc7650a16f98 + 69dde4d4c7f962cc1f52499fc1bae38e342472ce - + https://github.com/dotnet/core-setup - 23c83baa497c4bbdd238611c51b4fc7650a16f98 + 69dde4d4c7f962cc1f52499fc1bae38e342472ce - + https://github.com/dotnet/core-setup - 23c83baa497c4bbdd238611c51b4fc7650a16f98 + 69dde4d4c7f962cc1f52499fc1bae38e342472ce https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b9ed27223..186f6179c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.5 + 5.0.0-alpha1.19431.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.5 + 2.1.0-alpha1.19431.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.5 + 5.0.0-alpha1.19431.6 $(MicrosoftWindowsDesktopAppPackageVersion) From d2b91920366b05f6af8f47858d5bea5a76f5bea1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 21:45:43 +0000 Subject: [PATCH 0405/2259] Update dependencies from https://github.com/dotnet/cli build 20190831.3 (#4492) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19431.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0fea69e02..9935aacf4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 8654b841e67137490c050cb273e33d23c1adfb14 + 8eeb1e966b145ee23d4709e0f1ad50f823eb1401 diff --git a/eng/Versions.props b/eng/Versions.props index 186f6179c..8621f573e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19431.2 + 5.0.100-alpha1.19431.3 0.2.0 From 05a8c8cde37f5dd6914608183be754daecbe330e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2019 22:05:40 +0000 Subject: [PATCH 0406/2259] Update dependencies from https://github.com/dotnet/toolset build 20190831.9 (#4493) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9935aacf4..57d878d32 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - bb5277955821d7be1ac4145de85183e2bd077e0a + 293d1e9e1172fc5902dc0c7a035161bb0014f8ef https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8621f573e..326224141 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.8 + 5.0.100-alpha1.19431.9 From 3999226a01e9e3b6d404ff6496600e0b010a1269 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 05:40:42 +0000 Subject: [PATCH 0407/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190831.8 (#4495) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57d878d32..0091e5158 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 69dde4d4c7f962cc1f52499fc1bae38e342472ce + f737f2532a8e123dac4100a048d039488d416497 - + https://github.com/dotnet/core-setup - 69dde4d4c7f962cc1f52499fc1bae38e342472ce + f737f2532a8e123dac4100a048d039488d416497 - + https://github.com/dotnet/core-setup - 69dde4d4c7f962cc1f52499fc1bae38e342472ce + f737f2532a8e123dac4100a048d039488d416497 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 326224141..2d6d772c4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.6 + 5.0.0-alpha1.19431.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.6 + 2.1.0-alpha1.19431.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.6 + 5.0.0-alpha1.19431.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 21883990cfaa4601cefdd02c25e7c62850412906 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 07:00:40 +0000 Subject: [PATCH 0408/2259] Update dependencies from https://github.com/dotnet/cli build 20190831.4 (#4496) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19431.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0091e5158..2ccd434dc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 8eeb1e966b145ee23d4709e0f1ad50f823eb1401 + 41f6e509b574b2081f7fbbdba39b8f9db964ca6d diff --git a/eng/Versions.props b/eng/Versions.props index 2d6d772c4..45b7117e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19431.3 + 5.0.100-alpha1.19431.4 0.2.0 From 268aff05d769f940e9c2ede4e250ab7c64a396da Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 07:15:40 +0000 Subject: [PATCH 0409/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190831.9 (#4497) - Microsoft.NETCore.App - 5.0.0-alpha1.19431.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19431.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19431.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ccd434dc..36e2934d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - f737f2532a8e123dac4100a048d039488d416497 + cabc10d2675e4b61f349b7b7887f549ad15bd060 - + https://github.com/dotnet/core-setup - f737f2532a8e123dac4100a048d039488d416497 + cabc10d2675e4b61f349b7b7887f549ad15bd060 - + https://github.com/dotnet/core-setup - f737f2532a8e123dac4100a048d039488d416497 + cabc10d2675e4b61f349b7b7887f549ad15bd060 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 45b7117e5..8d0f2c600 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.8 + 5.0.0-alpha1.19431.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.8 + 2.1.0-alpha1.19431.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.8 + 5.0.0-alpha1.19431.9 $(MicrosoftWindowsDesktopAppPackageVersion) From b4ad2412d3c3ee59b152d7423de8831804c73799 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 07:35:41 +0000 Subject: [PATCH 0410/2259] Update dependencies from https://github.com/dotnet/toolset build 20190831.11 (#4498) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19431.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 36e2934d6..5cbd8d3e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 293d1e9e1172fc5902dc0c7a035161bb0014f8ef + 109fe7e804c0c7c722e510d79af8b083f28f9734 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8d0f2c600..980037be2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.9 + 5.0.100-alpha1.19431.11 From 8fba8fd2a9ac460ef2bf72b407b25a9a1a437f65 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 09:05:39 +0000 Subject: [PATCH 0411/2259] Update dependencies from https://github.com/dotnet/toolset build 20190901.1 (#4500) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5cbd8d3e7..c796186e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 109fe7e804c0c7c722e510d79af8b083f28f9734 + 189567ccca0ac68a7149f219106228a41669c7b9 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 980037be2..08011418a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19431.11 + 5.0.100-alpha1.19451.1 From b7ef6c68595780e6e45d32fe05b8f53650fc472b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 13:05:18 +0000 Subject: [PATCH 0412/2259] Update dependencies from https://github.com/dotnet/toolset build 20190901.2 (#4501) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c796186e8..8100f218b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 189567ccca0ac68a7149f219106228a41669c7b9 + b19cb0fdf942da740f06eb00827050cb4787b809 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 08011418a..00fa6fc38 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.1 + 5.0.100-alpha1.19451.2 From a9ab3f2bc65d7632432f92b556ddfb1dc4ca2640 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 13:30:52 +0000 Subject: [PATCH 0413/2259] Update dependencies from https://github.com/dotnet/toolset build 20190901.3 (#4502) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8100f218b..e208a7f32 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - b19cb0fdf942da740f06eb00827050cb4787b809 + 00cdc4e117ecb64b5dede7204e2942a93bb9f60c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 00fa6fc38..90e375409 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.2 + 5.0.100-alpha1.19451.3 From d3148febd585e391ab612043b45bb689488911f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 16:20:40 +0000 Subject: [PATCH 0414/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190901.1 (#4503) - Microsoft.NETCore.App - 5.0.0-alpha1.19451.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e208a7f32..b2ec27b92 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - cabc10d2675e4b61f349b7b7887f549ad15bd060 + 7f46800bde35842a5e1d945857c14a172bd78122 - + https://github.com/dotnet/core-setup - cabc10d2675e4b61f349b7b7887f549ad15bd060 + 7f46800bde35842a5e1d945857c14a172bd78122 - + https://github.com/dotnet/core-setup - cabc10d2675e4b61f349b7b7887f549ad15bd060 + 7f46800bde35842a5e1d945857c14a172bd78122 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 90e375409..a46eba8c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19431.9 + 5.0.0-alpha1.19451.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19431.9 + 2.1.0-alpha1.19451.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19431.9 + 5.0.0-alpha1.19451.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 6e1515b4e16f76fce27640bd6219f8f464f1cbb7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 17:50:22 +0000 Subject: [PATCH 0415/2259] [master] Update dependencies from dotnet/cli (#4499) * Update dependencies from https://github.com/dotnet/cli build 20190901.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.1 * Update dependencies from https://github.com/dotnet/cli build 20190901.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b2ec27b92..a83dfb4ed 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 41f6e509b574b2081f7fbbdba39b8f9db964ca6d + 0e5f79cdabbf69c44010f4ec04d843e9740dc988 diff --git a/eng/Versions.props b/eng/Versions.props index a46eba8c6..08ed7a963 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19431.4 + 5.0.100-alpha1.19451.2 0.2.0 From 81579e3cd09df71ef5b5003ba7d61eae1a5a0199 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 18:25:40 +0000 Subject: [PATCH 0416/2259] Update dependencies from https://github.com/dotnet/toolset build 20190901.4 (#4506) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a83dfb4ed..303738de2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 00cdc4e117ecb64b5dede7204e2942a93bb9f60c + 916d59cca7cdfe4dbca38ed7828788b9ef90db46 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 08ed7a963..23d473b24 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.3 + 5.0.100-alpha1.19451.4 From cc8282d3153d4f3ffb362d32fd4eab6ae3770992 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 19:20:44 +0000 Subject: [PATCH 0417/2259] Update dependencies from https://github.com/dotnet/toolset build 20190901.6 (#4509) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 303738de2..314adfc8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 916d59cca7cdfe4dbca38ed7828788b9ef90db46 + 0523bbf48106dede63194c72c82e327e9cb1e219 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 23d473b24..8e3e03bd1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.4 + 5.0.100-alpha1.19451.6 From 0dedb6b43634ef042b113393119f9c9604e7772e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 19:36:47 +0000 Subject: [PATCH 0418/2259] [master] Update dependencies from dotnet/core-setup (#4505) * Update dependencies from https://github.com/dotnet/core-setup build 20190901.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19451.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.2 * Update dependencies from https://github.com/dotnet/core-setup build 20190901.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19451.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 314adfc8c..e81be5554 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7f46800bde35842a5e1d945857c14a172bd78122 + 935899164fe464349001a9a67ad0175aa2bf780a - + https://github.com/dotnet/core-setup - 7f46800bde35842a5e1d945857c14a172bd78122 + 935899164fe464349001a9a67ad0175aa2bf780a - + https://github.com/dotnet/core-setup - 7f46800bde35842a5e1d945857c14a172bd78122 + 935899164fe464349001a9a67ad0175aa2bf780a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8e3e03bd1..945252790 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.1 + 5.0.0-alpha1.19451.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.1 + 2.1.0-alpha1.19451.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.1 + 5.0.0-alpha1.19451.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 949225e28bd692eb669b21215abcdaf656e85c6d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 21:10:40 +0000 Subject: [PATCH 0419/2259] Update dependencies from https://github.com/dotnet/toolset build 20190901.7 (#4510) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e81be5554..1e42e6aaa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 0523bbf48106dede63194c72c82e327e9cb1e219 + bb4e748dd45767236123bad71a74c1a0baac445d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 945252790..db874483b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.6 + 5.0.100-alpha1.19451.7 From 6275e570f93c785ea4824969e569885380323718 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 21:15:41 +0000 Subject: [PATCH 0420/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190901.4 (#4511) - Microsoft.NETCore.App - 5.0.0-alpha1.19451.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e42e6aaa..7ec623955 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 935899164fe464349001a9a67ad0175aa2bf780a + dd6b0fefee06929fd7e643c68502d39cda449151 - + https://github.com/dotnet/core-setup - 935899164fe464349001a9a67ad0175aa2bf780a + dd6b0fefee06929fd7e643c68502d39cda449151 - + https://github.com/dotnet/core-setup - 935899164fe464349001a9a67ad0175aa2bf780a + dd6b0fefee06929fd7e643c68502d39cda449151 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index db874483b..9b481ecc3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.3 + 5.0.0-alpha1.19451.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.3 + 2.1.0-alpha1.19451.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.3 + 5.0.0-alpha1.19451.4 $(MicrosoftWindowsDesktopAppPackageVersion) From d88f9b9a3047d0b8ca711b736c5e617048539cce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 22:55:41 +0000 Subject: [PATCH 0421/2259] Update dependencies from https://github.com/dotnet/toolset build 20190901.8 (#4512) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ec623955..98f8ffde8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - bb4e748dd45767236123bad71a74c1a0baac445d + 477e842bf46005ed71ca9c251df76ac423c23310 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9b481ecc3..690e6020c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.7 + 5.0.100-alpha1.19451.8 From 7044e415e2c7a1a4da1ef03ce0bace80d3aa0973 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2019 23:40:49 +0000 Subject: [PATCH 0422/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190901.5 (#4513) - Microsoft.NETCore.App - 5.0.0-alpha1.19451.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 98f8ffde8..3879cae96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - dd6b0fefee06929fd7e643c68502d39cda449151 + ae1362ff29650bc471e65a38330e79bcb0c67416 - + https://github.com/dotnet/core-setup - dd6b0fefee06929fd7e643c68502d39cda449151 + ae1362ff29650bc471e65a38330e79bcb0c67416 - + https://github.com/dotnet/core-setup - dd6b0fefee06929fd7e643c68502d39cda449151 + ae1362ff29650bc471e65a38330e79bcb0c67416 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 690e6020c..90d4782b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.4 + 5.0.0-alpha1.19451.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.4 + 2.1.0-alpha1.19451.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.4 + 5.0.0-alpha1.19451.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 35f5b0a543c1385463b51500fc98928e31c46173 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 00:53:51 +0000 Subject: [PATCH 0423/2259] [master] Update dependencies from dotnet/cli (#4508) * Update dependencies from https://github.com/dotnet/cli build 20190901.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.4 * Update dependencies from https://github.com/dotnet/cli build 20190901.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.5 * Update dependencies from https://github.com/dotnet/cli build 20190901.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.6 * Update dependencies from https://github.com/dotnet/cli build 20190901.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3879cae96..1a9e184b4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 0e5f79cdabbf69c44010f4ec04d843e9740dc988 + b72c9d45a7c033ec7f6685d88493c16310af7036 diff --git a/eng/Versions.props b/eng/Versions.props index 90d4782b5..bbb8f0d97 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19451.2 + 5.0.100-alpha1.19451.7 0.2.0 From cbeb8bf9d7ff7846debdef64d9760ecfb7cf7a14 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 01:25:41 +0000 Subject: [PATCH 0424/2259] Update dependencies from https://github.com/dotnet/toolset build 20190901.9 (#4514) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1a9e184b4..f9fb3b1e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 477e842bf46005ed71ca9c251df76ac423c23310 + 51814dc9d7a15797d715e0d66aa480b0968b788c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bbb8f0d97..42813681d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.8 + 5.0.100-alpha1.19451.9 From a26d5976dfaf6512bdca7ce222a48f3154a33106 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 05:40:41 +0000 Subject: [PATCH 0425/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190901.6 (#4515) - Microsoft.NETCore.App - 5.0.0-alpha1.19451.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.6 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f9fb3b1e4..8bacbff4e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup ae1362ff29650bc471e65a38330e79bcb0c67416 - + https://github.com/dotnet/core-setup ae1362ff29650bc471e65a38330e79bcb0c67416 - + https://github.com/dotnet/core-setup ae1362ff29650bc471e65a38330e79bcb0c67416 diff --git a/eng/Versions.props b/eng/Versions.props index 42813681d..f42bd6e5e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.5 + 5.0.0-alpha1.19451.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.5 + 2.1.0-alpha1.19451.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.5 + 5.0.0-alpha1.19451.6 $(MicrosoftWindowsDesktopAppPackageVersion) From 77c846f79cb279ecd50ef0d56b9244b34347c15d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 07:00:44 +0000 Subject: [PATCH 0426/2259] Update dependencies from https://github.com/dotnet/cli build 20190901.8 (#4516) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19451.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8bacbff4e..0e55fb2d5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - b72c9d45a7c033ec7f6685d88493c16310af7036 + 060b49cec0992b1cb93689f5e030a348ed83aa12 diff --git a/eng/Versions.props b/eng/Versions.props index f42bd6e5e..4fb92350a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19451.7 + 5.0.100-alpha1.19451.8 0.2.0 From 936e99f6e8b599f5bb21651b5d74131f16b17984 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 07:40:43 +0000 Subject: [PATCH 0427/2259] Update dependencies from https://github.com/dotnet/toolset build 20190901.10 (#4517) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19451.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e55fb2d5..9617df8cc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 51814dc9d7a15797d715e0d66aa480b0968b788c + 2056a97db1b725c4435aedfb58bddc137fdeed19 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4fb92350a..ac763c69f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.9 + 5.0.100-alpha1.19451.10 From c5318b15e8d10cb35475df7e28ea9ce820f98667 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 07:45:46 +0000 Subject: [PATCH 0428/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190901.7 (#4518) - Microsoft.NETCore.App - 5.0.0-alpha1.19451.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19451.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19451.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9617df8cc..b2c66f47f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ae1362ff29650bc471e65a38330e79bcb0c67416 + 1b429e8f37ec1314165331481079af9632981c0c - + https://github.com/dotnet/core-setup - ae1362ff29650bc471e65a38330e79bcb0c67416 + 1b429e8f37ec1314165331481079af9632981c0c - + https://github.com/dotnet/core-setup - ae1362ff29650bc471e65a38330e79bcb0c67416 + 1b429e8f37ec1314165331481079af9632981c0c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ac763c69f..bd521a4cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.6 + 5.0.0-alpha1.19451.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.6 + 2.1.0-alpha1.19451.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.6 + 5.0.0-alpha1.19451.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 01b432062b5499a3646746d4c73910037c138c1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 08:55:45 +0000 Subject: [PATCH 0429/2259] Update dependencies from https://github.com/dotnet/cli build 20190902.1 (#4519) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19452.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b2c66f47f..0fb4d7ee5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 060b49cec0992b1cb93689f5e030a348ed83aa12 + 5fd38f171e793562d23bf83099a6c601fa597c1f diff --git a/eng/Versions.props b/eng/Versions.props index bd521a4cd..f4fd65df5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19451.8 + 5.0.100-alpha1.19452.1 0.2.0 From 35955f792b832628caf6a7fc9f052da27aaf68ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 09:30:41 +0000 Subject: [PATCH 0430/2259] Update dependencies from https://github.com/dotnet/toolset build 20190902.1 (#4520) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0fb4d7ee5..d8dfbfce6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 2056a97db1b725c4435aedfb58bddc137fdeed19 + 67dc05696188b6933a9fe0638bf03efdb7cde49f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f4fd65df5..ff7003001 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19451.10 + 5.0.100-alpha1.19452.1 From 99c4db506c7b9490000b62a1622e8637efff620a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 10:25:46 +0000 Subject: [PATCH 0431/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190902.1 (#4521) - Microsoft.NETCore.App - 5.0.0-alpha1.19452.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d8dfbfce6..fe32ff98e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1b429e8f37ec1314165331481079af9632981c0c + fb49d11c77525a6af8e5bc7067a17d9eee6948dd - + https://github.com/dotnet/core-setup - 1b429e8f37ec1314165331481079af9632981c0c + fb49d11c77525a6af8e5bc7067a17d9eee6948dd - + https://github.com/dotnet/core-setup - 1b429e8f37ec1314165331481079af9632981c0c + fb49d11c77525a6af8e5bc7067a17d9eee6948dd https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ff7003001..adba1f24c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19451.7 + 5.0.0-alpha1.19452.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19451.7 + 2.1.0-alpha1.19452.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19451.7 + 5.0.0-alpha1.19452.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 130e1fbdd18b9ce4849eaff8cf32723004a76a19 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 21:45:42 +0000 Subject: [PATCH 0432/2259] Update dependencies from https://github.com/dotnet/cli build 20190902.2 (#4528) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19452.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe32ff98e..fa890c12c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 5fd38f171e793562d23bf83099a6c601fa597c1f + dcaee60fb03b0ae759dc6532e67eda6c6e50ac84 diff --git a/eng/Versions.props b/eng/Versions.props index adba1f24c..3032b0fc1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19452.1 + 5.0.100-alpha1.19452.2 0.2.0 From 9747b6bec66cacf9dc868236cb4a412fb2fef0ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 22:25:56 +0000 Subject: [PATCH 0433/2259] [master] Update dependencies from dotnet/toolset (#4522) * Update dependencies from https://github.com/dotnet/toolset build 20190902.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.2 * Update dependencies from https://github.com/dotnet/toolset build 20190902.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.3 * Update dependencies from https://github.com/dotnet/toolset build 20190902.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa890c12c..ca474f86b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 67dc05696188b6933a9fe0638bf03efdb7cde49f + 6aed4bbc10cf38cfb63be9757a9cdc8f9e09c242 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3032b0fc1..8470b4805 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19452.1 + 5.0.100-alpha1.19452.6 From e3149968aeee376b8fdf767ed16bdf4d096e6c12 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2019 23:27:19 +0000 Subject: [PATCH 0434/2259] [master] Update dependencies from dotnet/core-setup (#4527) * Update dependencies from https://github.com/dotnet/core-setup build 20190902.5 - Microsoft.NETCore.App - 5.0.0-alpha1.19452.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.5 * Update dependencies from https://github.com/dotnet/core-setup build 20190902.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19452.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca474f86b..e99f95806 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - fb49d11c77525a6af8e5bc7067a17d9eee6948dd + 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 - + https://github.com/dotnet/core-setup - fb49d11c77525a6af8e5bc7067a17d9eee6948dd + 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 - + https://github.com/dotnet/core-setup - fb49d11c77525a6af8e5bc7067a17d9eee6948dd + 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8470b4805..95b940b76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.1 + 5.0.0-alpha1.19452.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.1 + 2.1.0-alpha1.19452.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.1 + 5.0.0-alpha1.19452.6 $(MicrosoftWindowsDesktopAppPackageVersion) From 2ee82207cc7695020bc62b8077f260aacd527b54 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 00:55:40 +0000 Subject: [PATCH 0435/2259] Update dependencies from https://github.com/dotnet/cli build 20190902.3 (#4529) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19452.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e99f95806..e9dd65500 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - dcaee60fb03b0ae759dc6532e67eda6c6e50ac84 + 4e003444353f26b220bdae0cb690c9e4d97ad766 diff --git a/eng/Versions.props b/eng/Versions.props index 95b940b76..03fdae5a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19452.2 + 5.0.100-alpha1.19452.3 0.2.0 From 4aaf7a1144a5c15ae97f801fcc108d93243c4cb6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 01:35:39 +0000 Subject: [PATCH 0436/2259] Update dependencies from https://github.com/dotnet/toolset build 20190902.7 (#4530) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9dd65500..90b5cba11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 6aed4bbc10cf38cfb63be9757a9cdc8f9e09c242 + 3fc585199a87c16e30bfacf29ea07d931a7e2eaf https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 03fdae5a8..6cb315067 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19452.6 + 5.0.100-alpha1.19452.7 From 2c7226bdc63240ae9097f7915f9e433df9582d0c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 02:45:42 +0000 Subject: [PATCH 0437/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190902.7 (#4532) - Microsoft.NETCore.App - 5.0.0-alpha1.19452.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 90b5cba11..e04456594 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 + 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 - + https://github.com/dotnet/core-setup - 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 + 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 - + https://github.com/dotnet/core-setup - 4b175eb55dafc7aef1f978c2398bdd20c9e33ae6 + 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6cb315067..ba47c7286 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.6 + 5.0.0-alpha1.19452.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.6 + 2.1.0-alpha1.19452.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.6 + 5.0.0-alpha1.19452.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 49f5faafc8e8e39bf6bf549506e097f87b84b245 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 04:20:40 +0000 Subject: [PATCH 0438/2259] Update dependencies from https://github.com/dotnet/toolset build 20190902.8 (#4534) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19452.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e04456594..ec4882254 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 3fc585199a87c16e30bfacf29ea07d931a7e2eaf + 684c316b4a2a859badd85181d52748696203fd64 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ba47c7286..199a32288 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19452.7 + 5.0.100-alpha1.19452.8 From 8779e62c906d033ee6f2bd3242e6046e3ba3aed0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 05:45:44 +0000 Subject: [PATCH 0439/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190902.8 (#4535) - Microsoft.NETCore.App - 5.0.0-alpha1.19452.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.8 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec4882254..fdd447370 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 - + https://github.com/dotnet/core-setup 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 - + https://github.com/dotnet/core-setup 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 diff --git a/eng/Versions.props b/eng/Versions.props index 199a32288..fdd6f25ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.7 + 5.0.0-alpha1.19452.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.7 + 2.1.0-alpha1.19452.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.7 + 5.0.0-alpha1.19452.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 86a59fb63e9e9ae6eea8d99bf37bb2d98b286a86 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 07:25:43 +0000 Subject: [PATCH 0440/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190902.9 (#4537) - Microsoft.NETCore.App - 5.0.0-alpha1.19452.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fdd447370..805bc05ea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 + efc8a85bd08e36223bd9de1096a927dc759667bc - + https://github.com/dotnet/core-setup - 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 + efc8a85bd08e36223bd9de1096a927dc759667bc - + https://github.com/dotnet/core-setup - 9e9aaf47b6684ef37bd1a35d088aeed275c8dfc3 + efc8a85bd08e36223bd9de1096a927dc759667bc https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index fdd6f25ba..9321c99a3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.8 + 5.0.0-alpha1.19452.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.8 + 2.1.0-alpha1.19452.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.8 + 5.0.0-alpha1.19452.9 $(MicrosoftWindowsDesktopAppPackageVersion) From 5f8263a02bb3502dba64ee19403c241e3521c9b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 09:50:46 +0000 Subject: [PATCH 0441/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190902.10 (#4539) - Microsoft.NETCore.App - 5.0.0-alpha1.19452.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19452.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19452.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 805bc05ea..15cb0f7d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - efc8a85bd08e36223bd9de1096a927dc759667bc + 6c40a810faacb904c623a5d2575b424298f0e37b - + https://github.com/dotnet/core-setup - efc8a85bd08e36223bd9de1096a927dc759667bc + 6c40a810faacb904c623a5d2575b424298f0e37b - + https://github.com/dotnet/core-setup - efc8a85bd08e36223bd9de1096a927dc759667bc + 6c40a810faacb904c623a5d2575b424298f0e37b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9321c99a3..6a5a50b7f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.9 + 5.0.0-alpha1.19452.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.9 + 2.1.0-alpha1.19452.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.9 + 5.0.0-alpha1.19452.10 $(MicrosoftWindowsDesktopAppPackageVersion) From 0d2e0fa14a691b888c8517300d22a5a5a49ede97 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 11:50:42 +0000 Subject: [PATCH 0442/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190903.1 (#4540) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15cb0f7d6..23bc54dd4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6c40a810faacb904c623a5d2575b424298f0e37b + f9447b382bae01ebd6a06334b965cd3989247beb - + https://github.com/dotnet/core-setup - 6c40a810faacb904c623a5d2575b424298f0e37b + f9447b382bae01ebd6a06334b965cd3989247beb - + https://github.com/dotnet/core-setup - 6c40a810faacb904c623a5d2575b424298f0e37b + f9447b382bae01ebd6a06334b965cd3989247beb https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6a5a50b7f..cd91dfd32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19452.10 + 5.0.0-alpha1.19453.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19452.10 + 2.1.0-alpha1.19453.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19452.10 + 5.0.0-alpha1.19453.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 45f603104714bbb659575ce0bb31a2d3e36b9fb2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 13:10:43 +0000 Subject: [PATCH 0443/2259] Update dependencies from https://github.com/dotnet/toolset build 20190903.2 (#4541) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19453.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23bc54dd4..9d6a74e91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 684c316b4a2a859badd85181d52748696203fd64 + d6c5f35a58475d8a78e28f932e7d8d7e444a23a0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index cd91dfd32..aaeb86bcb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19452.8 + 5.0.100-alpha1.19453.2 From 1896c8da488b15b6d69e35f3b58e40932bc8cf01 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 17:30:42 +0000 Subject: [PATCH 0444/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190903.3 (#4544) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9d6a74e91..12b5f87a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - f9447b382bae01ebd6a06334b965cd3989247beb + 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e - + https://github.com/dotnet/core-setup - f9447b382bae01ebd6a06334b965cd3989247beb + 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e - + https://github.com/dotnet/core-setup - f9447b382bae01ebd6a06334b965cd3989247beb + 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index aaeb86bcb..cc48c51da 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.1 + 5.0.0-alpha1.19453.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.1 + 2.1.0-alpha1.19453.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.1 + 5.0.0-alpha1.19453.3 $(MicrosoftWindowsDesktopAppPackageVersion) From d0a4477a802b9660f39d0be6e9978b745704a74a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 18:15:44 +0000 Subject: [PATCH 0445/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190903.4 (#4545) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.4 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 12b5f87a6..249d8dccd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e - + https://github.com/dotnet/core-setup 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e - + https://github.com/dotnet/core-setup 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e diff --git a/eng/Versions.props b/eng/Versions.props index cc48c51da..c6d15f7f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.3 + 5.0.0-alpha1.19453.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.3 + 2.1.0-alpha1.19453.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.3 + 5.0.0-alpha1.19453.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 725098f4fa4febb7f04f6cf96d128ce53ebf6ac8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2019 21:45:41 +0000 Subject: [PATCH 0446/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190903.5 (#4547) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 249d8dccd..950bcaf67 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e + d0bc0a02eba7f261597905629aa75268eef92761 - + https://github.com/dotnet/core-setup - 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e + d0bc0a02eba7f261597905629aa75268eef92761 - + https://github.com/dotnet/core-setup - 90f266a6fb5d3dd08c6b2fdd98d3e3a517a1497e + d0bc0a02eba7f261597905629aa75268eef92761 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c6d15f7f3..dfcd07cfa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.4 + 5.0.0-alpha1.19453.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.4 + 2.1.0-alpha1.19453.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.4 + 5.0.0-alpha1.19453.5 $(MicrosoftWindowsDesktopAppPackageVersion) From f65ad0474fa6fcbe9cef9c11930c20e6f0dd022e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 00:25:42 +0000 Subject: [PATCH 0447/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190903.7 (#4553) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 950bcaf67..2bf3986f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d0bc0a02eba7f261597905629aa75268eef92761 + 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 - + https://github.com/dotnet/core-setup - d0bc0a02eba7f261597905629aa75268eef92761 + 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 - + https://github.com/dotnet/core-setup - d0bc0a02eba7f261597905629aa75268eef92761 + 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index dfcd07cfa..e67533b13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.5 + 5.0.0-alpha1.19453.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.5 + 2.1.0-alpha1.19453.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.5 + 5.0.0-alpha1.19453.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 67343695129d0aa15402efd99019291fcbf75505 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 03:15:53 +0000 Subject: [PATCH 0448/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190903.8 (#4555) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2bf3986f2..df7e4c799 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 + 6d1722465de05a3aac7d7bf2d453ff52f33e2326 - + https://github.com/dotnet/core-setup - 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 + 6d1722465de05a3aac7d7bf2d453ff52f33e2326 - + https://github.com/dotnet/core-setup - 2d7faf4f7b5ac17a9417ca0b7860251ff798ca42 + 6d1722465de05a3aac7d7bf2d453ff52f33e2326 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e67533b13..8ae5f6a45 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.7 + 5.0.0-alpha1.19453.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.7 + 2.1.0-alpha1.19453.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.7 + 5.0.0-alpha1.19453.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 54f094c673c0f4f6e716a019f3ec343dfcc70715 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 05:55:45 +0000 Subject: [PATCH 0449/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190903.10 (#4556) - Microsoft.NETCore.App - 5.0.0-alpha1.19453.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df7e4c799..7945a5007 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6d1722465de05a3aac7d7bf2d453ff52f33e2326 + 464113f3877b9f64ed143432e2c7eb43bef5f489 - + https://github.com/dotnet/core-setup - 6d1722465de05a3aac7d7bf2d453ff52f33e2326 + 464113f3877b9f64ed143432e2c7eb43bef5f489 - + https://github.com/dotnet/core-setup - 6d1722465de05a3aac7d7bf2d453ff52f33e2326 + 464113f3877b9f64ed143432e2c7eb43bef5f489 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8ae5f6a45..b18cc201f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.8 + 5.0.0-alpha1.19453.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.8 + 2.1.0-alpha1.19453.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.8 + 5.0.0-alpha1.19453.10 $(MicrosoftWindowsDesktopAppPackageVersion) From a0e98120b16632be809222e3ef413a9cdfe23c8e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 12:40:18 +0000 Subject: [PATCH 0450/2259] [master] Update dependencies from dotnet/arcade (#4482) * Update dependencies from https://github.com/dotnet/arcade build 20190830.3 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19430.3 * Update dependencies from https://github.com/dotnet/arcade build 20190903.5 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19453.5 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7945a5007..52eac228f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - e5aaea7fcfc46449b035d5b220032bfb933e98a4 + 6e94f0da0f12c7663ab39ce5bd6a67c4ab58b5ee diff --git a/global.json b/global.json index 13ed125df..4a2adffdb 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19429.16" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19453.5" } } From 704a234527788a3e991787b0b9968485a035432d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 13:40:26 +0000 Subject: [PATCH 0451/2259] Update dependencies from https://github.com/dotnet/toolset build 20190904.1 (#4558) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19454.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 52eac228f..67ef6d1e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - d6c5f35a58475d8a78e28f932e7d8d7e444a23a0 + 6da2e0df0fdf5f93a65ec06adcfe5038c56aee56 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b18cc201f..d76687fa6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19453.2 + 5.0.100-alpha1.19454.1 From 8e7d1a742ec3033ea3039702787ce6e2db00c52b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 14:36:08 +0000 Subject: [PATCH 0452/2259] [master] Update dependencies from dotnet/core-setup (#4557) * Update dependencies from https://github.com/dotnet/core-setup build 20190903.11 - Microsoft.NETCore.App - 5.0.0-alpha1.19453.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.11 * Update dependencies from https://github.com/dotnet/core-setup build 20190903.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19453.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19453.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19453.12 * Update dependencies from https://github.com/dotnet/core-setup build 20190904.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19454.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190904.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19454.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67ef6d1e2..c720bf2f8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 464113f3877b9f64ed143432e2c7eb43bef5f489 + 52c6c21a383f5a47320f4f1749bce9f27a668d15 - + https://github.com/dotnet/core-setup - 464113f3877b9f64ed143432e2c7eb43bef5f489 + 52c6c21a383f5a47320f4f1749bce9f27a668d15 - + https://github.com/dotnet/core-setup - 464113f3877b9f64ed143432e2c7eb43bef5f489 + 52c6c21a383f5a47320f4f1749bce9f27a668d15 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d76687fa6..bfc48c61b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19453.10 + 5.0.0-alpha1.19454.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19453.10 + 2.1.0-alpha1.19454.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19453.10 + 5.0.0-alpha1.19454.2 $(MicrosoftWindowsDesktopAppPackageVersion) From b6703fc64373a302bbfc8cbdf0f2d42c39983950 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 14:36:38 +0000 Subject: [PATCH 0453/2259] [master] Update dependencies from dotnet/toolset (#4560) * Update dependencies from https://github.com/dotnet/toolset build 20190904.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19454.2 * Update dependencies from https://github.com/dotnet/toolset build 20190904.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19454.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c720bf2f8..333152503 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - 6da2e0df0fdf5f93a65ec06adcfe5038c56aee56 + dfd8079f4bdbfd08c81a54c205a19b885e44c6de https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bfc48c61b..7357970f4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19454.1 + 5.0.100-alpha1.19454.3 From 6f7991ecd1c4d52b5057212948f3fd1eeb2adbd6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 15:15:48 +0000 Subject: [PATCH 0454/2259] Update dependencies from https://github.com/dotnet/toolset build 20190904.6 (#4561) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19454.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 333152503..941946740 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 98fae47807bde9657649b70d63a29a7d8a76f926 - + https://github.com/dotnet/toolset - dfd8079f4bdbfd08c81a54c205a19b885e44c6de + a353eb70a5a06659c328f1c90d1c85f8b28eec21 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7357970f4..14e25d47c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19454.3 + 5.0.100-alpha1.19454.6 From 54fc2f34a512aadec4569566388820abcb7e1be3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 16:40:55 +0000 Subject: [PATCH 0455/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190904.3 (#4562) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 941946740..35230c1d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 52c6c21a383f5a47320f4f1749bce9f27a668d15 + d77e2e0bd89991109ff5266fd0709326fab68d90 - + https://github.com/dotnet/core-setup - 52c6c21a383f5a47320f4f1749bce9f27a668d15 + d77e2e0bd89991109ff5266fd0709326fab68d90 - + https://github.com/dotnet/core-setup - 52c6c21a383f5a47320f4f1749bce9f27a668d15 + d77e2e0bd89991109ff5266fd0709326fab68d90 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 14e25d47c..683e3bdba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.2 + 5.0.0-alpha1.19454.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.2 + 2.1.0-alpha1.19454.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.2 + 5.0.0-alpha1.19454.3 $(MicrosoftWindowsDesktopAppPackageVersion) From b818dca3a0fe3a5cf09969204dbdf5257b794346 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 18:35:46 +0000 Subject: [PATCH 0456/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190904.5 (#4564) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 35230c1d6..fe124b5af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d77e2e0bd89991109ff5266fd0709326fab68d90 + 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 - + https://github.com/dotnet/core-setup - d77e2e0bd89991109ff5266fd0709326fab68d90 + 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 - + https://github.com/dotnet/core-setup - d77e2e0bd89991109ff5266fd0709326fab68d90 + 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 683e3bdba..ed03712b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.3 + 5.0.0-alpha1.19454.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.3 + 2.1.0-alpha1.19454.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.3 + 5.0.0-alpha1.19454.5 $(MicrosoftWindowsDesktopAppPackageVersion) From a4e41e78af0eff5c7e03b73a8b05d70eb9c1d08b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 21:26:05 +0000 Subject: [PATCH 0457/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190904.7 (#4567) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe124b5af..b41fe288e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 + a5ff7e5062aad84918167238e18fc264064b0d94 - + https://github.com/dotnet/core-setup - 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 + a5ff7e5062aad84918167238e18fc264064b0d94 - + https://github.com/dotnet/core-setup - 33d05af6ff91b7f8f0badb97f643ffd9d6c48521 + a5ff7e5062aad84918167238e18fc264064b0d94 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ed03712b3..bd81a25e4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.5 + 5.0.0-alpha1.19454.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.5 + 2.1.0-alpha1.19454.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.5 + 5.0.0-alpha1.19454.7 $(MicrosoftWindowsDesktopAppPackageVersion) From d8787b3942ff9532aff587e945a313473aac8eaa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2019 23:36:03 +0000 Subject: [PATCH 0458/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190904.11 (#4569) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.11 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b41fe288e..3e40a4b74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a5ff7e5062aad84918167238e18fc264064b0d94 + 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f - + https://github.com/dotnet/core-setup - a5ff7e5062aad84918167238e18fc264064b0d94 + 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f - + https://github.com/dotnet/core-setup - a5ff7e5062aad84918167238e18fc264064b0d94 + 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index bd81a25e4..0de6a3117 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.7 + 5.0.0-alpha1.19454.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.7 + 2.1.0-alpha1.19454.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.7 + 5.0.0-alpha1.19454.11 $(MicrosoftWindowsDesktopAppPackageVersion) From e7c3c70d2b6ecbdd8950539f09b997bef70f6255 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 01:45:48 +0000 Subject: [PATCH 0459/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190904.14 (#4571) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.14 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3e40a4b74..a143c84d5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f + ce971b238196b08e9423bf9a5bfd192b8f7e1e0b - + https://github.com/dotnet/core-setup - 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f + ce971b238196b08e9423bf9a5bfd192b8f7e1e0b - + https://github.com/dotnet/core-setup - 8ff9d0b89e554ba4e7063456414c1f3091dc7d7f + ce971b238196b08e9423bf9a5bfd192b8f7e1e0b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0de6a3117..8eb399462 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.11 + 5.0.0-alpha1.19454.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.11 + 2.1.0-alpha1.19454.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.11 + 5.0.0-alpha1.19454.14 $(MicrosoftWindowsDesktopAppPackageVersion) From 69e284dcfc50dd153b518c467c4b1df125255222 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 04:31:04 +0000 Subject: [PATCH 0460/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190904.18 (#4572) - Microsoft.NETCore.App - 5.0.0-alpha1.19454.18 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.18 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.18 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a143c84d5..0eeed3b90 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ce971b238196b08e9423bf9a5bfd192b8f7e1e0b + 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e - + https://github.com/dotnet/core-setup - ce971b238196b08e9423bf9a5bfd192b8f7e1e0b + 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e - + https://github.com/dotnet/core-setup - ce971b238196b08e9423bf9a5bfd192b8f7e1e0b + 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8eb399462..4e2ebec78 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.14 + 5.0.0-alpha1.19454.18 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.14 + 2.1.0-alpha1.19454.18 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.14 + 5.0.0-alpha1.19454.18 $(MicrosoftWindowsDesktopAppPackageVersion) From a0198c787c8f1951a78fa48e95df614c1c002c2b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 08:27:04 +0000 Subject: [PATCH 0461/2259] [master] Update dependencies from dotnet/core-setup (#4574) * Update dependencies from https://github.com/dotnet/core-setup build 20190904.20 - Microsoft.NETCore.App - 5.0.0-alpha1.19454.20 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.20 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.20 * Update dependencies from https://github.com/dotnet/core-setup build 20190904.21 - Microsoft.NETCore.App - 5.0.0-alpha1.19454.21 - NETStandard.Library.Ref - 2.1.0-alpha1.19454.21 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19454.21 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0eeed3b90..3f28cc2c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e + 61303f4523b934b3dadd825525a3acbac18bb23e - + https://github.com/dotnet/core-setup - 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e + 61303f4523b934b3dadd825525a3acbac18bb23e - + https://github.com/dotnet/core-setup - 5458568ae3f6ca2de3dcdc9f541d6fb2d90f760e + 61303f4523b934b3dadd825525a3acbac18bb23e https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 4e2ebec78..d366a9e40 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.18 + 5.0.0-alpha1.19454.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.18 + 2.1.0-alpha1.19454.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.18 + 5.0.0-alpha1.19454.21 $(MicrosoftWindowsDesktopAppPackageVersion) From 407a0d81c54ce40631aa6f606fad89dd90d4a4aa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 10:50:52 +0000 Subject: [PATCH 0462/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190905.1 (#4575) - Microsoft.NETCore.App - 5.0.0-alpha1.19455.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f28cc2c4..293ad7a28 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 61303f4523b934b3dadd825525a3acbac18bb23e + 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 - + https://github.com/dotnet/core-setup - 61303f4523b934b3dadd825525a3acbac18bb23e + 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 - + https://github.com/dotnet/core-setup - 61303f4523b934b3dadd825525a3acbac18bb23e + 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d366a9e40..d161dff1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19454.21 + 5.0.0-alpha1.19455.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19454.21 + 2.1.0-alpha1.19455.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19454.21 + 5.0.0-alpha1.19455.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 5d46931d5989750bd1c7a78b66264638d384831c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 13:11:54 +0000 Subject: [PATCH 0463/2259] [master] Update dependencies from dotnet/templating (#4483) * Update dependencies from https://github.com/dotnet/templating build 20190830.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19430.1 * Update dependencies from https://github.com/dotnet/templating build 20190904.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19454.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 293ad7a28..5dc700f58 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 98fae47807bde9657649b70d63a29a7d8a76f926 + b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 https://github.com/dotnet/toolset From 2bc267254b1ff38e7bea938e60d6986724aa9d32 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 14:05:33 +0000 Subject: [PATCH 0464/2259] Update dependencies from https://github.com/dotnet/toolset build 20190905.5 (#4581) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5dc700f58..a6618688e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - a353eb70a5a06659c328f1c90d1c85f8b28eec21 + 125885c3eb5db2cce6454f82f56917abb5165114 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d161dff1b..f1b67fb43 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19454.6 + 5.0.100-alpha1.19455.5 From 827c84fa2518ba59716f2907b90ab94b95d5cd88 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 14:53:55 +0000 Subject: [PATCH 0465/2259] [master] Update dependencies from dotnet/cli (#4533) * Update dependencies from https://github.com/dotnet/cli build 20190902.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19452.4 * Update dependencies from https://github.com/dotnet/cli build 20190904.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19454.1 * Update dependencies from https://github.com/dotnet/cli build 20190905.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a6618688e..b054efe87 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 4e003444353f26b220bdae0cb690c9e4d97ad766 + 4e9f13e613d07d8382e25f53d28c92cca459bff8 diff --git a/eng/Versions.props b/eng/Versions.props index f1b67fb43..98be53f08 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19452.3 + 5.0.100-alpha1.19455.2 0.2.0 From ad78632b0f56b42b5c16b6bce7e3ca58c122374b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 15:00:21 +0000 Subject: [PATCH 0466/2259] [master] Update dependencies from dotnet/toolset (#4582) * Update dependencies from https://github.com/dotnet/toolset build 20190905.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.6 * Update dependencies from https://github.com/dotnet/toolset build 20190905.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.7 * Update dependencies from https://github.com/dotnet/toolset build 20190905.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b054efe87..b4dfaab13 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - 125885c3eb5db2cce6454f82f56917abb5165114 + a8f65d1f53e62a28fc56456361b86f20fb016db1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 98be53f08..49a6ba9ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.5 + 5.0.100-alpha1.19455.8 From a20fc43076e0639882c30875a0eacceca227e852 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 15:50:50 +0000 Subject: [PATCH 0467/2259] Update dependencies from https://github.com/dotnet/toolset build 20190905.12 (#4584) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b4dfaab13..4de61a9cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - a8f65d1f53e62a28fc56456361b86f20fb016db1 + 39b6e4069c364758dffb5092d307f0bfe0903bdd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 49a6ba9ce..80416e2bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.8 + 5.0.100-alpha1.19455.12 From ed972385082025d062a9765afca34d0c1abc349b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 15:56:36 +0000 Subject: [PATCH 0468/2259] Update dependencies from https://github.com/dotnet/cli build 20190905.3 (#4583) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4de61a9cd..73f2bd4f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 - + https://github.com/dotnet/cli - 4e9f13e613d07d8382e25f53d28c92cca459bff8 + 395df0e5ab104c3b091102da8d4d58250db66883 diff --git a/eng/Versions.props b/eng/Versions.props index 80416e2bb..b35364261 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19455.2 + 5.0.100-alpha1.19455.3 0.2.0 From a8ff1d83a7265c49e86840064d06329d2cd4ac64 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 16:43:57 +0000 Subject: [PATCH 0469/2259] Update dependencies from https://github.com/dotnet/sdk build 20190905.1 (#4585) - Microsoft.NET.Sdk - 5.0.100-alpha1.19455.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 73f2bd4f2..8b8ab6d00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 39b6e4069c364758dffb5092d307f0bfe0903bdd - + https://github.com/dotnet/sdk - 53aeb1eddaaecc56d2c4b7f77d183a657d7650b1 + 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index b35364261..628852289 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19421.1 + 5.0.100-alpha1.19455.1 $(MicrosoftNETSdkPackageVersion) From 3e55d27f5904102c4ac047ca4eab253f4506c904 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 16:51:50 +0000 Subject: [PATCH 0470/2259] Update dependencies from https://github.com/dotnet/toolset build 20190905.13 (#4586) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b8ab6d00..34d71d106 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - 39b6e4069c364758dffb5092d307f0bfe0903bdd + 2aa7792f9fad5dc1b00993d7b9b37c677607da6d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 628852289..116457729 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.12 + 5.0.100-alpha1.19455.13 From 5531dccf346b8f958647ce8cade1b12c806e6a98 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 18:25:57 +0000 Subject: [PATCH 0471/2259] Update dependencies from https://github.com/dotnet/cli build 20190905.5 (#4589) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 34d71d106..318094db3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - 395df0e5ab104c3b091102da8d4d58250db66883 + 73a560a1253819288a2ec9d502f42f166394e293 diff --git a/eng/Versions.props b/eng/Versions.props index 116457729..321f5f986 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19455.3 + 5.0.100-alpha1.19455.5 0.2.0 From d662e287d200cc07a9ba0208876db891642a142c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 19:26:01 +0000 Subject: [PATCH 0472/2259] Update dependencies from https://github.com/dotnet/toolset build 20190905.17 (#4593) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 318094db3..043720230 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - 2aa7792f9fad5dc1b00993d7b9b37c677607da6d + 9671401947616bf7d9df7bb0d30858fc7eeabae0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 321f5f986..59ca70b54 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.13 + 5.0.100-alpha1.19455.17 From 26eed496b72cd0cace04f3853178e799aef9eb0e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 20:10:54 +0000 Subject: [PATCH 0473/2259] Update dependencies from https://github.com/dotnet/toolset build 20190905.20 (#4594) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.20 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 043720230..c5f880a9b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - 9671401947616bf7d9df7bb0d30858fc7eeabae0 + a580dc08e0bd4960c255af0ba920681616b9afaa https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 59ca70b54..78443bf4e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.17 + 5.0.100-alpha1.19455.20 From ebe42495fe73ce89b26f6896c939b8bb61a6e493 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 23:24:54 +0000 Subject: [PATCH 0474/2259] [master] Update dependencies from dotnet/core-setup (#4587) * Update dependencies from https://github.com/dotnet/core-setup build 20190905.3 - Microsoft.NETCore.App - 5.0.0-alpha1.19455.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.3 * Update dependencies from https://github.com/dotnet/core-setup build 20190905.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19455.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.12 * Update dependencies from https://github.com/dotnet/core-setup build 20190905.17 - Microsoft.NETCore.App - 5.0.0-alpha1.19455.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.17 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5f880a9b..b3bdf85b6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 + e8f7aaf617218ee21f0d15fb79e339662fea14a7 - + https://github.com/dotnet/core-setup - 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 + e8f7aaf617218ee21f0d15fb79e339662fea14a7 - + https://github.com/dotnet/core-setup - 3984a3386e70ccb2c1df8c13d0d2e192745ba2b0 + e8f7aaf617218ee21f0d15fb79e339662fea14a7 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 78443bf4e..75805e0fc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19455.1 + 5.0.0-alpha1.19455.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19455.1 + 2.1.0-alpha1.19455.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19455.1 + 5.0.0-alpha1.19455.17 $(MicrosoftWindowsDesktopAppPackageVersion) From ab70a69de8448b1b21c07cdaa151106daf48af8a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2019 23:56:05 +0000 Subject: [PATCH 0475/2259] Update dependencies from https://github.com/dotnet/toolset build 20190905.29 (#4599) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.29 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b3bdf85b6..e7c3c68a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - a580dc08e0bd4960c255af0ba920681616b9afaa + cf71463928ac6970b2997195973b095b07260f47 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 75805e0fc..cfc438888 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.20 + 5.0.100-alpha1.19455.29 From b90c24576ab29f707e41660e6b931dc8c4764931 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 02:00:22 +0000 Subject: [PATCH 0476/2259] [master] Update dependencies from dotnet/cli (#4592) * Update dependencies from https://github.com/dotnet/cli build 20190905.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.6 * Update dependencies from https://github.com/dotnet/cli build 20190905.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.8 * Update dependencies from https://github.com/dotnet/cli build 20190905.16 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19455.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e7c3c68a1..8ecf85d79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - 73a560a1253819288a2ec9d502f42f166394e293 + a5c00b379a1eb4c6ae498bb11e7556da64a8cbff diff --git a/eng/Versions.props b/eng/Versions.props index cfc438888..0a6c5eb10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19455.5 + 5.0.100-alpha1.19455.16 0.2.0 From 2b52b5cc12c7dd54b1a03410dfd958d164a64ab8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 02:41:03 +0000 Subject: [PATCH 0477/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190905.21 (#4603) - Microsoft.NETCore.App - 5.0.0-alpha1.19455.21 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.21 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.21 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8ecf85d79..c3c10fdc0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e8f7aaf617218ee21f0d15fb79e339662fea14a7 + 1beee058941a48fe3da68f151bbd84a690af6ab8 - + https://github.com/dotnet/core-setup - e8f7aaf617218ee21f0d15fb79e339662fea14a7 + 1beee058941a48fe3da68f151bbd84a690af6ab8 - + https://github.com/dotnet/core-setup - e8f7aaf617218ee21f0d15fb79e339662fea14a7 + 1beee058941a48fe3da68f151bbd84a690af6ab8 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0a6c5eb10..1f4890d9c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19455.17 + 5.0.0-alpha1.19455.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19455.17 + 2.1.0-alpha1.19455.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19455.17 + 5.0.0-alpha1.19455.21 $(MicrosoftWindowsDesktopAppPackageVersion) From bcc79d4763b8ad7b093a56d8e38b1b7a612b55fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 10:51:20 +0000 Subject: [PATCH 0478/2259] Update dependencies from https://github.com/dotnet/cli build 20190906.2 (#4609) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c3c10fdc0..32c16ddb5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - a5c00b379a1eb4c6ae498bb11e7556da64a8cbff + 5a00965e7f5c42b2bf04fe5d02f820e2ef2f9030 diff --git a/eng/Versions.props b/eng/Versions.props index 1f4890d9c..e66fdcbac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19455.16 + 5.0.100-alpha1.19456.2 0.2.0 From 9336d3aa522251359fd1bf185d96a4aa1c06699c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 11:02:25 +0000 Subject: [PATCH 0479/2259] [master] Update dependencies from dotnet/core-setup (#4607) * Update dependencies from https://github.com/dotnet/core-setup build 20190905.27 - Microsoft.NETCore.App - 5.0.0-alpha1.19455.27 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.27 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.27 * Update dependencies from https://github.com/dotnet/core-setup build 20190905.30 - Microsoft.NETCore.App - 5.0.0-alpha1.19455.30 - NETStandard.Library.Ref - 2.1.0-alpha1.19455.30 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19455.30 * Update dependencies from https://github.com/dotnet/core-setup build 20190906.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19456.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32c16ddb5..60251b836 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1beee058941a48fe3da68f151bbd84a690af6ab8 + 7bc2cd591ca8f2ae31119d8a137c69a192a88bac - + https://github.com/dotnet/core-setup - 1beee058941a48fe3da68f151bbd84a690af6ab8 + 7bc2cd591ca8f2ae31119d8a137c69a192a88bac - + https://github.com/dotnet/core-setup - 1beee058941a48fe3da68f151bbd84a690af6ab8 + 7bc2cd591ca8f2ae31119d8a137c69a192a88bac https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e66fdcbac..649146d33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19455.21 + 5.0.0-alpha1.19456.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19455.21 + 2.1.0-alpha1.19456.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19455.21 + 5.0.0-alpha1.19456.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 90380c08a087884f164afed5b88d06bfe8a79395 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 12:30:53 +0000 Subject: [PATCH 0480/2259] [master] Update dependencies from dotnet/toolset (#4604) * Update dependencies from https://github.com/dotnet/toolset build 20190905.43 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19455.43 * Update dependencies from https://github.com/dotnet/toolset build 20190906.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19456.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 60251b836..aae6a1564 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 - + https://github.com/dotnet/toolset - cf71463928ac6970b2997195973b095b07260f47 + c870dd8c812b7ac32142200501a281b9b71ff30b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 649146d33..ff522efea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19455.29 + 5.0.100-alpha1.19456.4 From dcd8cacfa7d2fc6e98ed3f3de8f5785120f63996 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 13:09:11 +0000 Subject: [PATCH 0481/2259] Update dependencies from https://github.com/dotnet/templating build 20190905.1 (#4611) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19455.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aae6a1564..81d680539 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - b7c6c3e9039f6e1c00f98de7e18c0778ae522f42 + b926d9bee62f0c8962c7645015ab8e68c794f9e4 https://github.com/dotnet/toolset From 9a37d82935b3acd29b64dcd96198603ea7f96ddb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 13:10:41 +0000 Subject: [PATCH 0482/2259] [master] Update dependencies from dotnet/arcade (#4579) * Update dependencies from https://github.com/dotnet/arcade build 20190904.31 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19454.31 * Update dependencies from https://github.com/dotnet/arcade build 20190905.21 - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19455.21 --- eng/Version.Details.xml | 4 +- eng/common/sdl/execute-all-sdl-tools.ps1 | 17 +- eng/common/templates/job/job.yml | 5 +- .../templates/job/publish-build-assets.yml | 7 + ...lic-dev-release.yml => netcore-dev-30.yml} | 63 +++---- .../post-build/channels/netcore-dev-31.yml | 154 +++++++++++++++++ .../post-build/channels/netcore-dev-5.yml | 69 ++++---- ...-servicing.yml => netcore-internal-30.yml} | 64 ++++--- ...lic-release.yml => netcore-release-30.yml} | 64 ++++--- .../channels/netcore-release-31.yml | 156 ++++++++++++++++++ .../channels/netcore-tools-latest.yml | 67 ++++---- .../channels/public-validation-release.yml | 60 +++---- .../templates/post-build/common-variables.yml | 32 +++- .../templates/post-build/post-build.yml | 22 ++- global.json | 2 +- 15 files changed, 550 insertions(+), 236 deletions(-) rename eng/common/templates/post-build/channels/{public-dev-release.yml => netcore-dev-30.yml} (78%) create mode 100644 eng/common/templates/post-build/channels/netcore-dev-31.yml rename eng/common/templates/post-build/channels/{internal-servicing.yml => netcore-internal-30.yml} (75%) rename eng/common/templates/post-build/channels/{public-release.yml => netcore-release-30.yml} (73%) create mode 100644 eng/common/templates/post-build/channels/netcore-release-31.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81d680539..6be2e27d4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 6e94f0da0f12c7663ab39ce5bd6a67c4ab58b5ee + e99f81b0e3289cfd851be0d927c1fcffa43af6b5 diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index fa239484f..01799d63f 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -45,6 +45,7 @@ if ($GuardianPackageName) { $guardianCliLocation = $GuardianCliLocation } +$workingDirectory = (Split-Path $SourceDirectory -Parent) $ValidPath = Test-Path $guardianCliLocation if ($ValidPath -eq $False) @@ -53,13 +54,13 @@ if ($ValidPath -eq $False) exit 1 } -& $(Join-Path $PSScriptRoot "init-sdl.ps1") -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory (Split-Path $SourceDirectory -Parent) -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel -$gdnFolder = Join-Path (Split-Path $SourceDirectory -Parent) ".gdn" +& $(Join-Path $PSScriptRoot "init-sdl.ps1") -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory $workingDirectory -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel +$gdnFolder = Join-Path $workingDirectory ".gdn" if ($TsaOnboard) { if ($TsaCodebaseName -and $TsaNotificationEmail -and $TsaCodebaseAdmin -and $TsaBugAreaPath) { - Write-Host "$guardianCliLocation tsa-onboard --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel" - & $guardianCliLocation tsa-onboard --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel + Write-Host "$guardianCliLocation tsa-onboard --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" + & $guardianCliLocation tsa-onboard --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel if ($LASTEXITCODE -ne 0) { Write-Host "Guardian tsa-onboard failed with exit code $LASTEXITCODE." exit $LASTEXITCODE @@ -71,10 +72,10 @@ if ($TsaOnboard) { } if ($ArtifactToolsList -and $ArtifactToolsList.Count -gt 0) { - & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $ArtifactsDirectory -TargetDirectory $ArtifactsDirectory -GdnFolder $gdnFolder -ToolsList $ArtifactToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams + & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $ArtifactsDirectory -GdnFolder $gdnFolder -ToolsList $ArtifactToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams } if ($SourceToolsList -and $SourceToolsList.Count -gt 0) { - & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $ArtifactsDirectory -TargetDirectory $SourceDirectory -GdnFolder $gdnFolder -ToolsList $SourceToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams + & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $SourceDirectory -GdnFolder $gdnFolder -ToolsList $SourceToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams } if ($UpdateBaseline) { @@ -86,8 +87,8 @@ if ($TsaPublish) { if (-not $TsaRepositoryName) { $TsaRepositoryName = "$($Repository)-$($BranchName)" } - Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel" - & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --onboard $True --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $ArtifactsDirectory --logger-level $GuardianLoggerLevel + Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" + & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --onboard $True --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel if ($LASTEXITCODE -ne 0) { Write-Host "Guardian tsa-publish failed with exit code $LASTEXITCODE." exit $LASTEXITCODE diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 8db456bb7..ffda80a19 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -24,7 +24,7 @@ parameters: workspace: '' -# Job base template specific parameters + # Job base template specific parameters # Optional: Enable installing Microbuild plugin # if 'true', these "variables" must be specified in the variables object or as part of the queue matrix # _TeamName - the name of your team @@ -151,6 +151,9 @@ jobs: continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), in(variables['_SignType'], 'real', 'test'), eq(variables['Agent.Os'], 'Windows_NT')) + - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - task: NuGetAuthenticate@0 + - ${{ each step in parameters.steps }}: - ${{ step }} diff --git a/eng/common/templates/job/publish-build-assets.yml b/eng/common/templates/job/publish-build-assets.yml index 9e77ef1b5..b722975f9 100644 --- a/eng/common/templates/job/publish-build-assets.yml +++ b/eng/common/templates/job/publish-build-assets.yml @@ -47,6 +47,10 @@ jobs: downloadPath: '$(Build.StagingDirectory)/Download' condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} + + - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - task: NuGetAuthenticate@0 + - task: PowerShell@2 displayName: Publish Build Assets inputs: @@ -59,6 +63,7 @@ jobs: /p:Configuration=$(_BuildConfig) condition: ${{ parameters.condition }} continueOnError: ${{ parameters.continueOnError }} + - task: powershell@2 displayName: Create ReleaseConfigs Artifact inputs: @@ -67,12 +72,14 @@ jobs: Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value $(BARBuildId) Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value "$(DefaultChannels)" Add-Content -Path "$(Build.StagingDirectory)/ReleaseConfigs.txt" -Value $(IsStableBuild) + - task: PublishBuildArtifacts@1 displayName: Publish ReleaseConfigs Artifact inputs: PathtoPublish: '$(Build.StagingDirectory)/ReleaseConfigs.txt' PublishLocation: Container ArtifactName: ReleaseConfigs + - ${{ if eq(parameters.enablePublishBuildArtifacts, 'true') }}: - task: PublishBuildArtifacts@1 displayName: Publish Logs to VSTS diff --git a/eng/common/templates/post-build/channels/public-dev-release.yml b/eng/common/templates/post-build/channels/netcore-dev-30.yml similarity index 78% rename from eng/common/templates/post-build/channels/public-dev-release.yml rename to eng/common/templates/post-build/channels/netcore-dev-30.yml index afa954214..16e4eff7d 100644 --- a/eng/common/templates/post-build/channels/public-dev-release.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-30.yml @@ -5,11 +5,11 @@ parameters: publishInstallersAndChecksums: false stages: -- stage: Publish +- stage: NetCore_Dev30_Publish dependsOn: validate variables: - template: ../common-variables.yml - displayName: Developer Channel + displayName: .NET Core 3.0 Dev Publishing jobs: - template: ../setup-maestro-vars.yml @@ -39,15 +39,15 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release ${{ parameters.symbolPublishingAdditionalParameters }} - - job: + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars variables: @@ -79,22 +79,33 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Add Assets Location + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(PublicDevRelease_30_Channel_Id) /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -109,30 +120,12 @@ stages: /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false -- stage: PublishValidation - displayName: Publish Validation +- stage: NetCore_Dev30_Publish_Validation + displayName: .NET Core 3.0 Dev Publish Validation variables: - - template: ../common-variables.yml + - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml @@ -156,10 +149,6 @@ stages: filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../darc-gather-drop.yml + - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicDevRelease_30_Channel_Id }} - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicDevRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml new file mode 100644 index 000000000..52322b128 --- /dev/null +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -0,0 +1,154 @@ +parameters: + enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false + +stages: +- stage: NetCore_Dev31_Publish + dependsOn: validate + variables: + - template: ../common-variables.yml + displayName: .NET Core 3.1 Dev Publishing + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' + /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} + + - job: + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - group: DotNet-Blob-Feed + - group: AzureDevOps-Artifact-Feeds-Pats + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Publish Assets + env: + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + ${{ parameters.artifactsPublishingAdditionalParameters }} + + +- stage: NetCore_Dev31_Publish_Validation + displayName: .NET Core 3.1 Dev Publish Validation + variables: + - template: ../common-variables.yml + jobs: + - template: ../setup-maestro-vars.yml + + - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: + - job: + displayName: Symbol Availability + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: PowerShell@2 + displayName: Check Symbol Availability + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) + + - template: ../promote-build.yml + parameters: + ChannelId: ${{ variables.PublicDevRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 812def315..4d77d2669 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -3,13 +3,14 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false + publishToAzureDevOpsFeeds: true stages: - stage: NetCore_Dev5_Publish dependsOn: validate variables: - template: ../common-variables.yml - displayName: .NET Core 5 Dev Channel + displayName: .NET Core 5 Dev Publishing jobs: - template: ../setup-maestro-vars.yml @@ -39,15 +40,15 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release ${{ parameters.symbolPublishingAdditionalParameters }} - - job: + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars variables: @@ -79,22 +80,33 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Add Assets Location + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(NetCore_5_Dev_Channel_Id) /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -103,36 +115,23 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw) ${{ parameters.artifactsPublishingAdditionalParameters }} - - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false -- stage: NetCore_Dev5_PublishValidation - displayName: Publish Validation +- stage: NetCore_Dev5_Publish_Validation + displayName: .NET Core 5 Dev Publish Validation variables: - - template: ../common-variables.yml + - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml @@ -156,10 +155,6 @@ stages: filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../darc-gather-drop.yml + - template: ../promote-build.yml parameters: ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/internal-servicing.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml similarity index 75% rename from eng/common/templates/post-build/channels/internal-servicing.yml rename to eng/common/templates/post-build/channels/netcore-internal-30.yml index 4ca36358d..ad3650127 100644 --- a/eng/common/templates/post-build/channels/internal-servicing.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -4,11 +4,11 @@ parameters: artifactsPublishingAdditionalParameters: '' stages: -- stage: IS_Publish +- stage: NetCore_30_Internal_Servicing_Publishing dependsOn: validate variables: - template: ../common-variables.yml - displayName: Internal Servicing + displayName: .NET Core 3.0 Internal Servicing Publishing jobs: - template: ../setup-maestro-vars.yml @@ -38,8 +38,8 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' @@ -78,58 +78,50 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Add Assets Location + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(InternalServicing_30_Channel_Id) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:AzureStorageAccountName=$(ProxyBackedFeedsAccountName) - /p:AzureStorageAccountKey=$(dotnetfeed-storage-access-key-1) - /p:AzureDevOpsFeedsBaseUrl=$(dotnetfeed-internal-private-feed-url) - /p:StaticInternalFeed=$(dotnetfeed-internal-nonstable-feed-url) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release ${{ parameters.artifactsPublishingAdditionalParameters }} - - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false - template: ../trigger-subscription.yml parameters: ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} - -- stage: IS_PublishValidation - displayName: Publish Validation + +- stage: NetCore_30_Internal_Servicing_Publish_Validation + displayName: .NET Core 3.0 Internal Servicing Publish Validation variables: - - template: ../common-variables.yml + - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml diff --git a/eng/common/templates/post-build/channels/public-release.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml similarity index 73% rename from eng/common/templates/post-build/channels/public-release.yml rename to eng/common/templates/post-build/channels/netcore-release-30.yml index 7ec1f89c0..8c4bb6005 100644 --- a/eng/common/templates/post-build/channels/public-release.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -4,11 +4,11 @@ parameters: artifactsPublishingAdditionalParameters: '' stages: -- stage: PubRel_Publish +- stage: NetCore_Release30_Publish dependsOn: validate variables: - template: ../common-variables.yml - displayName: Public Release + displayName: .NET Core 3.0 Release Publishing jobs: - template: ../setup-maestro-vars.yml @@ -38,8 +38,8 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' @@ -78,59 +78,50 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Publish + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(PublicRelease_30_Channel_Id) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:AzureStorageAccountName=$(ProxyBackedFeedsAccountName) - /p:AzureStorageAccountKey=$(dotnetfeed-storage-access-key-1) - /p:AzureDevOpsFeedsBaseUrl=$(dotnetfeed-internal-private-feed-url) - /p:StaticInternalFeed=$(dotnetfeed-internal-nonstable-feed-url) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release ${{ parameters.artifactsPublishingAdditionalParameters }} - - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false - template: ../trigger-subscription.yml parameters: ChannelId: ${{ variables.PublicRelease_30_Channel_Id }} -- stage: PubRel_PublishValidation - displayName: Publish Validation +- stage: NetCore_Release30_Publish_Validation + displayName: .NET Core 3.0 Release Publish Validation variables: - - template: ../common-variables.yml + - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml @@ -138,7 +129,8 @@ stages: - job: displayName: Symbol Availability dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) + condition: or(contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)), + contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id))) pool: vmImage: 'windows-2019' steps: diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml new file mode 100644 index 000000000..cfe6386da --- /dev/null +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -0,0 +1,156 @@ +parameters: + enableSymbolValidation: true + symbolPublishingAdditionalParameters: '' + artifactsPublishingAdditionalParameters: '' + +stages: +- stage: NetCore_Release31_Publish + dependsOn: validate + variables: + - template: ../common-variables.yml + displayName: .NET Core 3.1 Release Publishing + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' + /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} + + - job: publish_assets + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - group: DotNet-Blob-Feed + - group: AzureDevOps-Artifact-Feeds-Pats + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Publish Assets + env: + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + ${{ parameters.artifactsPublishingAdditionalParameters }} + + - template: ../trigger-subscription.yml + parameters: + ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} + +- stage: NetCore_Release31_Publish_Validation + displayName: .NET Core 3.1 Release Publish Validation + variables: + - template: ../common-variables.yml + jobs: + - template: ../setup-maestro-vars.yml + + - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: + - job: + displayName: Symbol Availability + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + + - task: PowerShell@2 + displayName: Check Symbol Availability + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) + + - template: ../promote-build.yml + parameters: + ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index c2d207673..83dbdeea1 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -3,13 +3,14 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false + publishToAzureDevOpsFeeds: true stages: - stage: NetCore_Tools_Latest_Publish dependsOn: validate variables: - template: ../common-variables.yml - displayName: .NET Tools - Latest + displayName: .NET Tools - Latest Publishing jobs: - template: ../setup-maestro-vars.yml @@ -39,15 +40,15 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release ${{ parameters.symbolPublishingAdditionalParameters }} - - job: + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars variables: @@ -79,22 +80,33 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Add Assets Location + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(NetCore_Tools_Latest_Channel_Id) /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:StaticInternalFeed=$(StaticInternalFeed) + /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -103,36 +115,23 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw) ${{ parameters.artifactsPublishingAdditionalParameters }} - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false - - stage: NetCore_Tools_Latest_PublishValidation - displayName: Publish Validation + displayName: .NET Tools - Latest Publish Validation variables: - - template: ../common-variables.yml + - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml @@ -156,10 +155,6 @@ stages: filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../darc-gather-drop.yml + - template: ../promote-build.yml parameters: ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index 12124d621..a5fcdc581 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -1,17 +1,18 @@ parameters: artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false + publishToAzureDevOpsFeeds: true stages: - stage: PVR_Publish dependsOn: validate variables: - template: ../common-variables.yml - displayName: Validation Channel + displayName: .NET Tools - Validation Publishing jobs: - template: ../setup-maestro-vars.yml - - job: + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars variables: @@ -43,67 +44,56 @@ stages: buildType: current artifactName: AssetManifests + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: PowerShell@2 - displayName: Add Assets Location + displayName: Publish Assets env: - AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-unviersal-packages-rw) + AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ChannelId=$(PublicValidationRelease_30_Channel_Id) /p:ArtifactsCategory=$(_DotNetValidationArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(Agent.BuildDirectory)\Nuget\NuGet.exe - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-unviersal-packages-rw)' + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)\BlobArtifacts' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)\PackageArtifacts' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - - task: NuGetCommand@2 - displayName: Publish Packages to AzDO Feed - condition: contains(variables['TargetAzDOFeed'], 'pkgs.visualstudio.com') - inputs: - command: push - vstsFeed: $(AzDoFeedName) - packagesToPush: $(Build.ArtifactStagingDirectory)\PackageArtifacts\*.nupkg - publishVstsFeed: $(AzDoFeedName) - - - task: PowerShell@2 - displayName: Publish Blobs to AzDO Feed - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/publish-blobs-to-azdo.ps1 - arguments: -FeedName $(AzDoFeedName) - -SourceFolderCollection $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -PersonalAccessToken $(dn-bot-dnceng-unviersal-packages-rw) - enabled: false - - stage: PVR_PublishValidation - displayName: Publish Validation + displayName: .NET Tools - Validation Publish Validation variables: - template: ../common-variables.yml jobs: - template: ../setup-maestro-vars.yml - - template: ../darc-gather-drop.yml + - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicValidationRelease_30_Channel_Id }} - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicValidationRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 7b3fdb136..c13476449 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -1,11 +1,16 @@ variables: - group: Publish-Build-Assets - group: DotNet-DotNetCli-Storage + - group: DotNet-MSRC-Storage # .NET Core 3 Dev - name: PublicDevRelease_30_Channel_Id value: 3 + # .NET Core 3.1 Dev + - name: PublicDevRelease_31_Channel_Id + value: 128 + # .NET Core 5 Dev - name: NetCore_5_Dev_Channel_Id value: 131 @@ -26,14 +31,14 @@ variables: - name: PublicRelease_30_Channel_Id value: 19 + # .NET Core 3.1 Release + - name: PublicRelease_31_Channel_Id + value: 129 + # Whether the build is internal or not - name: IsInternalBuild value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }} - # Storage account name for proxy-backed feeds - - name: ProxyBackedFeedsAccountName - value: dotnetfeed - # Default Maestro++ API Endpoint and API Version - name: MaestroApiEndPoint value: "https://maestro-prod.westus2.cloudapp.azure.com" @@ -47,8 +52,27 @@ variables: - name: SymbolToolVersion value: 1.0.1 + # Feed Configurations + # These should include the suffix "/index.json" + + # Configuration for the feed where packages from internal non-stable builds will be published to + - name: StaticInternalFeed + value: 'https://dnceng.pkgs.visualstudio.com/_packaging/dotnet-core-internal/nuget/v3/index.json' + # Default locations for Installers and checksums + # Public Locations - name: ChecksumsBlobFeedUrl value: https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json - name: InstallersBlobFeedUrl value: https://dotnetcli.blob.core.windows.net/dotnet/index.json + + # Private Locations + - name: InternalChecksumsBlobFeedUrl + value: https://dotnetclichecksumsmsrc.blob.core.windows.net/dotnet/index.json + - name: InternalChecksumsBlobFeedKey + value: $(dotnetclichecksumsmsrc-storage-key) + + - name: InternalInstallersBlobFeedUrl + value: https://dotnetclimsrc.blob.core.windows.net/dotnet/index.json + - name: InternalInstallersBlobFeedKey + value: $(dotnetclimsrc-access-key) diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 34667b6c0..5770bb21c 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -4,6 +4,7 @@ parameters: enableSymbolValidation: false enableNugetValidation: true publishInstallersAndChecksums: false + enableAzDONuGetFeeds: true SDLValidationParameters: enable: false continueOnError: false @@ -101,8 +102,16 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} -- template: \eng\common\templates\post-build\channels\public-dev-release.yml +- template: \eng\common\templates\post-build\channels\netcore-dev-30.yml + parameters: + enableSymbolValidation: ${{ parameters.enableSymbolValidation }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + +- template: \eng\common\templates\post-build\channels\netcore-dev-31.yml parameters: enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} @@ -115,18 +124,25 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} - template: \eng\common\templates\post-build\channels\public-validation-release.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} -- template: \eng\common\templates\post-build\channels\public-release.yml +- template: \eng\common\templates\post-build\channels\netcore-release-30.yml parameters: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} -- template: \eng\common\templates\post-build\channels\internal-servicing.yml +- template: \eng\common\templates\post-build\channels\netcore-release-31.yml + parameters: + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + +- template: \eng\common\templates\post-build\channels\netcore-internal-30.yml parameters: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/global.json b/global.json index 4a2adffdb..c124f18e1 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19453.5" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19455.21" } } From eca78a178b965fe64417ed3672a2fb67eec8d5f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 13:10:54 +0000 Subject: [PATCH 0483/2259] Update dependencies from https://github.com/dotnet/cli build 20190906.4 (#4612) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6be2e27d4..af66a24e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - 5a00965e7f5c42b2bf04fe5d02f820e2ef2f9030 + a3f8edf3e9f83742b811718a748d858ba8467e16 diff --git a/eng/Versions.props b/eng/Versions.props index ff522efea..e2d3237cb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.2 + 5.0.100-alpha1.19456.4 0.2.0 From f6c36b925279a006d633623ded29cc5cc5bbb736 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 15:05:43 +0000 Subject: [PATCH 0484/2259] Update dependencies from https://github.com/dotnet/cli build 20190906.5 (#4615) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index af66a24e3..4b6489cfd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - a3f8edf3e9f83742b811718a748d858ba8467e16 + 32f9d499dbef14e7287f0225f5d640326bc5520f diff --git a/eng/Versions.props b/eng/Versions.props index e2d3237cb..731d97dd3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.4 + 5.0.100-alpha1.19456.5 0.2.0 From 5232fc7998c015dce0035294eec28b171d2570b0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 18:21:07 +0000 Subject: [PATCH 0485/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190906.10 (#4616) - Microsoft.NETCore.App - 5.0.0-alpha1.19456.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.10 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b6489cfd..9e12ed0e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 7bc2cd591ca8f2ae31119d8a137c69a192a88bac - + https://github.com/dotnet/core-setup 7bc2cd591ca8f2ae31119d8a137c69a192a88bac - + https://github.com/dotnet/core-setup 7bc2cd591ca8f2ae31119d8a137c69a192a88bac diff --git a/eng/Versions.props b/eng/Versions.props index 731d97dd3..ea4672437 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.2 + 5.0.0-alpha1.19456.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.2 + 2.1.0-alpha1.19456.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.2 + 5.0.0-alpha1.19456.10 $(MicrosoftWindowsDesktopAppPackageVersion) From d55bd2e1cfc221584744633d9398a6534ddcaa63 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 18:53:03 +0000 Subject: [PATCH 0486/2259] Update dependencies from https://github.com/dotnet/arcade build 20190906.2 (#4617) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19456.2 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/post-build/channels/netcore-dev-5.yml | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e12ed0e0..e3ef45416 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - e99f81b0e3289cfd851be0d927c1fcffa43af6b5 + 397060df67388da56b50de7e6f7292a5dccc2de6 diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 4d77d2669..839121dec 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -124,7 +124,7 @@ stages: /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw) + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/global.json b/global.json index c124f18e1..07a8b9b68 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19455.21" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.2" } } From d1b2d191052e1a9d07c945da36cc84f2c368f0e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 20:20:58 +0000 Subject: [PATCH 0487/2259] Update dependencies from https://github.com/dotnet/toolset build 20190906.17 (#4620) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19456.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e3ef45416..e36273afd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b926d9bee62f0c8962c7645015ab8e68c794f9e4 - + https://github.com/dotnet/toolset - c870dd8c812b7ac32142200501a281b9b71ff30b + d32a85101dc2434ca1ce539b85819d585f1e1346 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ea4672437..8b5da73fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19456.4 + 5.0.100-alpha1.19456.17 From 6e38fbf742cba6d2d173fe936a50b32ad8f89a25 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 21:15:20 +0000 Subject: [PATCH 0488/2259] Update dependencies from https://github.com/dotnet/cli build 20190906.8 (#4622) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e36273afd..14a224243 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - 32f9d499dbef14e7287f0225f5d640326bc5520f + 1e73c7a06250571525501548a909e5f1afa09724 diff --git a/eng/Versions.props b/eng/Versions.props index 8b5da73fa..a95dedb18 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.5 + 5.0.100-alpha1.19456.8 0.2.0 From 505fbf826df366ab4be9c143a4a22c5c695aa4e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 22:11:11 +0000 Subject: [PATCH 0489/2259] Update dependencies from https://github.com/dotnet/cli build 20190906.10 (#4623) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 14a224243..efd626975 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a - + https://github.com/dotnet/cli - 1e73c7a06250571525501548a909e5f1afa09724 + 2d9962b8034ca1be7f95df030cd2de12b3ca70c7 diff --git a/eng/Versions.props b/eng/Versions.props index a95dedb18..032a5aebd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.8 + 5.0.100-alpha1.19456.10 0.2.0 From 55c1bb0c4d9caea8266162cd5ac2f623ae63bfce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Sep 2019 22:19:23 +0000 Subject: [PATCH 0490/2259] Update dependencies from https://github.com/dotnet/sdk build 20190906.1 (#4624) - Microsoft.NET.Sdk - 5.0.100-alpha1.19456.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index efd626975..9457cc8bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset d32a85101dc2434ca1ce539b85819d585f1e1346 - + https://github.com/dotnet/sdk - 3d3495d7676b76d6d57bb8e46cf0ec8a93bc8c7a + 00237232bd209c73d25924ce5e17a20af033ba71 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 032a5aebd..c09f14041 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19455.1 + 5.0.100-alpha1.19456.1 $(MicrosoftNETSdkPackageVersion) From b5239e4b006ada2b0e34ba60e5b44f789d250a3d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 00:06:25 +0000 Subject: [PATCH 0491/2259] [master] Update dependencies from dotnet/toolset (#4626) * Update dependencies from https://github.com/dotnet/toolset build 20190906.21 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19456.21 * Update dependencies from https://github.com/dotnet/toolset build 20190906.22 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19456.22 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9457cc8bb..19813208e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b926d9bee62f0c8962c7645015ab8e68c794f9e4 - + https://github.com/dotnet/toolset - d32a85101dc2434ca1ce539b85819d585f1e1346 + 1775cd1c1c75eb895421dcd85df6541d9cc62ff1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c09f14041..12985258b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19456.17 + 5.0.100-alpha1.19456.22 From c951912cae39c48c81b44df87aa00601d45140b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 01:12:24 +0000 Subject: [PATCH 0492/2259] [master] Update dependencies from dotnet/core-setup (#4625) * Update dependencies from https://github.com/dotnet/core-setup build 20190906.16 - Microsoft.NETCore.App - 5.0.0-alpha1.19456.16 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.16 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.16 * Update dependencies from https://github.com/dotnet/core-setup build 20190906.24 - Microsoft.NETCore.App - 5.0.0-alpha1.19456.24 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.24 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.24 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19813208e..c8570682f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7bc2cd591ca8f2ae31119d8a137c69a192a88bac + d61b4d67758c9c5c9668fd5564564f4ad82bedf2 - + https://github.com/dotnet/core-setup - 7bc2cd591ca8f2ae31119d8a137c69a192a88bac + d61b4d67758c9c5c9668fd5564564f4ad82bedf2 - + https://github.com/dotnet/core-setup - 7bc2cd591ca8f2ae31119d8a137c69a192a88bac + d61b4d67758c9c5c9668fd5564564f4ad82bedf2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 12985258b..2c6996cbf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.10 + 5.0.0-alpha1.19456.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.10 + 2.1.0-alpha1.19456.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.10 + 5.0.0-alpha1.19456.24 $(MicrosoftWindowsDesktopAppPackageVersion) From 83be8a49868bc2ba17eaf5cdf450574b0f08971e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 03:25:53 +0000 Subject: [PATCH 0493/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190906.27 (#4628) - Microsoft.NETCore.App - 5.0.0-alpha1.19456.27 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.27 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.27 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c8570682f..f40d733d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d61b4d67758c9c5c9668fd5564564f4ad82bedf2 + eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 - + https://github.com/dotnet/core-setup - d61b4d67758c9c5c9668fd5564564f4ad82bedf2 + eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 - + https://github.com/dotnet/core-setup - d61b4d67758c9c5c9668fd5564564f4ad82bedf2 + eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 2c6996cbf..c1c9e3dd1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.24 + 5.0.0-alpha1.19456.27 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.24 + 2.1.0-alpha1.19456.27 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.24 + 5.0.0-alpha1.19456.27 $(MicrosoftWindowsDesktopAppPackageVersion) From 2404e8985dc9c046e4f75b82465a856e860ed0fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 05:25:51 +0000 Subject: [PATCH 0494/2259] Update dependencies from https://github.com/dotnet/cli build 20190906.14 (#4629) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f40d733d9..a96820dca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - 2d9962b8034ca1be7f95df030cd2de12b3ca70c7 + f2ba49670fb706b485860b0b93a8b9c4ecb526f1 diff --git a/eng/Versions.props b/eng/Versions.props index c1c9e3dd1..492a882df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.10 + 5.0.100-alpha1.19456.14 0.2.0 From 8052c584d0d23d8ade54a793e422ecee257ed3d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 06:20:46 +0000 Subject: [PATCH 0495/2259] Update dependencies from https://github.com/dotnet/toolset build 20190906.32 (#4631) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19456.32 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a96820dca..4f1084650 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b926d9bee62f0c8962c7645015ab8e68c794f9e4 - + https://github.com/dotnet/toolset - 1775cd1c1c75eb895421dcd85df6541d9cc62ff1 + b86d1d4d415ba9846f2f8b5cf0b5306d7c436e88 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 492a882df..d49d65b13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19456.22 + 5.0.100-alpha1.19456.32 From 60ba1d0e78cc3614351a0c9070ae14e881424cc3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 06:51:38 +0000 Subject: [PATCH 0496/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190906.33 (#4632) - Microsoft.NETCore.App - 5.0.0-alpha1.19456.33 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.33 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.33 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4f1084650..f351c03c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 + 16b82c65565db5621891530e71c0272536927246 - + https://github.com/dotnet/core-setup - eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 + 16b82c65565db5621891530e71c0272536927246 - + https://github.com/dotnet/core-setup - eee6d7a3cc7418cec87f109a1cf6d94e97e25cb0 + 16b82c65565db5621891530e71c0272536927246 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d49d65b13..8b2a305d3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.27 + 5.0.0-alpha1.19456.33 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.27 + 2.1.0-alpha1.19456.33 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.27 + 5.0.0-alpha1.19456.33 $(MicrosoftWindowsDesktopAppPackageVersion) From 4cf0be5cdc99bf7bc024c8718c4e933daa2e657b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 07:50:48 +0000 Subject: [PATCH 0497/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190906.31 (#4633) - Microsoft.NETCore.App - 5.0.0-alpha1.19456.31 - NETStandard.Library.Ref - 2.1.0-alpha1.19456.31 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19456.31 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f351c03c9..87cd6b979 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 16b82c65565db5621891530e71c0272536927246 - + https://github.com/dotnet/core-setup 16b82c65565db5621891530e71c0272536927246 - + https://github.com/dotnet/core-setup 16b82c65565db5621891530e71c0272536927246 diff --git a/eng/Versions.props b/eng/Versions.props index 8b2a305d3..cd9452413 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.33 + 5.0.0-alpha1.19456.31 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.33 + 2.1.0-alpha1.19456.31 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.33 + 5.0.0-alpha1.19456.31 $(MicrosoftWindowsDesktopAppPackageVersion) From 961115bc97a5d94fd52b16ccf9986a054f7c5761 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 08:40:46 +0000 Subject: [PATCH 0498/2259] Update dependencies from https://github.com/dotnet/cli build 20190906.17 (#4634) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19456.17 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87cd6b979..41f6df36e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - f2ba49670fb706b485860b0b93a8b9c4ecb526f1 + 3aeb97837a46eccce55c9e481cd42548831146dc diff --git a/eng/Versions.props b/eng/Versions.props index cd9452413..d392f8050 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.14 + 5.0.100-alpha1.19456.17 0.2.0 From d9fa90bfe7c0adbd9c233558608fb536354346d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 09:20:47 +0000 Subject: [PATCH 0499/2259] Update dependencies from https://github.com/dotnet/cli build 20190907.1 (#4635) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 41f6df36e..56553b72f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - 3aeb97837a46eccce55c9e481cd42548831146dc + 440a163330801b7f912f6180415b977fe13f1919 diff --git a/eng/Versions.props b/eng/Versions.props index d392f8050..3267f5869 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19456.17 + 5.0.100-alpha1.19457.1 0.2.0 From 15ce2a4551af9e7f42611cec69dfbeb5c6ba21e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 09:35:43 +0000 Subject: [PATCH 0500/2259] Update dependencies from https://github.com/dotnet/toolset build 20190907.1 (#4636) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 56553b72f..a874bf6a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b926d9bee62f0c8962c7645015ab8e68c794f9e4 - + https://github.com/dotnet/toolset - b86d1d4d415ba9846f2f8b5cf0b5306d7c436e88 + cb31bfc793798234c384b6ffd7de1b11b20167b4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3267f5869..49ff559b8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19456.32 + 5.0.100-alpha1.19457.1 From 7c43f6aac217697348334fdb00ffddc8d1a1a735 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 10:10:44 +0000 Subject: [PATCH 0501/2259] Update dependencies from https://github.com/dotnet/toolset build 20190907.2 (#4637) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a874bf6a5..4fb16c675 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating b926d9bee62f0c8962c7645015ab8e68c794f9e4 - + https://github.com/dotnet/toolset - cb31bfc793798234c384b6ffd7de1b11b20167b4 + 5932b4aaa4340ded3fc69242687bbae6a7dc0751 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 49ff559b8..aae9b50f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.1 + 5.0.100-alpha1.19457.2 From 1860c6734cda00c6a242ac25a84c00ec393d5948 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 12:43:59 +0000 Subject: [PATCH 0502/2259] Update dependencies from https://github.com/dotnet/arcade build 20190906.10 (#4640) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19456.10 --- eng/Version.Details.xml | 4 ++-- eng/common/build.ps1 | 4 ++++ eng/common/performance/performance-setup.ps1 | 2 +- eng/common/performance/performance-setup.sh | 2 +- eng/common/templates/job/performance.yml | 6 +++-- .../post-build/channels/netcore-dev-30.yml | 21 ------------------ .../post-build/channels/netcore-dev-31.yml | 21 ------------------ .../post-build/channels/netcore-dev-5.yml | 21 ------------------ .../channels/netcore-internal-30.yml | 21 ------------------ .../channels/netcore-release-30.yml | 22 ------------------- .../channels/netcore-release-31.yml | 21 ------------------ .../channels/netcore-tools-latest.yml | 21 ------------------ .../templates/post-build/post-build.yml | 4 ---- global.json | 2 +- 14 files changed, 13 insertions(+), 159 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4fb16c675..78b1a6807 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 397060df67388da56b50de7e6f7292a5dccc2de6 + 2d393243ba4a0c95c2c18aa266df6e0f43ffe22d diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index feb58d141..e001ccb48 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -85,6 +85,10 @@ function Build { # Re-assign properties to a new variable because PowerShell doesn't let us append properties directly for unclear reasons. # Explicitly set the type as string[] because otherwise PowerShell would make this char[] if $properties is empty. [string[]] $msbuildArgs = $properties + + # Resolve relative project paths into full paths + $projects = ($projects.Split(';').ForEach({Resolve-Path $_}) -join ';') + $msbuildArgs += "/p:Projects=$projects" $properties = $msbuildArgs } diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index 268986246..ec41965fc 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -17,7 +17,7 @@ Param( [string] $Configurations="CompilationMode=$CompilationMode" ) -$RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") +$RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") -or ($Repository -eq "dotnet-performance") $UseCoreRun = ($CoreRootDirectory -ne [string]::Empty) $UseBaselineCoreRun = ($BaselineCoreRootDirectory -ne [string]::Empty) diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 550b3ebf1..2f2092166 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -113,7 +113,7 @@ while (($# > 0)); do esac done -if [[ "$repository" == "dotnet/performance" ]]; then +if [ "$repository" == "dotnet/performance" ] || [ "$repository" == "dotnet-performance" ]; then run_from_perf_repo=true fi diff --git a/eng/common/templates/job/performance.yml b/eng/common/templates/job/performance.yml index ef809253d..f877fd7a8 100644 --- a/eng/common/templates/job/performance.yml +++ b/eng/common/templates/job/performance.yml @@ -5,6 +5,7 @@ parameters: displayName: '' # optional -- display name for the job. Will use jobName if not passed pool: '' # required -- name of the Build pool container: '' # required -- name of the container + osGroup: '' # required -- operating system for the job extraSetupParameters: '' # optional -- extra arguments to pass to the setup script frameworks: ['netcoreapp3.0'] # optional -- list of frameworks to run against continueOnError: 'false' # optional -- determines whether to continue the build if the step errors @@ -44,12 +45,13 @@ jobs: - HelixPreCommand: '' - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - ${{ if eq(variables['Agent.Os'], 'Windows_NT') }}: + - ${{ if eq( parameters.osGroup, 'Windows_NT') }}: - HelixPreCommand: 'set "PERFLAB_UPLOAD_TOKEN=$(PerfCommandUploadToken)"' - IsInternal: -Internal - - ${{ if ne(variables['Agent.Os'], 'Windows_NT') }}: + - ${{ if ne(parameters.osGroup, 'Windows_NT') }}: - HelixPreCommand: 'export PERFLAB_UPLOAD_TOKEN="$(PerfCommandUploadTokenLinux)"' - IsInternal: --internal + - group: DotNet-HelixApi-Access - group: dotnet-benchview diff --git a/eng/common/templates/post-build/channels/netcore-dev-30.yml b/eng/common/templates/post-build/channels/netcore-dev-30.yml index 16e4eff7d..7984f06d1 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-30.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-30.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false @@ -129,26 +128,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_30_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicDevRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml index 52322b128..bcedd0f07 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false @@ -129,26 +128,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicDevRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 839121dec..18432cc60 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false @@ -135,26 +134,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index ad3650127..36e1d1188 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' @@ -125,26 +124,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml index 8c4bb6005..abae985ab 100644 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' @@ -125,27 +124,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: or(contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)), - contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id))) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml index cfe6386da..b2a6c7659 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' @@ -131,26 +130,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 83dbdeea1..36f6dea62 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -1,5 +1,4 @@ parameters: - enableSymbolValidation: true symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false @@ -135,26 +134,6 @@ stages: jobs: - template: ../setup-maestro-vars.yml - - ${{ if eq(parameters.enableSymbolValidation, 'true') }}: - - job: - displayName: Symbol Availability - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - - - task: PowerShell@2 - displayName: Check Symbol Availability - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/symbols-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ -ExtractPath $(Agent.BuildDirectory)/Temp/ -DotnetSymbolVersion $(SymbolToolVersion) - - template: ../promote-build.yml parameters: ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 5770bb21c..e473cadbc 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -98,7 +98,6 @@ stages: - template: \eng\common\templates\post-build\channels\netcore-dev-5.yml parameters: - enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} @@ -106,21 +105,18 @@ stages: - template: \eng\common\templates\post-build\channels\netcore-dev-30.yml parameters: - enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-dev-31.yml parameters: - enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml parameters: - enableSymbolValidation: ${{ parameters.enableSymbolValidation }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} diff --git a/global.json b/global.json index 07a8b9b68..d4c7a87ee 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.10" } } From 2246f50217f4a3031236d91e5937056c6477a66f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 12:44:20 +0000 Subject: [PATCH 0503/2259] Update dependencies from https://github.com/dotnet/templating build 20190906.2 (#4641) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19456.2 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78b1a6807..099a85cd6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - b926d9bee62f0c8962c7645015ab8e68c794f9e4 + 79647cb60a68056a93805e6e9d54452aae60fc66 https://github.com/dotnet/toolset From 786871da1b2c53d3ec593c517b818f1c94d580a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 13:10:50 +0000 Subject: [PATCH 0504/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190907.1 (#4642) - Microsoft.NETCore.App - 5.0.0-alpha1.19457.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19457.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19457.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 099a85cd6..19b28a370 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 16b82c65565db5621891530e71c0272536927246 + 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 - + https://github.com/dotnet/core-setup - 16b82c65565db5621891530e71c0272536927246 + 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 - + https://github.com/dotnet/core-setup - 16b82c65565db5621891530e71c0272536927246 + 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index aae9b50f0..7fd7c7743 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19456.31 + 5.0.0-alpha1.19457.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19456.31 + 2.1.0-alpha1.19457.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19456.31 + 5.0.0-alpha1.19457.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 9a6ad63a4c30a3aef9b65b80f12a92dd9bb527bd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 13:45:35 +0000 Subject: [PATCH 0505/2259] Update dependencies from https://github.com/dotnet/toolset build 20190907.6 (#4644) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19b28a370..61f78d033 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - 5932b4aaa4340ded3fc69242687bbae6a7dc0751 + 311b820bdcb88ef389bd60a74d56f7948e425222 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7fd7c7743..2d2d40155 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.2 + 5.0.100-alpha1.19457.6 From 17d289fd2856664b5c757ec3680806a36d86d3f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 14:26:33 +0000 Subject: [PATCH 0506/2259] [master] Update dependencies from dotnet/toolset (#4645) * Update dependencies from https://github.com/dotnet/toolset build 20190907.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.7 * Update dependencies from https://github.com/dotnet/toolset build 20190907.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61f78d033..4eb75d398 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - 311b820bdcb88ef389bd60a74d56f7948e425222 + 3218707723c1cd2742c27a8b84497ea3b6be0090 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2d2d40155..ecd4f7ef0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.6 + 5.0.100-alpha1.19457.9 From 8c2412a32e221592083505b410187d76fc20af89 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 14:35:50 +0000 Subject: [PATCH 0507/2259] Update dependencies from https://github.com/dotnet/cli build 20190907.4 (#4646) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4eb75d398..34563a193 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - 440a163330801b7f912f6180415b977fe13f1919 + 9c57a7bb516d90192d26000e90f3ca576999059f diff --git a/eng/Versions.props b/eng/Versions.props index ecd4f7ef0..6702a7aaf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.1 + 5.0.100-alpha1.19457.4 0.2.0 From 773d203c279a7b8335e7bc3e1b28818a917d73d6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 15:25:31 +0000 Subject: [PATCH 0508/2259] Update dependencies from https://github.com/dotnet/cli build 20190907.6 (#4647) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 34563a193..2cbd07f11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - 9c57a7bb516d90192d26000e90f3ca576999059f + a3cd2be1fafa704e88e8005bd2a24cc038da89c7 diff --git a/eng/Versions.props b/eng/Versions.props index 6702a7aaf..122e3a6a2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.4 + 5.0.100-alpha1.19457.6 0.2.0 From 46f448da28bc03c097b7874f9f5d701e69ae1e9c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 15:40:14 +0000 Subject: [PATCH 0509/2259] Update dependencies from https://github.com/dotnet/toolset build 20190907.13 (#4649) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2cbd07f11..4051fe847 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - 3218707723c1cd2742c27a8b84497ea3b6be0090 + efd17a9ecec2b96c2aedafc477bf29218b29f8ed https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 122e3a6a2..cc0ab0979 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.9 + 5.0.100-alpha1.19457.13 From e089da7ff6fb064737f285cdcb0f4d901e46b8a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 15:56:10 +0000 Subject: [PATCH 0510/2259] Update dependencies from https://github.com/dotnet/cli build 20190907.5 (#4650) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4051fe847..327b55b60 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 00237232bd209c73d25924ce5e17a20af033ba71 - + https://github.com/dotnet/cli - a3cd2be1fafa704e88e8005bd2a24cc038da89c7 + aeafbbb6ba20c3b1130adbac153463e3b2beb9e1 diff --git a/eng/Versions.props b/eng/Versions.props index cc0ab0979..4ad635e0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.6 + 5.0.100-alpha1.19457.5 0.2.0 From acae35ceb7b8241e1c43b681ea2fbd5639ca7828 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 16:10:55 +0000 Subject: [PATCH 0511/2259] Update dependencies from https://github.com/dotnet/toolset build 20190907.15 (#4651) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 327b55b60..c6ecf73eb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - efd17a9ecec2b96c2aedafc477bf29218b29f8ed + e2563883a035c0f0075b6b465e16b466acc91c60 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4ad635e0d..61cc282db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.13 + 5.0.100-alpha1.19457.15 From fc7067641a438902959a68dcb37cc2f0092dcb57 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 16:45:52 +0000 Subject: [PATCH 0512/2259] Update dependencies from https://github.com/dotnet/sdk build 20190907.1 (#4652) - Microsoft.NET.Sdk - 5.0.100-alpha1.19457.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6ecf73eb..facd16f9d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset e2563883a035c0f0075b6b465e16b466acc91c60 - + https://github.com/dotnet/sdk - 00237232bd209c73d25924ce5e17a20af033ba71 + 516921bf14612d3148b6d8c6cd9691783a254e0b https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 61cc282db..f85728c6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19456.1 + 5.0.100-alpha1.19457.1 $(MicrosoftNETSdkPackageVersion) From dc4e22e249705e14bc20083862fc21c836b90794 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 19:56:26 +0000 Subject: [PATCH 0513/2259] [master] Update dependencies from dotnet/core-setup (#4653) * Update dependencies from https://github.com/dotnet/core-setup build 20190907.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19457.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19457.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19457.8 * Update dependencies from https://github.com/dotnet/core-setup build 20190907.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19457.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19457.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19457.12 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index facd16f9d..f2ff21076 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 + 7d168004c635b20b676323c6d477acacdf3d045a - + https://github.com/dotnet/core-setup - 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 + 7d168004c635b20b676323c6d477acacdf3d045a - + https://github.com/dotnet/core-setup - 7209dbc7d3417ed8fc77ffa54c485336d49e48a2 + 7d168004c635b20b676323c6d477acacdf3d045a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f85728c6f..83f5d8a67 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19457.1 + 5.0.0-alpha1.19457.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19457.1 + 2.1.0-alpha1.19457.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19457.1 + 5.0.0-alpha1.19457.12 $(MicrosoftWindowsDesktopAppPackageVersion) From 8773b1b24adb744e6574d1c4b5a88a120e805f6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 21:10:47 +0000 Subject: [PATCH 0514/2259] Update dependencies from https://github.com/dotnet/cli build 20190907.10 (#4655) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f2ff21076..797250f64 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 516921bf14612d3148b6d8c6cd9691783a254e0b - + https://github.com/dotnet/cli - aeafbbb6ba20c3b1130adbac153463e3b2beb9e1 + e9f0e4ff99367c7a75ba58daa6739f012fa89afa diff --git a/eng/Versions.props b/eng/Versions.props index 83f5d8a67..8bd24d494 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.5 + 5.0.100-alpha1.19457.10 0.2.0 From 5984030a5c3d8fdff49ed19803af5a83b0d70fa8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Sep 2019 21:30:39 +0000 Subject: [PATCH 0515/2259] Update dependencies from https://github.com/dotnet/toolset build 20190907.25 (#4656) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.25 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 797250f64..2d924c159 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - e2563883a035c0f0075b6b465e16b466acc91c60 + ff0b42bf46a3c8d89f6d0bc5bb1078be4514c5fb https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8bd24d494..e92e5de37 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.15 + 5.0.100-alpha1.19457.25 From 8b029f0a098c455a1aa5719c0e2fe43e0d26e637 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 05:55:49 +0000 Subject: [PATCH 0516/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190907.16 (#4658) - Microsoft.NETCore.App - 5.0.0-alpha1.19457.16 - NETStandard.Library.Ref - 2.1.0-alpha1.19457.16 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19457.16 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d924c159..5c41afb87 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 7d168004c635b20b676323c6d477acacdf3d045a - + https://github.com/dotnet/core-setup 7d168004c635b20b676323c6d477acacdf3d045a - + https://github.com/dotnet/core-setup 7d168004c635b20b676323c6d477acacdf3d045a diff --git a/eng/Versions.props b/eng/Versions.props index e92e5de37..3a46a66e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19457.12 + 5.0.0-alpha1.19457.16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19457.12 + 2.1.0-alpha1.19457.16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19457.12 + 5.0.0-alpha1.19457.16 $(MicrosoftWindowsDesktopAppPackageVersion) From ac54e49dd26a5930b33e916fa5fb9042a4eea9f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 07:05:43 +0000 Subject: [PATCH 0517/2259] Update dependencies from https://github.com/dotnet/cli build 20190907.13 (#4659) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19457.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5c41afb87..ebe4e8adc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 516921bf14612d3148b6d8c6cd9691783a254e0b - + https://github.com/dotnet/cli - e9f0e4ff99367c7a75ba58daa6739f012fa89afa + 90589b181f156207f6a47f3e2827b70c2cccad0e diff --git a/eng/Versions.props b/eng/Versions.props index 3a46a66e0..fc2915b2e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.10 + 5.0.100-alpha1.19457.13 0.2.0 From 2b7fd607283ede7ccd601096587fa6d2ea079074 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 07:35:41 +0000 Subject: [PATCH 0518/2259] Update dependencies from https://github.com/dotnet/toolset build 20190907.32 (#4660) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19457.32 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ebe4e8adc..1e4e4dd1b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - ff0b42bf46a3c8d89f6d0bc5bb1078be4514c5fb + 71c6103b980c800d19df8dcc04ef27a179e9fa2a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index fc2915b2e..6eeb4db72 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.25 + 5.0.100-alpha1.19457.32 From b99739273e2bf6e29005cea9408aaf2b2e84cd77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 07:50:44 +0000 Subject: [PATCH 0519/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190907.17 (#4661) - Microsoft.NETCore.App - 5.0.0-alpha1.19457.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19457.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19457.17 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e4e4dd1b..cd0781cc3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7d168004c635b20b676323c6d477acacdf3d045a + 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 - + https://github.com/dotnet/core-setup - 7d168004c635b20b676323c6d477acacdf3d045a + 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 - + https://github.com/dotnet/core-setup - 7d168004c635b20b676323c6d477acacdf3d045a + 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6eeb4db72..2d112d240 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19457.16 + 5.0.0-alpha1.19457.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19457.16 + 2.1.0-alpha1.19457.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19457.16 + 5.0.0-alpha1.19457.17 $(MicrosoftWindowsDesktopAppPackageVersion) From 863aaeafd976da79205f33a43d7ec1956e366a94 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 09:30:41 +0000 Subject: [PATCH 0520/2259] Update dependencies from https://github.com/dotnet/cli build 20190908.1 (#4662) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd0781cc3..17b74dd50 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 516921bf14612d3148b6d8c6cd9691783a254e0b - + https://github.com/dotnet/cli - 90589b181f156207f6a47f3e2827b70c2cccad0e + ed8a3c8060a2f3d545353f22e71c5197f074282e diff --git a/eng/Versions.props b/eng/Versions.props index 2d112d240..9c13eca20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19457.13 + 5.0.100-alpha1.19458.1 0.2.0 From f4458e918fb34436f2bf77e7f226334c9e3b2162 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 10:05:47 +0000 Subject: [PATCH 0521/2259] Update dependencies from https://github.com/dotnet/toolset build 20190908.2 (#4663) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 17b74dd50..875fb708a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 79647cb60a68056a93805e6e9d54452aae60fc66 - + https://github.com/dotnet/toolset - 71c6103b980c800d19df8dcc04ef27a179e9fa2a + eea4beb2f4d1cb237078bcd75c4ee21b0dd81127 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9c13eca20..2e78f2e41 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19457.32 + 5.0.100-alpha1.19458.2 From 756f24bf4b44ba24627771408410ea6d3a4b4d49 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 12:38:38 +0000 Subject: [PATCH 0522/2259] Update dependencies from https://github.com/dotnet/arcade build 20190907.1 (#4664) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19457.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 875fb708a..2c48fb073 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 2d393243ba4a0c95c2c18aa266df6e0f43ffe22d + c27945fc559ee636139d9f460db71242b16483e6 diff --git a/global.json b/global.json index d4c7a87ee..e6fff8422 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19456.10" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19457.1" } } From 4553bc55c87ff0a3b4aa8f44dd3352404dac28ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 12:38:57 +0000 Subject: [PATCH 0523/2259] Update dependencies from https://github.com/dotnet/templating build 20190907.1 (#4665) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19457.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2c48fb073..be1c12943 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 79647cb60a68056a93805e6e9d54452aae60fc66 + 1f32b8f99773cae5fbb21c6634504547f498ea28 https://github.com/dotnet/toolset From 22ba5af6896e631b9086d50533cac6e5456bec6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 13:25:33 +0000 Subject: [PATCH 0524/2259] Update dependencies from https://github.com/dotnet/toolset build 20190908.5 (#4666) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be1c12943..5399f8642 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - eea4beb2f4d1cb237078bcd75c4ee21b0dd81127 + 69d526304ba009d026ba63685d60b1974e3325d3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2e78f2e41..6964a827e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.2 + 5.0.100-alpha1.19458.5 From 3371190294c5a0032da722a8c19b7b3e2ef2b24d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 13:50:19 +0000 Subject: [PATCH 0525/2259] Update dependencies from https://github.com/dotnet/cli build 20190908.3 (#4668) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5399f8642..176fdc974 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 516921bf14612d3148b6d8c6cd9691783a254e0b - + https://github.com/dotnet/cli - ed8a3c8060a2f3d545353f22e71c5197f074282e + 9fedfc868ca5fb296462ec8fe7156150c770939c diff --git a/eng/Versions.props b/eng/Versions.props index 6964a827e..c850e8922 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.1 + 5.0.100-alpha1.19458.3 0.2.0 From 31af567aa6d0a969e100c805b5ecd4e747ab5b46 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 14:05:10 +0000 Subject: [PATCH 0526/2259] [master] Update dependencies from dotnet/toolset (#4669) * Update dependencies from https://github.com/dotnet/toolset build 20190908.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.4 * Update dependencies from https://github.com/dotnet/toolset build 20190908.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 176fdc974..7748e8c99 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 69d526304ba009d026ba63685d60b1974e3325d3 + 39972df691213fbfd88db905edf652c8c49868c5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c850e8922..fd3177a34 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.5 + 5.0.100-alpha1.19458.7 From b15a6649d93d94962b194288d153042044b5a765 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 14:25:57 +0000 Subject: [PATCH 0527/2259] Update dependencies from https://github.com/dotnet/cli build 20190908.4 (#4670) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7748e8c99..0c9be7903 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 516921bf14612d3148b6d8c6cd9691783a254e0b - + https://github.com/dotnet/cli - 9fedfc868ca5fb296462ec8fe7156150c770939c + 144d5ead27b103f24a94450c3b42f80bc60e358e diff --git a/eng/Versions.props b/eng/Versions.props index fd3177a34..721dd095e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.3 + 5.0.100-alpha1.19458.4 0.2.0 From f357ac6ae186f68966477f3cf876e57f230d2343 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 14:40:51 +0000 Subject: [PATCH 0528/2259] [master] Update dependencies from dotnet/toolset (#4671) * Update dependencies from https://github.com/dotnet/toolset build 20190908.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.10 * Update dependencies from https://github.com/dotnet/toolset build 20190908.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c9be7903..81fb1949e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 39972df691213fbfd88db905edf652c8c49868c5 + 4c49832fa7ec65554f20adfa2a0dc697aed3d4c8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 721dd095e..6a09e6687 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.7 + 5.0.100-alpha1.19458.9 From 39a88794c7ce798fdf3ec5d7b2eb7caf48d8a250 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 15:51:54 +0000 Subject: [PATCH 0529/2259] Update dependencies from https://github.com/dotnet/sdk build 20190908.2 (#4672) - Microsoft.NET.Sdk - 5.0.100-alpha1.19458.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81fb1949e..0945e0ef8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 4c49832fa7ec65554f20adfa2a0dc697aed3d4c8 - + https://github.com/dotnet/sdk - 516921bf14612d3148b6d8c6cd9691783a254e0b + 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 6a09e6687..176548fd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19457.1 + 5.0.100-alpha1.19458.2 $(MicrosoftNETSdkPackageVersion) From a203bf94376c43e0d9befb0b244e563039e7723d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 16:35:52 +0000 Subject: [PATCH 0530/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190908.1 (#4673) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0945e0ef8..250662748 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 + 1d3323621e83ee7e810895a69267b20e816f1571 - + https://github.com/dotnet/core-setup - 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 + 1d3323621e83ee7e810895a69267b20e816f1571 - + https://github.com/dotnet/core-setup - 5e4273b1e9c94ed3c0b80a0cf56fb22be678cad0 + 1d3323621e83ee7e810895a69267b20e816f1571 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 176548fd9..58fa0f4d7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19457.17 + 5.0.0-alpha1.19458.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19457.17 + 2.1.0-alpha1.19458.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19457.17 + 5.0.0-alpha1.19458.1 $(MicrosoftWindowsDesktopAppPackageVersion) From bd4f5e605959fe429f823176fa26c14db3e897be Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 17:50:48 +0000 Subject: [PATCH 0531/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190908.4 (#4675) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 250662748..309be92b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1d3323621e83ee7e810895a69267b20e816f1571 + 33a0bd1d2873e14e092aaae831f6383c2f8e0213 - + https://github.com/dotnet/core-setup - 1d3323621e83ee7e810895a69267b20e816f1571 + 33a0bd1d2873e14e092aaae831f6383c2f8e0213 - + https://github.com/dotnet/core-setup - 1d3323621e83ee7e810895a69267b20e816f1571 + 33a0bd1d2873e14e092aaae831f6383c2f8e0213 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 58fa0f4d7..8cb5ae6d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.1 + 5.0.0-alpha1.19458.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.1 + 2.1.0-alpha1.19458.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.1 + 5.0.0-alpha1.19458.4 $(MicrosoftWindowsDesktopAppPackageVersion) From b44c5ab39a9c08f8cb1ae3863088c03a8beb6337 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 18:11:05 +0000 Subject: [PATCH 0532/2259] Update dependencies from https://github.com/dotnet/toolset build 20190908.15 (#4676) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 309be92b3..7e5b79d6e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 4c49832fa7ec65554f20adfa2a0dc697aed3d4c8 + 51214cebb2f0bde186bfe09064fea1baee34e22a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8cb5ae6d2..22154da66 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.9 + 5.0.100-alpha1.19458.15 From 8b2397e06d7ee5e0d855b01c1e30ea446e317219 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 19:00:55 +0000 Subject: [PATCH 0533/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190908.5 (#4677) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7e5b79d6e..628397550 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 33a0bd1d2873e14e092aaae831f6383c2f8e0213 + ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 - + https://github.com/dotnet/core-setup - 33a0bd1d2873e14e092aaae831f6383c2f8e0213 + ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 - + https://github.com/dotnet/core-setup - 33a0bd1d2873e14e092aaae831f6383c2f8e0213 + ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 22154da66..43dcfe4cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.4 + 5.0.0-alpha1.19458.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.4 + 2.1.0-alpha1.19458.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.4 + 5.0.0-alpha1.19458.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 88fbbe16d3679c4de59c5191b6f2f1b750c98422 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 19:01:46 +0000 Subject: [PATCH 0534/2259] [master] Update dependencies from dotnet/cli (#4674) * Update dependencies from https://github.com/dotnet/cli build 20190908.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.7 * Update dependencies from https://github.com/dotnet/cli build 20190908.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 628397550..ba39ca0ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 144d5ead27b103f24a94450c3b42f80bc60e358e + 06cd0c6a4b880ce704f34a9d4d86279659390ec0 diff --git a/eng/Versions.props b/eng/Versions.props index 43dcfe4cc..df1eb0d76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.4 + 5.0.100-alpha1.19458.9 0.2.0 From 437cdca3a4f97c7daed82706290fd1479e0375bc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 19:25:43 +0000 Subject: [PATCH 0535/2259] Update dependencies from https://github.com/dotnet/toolset build 20190908.18 (#4678) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.18 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba39ca0ec..7f5bbdfa3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 51214cebb2f0bde186bfe09064fea1baee34e22a + 3853f17f1b5638c954bac2f783ba15cfd89575c3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index df1eb0d76..bb8bb44ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.15 + 5.0.100-alpha1.19458.18 From c0399730a200c83425f22f38de259a66b35cc0b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 20:10:46 +0000 Subject: [PATCH 0536/2259] Update dependencies from https://github.com/dotnet/cli build 20190908.10 (#4679) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f5bbdfa3..943d810d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 06cd0c6a4b880ce704f34a9d4d86279659390ec0 + 91ff6cf255b880725b790f54d443287c52f66a81 diff --git a/eng/Versions.props b/eng/Versions.props index bb8bb44ea..c630a3e65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.9 + 5.0.100-alpha1.19458.10 0.2.0 From e29335411781314435d1496406ecdb198c9a6345 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 20:40:40 +0000 Subject: [PATCH 0537/2259] Update dependencies from https://github.com/dotnet/toolset build 20190908.20 (#4680) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.20 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 943d810d3..8880642c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 3853f17f1b5638c954bac2f783ba15cfd89575c3 + f88beeb4548cc80224b382cedafeef963a997708 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c630a3e65..1c4857c4b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.18 + 5.0.100-alpha1.19458.20 From 55eae15c373993c222737e924f577487fc1206e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 21:10:47 +0000 Subject: [PATCH 0538/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190908.10 (#4681) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8880642c2..1bb1554cc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 + ff6613425cc51b64a6693a62e12eec23dfb0f6e2 - + https://github.com/dotnet/core-setup - ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 + ff6613425cc51b64a6693a62e12eec23dfb0f6e2 - + https://github.com/dotnet/core-setup - ccfcd4a0bf2331cb3c098a7f9e57cd53897da821 + ff6613425cc51b64a6693a62e12eec23dfb0f6e2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 1c4857c4b..2ca525a12 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.5 + 5.0.0-alpha1.19458.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.5 + 2.1.0-alpha1.19458.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.5 + 5.0.0-alpha1.19458.10 $(MicrosoftWindowsDesktopAppPackageVersion) From 7968073b1b70be33af4f5a41eb07fbaa5e36d057 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 22:15:42 +0000 Subject: [PATCH 0539/2259] Update dependencies from https://github.com/dotnet/cli build 20190908.12 (#4682) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1bb1554cc..db87aa052 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 91ff6cf255b880725b790f54d443287c52f66a81 + 2d4e6e011247b812f6d1746564c160c37711a179 diff --git a/eng/Versions.props b/eng/Versions.props index 2ca525a12..d8d50d0d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.10 + 5.0.100-alpha1.19458.12 0.2.0 From 0911eeef75914e60a6f52b2bf355a9c4f3872b69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2019 22:50:43 +0000 Subject: [PATCH 0540/2259] Update dependencies from https://github.com/dotnet/toolset build 20190908.25 (#4683) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.25 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db87aa052..3b13ecc95 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - f88beeb4548cc80224b382cedafeef963a997708 + 38c15a16044b0f1430bdd71f2f592e0024278acc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d8d50d0d6..8e82c8cea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.20 + 5.0.100-alpha1.19458.25 From d4497f8f424d93b71073ae84baaf2134390ebfde Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 00:50:47 +0000 Subject: [PATCH 0541/2259] [master] Update dependencies from dotnet/toolset (#4685) * Update dependencies from https://github.com/dotnet/toolset build 20190809.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.1 * Update dependencies from https://github.com/dotnet/toolset build 20190809.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3b13ecc95..04c335ac1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 38c15a16044b0f1430bdd71f2f592e0024278acc + b761aee2a34e516070457fbd0b4003e00f285a84 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8e82c8cea..fdb703b54 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.25 + 5.0.100-alpha1.19409.2 From 0d0b0b77b158d1434ab88f917a9f5d756197f873 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 01:00:50 +0000 Subject: [PATCH 0542/2259] Update dependencies from https://github.com/dotnet/cli build 20190908.13 (#4686) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04c335ac1..87cc44392 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 2d4e6e011247b812f6d1746564c160c37711a179 + 4bfa9d49b25822536ca4a7a3549401b4d0c428bc diff --git a/eng/Versions.props b/eng/Versions.props index fdb703b54..3db0b101e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.12 + 5.0.100-alpha1.19458.13 0.2.0 From 4be1d7ed2942ea92e7a2ea9dfe8464b8fb038e00 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 01:20:40 +0000 Subject: [PATCH 0543/2259] Update dependencies from https://github.com/dotnet/toolset build 20190908.27 (#4687) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.27 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87cc44392..c41e0615a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - b761aee2a34e516070457fbd0b4003e00f285a84 + d4307b0c9afae0649c7958dab9f005d2226ce359 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3db0b101e..f99781e5d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19409.2 + 5.0.100-alpha1.19458.27 From caaf07c9a643d8926c66a3a63470028a99906eba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 05:59:19 +0000 Subject: [PATCH 0544/2259] [master] Update dependencies from dotnet/core-setup (#4684) * Update dependencies from https://github.com/dotnet/core-setup build 20190908.12 - Microsoft.NETCore.App - 5.0.0-alpha1.19458.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.12 * Update dependencies from https://github.com/dotnet/core-setup build 20190908.13 - Microsoft.NETCore.App - 5.0.0-alpha1.19458.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c41e0615a..78bb40deb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ff6613425cc51b64a6693a62e12eec23dfb0f6e2 + b9483216b383fc846d2497334768ff9d280431e6 - + https://github.com/dotnet/core-setup - ff6613425cc51b64a6693a62e12eec23dfb0f6e2 + b9483216b383fc846d2497334768ff9d280431e6 - + https://github.com/dotnet/core-setup - ff6613425cc51b64a6693a62e12eec23dfb0f6e2 + b9483216b383fc846d2497334768ff9d280431e6 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f99781e5d..c581ab5b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.10 + 5.0.0-alpha1.19458.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.10 + 2.1.0-alpha1.19458.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.10 + 5.0.0-alpha1.19458.13 $(MicrosoftWindowsDesktopAppPackageVersion) From d4de44735ac53d7024334906c353eeb98e740ab9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 07:10:53 +0000 Subject: [PATCH 0545/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190908.14 (#4688) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.14 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78bb40deb..f141ce98f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b9483216b383fc846d2497334768ff9d280431e6 + 13a18485aebe0925ef93a74ac271210711705e16 - + https://github.com/dotnet/core-setup - b9483216b383fc846d2497334768ff9d280431e6 + 13a18485aebe0925ef93a74ac271210711705e16 - + https://github.com/dotnet/core-setup - b9483216b383fc846d2497334768ff9d280431e6 + 13a18485aebe0925ef93a74ac271210711705e16 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c581ab5b0..7bd8893b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.13 + 5.0.0-alpha1.19458.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.13 + 2.1.0-alpha1.19458.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.13 + 5.0.0-alpha1.19458.14 $(MicrosoftWindowsDesktopAppPackageVersion) From 1cd9fb4086efd0ae1ee1c9c07b23e9b9e1b3c479 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 07:55:50 +0000 Subject: [PATCH 0546/2259] Update dependencies from https://github.com/dotnet/toolset build 20190908.31 (#4690) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19458.31 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f141ce98f..57d9f87da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - d4307b0c9afae0649c7958dab9f005d2226ce359 + 46600954c6aa0d21285b419c885e8e2653b78302 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7bd8893b0..ddacf4cd7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.27 + 5.0.100-alpha1.19458.31 From db08cc35a4793f8fd0617d3ea0a6a9fb09e23291 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 10:00:45 +0000 Subject: [PATCH 0547/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190908.15 (#4691) - Microsoft.NETCore.App - 5.0.0-alpha1.19458.15 - NETStandard.Library.Ref - 2.1.0-alpha1.19458.15 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19458.15 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57d9f87da..1e577b6f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 13a18485aebe0925ef93a74ac271210711705e16 + 7a24cba982af080eeb957380be1464e446643a39 - + https://github.com/dotnet/core-setup - 13a18485aebe0925ef93a74ac271210711705e16 + 7a24cba982af080eeb957380be1464e446643a39 - + https://github.com/dotnet/core-setup - 13a18485aebe0925ef93a74ac271210711705e16 + 7a24cba982af080eeb957380be1464e446643a39 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ddacf4cd7..a8b71479a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.14 + 5.0.0-alpha1.19458.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.14 + 2.1.0-alpha1.19458.15 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.14 + 5.0.0-alpha1.19458.15 $(MicrosoftWindowsDesktopAppPackageVersion) From db5f950e9a065e24c00ade48377269372a4d385f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 11:28:11 +0000 Subject: [PATCH 0548/2259] [master] Update dependencies from dotnet/cli (#4689) * Update dependencies from https://github.com/dotnet/cli build 20190908.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19458.14 * Update dependencies from https://github.com/dotnet/cli build 20190909.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e577b6f7..83824ee80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 4bfa9d49b25822536ca4a7a3549401b4d0c428bc + 8907fa5ad15f1b893f7a0745e9a0dce88f4a9fc5 diff --git a/eng/Versions.props b/eng/Versions.props index a8b71479a..54c5cf936 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19458.13 + 5.0.100-alpha1.19459.2 0.2.0 From b3ef38eba444da2bf63654298553e7c257a270f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 12:05:43 +0000 Subject: [PATCH 0549/2259] Update dependencies from https://github.com/dotnet/toolset build 20190909.2 (#4692) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 83824ee80..5a96dd27f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1f32b8f99773cae5fbb21c6634504547f498ea28 - + https://github.com/dotnet/toolset - 46600954c6aa0d21285b419c885e8e2653b78302 + 8df1ac3fce7e157f87db9252ad09010c2a10b1e8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 54c5cf936..401e3c92c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19458.31 + 5.0.100-alpha1.19459.2 From 3ad82f9c83fb5ea05f4d24fe54158e6d9bb2b3f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 12:39:10 +0000 Subject: [PATCH 0550/2259] Update dependencies from https://github.com/dotnet/arcade build 20190908.2 (#4693) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19458.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5a96dd27f..f01c0f904 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - c27945fc559ee636139d9f460db71242b16483e6 + 29ee79a10c58dd6863a46157e374521cac610ad8 diff --git a/global.json b/global.json index e6fff8422..9b2de486b 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19457.1" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19458.2" } } From 8f76f25abbbf478d107113d88868f061cf66b7ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 12:49:36 +0000 Subject: [PATCH 0551/2259] Update dependencies from https://github.com/dotnet/templating build 20190908.1 (#4694) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19458.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f01c0f904..f45689270 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 1f32b8f99773cae5fbb21c6634504547f498ea28 + 463a5afda8cadc690e0f2025017f3bb24945023a https://github.com/dotnet/toolset From ba430692abcbc9909db68cc791bab213726d2902 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 13:40:27 +0000 Subject: [PATCH 0552/2259] Update dependencies from https://github.com/dotnet/toolset build 20190909.3 (#4696) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f45689270..bc130af5c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 463a5afda8cadc690e0f2025017f3bb24945023a - + https://github.com/dotnet/toolset - 8df1ac3fce7e157f87db9252ad09010c2a10b1e8 + 0e168edab591577b1b9d951ca297a8ca4c2daca2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 401e3c92c..991b053dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19459.2 + 5.0.100-alpha1.19459.3 From 3a8e6f443828511dc781b52d14cffc1060e55982 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 14:00:45 +0000 Subject: [PATCH 0553/2259] Update dependencies from https://github.com/dotnet/cli build 20190909.3 (#4697) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc130af5c..07c1202cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 - + https://github.com/dotnet/cli - 8907fa5ad15f1b893f7a0745e9a0dce88f4a9fc5 + 4cf50201869767d542b0d2499c2b3838667d395e diff --git a/eng/Versions.props b/eng/Versions.props index 991b053dc..8cd4df288 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19459.2 + 5.0.100-alpha1.19459.3 0.2.0 From 18cbdc3ef5fc1ae6ed13dfc948741dc4799e3d46 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 14:36:39 +0000 Subject: [PATCH 0554/2259] [master] Update dependencies from dotnet/toolset (#4699) * Update dependencies from https://github.com/dotnet/toolset build 20190909.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.4 * Update dependencies from https://github.com/dotnet/toolset build 20190909.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07c1202cd..c191081ee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 463a5afda8cadc690e0f2025017f3bb24945023a - + https://github.com/dotnet/toolset - 0e168edab591577b1b9d951ca297a8ca4c2daca2 + a8e6fbbfdbf7ed68628299f40b9c88fbc45c88f1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8cd4df288..4eb7b731b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19459.3 + 5.0.100-alpha1.19459.6 From 0879f14febe73dc4727d762943d852985e8ce36b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 15:21:53 +0000 Subject: [PATCH 0555/2259] [master] Update dependencies from dotnet/toolset (#4701) * Update dependencies from https://github.com/dotnet/toolset build 20190909.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.8 * Update dependencies from https://github.com/dotnet/toolset build 20190909.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c191081ee..641f6cabf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 463a5afda8cadc690e0f2025017f3bb24945023a - + https://github.com/dotnet/toolset - a8e6fbbfdbf7ed68628299f40b9c88fbc45c88f1 + 7b803e842cdcc2fe6db4b2072dd2097f5fa3bee1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4eb7b731b..e7f348acb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19459.6 + 5.0.100-alpha1.19459.10 From 606b6bab802fee5d3791defc8f5ada463d8ee65d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 15:47:30 +0000 Subject: [PATCH 0556/2259] Update dependencies from https://github.com/dotnet/sdk build 20190909.1 (#4702) - Microsoft.NET.Sdk - 5.0.100-alpha1.19459.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 641f6cabf..5d8383dc9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 7b803e842cdcc2fe6db4b2072dd2097f5fa3bee1 - + https://github.com/dotnet/sdk - 9c41e055ac37c7ef23bf17ef0a1d581592ad2933 + 82055971c3d76fd3bb33d17d6c08c373e81bf54f https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index e7f348acb..c8e9901fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19458.2 + 5.0.100-alpha1.19459.1 $(MicrosoftNETSdkPackageVersion) From 8624c9e666255f68b1a9be2f7fa18087459fcae1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 18:10:52 +0000 Subject: [PATCH 0557/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190909.6 (#4703) - Microsoft.NETCore.App - 5.0.0-alpha1.19459.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5d8383dc9..1c549b74d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7a24cba982af080eeb957380be1464e446643a39 + 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 - + https://github.com/dotnet/core-setup - 7a24cba982af080eeb957380be1464e446643a39 + 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 - + https://github.com/dotnet/core-setup - 7a24cba982af080eeb957380be1464e446643a39 + 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c8e9901fa..9702b3432 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19458.15 + 5.0.0-alpha1.19459.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19458.15 + 2.1.0-alpha1.19459.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19458.15 + 5.0.0-alpha1.19459.6 $(MicrosoftWindowsDesktopAppPackageVersion) From ebec4598fb4b1f573f30b25318740b01c9d613f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 19:10:50 +0000 Subject: [PATCH 0558/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190909.8 (#4704) - Microsoft.NETCore.App - 5.0.0-alpha1.19459.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.8 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1c549b74d..a905612fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 - + https://github.com/dotnet/core-setup 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 - + https://github.com/dotnet/core-setup 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 diff --git a/eng/Versions.props b/eng/Versions.props index 9702b3432..41268d356 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19459.6 + 5.0.0-alpha1.19459.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19459.6 + 2.1.0-alpha1.19459.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19459.6 + 5.0.0-alpha1.19459.8 $(MicrosoftWindowsDesktopAppPackageVersion) From e24b1c742d1c019740055f73692e8af18a538057 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2019 20:41:05 +0000 Subject: [PATCH 0559/2259] Update dependencies from https://github.com/dotnet/toolset build 20190909.14 (#4705) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a905612fe..77cdc6a52 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 463a5afda8cadc690e0f2025017f3bb24945023a - + https://github.com/dotnet/toolset - 7b803e842cdcc2fe6db4b2072dd2097f5fa3bee1 + dbe6369865965fec157775bca1941293af8f81f0 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 41268d356..4e1f34841 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19459.10 + 5.0.100-alpha1.19459.14 From ce3f4479a65e64978766ecd74d1aac3c99f053b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 00:58:18 +0000 Subject: [PATCH 0560/2259] [master] Update dependencies from dotnet/cli (#4700) * Update dependencies from https://github.com/dotnet/cli build 20190909.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.4 * Update dependencies from https://github.com/dotnet/cli build 20190909.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 77cdc6a52..9673086d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 82055971c3d76fd3bb33d17d6c08c373e81bf54f - + https://github.com/dotnet/cli - 4cf50201869767d542b0d2499c2b3838667d395e + 4ff69f4f9d60985576f7f91d451ddf141d85c250 diff --git a/eng/Versions.props b/eng/Versions.props index 4e1f34841..2354e6646 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19459.3 + 5.0.100-alpha1.19459.8 0.2.0 From 6a7edc5a1d127a2bbcd84247f26be51ce3b9b8ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 01:40:32 +0000 Subject: [PATCH 0561/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190909.17 (#4707) - Microsoft.NETCore.App - 5.0.0-alpha1.19459.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.17 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9673086d8..2cd70b279 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 + ea725aaa7d430368911f9604534e955ef7fff0de - + https://github.com/dotnet/core-setup - 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 + ea725aaa7d430368911f9604534e955ef7fff0de - + https://github.com/dotnet/core-setup - 6a4c697baaec12153b79e4a4d42f617e1f6c8f73 + ea725aaa7d430368911f9604534e955ef7fff0de https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 2354e6646..d705dab5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19459.8 + 5.0.0-alpha1.19459.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19459.8 + 2.1.0-alpha1.19459.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19459.8 + 5.0.0-alpha1.19459.17 $(MicrosoftWindowsDesktopAppPackageVersion) From 77955ec5e240abfbe7940074bb8d6a61c7fd336d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 04:17:23 +0000 Subject: [PATCH 0562/2259] [master] Update dependencies from dotnet/core-setup (#4709) * Update dependencies from https://github.com/dotnet/core-setup build 20190909.27 - Microsoft.NETCore.App - 5.0.0-alpha1.19459.27 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.27 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.27 * Update dependencies from https://github.com/dotnet/core-setup build 20190909.31 - Microsoft.NETCore.App - 5.0.0-alpha1.19459.31 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.31 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.31 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2cd70b279..a524b13d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ea725aaa7d430368911f9604534e955ef7fff0de + 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd - + https://github.com/dotnet/core-setup - ea725aaa7d430368911f9604534e955ef7fff0de + 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd - + https://github.com/dotnet/core-setup - ea725aaa7d430368911f9604534e955ef7fff0de + 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d705dab5b..411222b4e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19459.17 + 5.0.0-alpha1.19459.31 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19459.17 + 2.1.0-alpha1.19459.31 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19459.17 + 5.0.0-alpha1.19459.31 $(MicrosoftWindowsDesktopAppPackageVersion) From d19f4ea779677ebc1a13cfe351d0d0a844482c15 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 05:30:45 +0000 Subject: [PATCH 0563/2259] Update dependencies from https://github.com/dotnet/cli build 20190909.13 (#4710) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19459.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a524b13d3..d5eddcba2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 82055971c3d76fd3bb33d17d6c08c373e81bf54f - + https://github.com/dotnet/cli - 4ff69f4f9d60985576f7f91d451ddf141d85c250 + 477374f1c82b6e0f4ee7191996138b87abcca50c diff --git a/eng/Versions.props b/eng/Versions.props index 411222b4e..d55e305d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19459.8 + 5.0.100-alpha1.19459.13 0.2.0 From 2ea6dac736e9341db81844b93c781302a0dd5de0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 09:05:58 +0000 Subject: [PATCH 0564/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190909.39 (#4712) - Microsoft.NETCore.App - 5.0.0-alpha1.19459.39 - NETStandard.Library.Ref - 2.1.0-alpha1.19459.39 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19459.39 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d5eddcba2..574b33c1e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd + 9090711c8aba450144a57008fa6e0bad0e601313 - + https://github.com/dotnet/core-setup - 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd + 9090711c8aba450144a57008fa6e0bad0e601313 - + https://github.com/dotnet/core-setup - 2aa1111d83976a4fba3ab87aa442e12cf5ddbbfd + 9090711c8aba450144a57008fa6e0bad0e601313 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index d55e305d9..3c64ce726 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19459.31 + 5.0.0-alpha1.19459.39 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19459.31 + 2.1.0-alpha1.19459.39 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19459.31 + 5.0.0-alpha1.19459.39 $(MicrosoftWindowsDesktopAppPackageVersion) From c6605f1bc62e63fa82a28bd230aa667922a62ad3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 10:35:48 +0000 Subject: [PATCH 0565/2259] Update dependencies from https://github.com/dotnet/cli build 20190910.2 (#4713) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19460.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 574b33c1e..54fd8081a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 82055971c3d76fd3bb33d17d6c08c373e81bf54f - + https://github.com/dotnet/cli - 477374f1c82b6e0f4ee7191996138b87abcca50c + 5fddf188da42afd788c29170925b1d0d681d6b41 diff --git a/eng/Versions.props b/eng/Versions.props index 3c64ce726..a71ad8f62 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19459.13 + 5.0.100-alpha1.19460.2 0.2.0 From e0dfb629ca06861166820f0b569fb5afecdafd16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 11:47:09 +0000 Subject: [PATCH 0566/2259] [master] Update dependencies from dotnet/toolset (#4708) * Update dependencies from https://github.com/dotnet/toolset build 20190809.20 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.20 * Update dependencies from https://github.com/dotnet/toolset build 20190809.22 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.22 * Update dependencies from https://github.com/dotnet/toolset build 20190809.24 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.24 * Update dependencies from https://github.com/dotnet/toolset build 20190810.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19410.1 * Update dependencies from https://github.com/dotnet/toolset build 20190810.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19410.2 * Update dependencies from https://github.com/dotnet/toolset build 20190810.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19410.3 * Update dependencies from https://github.com/dotnet/toolset build 20190810.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19410.4 * Update dependencies from https://github.com/dotnet/toolset build 20190810.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19410.5 * Update dependencies from https://github.com/dotnet/toolset build 20190909.29 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19459.29 * Update dependencies from https://github.com/dotnet/toolset build 20190910.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 54fd8081a..7660993b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 463a5afda8cadc690e0f2025017f3bb24945023a - + https://github.com/dotnet/toolset - dbe6369865965fec157775bca1941293af8f81f0 + 1eee6ed2b2647b2e0a3d7a9142657329a20eda99 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a71ad8f62..a0b433b5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19459.14 + 5.0.100-alpha1.19460.5 From 7a587fd9a695fa77d457cafb985d5cc7b8e953b7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 12:49:11 +0000 Subject: [PATCH 0567/2259] Update dependencies from https://github.com/dotnet/templating build 20190909.1 (#4715) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19459.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7660993b8..06bfedfe0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 463a5afda8cadc690e0f2025017f3bb24945023a + 14b103821b71c908a76996ef2bf13291cf0664b1 https://github.com/dotnet/toolset From 8877fce45af0b4c58274468931b33c963046f69d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 12:58:57 +0000 Subject: [PATCH 0568/2259] Update dependencies from https://github.com/dotnet/arcade build 20190909.10 (#4714) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19459.10 --- eng/Version.Details.xml | 4 ++-- .../post-build/channels/netcore-dev-30.yml | 14 +++----------- .../post-build/channels/netcore-dev-31.yml | 14 +++----------- .../post-build/channels/netcore-dev-5.yml | 14 +++----------- .../post-build/channels/netcore-internal-30.yml | 15 ++------------- .../post-build/channels/netcore-release-30.yml | 13 +------------ .../post-build/channels/netcore-release-31.yml | 13 +------------ .../post-build/channels/netcore-tools-latest.yml | 16 ++++------------ .../channels/public-validation-release.yml | 16 ++++------------ eng/common/templates/steps/promote-build.yml | 13 +++++++++++++ global.json | 2 +- 11 files changed, 37 insertions(+), 97 deletions(-) create mode 100644 eng/common/templates/steps/promote-build.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 06bfedfe0..565f211c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 29ee79a10c58dd6863a46157e374521cac610ad8 + f5ccfdcbd828383d39cf583086ef42d72ca5b320 diff --git a/eng/common/templates/post-build/channels/netcore-dev-30.yml b/eng/common/templates/post-build/channels/netcore-dev-30.yml index 7984f06d1..3c5eb8398 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-30.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-30.yml @@ -120,14 +120,6 @@ stages: /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - -- stage: NetCore_Dev30_Publish_Validation - displayName: .NET Core 3.0 Dev Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicDevRelease_30_Channel_Id }} + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.PublicDevRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml index bcedd0f07..965309d15 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -120,14 +120,6 @@ stages: /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - -- stage: NetCore_Dev31_Publish_Validation - displayName: .NET Core 3.1 Dev Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicDevRelease_31_Channel_Id }} + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.PublicDevRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 18432cc60..9975dda4e 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -126,14 +126,6 @@ stages: /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - -- stage: NetCore_Dev5_Publish_Validation - displayName: .NET Core 5 Dev Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 36e1d1188..20eef377b 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -113,17 +113,6 @@ stages: /p:Configuration=Release ${{ parameters.artifactsPublishingAdditionalParameters }} - - template: ../trigger-subscription.yml + - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} - -- stage: NetCore_30_Internal_Servicing_Publish_Validation - displayName: .NET Core 3.0 Internal Servicing Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} + ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} \ No newline at end of file diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml index abae985ab..5a5c28e1b 100644 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -113,17 +113,6 @@ stages: /p:Configuration=Release ${{ parameters.artifactsPublishingAdditionalParameters }} - - template: ../trigger-subscription.yml + - template: ../../steps/promote-build.yml parameters: ChannelId: ${{ variables.PublicRelease_30_Channel_Id }} - -- stage: NetCore_Release30_Publish_Validation - displayName: .NET Core 3.0 Release Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml index b2a6c7659..294521588 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -119,17 +119,6 @@ stages: /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) ${{ parameters.artifactsPublishingAdditionalParameters }} - - template: ../trigger-subscription.yml + - template: ../../steps/promote-build.yml parameters: ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} - -- stage: NetCore_Release31_Publish_Validation - displayName: .NET Core 3.1 Release Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 36f6dea62..09445aee0 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -125,15 +125,7 @@ stages: /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw) ${{ parameters.artifactsPublishingAdditionalParameters }} - - -- stage: NetCore_Tools_Latest_PublishValidation - displayName: .NET Tools - Latest Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} + + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} \ No newline at end of file diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index a5fcdc581..4feed3297 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -85,15 +85,7 @@ stages: /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - - -- stage: PVR_PublishValidation - displayName: .NET Tools - Validation Publish Validation - variables: - - template: ../common-variables.yml - jobs: - - template: ../setup-maestro-vars.yml - - - template: ../promote-build.yml - parameters: - ChannelId: ${{ variables.PublicValidationRelease_30_Channel_Id }} + + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.PublicValidationRelease_30_Channel_Id }} diff --git a/eng/common/templates/steps/promote-build.yml b/eng/common/templates/steps/promote-build.yml new file mode 100644 index 000000000..b90404435 --- /dev/null +++ b/eng/common/templates/steps/promote-build.yml @@ -0,0 +1,13 @@ +parameters: + ChannelId: 0 + +steps: +- task: PowerShell@2 + displayName: Add Build to Channel + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/promote-build.ps1 + arguments: -BuildId $(BARBuildId) + -ChannelId ${{ parameters.ChannelId }} + -MaestroApiAccessToken $(MaestroApiAccessToken) + -MaestroApiEndPoint $(MaestroApiEndPoint) + -MaestroApiVersion $(MaestroApiVersion) diff --git a/global.json b/global.json index 9b2de486b..91019b412 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19458.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19459.10" } } From fa455c385094dbc7089e1d6429ea12f9aa1449e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 14:25:53 +0000 Subject: [PATCH 0569/2259] [master] Update dependencies from dotnet/toolset (#4718) * Update dependencies from https://github.com/dotnet/toolset build 20190910.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.6 * Update dependencies from https://github.com/dotnet/toolset build 20190910.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.7 * Update dependencies from https://github.com/dotnet/toolset build 20190910.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 565f211c7..299fea1e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - 1eee6ed2b2647b2e0a3d7a9142657329a20eda99 + b744deb0c1c1c1db08f4427e215afec82fc55726 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a0b433b5b..686bae977 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19460.5 + 5.0.100-alpha1.19460.9 From 0fa63a5fef687b97565cf2554d939689d35a7ac6 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Wed, 11 Sep 2019 10:33:24 -0700 Subject: [PATCH 0570/2259] Re-doing the merge of GenerateBundledVersion.targets. --- .../targets/GenerateBundledVersions.targets | 61 ------------------- 1 file changed, 61 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index a7324f168..909d916d8 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -180,7 +180,6 @@ Copyright (c) .NET Foundation. All rights reserved. @(ImplicitPackageVariable->'', ' ') - - - - - - - - - - - - - - ]]> From cfe44270d8f9f4d57939bd0873bac60756d0b3a8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 20:24:46 +0000 Subject: [PATCH 0571/2259] [master] Update dependencies from dotnet/core-setup (#4717) * Update dependencies from https://github.com/dotnet/core-setup build 20190910.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19460.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19460.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19460.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190910.35 - Microsoft.NETCore.App - 5.0.0-alpha1.19460.35 - NETStandard.Library.Ref - 2.1.0-alpha1.19460.35 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19460.35 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19460.10 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190910.37 - Microsoft.NETCore.App - 5.0.0-alpha1.19460.37 - NETStandard.Library.Ref - 2.1.0-alpha1.19460.37 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19460.37 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19460.11 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190910.44 - Microsoft.NETCore.App - 5.0.0-alpha1.19460.44 - NETStandard.Library.Ref - 2.1.0-alpha1.19460.44 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19460.44 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19460.11 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190911.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19461.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19460.11 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190911.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19461.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.14 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.1 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190911.5 - Microsoft.NETCore.App - 5.0.0-alpha1.19461.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.14 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.2 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190911.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19461.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.1 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.3 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/core-setup build 20190911.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19461.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.9 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e6a099134..367b8ebd4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9090711c8aba450144a57008fa6e0bad0e601313 + 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 - + https://github.com/dotnet/core-setup - 9090711c8aba450144a57008fa6e0bad0e601313 + 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 - + https://github.com/dotnet/core-setup - 9090711c8aba450144a57008fa6e0bad0e601313 + 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 5fddf188da42afd788c29170925b1d0d681d6b41 - + https://github.com/dotnet/winforms - 2db14f6fd1ff9b9bba3c3b6436987e02193a75e7 + c383d0522e2b186accb27b29d41ed8d184a3801c - + https://github.com/dotnet/wpf - 8a234021a4e697f7e4999c282bde42d2473131f0 + 9352c874e564f6189667dc9794fc12d4d363f84e diff --git a/eng/Versions.props b/eng/Versions.props index 2dd8f1f15..4714c1399 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.0-rc1.19455.20 + 5.0.0-alpha1.19461.2 - 3.0.0-rc1.19455.14 + 5.0.0-alpha1.19461.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19459.39 + 5.0.0-alpha1.19461.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19459.39 + 2.1.0-alpha1.19461.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19459.39 + 5.0.0-alpha1.19461.9 $(MicrosoftWindowsDesktopAppPackageVersion) From a7009c466b3ed357e41ace79bdecbba8b478b0f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 20:28:56 +0000 Subject: [PATCH 0572/2259] [master] Update dependencies from dotnet/cli (#4724) * Update dependencies from https://github.com/dotnet/cli build 20190910.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19460.7 * Update dependencies from https://github.com/dotnet/cli build 20190911.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.2 * Update dependencies from https://github.com/dotnet/cli build 20190911.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.3 * Update dependencies from https://github.com/dotnet/cli build 20190911.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.4 * Update dependencies from https://github.com/dotnet/cli build 20190911.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.5 * Update dependencies from https://github.com/dotnet/cli build 20190911.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.8 * Update dependencies from https://github.com/dotnet/cli build 20190911.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 367b8ebd4..923a5c33f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 82055971c3d76fd3bb33d17d6c08c373e81bf54f - + https://github.com/dotnet/cli - 5fddf188da42afd788c29170925b1d0d681d6b41 + c15a327ffffc7b4dc02480aea911b185f5e602ee diff --git a/eng/Versions.props b/eng/Versions.props index 4714c1399..ad035d7e1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19460.2 + 5.0.100-alpha1.19461.9 0.2.0 From aef9c54d0c309d7424583320fbb8a26f2afbda6f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 20:37:03 +0000 Subject: [PATCH 0573/2259] Update dependencies from https://github.com/dotnet/arcade build 20190910.3 (#4727) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19460.3 --- eng/Version.Details.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 923a5c33f..fbb1878a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,7 +67,7 @@ https://github.com/dotnet/arcade - f5ccfdcbd828383d39cf583086ef42d72ca5b320 + 0f5cfb20a355c27bc84cedd049c946b44a7fc1da From a3f9cf2d7a903aab443123a4ce850c95e5462ed5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 20:40:10 +0000 Subject: [PATCH 0574/2259] [master] Update dependencies from dotnet/toolset (#4719) * Update dependencies from https://github.com/dotnet/toolset build 20190910.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.11 * Update dependencies from https://github.com/dotnet/toolset build 20190910.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.10 * Update dependencies from https://github.com/dotnet/toolset build 20190811.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19411.1 * Update dependencies from https://github.com/dotnet/toolset build 20190811.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19411.4 * Update dependencies from https://github.com/dotnet/toolset build 20190910.27 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19460.27 * Update dependencies from https://github.com/dotnet/toolset build 20190911.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.1 * Update dependencies from https://github.com/dotnet/toolset build 20190911.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.3 * Update dependencies from https://github.com/dotnet/toolset build 20190911.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.5 * Update dependencies from https://github.com/dotnet/toolset build 20190911.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.4 * Update dependencies from https://github.com/dotnet/toolset build 20190911.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.6 * Update dependencies from https://github.com/dotnet/toolset build 20190911.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.7 * Update dependencies from https://github.com/dotnet/toolset build 20190911.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.10 * Update dependencies from https://github.com/dotnet/toolset build 20190911.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.13 * Update dependencies from https://github.com/dotnet/toolset build 20190911.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fbb1878a3..fb51b936e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - b744deb0c1c1c1db08f4427e215afec82fc55726 + 010e4fd281f2411a7c1841918b1998eac0d501dd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ad035d7e1..2c8690ccb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19460.9 + 5.0.100-alpha1.19461.14 From 25c82d4612b30857736601c85af361088491d654 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 20:43:58 +0000 Subject: [PATCH 0575/2259] Update dependencies from https://github.com/dotnet/sdk build 20190911.1 (#4732) - Microsoft.NET.Sdk - 5.0.100-alpha1.19461.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb51b936e..99b838a96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 010e4fd281f2411a7c1841918b1998eac0d501dd - + https://github.com/dotnet/sdk - 82055971c3d76fd3bb33d17d6c08c373e81bf54f + e7dcc8d1f96874305db603df40bffd9c848b6478 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 2c8690ccb..fa67492e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19459.1 + 5.0.100-alpha1.19461.1 $(MicrosoftNETSdkPackageVersion) From fe6b75e20c4664c8a60f4d67ec649e855dbf204b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 21:06:11 +0000 Subject: [PATCH 0576/2259] Update dependencies from https://github.com/dotnet/cli build 20190911.10 (#4737) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 99b838a96..fe1cf79f6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - c15a327ffffc7b4dc02480aea911b185f5e602ee + a0512068a26428a30168c9de2f485a53e2aba473 diff --git a/eng/Versions.props b/eng/Versions.props index fa67492e6..5f0f30a2b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19461.9 + 5.0.100-alpha1.19461.10 0.2.0 From 874796426db7a4074e48a9e7dd902f9cbb98c101 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 21:20:42 +0000 Subject: [PATCH 0577/2259] Update dependencies from https://github.com/dotnet/toolset build 20190911.15 (#4738) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe1cf79f6..04510239c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - 010e4fd281f2411a7c1841918b1998eac0d501dd + d35f7394ed2071a82f8b5b10003f0d9387d6443c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5f0f30a2b..58bc86405 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19461.14 + 5.0.100-alpha1.19461.15 From 0714086bdf997096ff5fde32922be8cc2beb964f Mon Sep 17 00:00:00 2001 From: Livar Date: Wed, 11 Sep 2019 14:48:13 -0700 Subject: [PATCH 0578/2259] Fixing the channel for the master branch. --- src/CopyToLatest/targets/BranchInfo.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CopyToLatest/targets/BranchInfo.props b/src/CopyToLatest/targets/BranchInfo.props index 7a1921c15..9bd214aa9 100644 --- a/src/CopyToLatest/targets/BranchInfo.props +++ b/src/CopyToLatest/targets/BranchInfo.props @@ -1,5 +1,5 @@ - release/3.1.1xx + master From 5261aaaf388533418b0bdcdc5bee0d41bfa0fb84 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 22:05:46 +0000 Subject: [PATCH 0579/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190911.17 (#4740) - Microsoft.NETCore.App - 5.0.0-alpha1.19461.17 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.17 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.17 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.8 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04510239c..4eb2e9848 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 + 85640d1b93bd767305a8020074973326a5c4f4c7 - + https://github.com/dotnet/core-setup - 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 + 85640d1b93bd767305a8020074973326a5c4f4c7 - + https://github.com/dotnet/core-setup - 8f4d4f32d1382e8d34348a43b49bafa4f68c5368 + 85640d1b93bd767305a8020074973326a5c4f4c7 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ a0512068a26428a30168c9de2f485a53e2aba473 - + https://github.com/dotnet/winforms - c383d0522e2b186accb27b29d41ed8d184a3801c + 30ce3dfcea0fe4eafce5bbf37a3e2938fb19d06f - + https://github.com/dotnet/wpf - 9352c874e564f6189667dc9794fc12d4d363f84e + 3b8429f60aa9431f9c573007a403dffe46de4592 diff --git a/eng/Versions.props b/eng/Versions.props index 58bc86405..c0d1b05e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.2 + 5.0.0-alpha1.19461.3 - 5.0.0-alpha1.19461.4 + 5.0.0-alpha1.19461.8 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.9 + 5.0.0-alpha1.19461.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.9 + 2.1.0-alpha1.19461.17 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.9 + 5.0.0-alpha1.19461.17 $(MicrosoftWindowsDesktopAppPackageVersion) From 22fd6cb2cea4ab52edf6f8c6f6697288501ad59b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 22:55:38 +0000 Subject: [PATCH 0580/2259] Update dependencies from https://github.com/dotnet/toolset build 20190911.21 (#4746) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.21 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4eb2e9848..d85029297 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - d35f7394ed2071a82f8b5b10003f0d9387d6443c + 4ade02ca6d9ff18ebbed973aff6285a888038b6f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c0d1b05e6..bf762b758 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19461.15 + 5.0.100-alpha1.19461.21 From 570777856fb1064ee93b339d82a01ea3018265e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2019 23:15:37 +0000 Subject: [PATCH 0581/2259] Update dependencies from https://github.com/dotnet/cli build 20190911.13 (#4747) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d85029297..c68418310 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - a0512068a26428a30168c9de2f485a53e2aba473 + 8a0a266c6b0d7bf00e8e91272ec925ae64d856bc diff --git a/eng/Versions.props b/eng/Versions.props index bf762b758..744ef124a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19461.10 + 5.0.100-alpha1.19461.13 0.2.0 From e7d220fdf2b4768a2a7e5b16ffd7e213bbb8030f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 00:20:45 +0000 Subject: [PATCH 0582/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190911.26 (#4750) - Microsoft.NETCore.App - 5.0.0-alpha1.19461.26 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.26 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.26 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.7 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.11 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c68418310..9b546905f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 85640d1b93bd767305a8020074973326a5c4f4c7 + c11c61c1d51005ab1e4f96377580fbaef692a1a4 - + https://github.com/dotnet/core-setup - 85640d1b93bd767305a8020074973326a5c4f4c7 + c11c61c1d51005ab1e4f96377580fbaef692a1a4 - + https://github.com/dotnet/core-setup - 85640d1b93bd767305a8020074973326a5c4f4c7 + c11c61c1d51005ab1e4f96377580fbaef692a1a4 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 8a0a266c6b0d7bf00e8e91272ec925ae64d856bc - + https://github.com/dotnet/winforms - 30ce3dfcea0fe4eafce5bbf37a3e2938fb19d06f + cecb4861c569fb05f7411a20623b76d627bae489 - + https://github.com/dotnet/wpf - 3b8429f60aa9431f9c573007a403dffe46de4592 + 0707592545edf0bd27ecd1d4278f2853e4ca2ae8 diff --git a/eng/Versions.props b/eng/Versions.props index 744ef124a..b4240c41b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.3 + 5.0.0-alpha1.19461.7 - 5.0.0-alpha1.19461.8 + 5.0.0-alpha1.19461.11 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.17 + 5.0.0-alpha1.19461.26 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.17 + 2.1.0-alpha1.19461.26 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.17 + 5.0.0-alpha1.19461.26 $(MicrosoftWindowsDesktopAppPackageVersion) From ed4c00fd9154ec928fe612697fc9e867baeec3a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 00:46:06 +0000 Subject: [PATCH 0583/2259] [master] Update dependencies from dotnet/toolset (#4749) * Update dependencies from https://github.com/dotnet/toolset build 20190911.22 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.22 * Update dependencies from https://github.com/dotnet/toolset build 20190812.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19412.2 * Update dependencies from https://github.com/dotnet/toolset build 20190812.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19412.3 * Update dependencies from https://github.com/dotnet/toolset build 20190812.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19412.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9b546905f..288266687 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - 4ade02ca6d9ff18ebbed973aff6285a888038b6f + 884382134f24ced091984192dd19bb0937aa4ffa https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b4240c41b..3e3d77f71 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19461.21 + 5.0.100-alpha1.19412.5 From e229fc471ff47ad8e39f2f13b61815782b62e5b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 01:50:36 +0000 Subject: [PATCH 0584/2259] Update dependencies from https://github.com/dotnet/cli build 20190911.14 (#4754) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 288266687..c5c2641c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - 8a0a266c6b0d7bf00e8e91272ec925ae64d856bc + 9b450a8391729fd93e540c5a31f39229fddf1a05 diff --git a/eng/Versions.props b/eng/Versions.props index 3e3d77f71..8a0b9b397 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19461.13 + 5.0.100-alpha1.19461.14 0.2.0 From 9c0c3db5851f4f6d730af6b9e42fcbfa5b8bcb72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 02:20:37 +0000 Subject: [PATCH 0585/2259] Update dependencies from https://github.com/dotnet/toolset build 20190911.23 (#4755) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19461.23 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5c2641c2..c0d4ce373 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - 884382134f24ced091984192dd19bb0937aa4ffa + b18b40e576781dbf2e7ac37f0a2a4231c13ba6d4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8a0b9b397..e1db6d2a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19412.5 + 5.0.100-alpha1.19461.23 From 0ff15bb6b78c2186870c4d1f442dca965f4fb969 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 02:55:38 +0000 Subject: [PATCH 0586/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190911.33 (#4757) - Microsoft.NETCore.App - 5.0.0-alpha1.19461.33 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.33 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.33 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.9 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.12 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0d4ce373..ca7a57640 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c11c61c1d51005ab1e4f96377580fbaef692a1a4 + 2d1771caf587de48931af92379903f7cc1213ca5 - + https://github.com/dotnet/core-setup - c11c61c1d51005ab1e4f96377580fbaef692a1a4 + 2d1771caf587de48931af92379903f7cc1213ca5 - + https://github.com/dotnet/core-setup - c11c61c1d51005ab1e4f96377580fbaef692a1a4 + 2d1771caf587de48931af92379903f7cc1213ca5 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 9b450a8391729fd93e540c5a31f39229fddf1a05 - + https://github.com/dotnet/winforms - cecb4861c569fb05f7411a20623b76d627bae489 + 11b465722c3b0e06f6f507919df37db1cbad7214 - + https://github.com/dotnet/wpf - 0707592545edf0bd27ecd1d4278f2853e4ca2ae8 + a3dd02b6f49eb5377a6a39f222fe4b2b2394f7cc diff --git a/eng/Versions.props b/eng/Versions.props index e1db6d2a7..886713f57 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.7 + 5.0.0-alpha1.19461.9 - 5.0.0-alpha1.19461.11 + 5.0.0-alpha1.19461.12 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.26 + 5.0.0-alpha1.19461.33 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.26 + 2.1.0-alpha1.19461.33 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.26 + 5.0.0-alpha1.19461.33 $(MicrosoftWindowsDesktopAppPackageVersion) From b58d042819e2a3adef307b5ba943e57e29ffdf27 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 06:00:41 +0000 Subject: [PATCH 0587/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190911.40 (#4759) - Microsoft.NETCore.App - 5.0.0-alpha1.19461.40 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.40 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.40 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.16 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.16 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca7a57640..726782b8f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 2d1771caf587de48931af92379903f7cc1213ca5 + 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 - + https://github.com/dotnet/core-setup - 2d1771caf587de48931af92379903f7cc1213ca5 + 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 - + https://github.com/dotnet/core-setup - 2d1771caf587de48931af92379903f7cc1213ca5 + 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 9b450a8391729fd93e540c5a31f39229fddf1a05 - + https://github.com/dotnet/winforms - 11b465722c3b0e06f6f507919df37db1cbad7214 + 8663a4190de48fa5e3332be704c58250ff5a4275 - + https://github.com/dotnet/wpf - a3dd02b6f49eb5377a6a39f222fe4b2b2394f7cc + c673c9ceb339277822657df9bf11e2fcaff16b45 diff --git a/eng/Versions.props b/eng/Versions.props index 886713f57..f6e7f25f2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.9 + 5.0.0-alpha1.19461.16 - 5.0.0-alpha1.19461.12 + 5.0.0-alpha1.19461.16 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.33 + 5.0.0-alpha1.19461.40 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.33 + 2.1.0-alpha1.19461.40 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.33 + 5.0.0-alpha1.19461.40 $(MicrosoftWindowsDesktopAppPackageVersion) From 3dd0b14a90d8023cf7dddb987cfba667d9d28b93 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 07:15:41 +0000 Subject: [PATCH 0588/2259] Update dependencies from https://github.com/dotnet/cli build 20190911.15 (#4760) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19461.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 726782b8f..6b67a31be 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - 9b450a8391729fd93e540c5a31f39229fddf1a05 + 772ad6da88e124b72dd2bcb87ded4ccfe18c4222 diff --git a/eng/Versions.props b/eng/Versions.props index f6e7f25f2..b77946ac5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19461.14 + 5.0.100-alpha1.19461.15 0.2.0 From 588d0f8c728e5661dbe6e8d0842ff8597bb7beb5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 07:50:38 +0000 Subject: [PATCH 0589/2259] Update dependencies from https://github.com/dotnet/toolset build 20190912.1 (#4761) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b67a31be..a7f5c519e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - b18b40e576781dbf2e7ac37f0a2a4231c13ba6d4 + eb22047cc4c55e138cd8e7b741751cd63038f363 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b77946ac5..b7e4fb1c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19461.23 + 5.0.100-alpha1.19462.1 From da83a6cae72020cd5a925d653821b1f9c2a8075b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 09:00:43 +0000 Subject: [PATCH 0590/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190911.47 (#4762) - Microsoft.NETCore.App - 5.0.0-alpha1.19461.47 - NETStandard.Library.Ref - 2.1.0-alpha1.19461.47 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19461.47 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.18 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19461.19 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a7f5c519e..ca1554454 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 + 7e6ca511536653f9391bf6d0a9eb669b4562089c - + https://github.com/dotnet/core-setup - 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 + 7e6ca511536653f9391bf6d0a9eb669b4562089c - + https://github.com/dotnet/core-setup - 6ca07a84140c3e8d3a6bd38f82908ae8957001a2 + 7e6ca511536653f9391bf6d0a9eb669b4562089c https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 772ad6da88e124b72dd2bcb87ded4ccfe18c4222 - + https://github.com/dotnet/winforms - 8663a4190de48fa5e3332be704c58250ff5a4275 + 9c8851be131464a89d3b9eaaa493fe5fd96486b6 - + https://github.com/dotnet/wpf - c673c9ceb339277822657df9bf11e2fcaff16b45 + 3fe5b8150e43e6ad3ae861f88379ad8e7d51a8f9 diff --git a/eng/Versions.props b/eng/Versions.props index b7e4fb1c6..e22c50a57 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.16 + 5.0.0-alpha1.19461.18 - 5.0.0-alpha1.19461.16 + 5.0.0-alpha1.19461.19 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.40 + 5.0.0-alpha1.19461.47 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.40 + 2.1.0-alpha1.19461.47 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.40 + 5.0.0-alpha1.19461.47 $(MicrosoftWindowsDesktopAppPackageVersion) From d350a1e00455e4ab03771a5a3c9b602c6faddaa4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 11:00:50 +0000 Subject: [PATCH 0591/2259] Update dependencies from https://github.com/dotnet/cli build 20190912.1 (#4763) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19462.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca1554454..6ea2ad183 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - 772ad6da88e124b72dd2bcb87ded4ccfe18c4222 + 080855a2809ede6d15234be0ad3bb368ac899c3a diff --git a/eng/Versions.props b/eng/Versions.props index e22c50a57..3df2287d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19461.15 + 5.0.100-alpha1.19462.1 0.2.0 From 623dcb0c6e5970b8ee69f1560ef35dc031a64454 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 11:30:38 +0000 Subject: [PATCH 0592/2259] Update dependencies from https://github.com/dotnet/toolset build 20190912.2 (#4764) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6ea2ad183..d26ecccb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 14b103821b71c908a76996ef2bf13291cf0664b1 - + https://github.com/dotnet/toolset - eb22047cc4c55e138cd8e7b741751cd63038f363 + bc5c5380044bd6d53569fc771176246e81006fa2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3df2287d2..b910c46ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.1 + 5.0.100-alpha1.19462.2 From 746cbff32fee7d9ba5bca79d6b30f5b6ceb2fecd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 12:38:08 +0000 Subject: [PATCH 0593/2259] Update dependencies from https://github.com/dotnet/arcade build 20190911.7 (#4766) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19461.7 --- eng/Version.Details.xml | 4 +- .../post-build/channels/netcore-dev-30.yml | 13 ++++--- .../post-build/channels/netcore-dev-31.yml | 15 ++++---- .../post-build/channels/netcore-dev-5.yml | 29 ++++++-------- .../channels/netcore-internal-30.yml | 38 +++++++++++-------- .../channels/netcore-release-30.yml | 38 +++++++++++-------- .../channels/netcore-release-31.yml | 14 ++++--- .../channels/netcore-tools-latest.yml | 33 +++++++--------- .../channels/public-validation-release.yml | 26 ++++++------- .../templates/post-build/common-variables.yml | 4 -- .../templates/post-build/post-build.yml | 6 +-- global.json | 2 +- 12 files changed, 112 insertions(+), 110 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d26ecccb4..e12645356 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 0f5cfb20a355c27bc84cedd049c946b44a7fc1da + 8eb29ba860a3cfcfe68f9a8256caa7efc1f1aaba diff --git a/eng/common/templates/post-build/channels/netcore-dev-30.yml b/eng/common/templates/post-build/channels/netcore-dev-30.yml index 3c5eb8398..69f1a9013 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-30.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-30.yml @@ -97,14 +97,8 @@ stages: /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -118,6 +112,13 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=true + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml index 965309d15..720a0ab08 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -46,7 +46,7 @@ stages: /p:Configuration=Release ${{ parameters.symbolPublishingAdditionalParameters }} - - job: + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars variables: @@ -97,14 +97,8 @@ stages: /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -118,6 +112,13 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=true + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 9975dda4e..9c81e39e9 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -2,7 +2,6 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false - publishToAzureDevOpsFeeds: true stages: - stage: NetCore_Dev5_Publish @@ -92,38 +91,34 @@ stages: AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 20eef377b..594a1a9a7 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -90,27 +90,33 @@ stages: AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=true + /p:ChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) + /p:ChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:InstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) + /p:InstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:PublishToAzureDevOpsNuGetFeeds=true + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml index 5a5c28e1b..8ba9237ff 100644 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -1,6 +1,7 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: NetCore_Release30_Publish @@ -90,27 +91,34 @@ stages: AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=true + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml index 294521588..d8270eada 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -1,6 +1,7 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + publishInstallersAndChecksums: false stages: - stage: NetCore_Release31_Publish @@ -96,14 +97,8 @@ stages: /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' /p:BARBuildId=$(BARBuildId) /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' @@ -117,6 +112,13 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:PublishToAzureDevOpsNuGetFeeds=true + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 09445aee0..c75d18673 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -2,7 +2,6 @@ parameters: symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false - publishToAzureDevOpsFeeds: true stages: - stage: NetCore_Tools_Latest_Publish @@ -92,40 +91,36 @@ stages: AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet /p:ArtifactsCategory=$(_DotNetArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) - /p:StaticInternalFeed=$(StaticInternalFeed) - /p:InternalChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:InternalChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) - /p:InternalInstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InternalInstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw) + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - + - template: ../../steps/promote-build.yml parameters: ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} \ No newline at end of file diff --git a/eng/common/templates/post-build/channels/public-validation-release.yml b/eng/common/templates/post-build/channels/public-validation-release.yml index 4feed3297..fb2c23d0f 100644 --- a/eng/common/templates/post-build/channels/public-validation-release.yml +++ b/eng/common/templates/post-build/channels/public-validation-release.yml @@ -1,7 +1,6 @@ parameters: artifactsPublishingAdditionalParameters: '' publishInstallersAndChecksums: false - publishToAzureDevOpsFeeds: true stages: - stage: PVR_Publish @@ -57,35 +56,36 @@ stages: AZURE_DEVOPS_EXT_PAT: $(dn-bot-dnceng-universal-packages-rw) inputs: filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet /p:ArtifactsCategory=$(_DotNetValidationArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) /p:CommitSha=$(Build.SourceVersion) /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:TargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' /p:Configuration=Release /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=${{ parameters.publishToAzureDevOpsFeeds }} + /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} - + - template: ../../steps/promote-build.yml parameters: ChannelId: ${{ variables.PublicValidationRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index c13476449..adb2a854f 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -55,10 +55,6 @@ variables: # Feed Configurations # These should include the suffix "/index.json" - # Configuration for the feed where packages from internal non-stable builds will be published to - - name: StaticInternalFeed - value: 'https://dnceng.pkgs.visualstudio.com/_packaging/dotnet-core-internal/nuget/v3/index.json' - # Default locations for Installers and checksums # Public Locations - name: ChecksumsBlobFeedUrl diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index e473cadbc..5b9d0a5d9 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -4,7 +4,6 @@ parameters: enableSymbolValidation: false enableNugetValidation: true publishInstallersAndChecksums: false - enableAzDONuGetFeeds: true SDLValidationParameters: enable: false continueOnError: false @@ -101,7 +100,6 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} - template: \eng\common\templates\post-build\channels\netcore-dev-30.yml parameters: @@ -120,23 +118,23 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} - template: \eng\common\templates\post-build\channels\public-validation-release.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - enableAzDONuGetFeeds: ${{ parameters.enableAzDONuGetFeeds }} - template: \eng\common\templates\post-build\channels\netcore-release-30.yml parameters: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-release-31.yml parameters: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-internal-30.yml parameters: diff --git a/global.json b/global.json index 8c6b8ec55..3275aa5ff 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19460.3" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19461.7" } } From e93dec1650451b63b1e6bd1e1368c85e1b2c4147 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 12:43:32 +0000 Subject: [PATCH 0594/2259] Update dependencies from https://github.com/dotnet/templating build 20190911.1 (#4767) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19461.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e12645356..8afa9ebc4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 14b103821b71c908a76996ef2bf13291cf0664b1 + 2314f6fee49053985776822a6784e36ea3ef910b https://github.com/dotnet/toolset From e48ad3310e1d4d6380af43cd1dfbaca166192a04 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 13:05:22 +0000 Subject: [PATCH 0595/2259] [master] Update dependencies from dotnet/toolset (#4768) * Update dependencies from https://github.com/dotnet/toolset build 20190912.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.3 * Update dependencies from https://github.com/dotnet/toolset build 20190912.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8afa9ebc4..fe80a67f9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - bc5c5380044bd6d53569fc771176246e81006fa2 + 2d30b37dbd37b78da42cf49763d3b85b0fc3ae00 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b910c46ce..595d9b20e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.2 + 5.0.100-alpha1.19462.4 From 501e4a5c58b1a38fa3a986c80a5483d7c8b1c930 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 13:35:20 +0000 Subject: [PATCH 0596/2259] [master] Update dependencies from dotnet/toolset (#4771) * Update dependencies from https://github.com/dotnet/toolset build 20190912.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.5 * Update dependencies from https://github.com/dotnet/toolset build 20190912.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe80a67f9..005350211 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - 2d30b37dbd37b78da42cf49763d3b85b0fc3ae00 + 83eaa5fc823a230d893e85534b58a221131809af https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 595d9b20e..f43bc0241 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.4 + 5.0.100-alpha1.19462.6 From 583bd6323bd969fa32886b2588c3fa44a40e6509 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 13:50:44 +0000 Subject: [PATCH 0597/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190912.1 (#4772) - Microsoft.NETCore.App - 5.0.0-alpha1.19462.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19461.20 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.1 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 005350211..fb1ff70b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7e6ca511536653f9391bf6d0a9eb669b4562089c + b10ec820fbf45431edfb492bcca6aa7156d77a94 - + https://github.com/dotnet/core-setup - 7e6ca511536653f9391bf6d0a9eb669b4562089c + b10ec820fbf45431edfb492bcca6aa7156d77a94 - + https://github.com/dotnet/core-setup - 7e6ca511536653f9391bf6d0a9eb669b4562089c + b10ec820fbf45431edfb492bcca6aa7156d77a94 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 080855a2809ede6d15234be0ad3bb368ac899c3a - + https://github.com/dotnet/winforms - 9c8851be131464a89d3b9eaaa493fe5fd96486b6 + cd4674692716776f2fe202b87cbf32d8d9a21204 - + https://github.com/dotnet/wpf - 3fe5b8150e43e6ad3ae861f88379ad8e7d51a8f9 + e273dad64acdb6c6d3b3ec688242cec3b76595e3 diff --git a/eng/Versions.props b/eng/Versions.props index f43bc0241..4e1b3f683 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.18 + 5.0.0-alpha1.19461.20 - 5.0.0-alpha1.19461.19 + 5.0.0-alpha1.19462.1 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19461.47 + 5.0.0-alpha1.19462.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19461.47 + 2.1.0-alpha1.19462.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19461.47 + 5.0.0-alpha1.19462.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 15454fcfd592e58250901f35a65b629915203aec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 13:56:02 +0000 Subject: [PATCH 0598/2259] Update dependencies from https://github.com/dotnet/cli build 20190912.2 (#4773) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19462.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb1ff70b0..bc0007920 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - 080855a2809ede6d15234be0ad3bb368ac899c3a + 59c9304e56f41eeab73a1e76d76f1768da85cba1 diff --git a/eng/Versions.props b/eng/Versions.props index 4e1b3f683..385dbb352 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19462.1 + 5.0.100-alpha1.19462.2 0.2.0 From 3f18347219ec1ea766c0d887ae99a6a753d571c9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 14:05:59 +0000 Subject: [PATCH 0599/2259] Update dependencies from https://github.com/dotnet/toolset build 20190912.8 (#4774) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc0007920..61ae01b0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - 83eaa5fc823a230d893e85534b58a221131809af + 75337b6d7edb0a606d95bb5830a73b790f2f7f77 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 385dbb352..c1254e5f2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.6 + 5.0.100-alpha1.19462.8 From cd4f75e4e1f834f7e5279c6b32779970906438f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 15:06:50 +0000 Subject: [PATCH 0600/2259] Update dependencies from https://github.com/dotnet/cli build 20190912.4 (#4778) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19462.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61ae01b0d..a5044c1c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk e7dcc8d1f96874305db603df40bffd9c848b6478 - + https://github.com/dotnet/cli - 59c9304e56f41eeab73a1e76d76f1768da85cba1 + 8f243466c32cd479b439121f9348b3010c12ccb0 diff --git a/eng/Versions.props b/eng/Versions.props index c1254e5f2..8052b9aef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19462.2 + 5.0.100-alpha1.19462.4 0.2.0 From bfd65e2372bd7f4be3ec80eb30c5ac73598f733c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 15:51:26 +0000 Subject: [PATCH 0601/2259] [master] Update dependencies from dotnet/toolset (#4777) * Update dependencies from https://github.com/dotnet/toolset build 20190912.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.11 * Update dependencies from https://github.com/dotnet/toolset build 20190912.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.14 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a5044c1c5..957f42d77 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - 75337b6d7edb0a606d95bb5830a73b790f2f7f77 + 1a9798d00467177e47fcbb099e96b22586f18c58 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8052b9aef..2451f20ac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.8 + 5.0.100-alpha1.19462.14 From 668f8d5586adf3bff2f87c483733c3f20b5cd2f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 15:57:22 +0000 Subject: [PATCH 0602/2259] Update dependencies from https://github.com/dotnet/sdk build 20190912.1 (#4782) - Microsoft.NET.Sdk - 5.0.100-alpha1.19462.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 957f42d77..dc5e74675 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 1a9798d00467177e47fcbb099e96b22586f18c58 - + https://github.com/dotnet/sdk - e7dcc8d1f96874305db603df40bffd9c848b6478 + c03a030cdfb336a37ad740f0021cc7c6d1a71a63 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 2451f20ac..268932b7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19461.1 + 5.0.100-alpha1.19462.1 $(MicrosoftNETSdkPackageVersion) From 42fdb3ae892a1a4703dbee7d1ac1e8284a2a63e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 17:00:42 +0000 Subject: [PATCH 0603/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190912.5 (#4784) - Microsoft.NETCore.App - 5.0.0-alpha1.19462.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19462.1 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.3 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc5e74675..51e7029de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b10ec820fbf45431edfb492bcca6aa7156d77a94 + 2718e02209b325d3d188cb529c85a9fba94557d9 - + https://github.com/dotnet/core-setup - b10ec820fbf45431edfb492bcca6aa7156d77a94 + 2718e02209b325d3d188cb529c85a9fba94557d9 - + https://github.com/dotnet/core-setup - b10ec820fbf45431edfb492bcca6aa7156d77a94 + 2718e02209b325d3d188cb529c85a9fba94557d9 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 8f243466c32cd479b439121f9348b3010c12ccb0 - + https://github.com/dotnet/winforms - cd4674692716776f2fe202b87cbf32d8d9a21204 + 0bf6255b1bca80c7780d4304d6a536862aaca3bc - + https://github.com/dotnet/wpf - e273dad64acdb6c6d3b3ec688242cec3b76595e3 + 1773197a02fbc962cc267f79e1a09b0454c23666 diff --git a/eng/Versions.props b/eng/Versions.props index 268932b7d..0889aaf32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19461.20 + 5.0.0-alpha1.19462.1 - 5.0.0-alpha1.19462.1 + 5.0.0-alpha1.19462.3 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19462.1 + 5.0.0-alpha1.19462.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19462.1 + 2.1.0-alpha1.19462.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19462.1 + 5.0.0-alpha1.19462.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 56cc62cdefc87f781e6604075e5217b5fd34843b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 18:20:40 +0000 Subject: [PATCH 0604/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190912.12 (#4785) - Microsoft.NETCore.App - 5.0.0-alpha1.19462.12 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.12 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.12 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 51e7029de..753e63c1f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 2718e02209b325d3d188cb529c85a9fba94557d9 + 6801fa0737b337f0b0902e785d826efe000e5d45 - + https://github.com/dotnet/core-setup - 2718e02209b325d3d188cb529c85a9fba94557d9 + 6801fa0737b337f0b0902e785d826efe000e5d45 - + https://github.com/dotnet/core-setup - 2718e02209b325d3d188cb529c85a9fba94557d9 + 6801fa0737b337f0b0902e785d826efe000e5d45 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0889aaf32..4063819cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19462.5 + 5.0.0-alpha1.19462.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19462.5 + 2.1.0-alpha1.19462.12 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19462.5 + 5.0.0-alpha1.19462.12 $(MicrosoftWindowsDesktopAppPackageVersion) From b593e32344ea3e8dc51064ccfc782411594eb105 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2019 23:55:46 +0000 Subject: [PATCH 0605/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190912.20 (#4788) - Microsoft.NETCore.App - 5.0.0-alpha1.19462.20 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.20 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.20 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19462.9 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.13 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 753e63c1f..0a0ba399a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6801fa0737b337f0b0902e785d826efe000e5d45 + cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba - + https://github.com/dotnet/core-setup - 6801fa0737b337f0b0902e785d826efe000e5d45 + cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba - + https://github.com/dotnet/core-setup - 6801fa0737b337f0b0902e785d826efe000e5d45 + cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 8f243466c32cd479b439121f9348b3010c12ccb0 - + https://github.com/dotnet/winforms - 0bf6255b1bca80c7780d4304d6a536862aaca3bc + b93c0a07c686c4e1e5ffde84bd3290df10f4ca49 - + https://github.com/dotnet/wpf - 1773197a02fbc962cc267f79e1a09b0454c23666 + 18f12fcffbae05042aebeb2684e1f4d37cb2d3a5 diff --git a/eng/Versions.props b/eng/Versions.props index 4063819cc..73ed4ac79 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19462.1 + 5.0.0-alpha1.19462.9 - 5.0.0-alpha1.19462.3 + 5.0.0-alpha1.19462.13 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19462.12 + 5.0.0-alpha1.19462.20 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19462.12 + 2.1.0-alpha1.19462.20 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19462.12 + 5.0.0-alpha1.19462.20 $(MicrosoftWindowsDesktopAppPackageVersion) From 1fd14966c39cfda43c808ab0a8e6f741c45adbaa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 01:56:04 +0000 Subject: [PATCH 0606/2259] Update dependencies from https://github.com/dotnet/toolset build 20190912.24 (#4790) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.24 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0a0ba399a..0280faced 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - 1a9798d00467177e47fcbb099e96b22586f18c58 + 752242fb4a9a9366132fd5fedcde8ba15ce3bef3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 73ed4ac79..d4fdc2a6f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.14 + 5.0.100-alpha1.19462.24 From 79ea7a1c7c1accf469914af571b3115bff082f8c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 02:40:42 +0000 Subject: [PATCH 0607/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190912.23 (#4791) - Microsoft.NETCore.App - 5.0.0-alpha1.19462.23 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.23 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.23 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19462.11 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.16 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0280faced..829cb0237 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba + a4822402f4e52b182be0c5de673aee3cff708d65 - + https://github.com/dotnet/core-setup - cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba + a4822402f4e52b182be0c5de673aee3cff708d65 - + https://github.com/dotnet/core-setup - cfa37c9b21a4598ff5f8d50fc0d7a8aed6a5b2ba + a4822402f4e52b182be0c5de673aee3cff708d65 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 8f243466c32cd479b439121f9348b3010c12ccb0 - + https://github.com/dotnet/winforms - b93c0a07c686c4e1e5ffde84bd3290df10f4ca49 + aa251536c8ae637e95faf529480e8020d69aa361 - + https://github.com/dotnet/wpf - 18f12fcffbae05042aebeb2684e1f4d37cb2d3a5 + 11a8ba5060577dbddae4303e53583f8d4a82f172 diff --git a/eng/Versions.props b/eng/Versions.props index d4fdc2a6f..0c3a2f7f1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19462.9 + 5.0.0-alpha1.19462.11 - 5.0.0-alpha1.19462.13 + 5.0.0-alpha1.19462.16 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19462.20 + 5.0.0-alpha1.19462.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19462.20 + 2.1.0-alpha1.19462.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19462.20 + 5.0.0-alpha1.19462.23 $(MicrosoftWindowsDesktopAppPackageVersion) From d8898c4afe5533278b754a9cf47ce44bce705625 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 04:01:57 +0000 Subject: [PATCH 0608/2259] [master] Update dependencies from dotnet/cli (#4789) * Update dependencies from https://github.com/dotnet/cli build 20190912.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19462.6 * Update dependencies from https://github.com/dotnet/cli build 20190912.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19462.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 829cb0237..3767bddac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk c03a030cdfb336a37ad740f0021cc7c6d1a71a63 - + https://github.com/dotnet/cli - 8f243466c32cd479b439121f9348b3010c12ccb0 + 015a69b95251c40afad9ef4be00b697b1f732a0a diff --git a/eng/Versions.props b/eng/Versions.props index 0c3a2f7f1..634147be6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19462.4 + 5.0.100-alpha1.19462.7 0.2.0 From 3551fc0fcb427a65bcf85ba99754da43839bbcc7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 04:30:36 +0000 Subject: [PATCH 0609/2259] Update dependencies from https://github.com/dotnet/toolset build 20190912.26 (#4794) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19462.26 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3767bddac..df4b0138c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 2314f6fee49053985776822a6784e36ea3ef910b - + https://github.com/dotnet/toolset - 752242fb4a9a9366132fd5fedcde8ba15ce3bef3 + 494db08e345d1e45aebef10e6e5d2ade4eb2ac9e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 634147be6..9f855e55d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.24 + 5.0.100-alpha1.19462.26 From dded2c29ca65779a0b8c72c31ca7ecdd4f0235f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 12:37:37 +0000 Subject: [PATCH 0610/2259] Update dependencies from https://github.com/dotnet/arcade build 20190912.5 (#4800) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19462.5 --- eng/Version.Details.xml | 4 ++-- .../channels/netcore-internal-30.yml | 6 +++--- eng/common/tools.ps1 | 18 +++++++++++++++++- eng/common/tools.sh | 16 ++++++++++++++++ global.json | 2 +- 5 files changed, 39 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index df4b0138c..b6b304261 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 8eb29ba860a3cfcfe68f9a8256caa7efc1f1aaba + 6003ee189f456c92a18b097f226d4927309def27 diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 594a1a9a7..053163cf6 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -107,9 +107,9 @@ stages: /p:Configuration=Release /p:PublishInstallersAndChecksums=true /p:ChecksumsTargetStaticFeed=$(InternalChecksumsBlobFeedUrl) - /p:ChecksumsTargetStaticFeedKey=$(InternalChecksumsBlobFeedKey) + /p:ChecksumsAzureAccountKey=$(InternalChecksumsBlobFeedKey) /p:InstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) - /p:InstallersTargetStaticFeedKey=$(InternalInstallersBlobFeedKey) + /p:InstallersAzureAccountKey=$(InternalInstallersBlobFeedKey) /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' @@ -121,4 +121,4 @@ stages: - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} \ No newline at end of file + ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index bb5638930..91efea940 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -153,6 +153,16 @@ function InitializeDotNetCli([bool]$install) { # Make Sure that our bootstrapped dotnet cli is available in future steps of the Azure Pipelines build Write-PipelinePrependPath -Path $dotnetRoot + + # Work around issues with Azure Artifacts credential provider + # https://github.com/dotnet/arcade/issues/3932 + if ($ci) { + $env:NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS = 20 + $env:NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS = 20 + Write-PipelineSetVariable -Name 'NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS' -Value '20' + Write-PipelineSetVariable -Name 'NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS' -Value '20' + } + Write-PipelineSetVariable -Name 'DOTNET_MULTILEVEL_LOOKUP' -Value '0' Write-PipelineSetVariable -Name 'DOTNET_SKIP_FIRST_TIME_EXPERIENCE' -Value '1' @@ -365,7 +375,6 @@ function InitializeBuildTool() { Write-PipelineTelemetryError -Category "InitializeToolset" -Message "/global.json must specify 'tools.dotnet'." ExitWithExitCode 1 } - $buildTool = @{ Path = Join-Path $dotnetRoot "dotnet.exe"; Command = "msbuild"; Tool = "dotnet"; Framework = "netcoreapp2.1" } } elseif ($msbuildEngine -eq "vs") { try { @@ -490,6 +499,13 @@ function Stop-Processes() { function MSBuild() { if ($pipelinesLog) { $buildTool = InitializeBuildTool + + # Work around issues with Azure Artifacts credential provider + # https://github.com/dotnet/arcade/issues/3932 + if ($ci -and $buildTool.Tool -eq "dotnet") { + dotnet nuget locals http-cache -c + } + $toolsetBuildProject = InitializeToolset $path = Split-Path -parent $toolsetBuildProject $path = Join-Path $path (Join-Path $buildTool.Framework "Microsoft.DotNet.Arcade.Sdk.dll") diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 94a1edd7d..757d5b9ea 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -152,6 +152,15 @@ function InitializeDotNetCli { # build steps from using anything other than what we've downloaded. Write-PipelinePrependPath -path "$dotnet_root" + # Work around issues with Azure Artifacts credential provider + # https://github.com/dotnet/arcade/issues/3932 + if [[ "$ci" == true ]]; then + export NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS=20 + export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20 + Write-PipelineSetVariable -name "NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS" -value "20" + Write-PipelineSetVariable -name "NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS" -value "20" + fi + Write-PipelineSetVariable -name "DOTNET_MULTILEVEL_LOOKUP" -value "0" Write-PipelineSetVariable -name "DOTNET_SKIP_FIRST_TIME_EXPERIENCE" -value "1" @@ -328,6 +337,13 @@ function MSBuild { if [[ "$pipelines_log" == true ]]; then InitializeBuildTool InitializeToolset + + # Work around issues with Azure Artifacts credential provider + # https://github.com/dotnet/arcade/issues/3932 + if [[ "$ci" == true ]]; then + dotnet nuget locals http-cache -c + fi + local toolset_dir="${_InitializeToolset%/*}" local logger_path="$toolset_dir/$_InitializeBuildToolFramework/Microsoft.DotNet.Arcade.Sdk.dll" args=( "${args[@]}" "-logger:$logger_path" ) diff --git a/global.json b/global.json index 3275aa5ff..1538e940a 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19461.7" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19462.5" } } From 2c2ad1b870cda96bd5e869b6db7546ca7732b608 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 12:37:57 +0000 Subject: [PATCH 0611/2259] Update dependencies from https://github.com/dotnet/templating build 20190912.1 (#4801) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19462.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6b304261..e7a4545c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 2314f6fee49053985776822a6784e36ea3ef910b + ec9fa998b0bcafb099f3ca9e206f82195634e035 https://github.com/dotnet/toolset From ee102b512a90a31441c17cd1266c71db37dfefbb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 13:10:17 +0000 Subject: [PATCH 0612/2259] Update dependencies from https://github.com/dotnet/toolset build 20190913.2 (#4802) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e7a4545c8..cef747307 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - 494db08e345d1e45aebef10e6e5d2ade4eb2ac9e + 3c18a6abc227a0a60cedd1dfce5d02d6821bda26 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9f855e55d..9978a195c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19462.26 + 5.0.100-alpha1.19463.2 From 8e5e14856799fd9a2d17bde46f2415b58d8e2974 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 13:41:07 +0000 Subject: [PATCH 0613/2259] [master] Update dependencies from dotnet/toolset (#4803) * Update dependencies from https://github.com/dotnet/toolset build 20190913.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.3 * Update dependencies from https://github.com/dotnet/toolset build 20190913.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cef747307..c31fe172a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - 3c18a6abc227a0a60cedd1dfce5d02d6821bda26 + 756fedba00d8212f49a57dd8b223ff124209dab2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 9978a195c..8d9ff7095 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.2 + 5.0.100-alpha1.19463.4 From 8a4e1d9b2a456c67534c0a0d825112a8e533a8d3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 13:55:39 +0000 Subject: [PATCH 0614/2259] Update dependencies from https://github.com/dotnet/cli build 20190913.1 (#4804) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19463.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c31fe172a..f63500486 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk c03a030cdfb336a37ad740f0021cc7c6d1a71a63 - + https://github.com/dotnet/cli - 015a69b95251c40afad9ef4be00b697b1f732a0a + a7cfcd4a98cf9718504a808e0439dac5051c3e75 diff --git a/eng/Versions.props b/eng/Versions.props index 8d9ff7095..d158746a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19462.7 + 5.0.100-alpha1.19463.1 0.2.0 From e1bf9b8fb8b62ff38b9c75f528fecf05d7357f77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 14:25:16 +0000 Subject: [PATCH 0615/2259] Update dependencies from https://github.com/dotnet/toolset build 20190913.5 (#4805) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f63500486..e47594f12 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - 756fedba00d8212f49a57dd8b223ff124209dab2 + 3c70fb3d7b103a07bf163fb553394161a6b82f5e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d158746a4..7e22fcf4d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.4 + 5.0.100-alpha1.19463.5 From 9688e1f54591c7fac704435f5fa4f30cdf71ba12 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 14:25:51 +0000 Subject: [PATCH 0616/2259] Update dependencies from https://github.com/dotnet/cli build 20190913.2 (#4806) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19463.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e47594f12..1479cb261 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk c03a030cdfb336a37ad740f0021cc7c6d1a71a63 - + https://github.com/dotnet/cli - a7cfcd4a98cf9718504a808e0439dac5051c3e75 + 2ba743312d9e72103c07bc9ec759c4d605143618 diff --git a/eng/Versions.props b/eng/Versions.props index 7e22fcf4d..3cada72b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19463.1 + 5.0.100-alpha1.19463.2 0.2.0 From 39129ae005187fb21a9c8bae27aefd720d36c520 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 14:50:52 +0000 Subject: [PATCH 0617/2259] Update dependencies from https://github.com/dotnet/toolset build 20190913.6 (#4807) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1479cb261..4fd5bea48 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - 3c70fb3d7b103a07bf163fb553394161a6b82f5e + 99b5926be27b6cb9f63081a0ab45bea9e9cc4e3e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3cada72b4..5a62be496 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.5 + 5.0.100-alpha1.19463.6 From 45920b2ddbcb14df4a3616dc32c98c918120f886 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 16:06:55 +0000 Subject: [PATCH 0618/2259] [master] Update dependencies from dotnet/core-setup (#4796) * Update dependencies from https://github.com/dotnet/core-setup build 20190912.26 - Microsoft.NETCore.App - 5.0.0-alpha1.19462.26 - NETStandard.Library.Ref - 2.1.0-alpha1.19462.26 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19462.26 * Update dependencies from https://github.com/dotnet/core-setup build 20190913.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19463.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19463.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19463.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4fd5bea48..5f6b7e10b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a4822402f4e52b182be0c5de673aee3cff708d65 + 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup - a4822402f4e52b182be0c5de673aee3cff708d65 + 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup - a4822402f4e52b182be0c5de673aee3cff708d65 + 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 5a62be496..5516825ab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19462.23 + 5.0.0-alpha1.19463.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19462.23 + 2.1.0-alpha1.19463.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19462.23 + 5.0.0-alpha1.19463.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 82a7f146e91faa60978981e7837774328cc8ee3e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 16:23:38 +0000 Subject: [PATCH 0619/2259] Update dependencies from https://github.com/dotnet/sdk build 20190913.1 (#4808) - Microsoft.NET.Sdk - 5.0.100-alpha1.19463.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5f6b7e10b..3a0040c00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 99b5926be27b6cb9f63081a0ab45bea9e9cc4e3e - + https://github.com/dotnet/sdk - c03a030cdfb336a37ad740f0021cc7c6d1a71a63 + 459284590f8f2b6d4e5c922d30c358290f3668cf https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 5516825ab..fd614008c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19462.1 + 5.0.100-alpha1.19463.1 $(MicrosoftNETSdkPackageVersion) From 939858a1855507a113ea7eb92dfc5d3a2695a68e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 17:21:09 +0000 Subject: [PATCH 0620/2259] Update dependencies from https://github.com/dotnet/cli build 20190913.3 (#4810) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19463.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3a0040c00..d68295f46 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 459284590f8f2b6d4e5c922d30c358290f3668cf - + https://github.com/dotnet/cli - 2ba743312d9e72103c07bc9ec759c4d605143618 + 99c7376870f3060bff83d5382a1e47ae86c0946d diff --git a/eng/Versions.props b/eng/Versions.props index fd614008c..e8b368b31 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19463.2 + 5.0.100-alpha1.19463.3 0.2.0 From 8788481057e5299dd2e6d412385374efd95cc973 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 17:56:07 +0000 Subject: [PATCH 0621/2259] Update dependencies from https://github.com/dotnet/toolset build 20190913.8 (#4812) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d68295f46..04e349bb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - 99b5926be27b6cb9f63081a0ab45bea9e9cc4e3e + b8d171198b5986521c17caf946b5b11493eb921c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e8b368b31..f12dd18b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.6 + 5.0.100-alpha1.19463.8 From 1be3be2c2e913e116f2f386ad0af719955b475b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 18:05:47 +0000 Subject: [PATCH 0622/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190913.6 (#4811) - Microsoft.NETCore.App - 5.0.0-alpha1.19463.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19463.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19463.6 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04e349bb4..8be862bd8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index f12dd18b3..769b17ddb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19463.1 + 5.0.0-alpha1.19463.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19463.1 + 2.1.0-alpha1.19463.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19463.1 + 5.0.0-alpha1.19463.6 $(MicrosoftWindowsDesktopAppPackageVersion) From e0d5436c5ddc6da3ea6f626d06712890ef15f561 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 19:10:37 +0000 Subject: [PATCH 0623/2259] Update dependencies from https://github.com/dotnet/cli build 20190913.5 (#4813) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19463.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8be862bd8..4df9c73df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 459284590f8f2b6d4e5c922d30c358290f3668cf - + https://github.com/dotnet/cli - 99c7376870f3060bff83d5382a1e47ae86c0946d + 5cb5b17b7e5c056b0067f7c62e539db905bf01b1 diff --git a/eng/Versions.props b/eng/Versions.props index 769b17ddb..5afbf0840 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19463.3 + 5.0.100-alpha1.19463.5 0.2.0 From 508dd8c3646a36570fa5b979cf4144717c7ece19 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2019 19:55:43 +0000 Subject: [PATCH 0624/2259] Update dependencies from https://github.com/dotnet/toolset build 20190913.10 (#4814) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19463.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4df9c73df..d4340a769 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating ec9fa998b0bcafb099f3ca9e206f82195634e035 - + https://github.com/dotnet/toolset - b8d171198b5986521c17caf946b5b11493eb921c + 038d81e6cf52fdfed435994f08a0857971308c3b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5afbf0840..4c615b9c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.8 + 5.0.100-alpha1.19463.10 From bd1376598f8b7c9c1b5bc35c67b1c9b9828f5233 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 12:31:49 +0000 Subject: [PATCH 0625/2259] Update dependencies from https://github.com/dotnet/arcade build 20190913.3 (#4824) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19463.3 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d4340a769..23a6c2586 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ - + https://github.com/dotnet/arcade - 6003ee189f456c92a18b097f226d4927309def27 + 7b731032220c21a3ed0021c72757b1f3122579b2 diff --git a/global.json b/global.json index 1538e940a..7a6d1f08a 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.0.100-preview6-012264" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19462.5" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19463.3" } } From 9a44c183c7f1e8806fa5ccc1d0909d3e67919372 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 12:32:09 +0000 Subject: [PATCH 0626/2259] Update dependencies from https://github.com/dotnet/templating build 20190913.4 (#4825) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19463.4 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23a6c2586..7c99240fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - ec9fa998b0bcafb099f3ca9e206f82195634e035 + 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc https://github.com/dotnet/toolset From c8f65cced68be63db77b191c459a2fd07d5355aa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 13:00:29 +0000 Subject: [PATCH 0627/2259] [master] Update dependencies from dotnet/toolset (#4826) * Update dependencies from https://github.com/dotnet/toolset build 20190914.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.1 * Update dependencies from https://github.com/dotnet/toolset build 20190914.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7c99240fc..a8e786d6d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc - + https://github.com/dotnet/toolset - 038d81e6cf52fdfed435994f08a0857971308c3b + 134bbfd24e175d5fee38d40819c2161d40216cfa https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4c615b9c1..c27b50e65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19463.10 + 5.0.100-alpha1.19464.2 From 50269cbd8bf841ab57306ab2c95c379e99695dad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 13:26:04 +0000 Subject: [PATCH 0628/2259] Update dependencies from https://github.com/dotnet/toolset build 20190914.3 (#4827) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a8e786d6d..d258b389d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc - + https://github.com/dotnet/toolset - 134bbfd24e175d5fee38d40819c2161d40216cfa + 6bbd6541751694edbf592e524f77625c51fce6fa https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c27b50e65..ebd1e7273 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19464.2 + 5.0.100-alpha1.19464.3 From 3dae0ef9ef396879f1dfc668a4278b85c554bc48 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 13:40:16 +0000 Subject: [PATCH 0629/2259] [master] Update dependencies from dotnet/cli (#4828) * Update dependencies from https://github.com/dotnet/cli build 20190914.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19464.1 * Update dependencies from https://github.com/dotnet/cli build 20190914.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19464.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d258b389d..d27cd13ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 459284590f8f2b6d4e5c922d30c358290f3668cf - + https://github.com/dotnet/cli - 5cb5b17b7e5c056b0067f7c62e539db905bf01b1 + bfe6a8fb01fcd01333c281480cf89ee9c4e56292 diff --git a/eng/Versions.props b/eng/Versions.props index ebd1e7273..c822f08b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19463.5 + 5.0.100-alpha1.19464.2 0.2.0 From 95ac0bb5877c05c709e482497ee2d2ae71ad2aae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 14:10:15 +0000 Subject: [PATCH 0630/2259] Update dependencies from https://github.com/dotnet/toolset build 20190914.4 (#4830) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d27cd13ca..e5e2948ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc - + https://github.com/dotnet/toolset - 6bbd6541751694edbf592e524f77625c51fce6fa + 97c9f45769dd2dd77c614ef3937f46b5befd2aa6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c822f08b0..1976b0687 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19464.3 + 5.0.100-alpha1.19464.4 From 67a9e1c0fc0161de61262477d8c013584b314018 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 14:40:54 +0000 Subject: [PATCH 0631/2259] Update dependencies from https://github.com/dotnet/toolset build 20190914.5 (#4831) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e5e2948ae..20ffd37d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc - + https://github.com/dotnet/toolset - 97c9f45769dd2dd77c614ef3937f46b5befd2aa6 + d3405f62768d987f5b78a5eac8e3d8d852eb54c6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1976b0687..06136fe1c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19464.4 + 5.0.100-alpha1.19464.5 From 2ac40a7a6d8c1f9d538670804982dd93cad70827 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 15:34:55 +0000 Subject: [PATCH 0632/2259] Update dependencies from https://github.com/dotnet/sdk build 20190914.1 (#4834) - Microsoft.NET.Sdk - 5.0.100-alpha1.19464.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20ffd37d3..388790881 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset d3405f62768d987f5b78a5eac8e3d8d852eb54c6 - + https://github.com/dotnet/sdk - 459284590f8f2b6d4e5c922d30c358290f3668cf + b07b215a9c1fe6eabe1eee148bf5efec2c2e613b https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 06136fe1c..cf1001b2f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19463.1 + 5.0.100-alpha1.19464.1 $(MicrosoftNETSdkPackageVersion) From f6ded449aafc7a463ae23ee235a6fc19f6c42e73 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Sep 2019 17:50:41 +0000 Subject: [PATCH 0633/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190914.1 (#4835) - Microsoft.NETCore.App - 5.0.0-alpha1.19464.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19464.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19464.1 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 388790881..f03b78c7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index cf1001b2f..9e2d36094 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19463.6 + 5.0.0-alpha1.19464.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19463.6 + 2.1.0-alpha1.19464.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19463.6 + 5.0.0-alpha1.19464.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 4e7695ae5ad9914cddaad799a1aa663e603c6c80 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 05:55:37 +0000 Subject: [PATCH 0634/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190914.2 (#4841) - Microsoft.NETCore.App - 5.0.0-alpha1.19464.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19464.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19464.2 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f03b78c7c..0697704bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index 9e2d36094..1c1ffdf69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19464.1 + 5.0.0-alpha1.19464.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19464.1 + 2.1.0-alpha1.19464.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19464.1 + 5.0.0-alpha1.19464.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 10955404c0d4db0b260ba051f0e2d567e3df926b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 07:09:26 +0000 Subject: [PATCH 0635/2259] [master] Update dependencies from dotnet/cli (#4829) * Update dependencies from https://github.com/dotnet/cli build 20190914.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19464.3 * Update dependencies from https://github.com/dotnet/cli build 20190914.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19464.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0697704bb..5f72b1791 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - bfe6a8fb01fcd01333c281480cf89ee9c4e56292 + 2f58262684fdf7342de6c9cf54449c3ccbeadca6 diff --git a/eng/Versions.props b/eng/Versions.props index 1c1ffdf69..bd0f76f46 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19464.2 + 5.0.100-alpha1.19464.7 0.2.0 From c1261f583982c60c8851a6867a2c6a2e641dad8e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 07:40:37 +0000 Subject: [PATCH 0636/2259] Update dependencies from https://github.com/dotnet/toolset build 20190914.13 (#4842) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19464.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5f72b1791..86f709ca7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc - + https://github.com/dotnet/toolset - d3405f62768d987f5b78a5eac8e3d8d852eb54c6 + 93e1a5b85a81e4ba12b488d4d90439813c965c83 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bd0f76f46..6ce40433b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19464.5 + 5.0.100-alpha1.19464.13 From 929292473444ba8f5c6f5252a2838460ed68ce77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 12:27:19 +0000 Subject: [PATCH 0637/2259] Update dependencies from https://github.com/dotnet/templating build 20190914.1 (#4843) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19464.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 86f709ca7..a218e59a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore af0a2048a207b49bee29de9629208afd8ba27da4 - + https://github.com/dotnet/templating - 778951d25fd4fd5e04a2d2c9220e20b7074d1cbc + 1e229a8cb18641047a3ec19e1e78251045c56582 https://github.com/dotnet/toolset From 8ee73fb8579ee11af74959590aef4943695b6450 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 12:55:13 +0000 Subject: [PATCH 0638/2259] Update dependencies from https://github.com/dotnet/toolset build 20190915.1 (#4844) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19465.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a218e59a6..d9723304b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 93e1a5b85a81e4ba12b488d4d90439813c965c83 + a769cb371742d91beec8489dfc0ef5a952c04b0b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6ce40433b..26b81574d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19464.13 + 5.0.100-alpha1.19465.1 From 5aaba8c53dbccb155a9175c0e71ea3e2a6eb4f5f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 13:20:47 +0000 Subject: [PATCH 0639/2259] Update dependencies from https://github.com/dotnet/toolset build 20190915.2 (#4845) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19465.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9723304b..b342ae844 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - a769cb371742d91beec8489dfc0ef5a952c04b0b + dcbce0fc750a36508a053f05517a4dc80bfff2c4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 26b81574d..91b9184c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19465.1 + 5.0.100-alpha1.19465.2 From 4cae4a22355684374594ba555b7b59dc6fb94e91 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 13:40:36 +0000 Subject: [PATCH 0640/2259] Update dependencies from https://github.com/dotnet/cli build 20190915.1 (#4846) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19465.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b342ae844..a58193082 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 2f58262684fdf7342de6c9cf54449c3ccbeadca6 + 56a5aa37651128ce7705c87eb705c5f01a429ba2 diff --git a/eng/Versions.props b/eng/Versions.props index 91b9184c1..3e932b5ef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19464.7 + 5.0.100-alpha1.19465.1 0.2.0 From ca126e50b2f4353a611d25471009d3d9cb997dae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 14:15:35 +0000 Subject: [PATCH 0641/2259] Update dependencies from https://github.com/dotnet/toolset build 20190915.3 (#4847) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19465.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a58193082..abdd9e92d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - dcbce0fc750a36508a053f05517a4dc80bfff2c4 + cfd11accb8a4713a01812adc52673d10ac348985 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3e932b5ef..c22b06a7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19465.2 + 5.0.100-alpha1.19465.3 From bbed95c6624bb7c9b11a9f750d603f89b7d44c36 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 18:00:42 +0000 Subject: [PATCH 0642/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190915.1 (#4848) - Microsoft.NETCore.App - 5.0.0-alpha1.19465.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19465.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19465.1 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index abdd9e92d..7105b0a39 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index c22b06a7a..c77962fb9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19464.2 + 5.0.0-alpha1.19465.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19464.2 + 2.1.0-alpha1.19465.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19464.2 + 5.0.0-alpha1.19465.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 559a4354d63bece7609663caed82f279d629e642 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 19:05:36 +0000 Subject: [PATCH 0643/2259] Update dependencies from https://github.com/dotnet/cli build 20190915.2 (#4849) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19465.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7105b0a39..cd6b52f75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 56a5aa37651128ce7705c87eb705c5f01a429ba2 + 655a7f2f64dfe0f83f355e014fab5246b641f0cc diff --git a/eng/Versions.props b/eng/Versions.props index c77962fb9..d8b8f8359 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19465.1 + 5.0.100-alpha1.19465.2 0.2.0 From 348c6d514fd11914cc6cd518815fc3005025deff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2019 19:35:36 +0000 Subject: [PATCH 0644/2259] Update dependencies from https://github.com/dotnet/toolset build 20190915.5 (#4850) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19465.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd6b52f75..cf83c3d86 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - cfd11accb8a4713a01812adc52673d10ac348985 + d49948f2cfe6f411c3374bf16614edce215a7294 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d8b8f8359..ba5ed1a0a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19465.3 + 5.0.100-alpha1.19465.5 From 71665030078c1c878ebff83ea5ef3dbcbe1ce922 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 05:45:40 +0000 Subject: [PATCH 0645/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190915.2 (#4854) - Microsoft.NETCore.App - 5.0.0-alpha1.19465.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19465.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19465.2 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cf83c3d86..2d912d16d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index ba5ed1a0a..95e0fefb8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19465.1 + 5.0.0-alpha1.19465.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19465.1 + 2.1.0-alpha1.19465.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19465.1 + 5.0.0-alpha1.19465.2 $(MicrosoftWindowsDesktopAppPackageVersion) From df6f18971dae48ad03ff1987ebd2483d511856cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 07:10:40 +0000 Subject: [PATCH 0646/2259] Update dependencies from https://github.com/dotnet/cli build 20190915.4 (#4855) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19465.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d912d16d..d310f26b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 655a7f2f64dfe0f83f355e014fab5246b641f0cc + 502e6b75facf5176297099b7613d552fcf462818 diff --git a/eng/Versions.props b/eng/Versions.props index 95e0fefb8..1b5469eab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19465.2 + 5.0.100-alpha1.19465.4 0.2.0 From 6f3ae8bb2573f59a7d7929c4261f19bd19a8a2a4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 07:45:38 +0000 Subject: [PATCH 0647/2259] Update dependencies from https://github.com/dotnet/toolset build 20190915.7 (#4856) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19465.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d310f26b2..cb2697483 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - d49948f2cfe6f411c3374bf16614edce215a7294 + 1deef1cb80f638aca0d6feed29a0ea17bfc11971 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1b5469eab..0c952485b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19465.5 + 5.0.100-alpha1.19465.7 From 8ca05f389b0a2ed9bca78f623511455533510607 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 13:05:38 +0000 Subject: [PATCH 0648/2259] Update dependencies from https://github.com/dotnet/toolset build 20190916.1 (#4858) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19466.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cb2697483..04c2f143e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 1deef1cb80f638aca0d6feed29a0ea17bfc11971 + f1adefea84387137657acf62d0264191614e9c4d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0c952485b..b8ee34ebc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19465.7 + 5.0.100-alpha1.19466.1 From 5fc0ca26cf9d9fbd2962060b39743cdc226bfd04 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 18:05:42 +0000 Subject: [PATCH 0649/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190916.2 (#4861) - Microsoft.NETCore.App - 5.0.0-alpha1.19466.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19466.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19466.2 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04c2f143e..9ba5e481a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index b8ee34ebc..26dce59e4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19465.2 + 5.0.0-alpha1.19466.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19465.2 + 2.1.0-alpha1.19466.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19465.2 + 5.0.0-alpha1.19466.2 $(MicrosoftWindowsDesktopAppPackageVersion) From cd483221e8c2d2bec4cf4f77a90e7410dd65c39d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 19:20:38 +0000 Subject: [PATCH 0650/2259] Update dependencies from https://github.com/dotnet/cli build 20190916.2 (#4862) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19466.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ba5e481a..2d0dd3d75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 502e6b75facf5176297099b7613d552fcf462818 + 028827d48571b27db608e34efa705497fb9d0a2b diff --git a/eng/Versions.props b/eng/Versions.props index 26dce59e4..4ed61c870 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19465.4 + 5.0.100-alpha1.19466.2 0.2.0 From aeca96e7965d43f39e8c612e44724c410d965d61 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2019 20:05:44 +0000 Subject: [PATCH 0651/2259] Update dependencies from https://github.com/dotnet/toolset build 20190916.3 (#4863) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19466.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d0dd3d75..708e200ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - f1adefea84387137657acf62d0264191614e9c4d + 1b3297bd872ae19e7cfdef3233333e6c06cd9c07 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4ed61c870..fec81c878 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19466.1 + 5.0.100-alpha1.19466.3 From d7dda30f2149fc22f3145fb63918eab5e766f732 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 12:55:10 +0000 Subject: [PATCH 0652/2259] Update dependencies from https://github.com/dotnet/toolset build 20190917.1 (#4869) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19467.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 708e200ae..7a6094ff2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 1b3297bd872ae19e7cfdef3233333e6c06cd9c07 + 7cc9547c887132b2e86e1f46fdca80ed48cf6505 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index fec81c878..ab6b0e5fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19466.3 + 5.0.100-alpha1.19467.1 From 7e11d626667a487eecf4ee20580bc8026b914de4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 13:20:48 +0000 Subject: [PATCH 0653/2259] Update dependencies from https://github.com/dotnet/toolset build 20190917.2 (#4870) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19467.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7a6094ff2..1e53bb919 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 7cc9547c887132b2e86e1f46fdca80ed48cf6505 + 931325460e46b504de29c93d38cd93a457ada473 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ab6b0e5fa..94b01ecdb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19467.1 + 5.0.100-alpha1.19467.2 From a0082841cb7e051f667e9682f2e0f4757a970202 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 18:15:38 +0000 Subject: [PATCH 0654/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190917.1 (#4871) - Microsoft.NETCore.App - 5.0.0-alpha1.19467.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19467.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19467.1 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e53bb919..d3db1a717 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 diff --git a/eng/Versions.props b/eng/Versions.props index 94b01ecdb..c6ad697e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19466.2 + 5.0.0-alpha1.19467.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19466.2 + 2.1.0-alpha1.19467.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19466.2 + 5.0.0-alpha1.19467.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 8e7fcbed96c726aa3a0f730506a1fd0b9efb2752 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 19:35:43 +0000 Subject: [PATCH 0655/2259] Update dependencies from https://github.com/dotnet/cli build 20190917.1 (#4872) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19467.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d3db1a717..61ab68ac3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 028827d48571b27db608e34efa705497fb9d0a2b + 6e7ac1290dabc7986d1715e5a3c6756b181ec05a diff --git a/eng/Versions.props b/eng/Versions.props index c6ad697e5..2fc9da994 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19466.2 + 5.0.100-alpha1.19467.1 0.2.0 From 61dd7339c72758b6542501d650cad91362ec2a7f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 20:09:37 +0000 Subject: [PATCH 0656/2259] [master] Update dependencies from aspnet/AspNetCore (#4391) * Update dependencies from https://github.com/aspnet/AspNetCore build 20190828.12 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19428.12 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19428.12 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19428.12 - dotnet-watch - 5.0.0-alpha1.19428.12 - dotnet-user-secrets - 5.0.0-alpha1.19428.12 - dotnet-dev-certs - 5.0.0-alpha1.19428.12 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190830.9 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19430.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19430.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19430.9 - dotnet-watch - 5.0.0-alpha1.19430.9 - dotnet-user-secrets - 5.0.0-alpha1.19430.9 - dotnet-dev-certs - 5.0.0-alpha1.19430.9 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190903.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19453.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19453.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19453.5 - dotnet-watch - 5.0.0-alpha1.19453.5 - dotnet-user-secrets - 5.0.0-alpha1.19453.5 - dotnet-dev-certs - 5.0.0-alpha1.19453.5 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190903.8 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19453.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19453.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19453.8 - dotnet-watch - 5.0.0-alpha1.19453.8 - dotnet-user-secrets - 5.0.0-alpha1.19453.8 - dotnet-dev-certs - 5.0.0-alpha1.19453.8 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190904.6 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19454.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19454.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19454.6 - dotnet-watch - 5.0.0-alpha1.19454.6 - dotnet-user-secrets - 5.0.0-alpha1.19454.6 - dotnet-dev-certs - 5.0.0-alpha1.19454.6 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190904.9 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19454.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19454.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19454.9 - dotnet-watch - 5.0.0-alpha1.19454.9 - dotnet-user-secrets - 5.0.0-alpha1.19454.9 - dotnet-dev-certs - 5.0.0-alpha1.19454.9 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190906.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19456.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19456.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19456.3 - dotnet-watch - 5.0.0-alpha1.19456.3 - dotnet-user-secrets - 5.0.0-alpha1.19456.3 - dotnet-dev-certs - 5.0.0-alpha1.19456.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190909.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19459.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19459.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19459.1 - dotnet-watch - 5.0.0-alpha1.19459.1 - dotnet-user-secrets - 5.0.0-alpha1.19459.1 - dotnet-dev-certs - 5.0.0-alpha1.19459.1 * Update 3.0 versions to rc1, update TargetFramework for ASP.NET framework reference * Update dependencies from https://github.com/aspnet/AspNetCore build 20190909.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19459.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19459.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19459.4 - dotnet-watch - 5.0.0-alpha1.19459.4 - dotnet-user-secrets - 5.0.0-alpha1.19459.4 - dotnet-dev-certs - 5.0.0-alpha1.19459.4 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190911.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19461.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19461.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19461.3 - dotnet-watch - 5.0.0-alpha1.19461.3 - dotnet-user-secrets - 5.0.0-alpha1.19461.3 - dotnet-dev-certs - 5.0.0-alpha1.19461.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190911.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19461.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19461.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19461.5 - dotnet-watch - 5.0.0-alpha1.19461.5 - dotnet-user-secrets - 5.0.0-alpha1.19461.5 - dotnet-dev-certs - 5.0.0-alpha1.19461.5 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190911.8 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19461.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19461.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19461.8 - dotnet-watch - 5.0.0-alpha1.19461.8 - dotnet-user-secrets - 5.0.0-alpha1.19461.8 - dotnet-dev-certs - 5.0.0-alpha1.19461.8 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190911.11 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19461.11 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19461.11 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19461.11 - dotnet-watch - 5.0.0-alpha1.19461.11 - dotnet-user-secrets - 5.0.0-alpha1.19461.11 - dotnet-dev-certs - 5.0.0-alpha1.19461.11 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190911.13 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19461.13 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19461.13 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19461.13 - dotnet-watch - 5.0.0-alpha1.19461.13 - dotnet-user-secrets - 5.0.0-alpha1.19461.13 - dotnet-dev-certs - 5.0.0-alpha1.19461.13 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190912.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19462.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19462.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19462.1 - dotnet-watch - 5.0.0-alpha1.19462.1 - dotnet-user-secrets - 5.0.0-alpha1.19462.1 - dotnet-dev-certs - 5.0.0-alpha1.19462.1 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190912.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19462.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19462.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19462.5 - dotnet-watch - 5.0.0-alpha1.19462.5 - dotnet-user-secrets - 5.0.0-alpha1.19462.5 - dotnet-dev-certs - 5.0.0-alpha1.19462.5 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190912.9 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19462.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19462.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19462.9 - dotnet-watch - 5.0.0-alpha1.19462.9 - dotnet-user-secrets - 5.0.0-alpha1.19462.9 - dotnet-dev-certs - 5.0.0-alpha1.19462.9 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190916.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19466.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19466.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19466.1 - dotnet-watch - 5.0.0-alpha1.19466.1 - dotnet-user-secrets - 5.0.0-alpha1.19466.1 - dotnet-dev-certs - 5.0.0-alpha1.19466.1 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190916.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19466.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19466.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19466.2 - dotnet-watch - 5.0.0-alpha1.19466.2 - dotnet-user-secrets - 5.0.0-alpha1.19466.2 - dotnet-dev-certs - 5.0.0-alpha1.19466.2 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190916.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19466.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19466.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19466.4 - dotnet-watch - 5.0.0-alpha1.19466.4 - dotnet-user-secrets - 5.0.0-alpha1.19466.4 - dotnet-dev-certs - 5.0.0-alpha1.19466.4 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190916.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19466.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19466.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19466.5 - dotnet-watch - 5.0.0-alpha1.19466.5 - dotnet-user-secrets - 5.0.0-alpha1.19466.5 - dotnet-dev-certs - 5.0.0-alpha1.19466.5 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190916.7 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19466.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19466.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19466.7 - dotnet-watch - 5.0.0-alpha1.19466.7 - dotnet-user-secrets - 5.0.0-alpha1.19466.7 - dotnet-dev-certs - 5.0.0-alpha1.19466.7 * Support targeting ASP.NET Core 5.0 --- eng/Version.Details.xml | 24 ++++++------- eng/Versions.props | 12 +++---- .../targets/GenerateBundledVersions.targets | 34 +++++++++++++++---- test/EndToEnd/GivenFrameworkDependentApps.cs | 4 +-- .../GivenSelfContainedAppsRollForward.cs | 4 +-- test/EndToEnd/SupportedNetCoreAppVersions.cs | 3 +- 6 files changed, 52 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61ab68ac3..6eb1e9f8e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 - + https://github.com/aspnet/AspNetCore - af0a2048a207b49bee29de9629208afd8ba27da4 + 2de6c732d1f410460a627cb75aca91ae2c741fd5 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 2fc9da994..70ff64070 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19427.5 - 5.0.0-alpha1.19427.5 - 5.0.0-alpha1.19427.5 - 5.0.0-alpha1.19427.5 - 5.0.0-alpha1.19427.5 - 5.0.0-alpha1.19427.5 + 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19466.7 diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 909d916d8..53d1ed14d 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -34,6 +34,8 @@ <_NETCoreApp30TargetingPackVersion>$(_NETCoreApp30PackageVersion) <_MicrosoftWindowsDesktop30PackageVersion>$(_NETCoreApp30PackageVersion) <_MicrosoftWindowsDesktop30TargetingPackVersion>$(_NETCoreApp30TargetingPackVersion) + <_AspNet30PackageVersion>3.0.0-rc1.19457.4 + <_AspNet30TargetingPackVersion>$(_AspNet30PackageVersion) <_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1]) @@ -87,6 +89,17 @@ + + @@ -234,8 +247,18 @@ Copyright (c) .NET Foundation. All rights reserved. Profile="WindowsForms" /> - + + - ]]> diff --git a/test/EndToEnd/GivenFrameworkDependentApps.cs b/test/EndToEnd/GivenFrameworkDependentApps.cs index 8b809382a..12d16337a 100644 --- a/test/EndToEnd/GivenFrameworkDependentApps.cs +++ b/test/EndToEnd/GivenFrameworkDependentApps.cs @@ -19,7 +19,7 @@ namespace EndToEnd [ClassData(typeof(SupportedNetCoreAppVersions))] public void ItDoesNotRollForwardToTheLatestVersionOfNetCore(string minorVersion) { - if (minorVersion == "3.0") + if (minorVersion == "3.0" || minorVersion == "5.0") { // https://github.com/dotnet/core-sdk/issues/621 return; @@ -31,7 +31,7 @@ namespace EndToEnd [ClassData(typeof(SupportedAspNetCoreVersions))] public void ItDoesNotRollForwardToTheLatestVersionOfAspNetCoreApp(string minorVersion) { - if (minorVersion == "3.0") + if (minorVersion == "3.0" || minorVersion == "5.0") { // https://github.com/dotnet/core-sdk/issues/621 return; diff --git a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs index 7cf1512bd..fd47e3643 100644 --- a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs +++ b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs @@ -23,7 +23,7 @@ namespace EndToEnd [ClassData(typeof(SupportedNetCoreAppVersions))] public void ItRollsForwardToTheLatestNetCoreVersion(string minorVersion) { - if (minorVersion == "3.0") + if (minorVersion == "3.0" || minorVersion == "5.0") { // https://github.com/dotnet/core-sdk/issues/621 return; @@ -35,7 +35,7 @@ namespace EndToEnd [ClassData(typeof(SupportedAspNetCoreVersions))] public void ItRollsForwardToTheLatestAspNetCoreAppVersion(string minorVersion) { - if (minorVersion == "3.0") + if (minorVersion == "3.0" || minorVersion == "5.0") { // https://github.com/dotnet/core-sdk/issues/621 return; diff --git a/test/EndToEnd/SupportedNetCoreAppVersions.cs b/test/EndToEnd/SupportedNetCoreAppVersions.cs index 6c9adff95..b40043bf0 100644 --- a/test/EndToEnd/SupportedNetCoreAppVersions.cs +++ b/test/EndToEnd/SupportedNetCoreAppVersions.cs @@ -21,7 +21,8 @@ namespace EndToEnd "2.0", "2.1", "2.2", - "3.0" + "3.0", + "5.0" }; } } From a1fecda007458400fbe75dd90ee3add6ab1051da Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 20:10:37 +0000 Subject: [PATCH 0657/2259] Update dependencies from https://github.com/dotnet/toolset build 20190917.3 (#4873) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19467.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6eb1e9f8e..4f0b06529 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 931325460e46b504de29c93d38cd93a457ada473 + 1100c9ca41693af106f01a4d06bab14a4485966f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 70ff64070..3f75c32fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19467.2 + 5.0.100-alpha1.19467.3 From e1f85b63629c72a5c10c63407b1a7bfc1ca2f872 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 21:35:44 +0000 Subject: [PATCH 0658/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190917.5 (#4875) - Microsoft.NETCore.App - 5.0.0-alpha1.19467.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19467.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19467.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4f0b06529..a12d3e8ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 + 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup - 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 + 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup - 9042fe6c81aa3b47f58ccd94ff02e42f9f7a4e46 + 708eb333f08df7e339a3989765a068d65a1232bf https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 3f75c32fb..10f3f5119 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19467.1 + 5.0.0-alpha1.19467.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19467.1 + 2.1.0-alpha1.19467.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19467.1 + 5.0.0-alpha1.19467.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 9577308c6fa0b1933d300f65306b32216fa8ff5b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 23:05:44 +0000 Subject: [PATCH 0659/2259] Update dependencies from https://github.com/dotnet/cli build 20190917.2 (#4876) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19467.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a12d3e8ba..9eb11dac9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 6e7ac1290dabc7986d1715e5a3c6756b181ec05a + 8ef462f8b18dc0d59c9a3e4232cd5de9152d1ca4 diff --git a/eng/Versions.props b/eng/Versions.props index 10f3f5119..8da7e9a09 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19467.1 + 5.0.100-alpha1.19467.2 0.2.0 From 670199ccdd0e5dac914d3862f48d1ad50551f8cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2019 23:30:47 +0000 Subject: [PATCH 0660/2259] Update dependencies from https://github.com/dotnet/toolset build 20190917.5 (#4877) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19467.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9eb11dac9..13005ba0b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 1100c9ca41693af106f01a4d06bab14a4485966f + 457474f17d6d813fb3a8c1f739bcfdc93cdf9388 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8da7e9a09..47500aa46 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19467.3 + 5.0.100-alpha1.19467.5 From 96e24cff76f9510809f9527595cea87c580831e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 00:14:18 +0000 Subject: [PATCH 0661/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190917.3 (#4879) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19467.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19467.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19467.3 - dotnet-watch - 5.0.0-alpha1.19467.3 - dotnet-user-secrets - 5.0.0-alpha1.19467.3 - dotnet-dev-certs - 5.0.0-alpha1.19467.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13005ba0b..ba3561f8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 - + https://github.com/aspnet/AspNetCore - 2de6c732d1f410460a627cb75aca91ae2c741fd5 + 3ec6f86c1156493c618b061f427bc28c09b11ed4 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 47500aa46..14f02ea2b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19466.7 - 5.0.0-alpha1.19466.7 - 5.0.0-alpha1.19466.7 - 5.0.0-alpha1.19466.7 - 5.0.0-alpha1.19466.7 - 5.0.0-alpha1.19466.7 + 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19467.3 From b9bb8135c446aa705ac9664b12489b8516117672 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 06:00:38 +0000 Subject: [PATCH 0662/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190917.8 (#4885) - Microsoft.NETCore.App - 5.0.0-alpha1.19467.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19467.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19467.8 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba3561f8d..73352b2e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf diff --git a/eng/Versions.props b/eng/Versions.props index 14f02ea2b..d8964b5fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19467.5 + 5.0.0-alpha1.19467.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19467.5 + 2.1.0-alpha1.19467.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19467.5 + 5.0.0-alpha1.19467.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 3d4743f0d854f4d85cf623b07a8401449f661a36 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 07:15:39 +0000 Subject: [PATCH 0663/2259] Update dependencies from https://github.com/dotnet/cli build 20190917.6 (#4887) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19467.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 73352b2e8..b52b7c6b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 8ef462f8b18dc0d59c9a3e4232cd5de9152d1ca4 + fc45d65e22c22c9cb9c5186401ac02d3e5c70c36 diff --git a/eng/Versions.props b/eng/Versions.props index d8964b5fb..b66c6ad03 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19467.2 + 5.0.100-alpha1.19467.6 0.2.0 From 57239fb668508dd24953570ed2752075ce27b24c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 07:55:42 +0000 Subject: [PATCH 0664/2259] Update dependencies from https://github.com/dotnet/toolset build 20190918.1 (#4889) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19468.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b52b7c6b7..28f2fcd8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 457474f17d6d813fb3a8c1f739bcfdc93cdf9388 + f46b4fadb59f5573b0c883139f7e45f81595a2d4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b66c6ad03..d7ad4cae1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19467.5 + 5.0.100-alpha1.19468.1 From e413962e2c811a3653812cf287c532aebc606128 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 13:05:25 +0000 Subject: [PATCH 0665/2259] Update dependencies from https://github.com/dotnet/toolset build 20190918.4 (#4892) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19468.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 28f2fcd8c..78f53c270 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - f46b4fadb59f5573b0c883139f7e45f81595a2d4 + 4e7aea0ef83232b8650fe604c6e7b37af47bf396 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d7ad4cae1..0d6f93bb4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19468.1 + 5.0.100-alpha1.19468.4 From 6fadd36b9d08ec35b0b073b3ad3c51917929b048 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 13:31:05 +0000 Subject: [PATCH 0666/2259] Update dependencies from https://github.com/dotnet/toolset build 20190918.5 (#4893) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19468.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78f53c270..692fdb275 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 4e7aea0ef83232b8650fe604c6e7b37af47bf396 + 1a52174d2a7cc3788391b06c60e8ea3116d8fa4c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0d6f93bb4..a35d63f81 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19468.4 + 5.0.100-alpha1.19468.5 From 123deb27b0f335c8c281abd1c124dac9c9cba156 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 18:30:40 +0000 Subject: [PATCH 0667/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190918.1 (#4894) - Microsoft.NETCore.App - 5.0.0-alpha1.19468.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19468.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19468.1 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 692fdb275..ba80bec36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf - + https://github.com/dotnet/core-setup 708eb333f08df7e339a3989765a068d65a1232bf diff --git a/eng/Versions.props b/eng/Versions.props index a35d63f81..85b2ccf9b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19467.8 + 5.0.0-alpha1.19468.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19467.8 + 2.1.0-alpha1.19468.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19467.8 + 5.0.0-alpha1.19468.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 68793adc72fff3803ac6055971605b87d177fc04 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 20:40:39 +0000 Subject: [PATCH 0668/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190918.2 (#4895) - Microsoft.NETCore.App - 5.0.0-alpha1.19468.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19468.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19468.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba80bec36..2ffa96b54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 708eb333f08df7e339a3989765a068d65a1232bf + e6f9309bae0f8242045b80a50f65513da975906d - + https://github.com/dotnet/core-setup - 708eb333f08df7e339a3989765a068d65a1232bf + e6f9309bae0f8242045b80a50f65513da975906d - + https://github.com/dotnet/core-setup - 708eb333f08df7e339a3989765a068d65a1232bf + e6f9309bae0f8242045b80a50f65513da975906d https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 85b2ccf9b..9fa317097 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19468.1 + 5.0.0-alpha1.19468.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19468.1 + 2.1.0-alpha1.19468.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19468.1 + 5.0.0-alpha1.19468.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 20c92da7e2d10f79ec50b989a8eda5987702fe6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 22:00:40 +0000 Subject: [PATCH 0669/2259] Update dependencies from https://github.com/dotnet/cli build 20190918.1 (#4896) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19468.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ffa96b54..69ed8f31b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - fc45d65e22c22c9cb9c5186401ac02d3e5c70c36 + a5da918005023d31e46a4112d7808e62ab027714 diff --git a/eng/Versions.props b/eng/Versions.props index 9fa317097..6df974b94 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19467.6 + 5.0.100-alpha1.19468.1 0.2.0 From c7e49eb213f5d93a36eb8113355078869f025744 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2019 22:30:39 +0000 Subject: [PATCH 0670/2259] Update dependencies from https://github.com/dotnet/toolset build 20190918.6 (#4897) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19468.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 69ed8f31b..8627192e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 1a52174d2a7cc3788391b06c60e8ea3116d8fa4c + 49a97ac47aa47be019d2738eab0f6728ea766f74 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6df974b94..15a05a9ec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19468.5 + 5.0.100-alpha1.19468.6 From 0f96078852c739214f476069b7e5f09e07fdd888 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 01:14:50 +0000 Subject: [PATCH 0671/2259] [master] Update dependencies from aspnet/AspNetCore (#4898) * Update dependencies from https://github.com/aspnet/AspNetCore build 20190918.6 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19468.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19468.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19468.6 - dotnet-watch - 5.0.0-alpha1.19468.6 - dotnet-user-secrets - 5.0.0-alpha1.19468.6 - dotnet-dev-certs - 5.0.0-alpha1.19468.6 * Update dependencies from https://github.com/aspnet/AspNetCore build 20190918.7 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19468.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19468.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19468.7 - dotnet-watch - 5.0.0-alpha1.19468.7 - dotnet-user-secrets - 5.0.0-alpha1.19468.7 - dotnet-dev-certs - 5.0.0-alpha1.19468.7 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8627192e6..577ab9407 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup e6f9309bae0f8242045b80a50f65513da975906d - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 - + https://github.com/aspnet/AspNetCore - 3ec6f86c1156493c618b061f427bc28c09b11ed4 + 921816263779c158e3d1d76591d63d928cc9c669 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 15a05a9ec..92855d49e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19467.3 - 5.0.0-alpha1.19467.3 - 5.0.0-alpha1.19467.3 - 5.0.0-alpha1.19467.3 - 5.0.0-alpha1.19467.3 - 5.0.0-alpha1.19467.3 + 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19468.7 From 2c19a4886ba05da4507bc355e115433217d9f804 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 01:30:42 +0000 Subject: [PATCH 0672/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190918.6 (#4899) - Microsoft.NETCore.App - 5.0.0-alpha1.19468.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19468.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19468.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 577ab9407..347f148e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e6f9309bae0f8242045b80a50f65513da975906d + 30c4a25a9a675d632b6e7180e53a87e6fcacb909 - + https://github.com/dotnet/core-setup - e6f9309bae0f8242045b80a50f65513da975906d + 30c4a25a9a675d632b6e7180e53a87e6fcacb909 - + https://github.com/dotnet/core-setup - e6f9309bae0f8242045b80a50f65513da975906d + 30c4a25a9a675d632b6e7180e53a87e6fcacb909 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 92855d49e..389ae605c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19468.2 + 5.0.0-alpha1.19468.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19468.2 + 2.1.0-alpha1.19468.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19468.2 + 5.0.0-alpha1.19468.6 $(MicrosoftWindowsDesktopAppPackageVersion) From 2d2ef4520b5786244df7976fb1b37c122457e6df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 02:36:10 +0000 Subject: [PATCH 0673/2259] Update dependencies from https://github.com/dotnet/cli build 20190918.2 (#4900) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19468.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 347f148e6..90a69ebb0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - a5da918005023d31e46a4112d7808e62ab027714 + 52eaccd18cfe3b698a8d63bdcda6000a1ee091fa diff --git a/eng/Versions.props b/eng/Versions.props index 389ae605c..491821ec8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19468.1 + 5.0.100-alpha1.19468.2 0.2.0 From eff0677655da2d55014220178e6025199f80820f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 03:05:41 +0000 Subject: [PATCH 0674/2259] Update dependencies from https://github.com/dotnet/toolset build 20190918.7 (#4901) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19468.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 90a69ebb0..c21f5e88e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 49a97ac47aa47be019d2738eab0f6728ea766f74 + f593be0220d474011f971ed085d9c0059cb8e59e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 491821ec8..fab06c273 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19468.6 + 5.0.100-alpha1.19468.7 From 60688b13db1bdc2294f871ca7775d283c56ab912 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2019 13:15:37 +0000 Subject: [PATCH 0675/2259] Update dependencies from https://github.com/dotnet/toolset build 20190919.1 (#4903) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19469.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c21f5e88e..b79363e2f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - f593be0220d474011f971ed085d9c0059cb8e59e + 7af69aa83b9ce131e95749919ccdccdf4dea3f4f https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index fab06c273..ffac0d4fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19468.7 + 5.0.100-alpha1.19469.1 From fe82b02d8ce79f03bacbda56579f709cd75e2e3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 02:09:14 +0000 Subject: [PATCH 0676/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190919.20 (#4904) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19469.20 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19469.20 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19469.20 - dotnet-watch - 5.0.0-alpha1.19469.20 - dotnet-user-secrets - 5.0.0-alpha1.19469.20 - dotnet-dev-certs - 5.0.0-alpha1.19469.20 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b79363e2f..900775528 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,29 +14,29 @@ https://github.com/dotnet/core-setup 30c4a25a9a675d632b6e7180e53a87e6fcacb909 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore - 921816263779c158e3d1d76591d63d928cc9c669 + 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index ffac0d4fa..cd5778146 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19468.7 - 5.0.0-alpha1.19468.7 - 5.0.0-alpha1.19468.7 - 5.0.0-alpha1.19468.7 - 5.0.0-alpha1.19468.7 - 5.0.0-alpha1.19468.7 + 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19469.20 From 054ea0769f0302a57639333f6d64b7c11c3bba59 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 06:46:14 +0000 Subject: [PATCH 0677/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190919.8 (#4905) - Microsoft.NETCore.App - 5.0.0-alpha1.19469.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19469.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19469.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 900775528..7b9664daa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 30c4a25a9a675d632b6e7180e53a87e6fcacb909 + 33723cfa72892e93656fe53350da35835d64c099 - + https://github.com/dotnet/core-setup - 30c4a25a9a675d632b6e7180e53a87e6fcacb909 + 33723cfa72892e93656fe53350da35835d64c099 - + https://github.com/dotnet/core-setup - 30c4a25a9a675d632b6e7180e53a87e6fcacb909 + 33723cfa72892e93656fe53350da35835d64c099 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index cd5778146..5b2948485 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19468.6 + 5.0.0-alpha1.19469.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19468.6 + 2.1.0-alpha1.19469.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19468.6 + 5.0.0-alpha1.19469.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 01ca41709251dccc87baec56854f7d5a84933e0a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 08:00:40 +0000 Subject: [PATCH 0678/2259] Update dependencies from https://github.com/dotnet/toolset build 20190920.1 (#4907) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19470.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7b9664daa..961fbe133 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 7af69aa83b9ce131e95749919ccdccdf4dea3f4f + 5ef02ff3f6f853b3cb1910451dbd5caf66ef9d97 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5b2948485..4faea36ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19469.1 + 5.0.100-alpha1.19470.1 From d0cf7107999bfc0841480a2d5182df0d037f67ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 13:20:55 +0000 Subject: [PATCH 0679/2259] Update dependencies from https://github.com/dotnet/toolset build 20190920.3 (#4908) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19470.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 961fbe133..50cd907aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 5ef02ff3f6f853b3cb1910451dbd5caf66ef9d97 + 00ecccb31405907582a46b4aeea28674e3fcf9d4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4faea36ce..9f6da2fee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19470.1 + 5.0.100-alpha1.19470.3 From 4439630d281fb12b2f18085b02594af99d93ed06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 20:00:39 +0000 Subject: [PATCH 0680/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190920.3 (#4909) - Microsoft.NETCore.App - 5.0.0-alpha1.19470.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19470.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19470.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 50cd907aa..87805d010 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 33723cfa72892e93656fe53350da35835d64c099 + 9817f3a7023df0fdda0511309010397bd5218384 - + https://github.com/dotnet/core-setup - 33723cfa72892e93656fe53350da35835d64c099 + 9817f3a7023df0fdda0511309010397bd5218384 - + https://github.com/dotnet/core-setup - 33723cfa72892e93656fe53350da35835d64c099 + 9817f3a7023df0fdda0511309010397bd5218384 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9f6da2fee..cac7f814a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19469.8 + 5.0.0-alpha1.19470.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19469.8 + 2.1.0-alpha1.19470.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19469.8 + 5.0.0-alpha1.19470.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 90a5ad1a65cc0bc3d050c71d2864198aecf9a30c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 21:08:12 +0000 Subject: [PATCH 0681/2259] [master] Update dependencies from dotnet/cli (#4906) * Update dependencies from https://github.com/dotnet/cli build 20190919.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19469.1 * Update dependencies from https://github.com/dotnet/cli build 20190920.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19470.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87805d010..5be86a319 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 52eaccd18cfe3b698a8d63bdcda6000a1ee091fa + b44490d7c335e6be07e7ebae9c597695525c3950 diff --git a/eng/Versions.props b/eng/Versions.props index cac7f814a..5a0e71721 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19468.2 + 5.0.100-alpha1.19470.1 0.2.0 From e5e519d54f8c8b67b0ccddcd20fd52ec991f1213 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 21:40:39 +0000 Subject: [PATCH 0682/2259] Update dependencies from https://github.com/dotnet/toolset build 20190920.4 (#4910) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19470.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5be86a319..b4aa8b1e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 00ecccb31405907582a46b4aeea28674e3fcf9d4 + 8c576f767a1ea8f7be1242db2a97c7e87a914a47 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5a0e71721..bcd67176d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19470.3 + 5.0.100-alpha1.19470.4 From 76f817c5a6450599957f8263557b5384382f8614 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 22:48:30 +0000 Subject: [PATCH 0683/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20190920.6 (#4912) - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19470.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19470.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19470.6 - dotnet-watch - 5.0.0-alpha1.19470.6 - dotnet-user-secrets - 5.0.0-alpha1.19470.6 - dotnet-dev-certs - 5.0.0-alpha1.19470.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b4aa8b1e4..1f6f39191 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -14,27 +14,27 @@ https://github.com/dotnet/core-setup 9817f3a7023df0fdda0511309010397bd5218384 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 diff --git a/eng/Versions.props b/eng/Versions.props index bcd67176d..9eb677023 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,12 +24,12 @@ - 5.0.0-alpha1.19469.20 - 5.0.0-alpha1.19469.20 - 5.0.0-alpha1.19469.20 - 5.0.0-alpha1.19469.20 - 5.0.0-alpha1.19469.20 - 5.0.0-alpha1.19469.20 + 5.0.0-alpha1.19470.6 + 5.0.0-alpha1.19470.6 + 5.0.0-alpha1.19470.6 + 5.0.0-alpha1.19470.6 + 5.0.0-alpha1.19470.6 + 5.0.0-alpha1.19470.6 From c8ed876dbcbdd9ca91687b0b5b08f798dd59728e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Sep 2019 23:30:39 +0000 Subject: [PATCH 0684/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190920.7 (#4913) - Microsoft.NETCore.App - 5.0.0-alpha1.19470.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19470.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19470.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1f6f39191..7ce05e6a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9817f3a7023df0fdda0511309010397bd5218384 + c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c - + https://github.com/dotnet/core-setup - 9817f3a7023df0fdda0511309010397bd5218384 + c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c - + https://github.com/dotnet/core-setup - 9817f3a7023df0fdda0511309010397bd5218384 + c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9eb677023..6fac960f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19470.3 + 5.0.0-alpha1.19470.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19470.3 + 2.1.0-alpha1.19470.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19470.3 + 5.0.0-alpha1.19470.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 5504e0070a5a7d6937417d7d1f30d6a1cf347c4a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Sep 2019 13:15:36 +0000 Subject: [PATCH 0685/2259] Update dependencies from https://github.com/dotnet/toolset build 20190921.1 (#4917) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19471.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ce05e6a6..9bf6737a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 8c576f767a1ea8f7be1242db2a97c7e87a914a47 + 369576789f7bfbd39233a00a6ea54c5117bd6d9c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6fac960f3..f16b2de59 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19470.4 + 5.0.100-alpha1.19471.1 From 3da67f2ac33bd86761580e7aa75e5964c87eb82c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 05:55:39 +0000 Subject: [PATCH 0686/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190923.5 (#4918) - Microsoft.NETCore.App - 5.0.0-alpha1.19473.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19473.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19473.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9bf6737a9..e0dbf798a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c + d7f6c5e944e500f44b8536aed8f6a05320f7729a - + https://github.com/dotnet/core-setup - c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c + d7f6c5e944e500f44b8536aed8f6a05320f7729a - + https://github.com/dotnet/core-setup - c25b8b41ecbd8ffac08e5af2d7f337a2b51e338c + d7f6c5e944e500f44b8536aed8f6a05320f7729a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f16b2de59..4c170999e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19470.7 + 5.0.0-alpha1.19473.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19470.7 + 2.1.0-alpha1.19473.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19470.7 + 5.0.0-alpha1.19473.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 2aa29143aa0cbc09f8485d3984c0755d3cd83147 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 07:10:39 +0000 Subject: [PATCH 0687/2259] Update dependencies from https://github.com/dotnet/cli build 20190923.1 (#4919) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19473.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0dbf798a..93919fff7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - b44490d7c335e6be07e7ebae9c597695525c3950 + d4023a01a65000261bce9551f22903c0130e67f7 diff --git a/eng/Versions.props b/eng/Versions.props index 4c170999e..4b22a86a3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19470.1 + 5.0.100-alpha1.19473.1 0.2.0 From c88934b64ed1974e131a1dda8b17eeea46d97d6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 07:50:40 +0000 Subject: [PATCH 0688/2259] Update dependencies from https://github.com/dotnet/toolset build 20190923.2 (#4920) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19473.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 93919fff7..3558a63c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 369576789f7bfbd39233a00a6ea54c5117bd6d9c + 88896b6b700eff9686d5b201e70a51701dbadca2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4b22a86a3..6039784ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19471.1 + 5.0.100-alpha1.19473.2 From 941e8a29c8b26a083e416e5443c371d8908a8ee2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 13:15:41 +0000 Subject: [PATCH 0689/2259] Update dependencies from https://github.com/dotnet/toolset build 20190924.1 (#4921) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19474.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3558a63c5..105d30886 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 88896b6b700eff9686d5b201e70a51701dbadca2 + 440e4f0544e678bdd2669a52301ce9d59c195297 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6039784ce..aa676873e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19473.2 + 5.0.100-alpha1.19474.1 From 11919ef6751a8627535d58a128f6d238863a4757 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 18:00:44 +0000 Subject: [PATCH 0690/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190924.1 (#4923) - Microsoft.NETCore.App - 5.0.0-alpha1.19474.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19474.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19474.1 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 105d30886..ac00f32d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup d7f6c5e944e500f44b8536aed8f6a05320f7729a - + https://github.com/dotnet/core-setup d7f6c5e944e500f44b8536aed8f6a05320f7729a - + https://github.com/dotnet/core-setup d7f6c5e944e500f44b8536aed8f6a05320f7729a diff --git a/eng/Versions.props b/eng/Versions.props index aa676873e..63802c736 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19473.5 + 5.0.0-alpha1.19474.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19473.5 + 2.1.0-alpha1.19474.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19473.5 + 5.0.0-alpha1.19474.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 5ce87c6f2419b50abd61df6520cca8b2f293d452 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 19:11:27 +0000 Subject: [PATCH 0691/2259] Update dependencies from https://github.com/dotnet/cli build 20190924.1 (#4926) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19474.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac00f32d9..edfb540a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - d4023a01a65000261bce9551f22903c0130e67f7 + 95322c7f9f8b2445a54eef5c414ce9fdb2f9c4fa diff --git a/eng/Versions.props b/eng/Versions.props index 63802c736..2632c4402 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19473.1 + 5.0.100-alpha1.19474.1 0.2.0 From 2b5ed9e7bb6c1f2defd78f6ba896a5e6bd36d48c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Sep 2019 19:46:07 +0000 Subject: [PATCH 0692/2259] Update dependencies from https://github.com/dotnet/toolset build 20190924.2 (#4928) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19474.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index edfb540a5..f99593e75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 440e4f0544e678bdd2669a52301ce9d59c195297 + 30f158064bfe93a810192e97333061c6f2a8a9ba https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2632c4402..b0b41fc33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19474.1 + 5.0.100-alpha1.19474.2 From 59a1f638fb8d94f4b3b543ecf5c310572f8fa275 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 18:20:41 +0000 Subject: [PATCH 0693/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190925.2 (#4935) - Microsoft.NETCore.App - 5.0.0-alpha1.19475.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19475.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19475.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f99593e75..8fd75d2be 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d7f6c5e944e500f44b8536aed8f6a05320f7729a + eb6da1426884742a9dedbbfd00820dacc27838c1 - + https://github.com/dotnet/core-setup - d7f6c5e944e500f44b8536aed8f6a05320f7729a + eb6da1426884742a9dedbbfd00820dacc27838c1 - + https://github.com/dotnet/core-setup - d7f6c5e944e500f44b8536aed8f6a05320f7729a + eb6da1426884742a9dedbbfd00820dacc27838c1 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b0b41fc33..3e6983ebc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19474.1 + 5.0.0-alpha1.19475.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19474.1 + 2.1.0-alpha1.19475.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19474.1 + 5.0.0-alpha1.19475.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 25585da46ed14e74ecfc85c69ca5eb5ebb5d642e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 19:40:40 +0000 Subject: [PATCH 0694/2259] Update dependencies from https://github.com/dotnet/cli build 20190925.4 (#4936) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19475.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fd75d2be..752b99713 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 95322c7f9f8b2445a54eef5c414ce9fdb2f9c4fa + 045736dfbe9e5bd184182f3fbf54465090df2fe9 diff --git a/eng/Versions.props b/eng/Versions.props index 3e6983ebc..e8eb1bee9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19474.1 + 5.0.100-alpha1.19475.4 0.2.0 From 4cc60e585b70ff3e340902dcdb43ed6383a04bed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 20:15:39 +0000 Subject: [PATCH 0695/2259] Update dependencies from https://github.com/dotnet/toolset build 20190925.1 (#4937) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19475.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 752b99713..78ba34f0b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 30f158064bfe93a810192e97333061c6f2a8a9ba + d12160e3fc0ca5745e092ee717d70ead510cd246 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e8eb1bee9..ae11d3a23 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19474.2 + 5.0.100-alpha1.19475.1 From 6c2a44036b5bc0a9495fa6cc5ff6663c3f00ef16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 21:00:42 +0000 Subject: [PATCH 0696/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190925.5 (#4938) - Microsoft.NETCore.App - 5.0.0-alpha1.19475.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19475.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19475.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78ba34f0b..6a9b31ede 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - eb6da1426884742a9dedbbfd00820dacc27838c1 + 6e9e6063bae350861e7351177abe0174587b63ab - + https://github.com/dotnet/core-setup - eb6da1426884742a9dedbbfd00820dacc27838c1 + 6e9e6063bae350861e7351177abe0174587b63ab - + https://github.com/dotnet/core-setup - eb6da1426884742a9dedbbfd00820dacc27838c1 + 6e9e6063bae350861e7351177abe0174587b63ab https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ae11d3a23..58698adf1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19475.2 + 5.0.0-alpha1.19475.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19475.2 + 2.1.0-alpha1.19475.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19475.2 + 5.0.0-alpha1.19475.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 91586abaa47c317f8e4cc93b7c4c48de966a53ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 22:15:41 +0000 Subject: [PATCH 0697/2259] Update dependencies from https://github.com/dotnet/cli build 20190925.5 (#4939) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19475.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6a9b31ede..a47445059 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 045736dfbe9e5bd184182f3fbf54465090df2fe9 + 44d2d824f747746aad981bc5bcb7d462cf01c716 diff --git a/eng/Versions.props b/eng/Versions.props index 58698adf1..74580a822 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19475.4 + 5.0.100-alpha1.19475.5 0.2.0 From ea87bded2ac7d11e34d79217c2e97373d2a3cca3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Sep 2019 22:46:29 +0000 Subject: [PATCH 0698/2259] Update dependencies from https://github.com/dotnet/toolset build 20190925.2 (#4940) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19475.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a47445059..1aed884e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - d12160e3fc0ca5745e092ee717d70ead510cd246 + 86a5638d1a49090f9d296c7c7620acea3a57e228 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 74580a822..8b2af3922 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19475.1 + 5.0.100-alpha1.19475.2 From 14dcf2f87ac41462e0ac8c37f623a142d7a5c060 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 09:34:19 +0000 Subject: [PATCH 0699/2259] [master] Update dependencies from dotnet/core-setup (#4944) * Update dependencies from https://github.com/dotnet/core-setup build 20190925.7 - Microsoft.NETCore.App - 5.0.0-alpha1.19475.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19475.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19475.7 * Update dependencies from https://github.com/dotnet/core-setup build 20190925.19 - Microsoft.NETCore.App - 5.0.0-alpha1.19475.19 - NETStandard.Library.Ref - 2.1.0-alpha1.19475.19 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19475.19 * Update dependencies from https://github.com/dotnet/core-setup build 20190925.24 - Microsoft.NETCore.App - 5.0.0-alpha1.19475.24 - NETStandard.Library.Ref - 2.1.0-alpha1.19475.24 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19475.24 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1aed884e5..5df2a7116 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6e9e6063bae350861e7351177abe0174587b63ab + d0160877a2485212c80f3bc2a2ded2d3719e1d28 - + https://github.com/dotnet/core-setup - 6e9e6063bae350861e7351177abe0174587b63ab + d0160877a2485212c80f3bc2a2ded2d3719e1d28 - + https://github.com/dotnet/core-setup - 6e9e6063bae350861e7351177abe0174587b63ab + d0160877a2485212c80f3bc2a2ded2d3719e1d28 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8b2af3922..ebdad9a06 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19475.5 + 5.0.0-alpha1.19475.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19475.5 + 2.1.0-alpha1.19475.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19475.5 + 5.0.0-alpha1.19475.24 $(MicrosoftWindowsDesktopAppPackageVersion) From 76ca300e401bfdf0dc3786aaa6b46a078fde5000 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 10:56:05 +0000 Subject: [PATCH 0700/2259] Update dependencies from https://github.com/dotnet/cli build 20190926.1 (#4945) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19476.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5df2a7116..ab6a2ee79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 44d2d824f747746aad981bc5bcb7d462cf01c716 + 5fab5375daf212db1b337171c5c4b079629f702a diff --git a/eng/Versions.props b/eng/Versions.props index ebdad9a06..7598eac29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19475.5 + 5.0.100-alpha1.19476.1 0.2.0 From c9b187221e772ccd1767e2fd61de3d01d2902edc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 13:00:34 +0000 Subject: [PATCH 0701/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190926.1 (#4947) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab6a2ee79..c6bbb489d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - d0160877a2485212c80f3bc2a2ded2d3719e1d28 + 17b6876e330f07f3a5d792a77cf18b7e192b888f - + https://github.com/dotnet/core-setup - d0160877a2485212c80f3bc2a2ded2d3719e1d28 + 17b6876e330f07f3a5d792a77cf18b7e192b888f - + https://github.com/dotnet/core-setup - d0160877a2485212c80f3bc2a2ded2d3719e1d28 + 17b6876e330f07f3a5d792a77cf18b7e192b888f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 7598eac29..ffb5a248b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19475.24 + 5.0.0-alpha1.19476.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19475.24 + 2.1.0-alpha1.19476.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19475.24 + 5.0.0-alpha1.19476.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 3a76d7140757ba44c6a589568544132514bf0e3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 13:21:54 +0000 Subject: [PATCH 0702/2259] [master] Update dependencies from dotnet/toolset (#4946) * Update dependencies from https://github.com/dotnet/toolset build 20190926.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19476.1 * Update dependencies from https://github.com/dotnet/toolset build 20190926.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19476.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6bbb489d..1a45007d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 86a5638d1a49090f9d296c7c7620acea3a57e228 + ba7bf02824e1e984825e4371f34010acaa1d0a12 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ffb5a248b..124fff7b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19475.2 + 5.0.100-alpha1.19476.2 From 4e049972fd1814d490fa95b3ad87e838fd752d6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 14:40:39 +0000 Subject: [PATCH 0703/2259] Update dependencies from https://github.com/dotnet/cli build 20190926.2 (#4948) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19476.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1a45007d9..f7c8149cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 5fab5375daf212db1b337171c5c4b079629f702a + 410e591f03cfe2083c8cf1d7b2530885d39eed91 diff --git a/eng/Versions.props b/eng/Versions.props index 124fff7b4..c8484deae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19476.1 + 5.0.100-alpha1.19476.2 0.2.0 From 417a0ffda7f4cc7880792c3b5a134fdd1105d8b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 15:05:35 +0000 Subject: [PATCH 0704/2259] Update dependencies from https://github.com/dotnet/toolset build 20190926.3 (#4949) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19476.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7c8149cf..612b0467f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - ba7bf02824e1e984825e4371f34010acaa1d0a12 + 7f328109f5e40b6ff129e721818f9c4cc31d9065 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c8484deae..f0d9ee162 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19476.2 + 5.0.100-alpha1.19476.3 From cffee3f70a4e7c06685885e7fb93156f21bc0c79 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 15:25:38 +0000 Subject: [PATCH 0705/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190926.2 (#4950) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 612b0467f..76f8ffa74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 17b6876e330f07f3a5d792a77cf18b7e192b888f + 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 - + https://github.com/dotnet/core-setup - 17b6876e330f07f3a5d792a77cf18b7e192b888f + 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 - + https://github.com/dotnet/core-setup - 17b6876e330f07f3a5d792a77cf18b7e192b888f + 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f0d9ee162..94a29c7eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.1 + 5.0.0-alpha1.19476.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.1 + 2.1.0-alpha1.19476.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.1 + 5.0.0-alpha1.19476.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 2f91e5b15cc6cd36e97f4e4524db1f24393e33e7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 16:35:32 +0000 Subject: [PATCH 0706/2259] Update dependencies from https://github.com/dotnet/cli build 20190926.3 (#4951) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19476.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 76f8ffa74..46316eae6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 410e591f03cfe2083c8cf1d7b2530885d39eed91 + 5d4325bb9d243ed0fec13ad7c6005b387410a656 diff --git a/eng/Versions.props b/eng/Versions.props index 94a29c7eb..a66621024 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19476.2 + 5.0.100-alpha1.19476.3 0.2.0 From e864867a73708597e7aee23c25060635e07d5e2a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 17:05:32 +0000 Subject: [PATCH 0707/2259] Update dependencies from https://github.com/dotnet/toolset build 20190926.4 (#4952) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19476.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 46316eae6..c429420d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 7f328109f5e40b6ff129e721818f9c4cc31d9065 + 923dc95a83c8f7b53ba550e1d7e29984666c4c32 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a66621024..11e896fc4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19476.3 + 5.0.100-alpha1.19476.4 From dc980567feaf3326456ed1dfdb4ec788a056ebc1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 18:50:29 +0000 Subject: [PATCH 0708/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190926.4 (#4954) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c429420d9..a7cd7b400 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 + 77f801a594eb047401d8a63bc9e154dfa7a5724f - + https://github.com/dotnet/core-setup - 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 + 77f801a594eb047401d8a63bc9e154dfa7a5724f - + https://github.com/dotnet/core-setup - 5a0e8cf49b21c1c6551296f9ee02225c49cc4940 + 77f801a594eb047401d8a63bc9e154dfa7a5724f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 11e896fc4..97c67b03d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.2 + 5.0.0-alpha1.19476.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.2 + 2.1.0-alpha1.19476.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.2 + 5.0.0-alpha1.19476.4 $(MicrosoftWindowsDesktopAppPackageVersion) From b06be0b55266f86c631eae5aa88d4d5555d2acbe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 20:26:10 +0000 Subject: [PATCH 0709/2259] Update dependencies from https://github.com/dotnet/cli build 20190926.6 (#4957) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19476.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a7cd7b400..258a8fd0a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 5d4325bb9d243ed0fec13ad7c6005b387410a656 + 21c9d247984efff0a983c5b8cc73bbd8498d5515 diff --git a/eng/Versions.props b/eng/Versions.props index 97c67b03d..b00a8d173 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19476.3 + 5.0.100-alpha1.19476.6 0.2.0 From da9c5fa9278e33fef8ce2a46b46caf03ffffca98 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2019 21:00:35 +0000 Subject: [PATCH 0710/2259] Update dependencies from https://github.com/dotnet/toolset build 20190926.6 (#4958) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19476.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 258a8fd0a..867d26073 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 923dc95a83c8f7b53ba550e1d7e29984666c4c32 + 11653c3c78d0fcde513571d9df7eae2c5d198b6b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b00a8d173..2abcd6b4b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19476.4 + 5.0.100-alpha1.19476.6 From d2a3ac2b18cbc8b23a999b26f54e79fbe9c811c5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 02:10:34 +0000 Subject: [PATCH 0711/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190926.11 (#4964) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.11 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 867d26073..de2d22ad5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 77f801a594eb047401d8a63bc9e154dfa7a5724f + 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b - + https://github.com/dotnet/core-setup - 77f801a594eb047401d8a63bc9e154dfa7a5724f + 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b - + https://github.com/dotnet/core-setup - 77f801a594eb047401d8a63bc9e154dfa7a5724f + 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 2abcd6b4b..b8c6617f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.4 + 5.0.0-alpha1.19476.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.4 + 2.1.0-alpha1.19476.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.4 + 5.0.0-alpha1.19476.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 03d90a9de6c352c9ebd052e6d6e47f90235a0333 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 06:25:32 +0000 Subject: [PATCH 0712/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190926.30 (#4966) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.30 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.30 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.30 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de2d22ad5..62f0bcc0c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b + 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 - + https://github.com/dotnet/core-setup - 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b + 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 - + https://github.com/dotnet/core-setup - 78d033ec32e5da343e4d2b4c6cc56ebbb4291d3b + 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b8c6617f3..f86f4c228 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.11 + 5.0.0-alpha1.19476.30 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.11 + 2.1.0-alpha1.19476.30 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.11 + 5.0.0-alpha1.19476.30 $(MicrosoftWindowsDesktopAppPackageVersion) From 2c9387c01df90c5dee0b9336d7567c2a6bbf754d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 07:50:50 +0000 Subject: [PATCH 0713/2259] Update dependencies from https://github.com/dotnet/cli build 20190926.10 (#4967) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19476.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 62f0bcc0c..671cfff6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 21c9d247984efff0a983c5b8cc73bbd8498d5515 + 62505a199daecc8b5a32b1d8275b61d38bdc36fc diff --git a/eng/Versions.props b/eng/Versions.props index f86f4c228..97aa51d94 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19476.6 + 5.0.100-alpha1.19476.10 0.2.0 From 6bc42f96f4e44e841583f1e30ed8730acf82bf60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 08:20:36 +0000 Subject: [PATCH 0714/2259] Update dependencies from https://github.com/dotnet/toolset build 20190927.1 (#4969) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 671cfff6b..6f30de43e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 11653c3c78d0fcde513571d9df7eae2c5d198b6b + b0055f86c48de0c88cca155341f826e2245a7b54 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 97aa51d94..099a39d40 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19476.6 + 5.0.100-alpha1.19477.1 From d0fde30ab01c84957fff10026ab788f21b9c7cb1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 08:55:32 +0000 Subject: [PATCH 0715/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190926.44 (#4970) - Microsoft.NETCore.App - 5.0.0-alpha1.19476.44 - NETStandard.Library.Ref - 2.1.0-alpha1.19476.44 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19476.44 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f30de43e..a307f9b6e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 + 8778a1d49965acee2eccee2cc77adb14d09b61eb - + https://github.com/dotnet/core-setup - 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 + 8778a1d49965acee2eccee2cc77adb14d09b61eb - + https://github.com/dotnet/core-setup - 0ccb1a18ad9d021f0145904d2f49f51eb22f1db2 + 8778a1d49965acee2eccee2cc77adb14d09b61eb https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 099a39d40..8107f8ba4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.30 + 5.0.0-alpha1.19476.44 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.30 + 2.1.0-alpha1.19476.44 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.30 + 5.0.0-alpha1.19476.44 $(MicrosoftWindowsDesktopAppPackageVersion) From 7d711150fc25248f07fa57a85140891bbde642c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 11:50:36 +0000 Subject: [PATCH 0716/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190927.1 (#4971) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a307f9b6e..75c8d79e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 8778a1d49965acee2eccee2cc77adb14d09b61eb + 7e3c99a9229d29443b94770de5628f066bfa17fa - + https://github.com/dotnet/core-setup - 8778a1d49965acee2eccee2cc77adb14d09b61eb + 7e3c99a9229d29443b94770de5628f066bfa17fa - + https://github.com/dotnet/core-setup - 8778a1d49965acee2eccee2cc77adb14d09b61eb + 7e3c99a9229d29443b94770de5628f066bfa17fa https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8107f8ba4..64eaccd9d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19476.44 + 5.0.0-alpha1.19477.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19476.44 + 2.1.0-alpha1.19477.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19476.44 + 5.0.0-alpha1.19477.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 659a79d412b578b3e38a3d2c8a3947e23cfcb030 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 13:25:32 +0000 Subject: [PATCH 0717/2259] Update dependencies from https://github.com/dotnet/toolset build 20190927.2 (#4972) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75c8d79e5..c56f608e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - b0055f86c48de0c88cca155341f826e2245a7b54 + ce29d8f7efc66f73af792326de9bfae8d2cd7b5d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 64eaccd9d..f2b57ded0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.1 + 5.0.100-alpha1.19477.2 From d7af756be3a89f279cdf50ac64e9b9f50e7f7da2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 13:35:49 +0000 Subject: [PATCH 0718/2259] Update dependencies from https://github.com/dotnet/cli build 20190927.1 (#4973) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c56f608e9..1958ddb78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 62505a199daecc8b5a32b1d8275b61d38bdc36fc + 6161552948b90076ac87d99bf17570e27ae4a0ee diff --git a/eng/Versions.props b/eng/Versions.props index f2b57ded0..938618ab8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19476.10 + 5.0.100-alpha1.19477.1 0.2.0 From dcc75f92f08d20f1614cd52751b4b5645e344f66 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 13:55:31 +0000 Subject: [PATCH 0719/2259] Update dependencies from https://github.com/dotnet/toolset build 20190927.3 (#4974) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1958ddb78..0f05ac9c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - ce29d8f7efc66f73af792326de9bfae8d2cd7b5d + 627ac406da6ee360c952624e987f5f030400c894 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 938618ab8..6474abac2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.2 + 5.0.100-alpha1.19477.3 From a37a9379037eb7558f2c8676df9a8684d5cbacb5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 15:55:39 +0000 Subject: [PATCH 0720/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190927.3 (#4976) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f05ac9c9..60df5a1bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7e3c99a9229d29443b94770de5628f066bfa17fa + 46241981138f20292a6df007d6aeaf60a3663352 - + https://github.com/dotnet/core-setup - 7e3c99a9229d29443b94770de5628f066bfa17fa + 46241981138f20292a6df007d6aeaf60a3663352 - + https://github.com/dotnet/core-setup - 7e3c99a9229d29443b94770de5628f066bfa17fa + 46241981138f20292a6df007d6aeaf60a3663352 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6474abac2..0025b8278 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.1 + 5.0.0-alpha1.19477.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.1 + 2.1.0-alpha1.19477.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.1 + 5.0.0-alpha1.19477.3 $(MicrosoftWindowsDesktopAppPackageVersion) From b0d17dca5e1868b6f5f8e628afffb5388ae379d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 18:25:34 +0000 Subject: [PATCH 0721/2259] Update dependencies from https://github.com/dotnet/cli build 20190927.2 (#4977) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 60df5a1bd..6757ccce6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 6161552948b90076ac87d99bf17570e27ae4a0ee + 1dac615a8af085ec83ac03e0e9ff1ff17826d454 diff --git a/eng/Versions.props b/eng/Versions.props index 0025b8278..b17ba289d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.1 + 5.0.100-alpha1.19477.2 0.2.0 From 2e093fc2d1de0017b83ae99443a2baad1e1524a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 18:35:32 +0000 Subject: [PATCH 0722/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190927.6 (#4978) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6757ccce6..7f9ae1d97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 46241981138f20292a6df007d6aeaf60a3663352 + 8f889d6841790f490a8ee46b50a3488dfc57a52d - + https://github.com/dotnet/core-setup - 46241981138f20292a6df007d6aeaf60a3663352 + 8f889d6841790f490a8ee46b50a3488dfc57a52d - + https://github.com/dotnet/core-setup - 46241981138f20292a6df007d6aeaf60a3663352 + 8f889d6841790f490a8ee46b50a3488dfc57a52d https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b17ba289d..d559c18b9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.3 + 5.0.0-alpha1.19477.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.3 + 2.1.0-alpha1.19477.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.3 + 5.0.0-alpha1.19477.6 $(MicrosoftWindowsDesktopAppPackageVersion) From 4e67cedb73d7980a91686472d1d8a28006586f66 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 18:55:30 +0000 Subject: [PATCH 0723/2259] Update dependencies from https://github.com/dotnet/toolset build 20190927.4 (#4979) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f9ae1d97..db6b352b9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 627ac406da6ee360c952624e987f5f030400c894 + 521dcbfb053fea217b52ba9d74fc7192623871ab https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d559c18b9..7f64dd435 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.3 + 5.0.100-alpha1.19477.4 From 101fcbb97c52c7edd826ee26496d0fb9684f898e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 23:05:32 +0000 Subject: [PATCH 0724/2259] Update dependencies from https://github.com/dotnet/cli build 20190927.3 (#4981) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db6b352b9..d540cb549 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 1dac615a8af085ec83ac03e0e9ff1ff17826d454 + 8f6d6ce0d110e165d0bf3ba884822e2052717ab9 diff --git a/eng/Versions.props b/eng/Versions.props index 7f64dd435..61f135487 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.2 + 5.0.100-alpha1.19477.3 0.2.0 From a76ec2c1b0c44e5c35d5ab655fcfffae30da6589 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2019 23:45:35 +0000 Subject: [PATCH 0725/2259] Update dependencies from https://github.com/dotnet/toolset build 20190927.5 (#4982) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d540cb549..4b2771cae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 521dcbfb053fea217b52ba9d74fc7192623871ab + c8c3c35acce15ad90a11e99a7b45e3d720131064 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 61f135487..dbeb3b800 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.4 + 5.0.100-alpha1.19477.5 From a414d812c6051dcd190bea72f8b74d91e6432b69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 00:16:36 +0000 Subject: [PATCH 0726/2259] [master] Update dependencies from dotnet/core-setup (#4980) * Update dependencies from https://github.com/dotnet/core-setup build 20190927.18 - Microsoft.NETCore.App - 5.0.0-alpha1.19477.18 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.18 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.18 * Update dependencies from https://github.com/dotnet/core-setup build 20190927.19 - Microsoft.NETCore.App - 5.0.0-alpha1.19477.19 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.19 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.19 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b2771cae..e56efaec5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 8f889d6841790f490a8ee46b50a3488dfc57a52d + a1633a2804d8ffa7b8f5bc299433996c19395890 - + https://github.com/dotnet/core-setup - 8f889d6841790f490a8ee46b50a3488dfc57a52d + a1633a2804d8ffa7b8f5bc299433996c19395890 - + https://github.com/dotnet/core-setup - 8f889d6841790f490a8ee46b50a3488dfc57a52d + a1633a2804d8ffa7b8f5bc299433996c19395890 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index dbeb3b800..974c426ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.6 + 5.0.0-alpha1.19477.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.6 + 2.1.0-alpha1.19477.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.6 + 5.0.0-alpha1.19477.19 $(MicrosoftWindowsDesktopAppPackageVersion) From 55bb9a7554766a8a2db12d9ae6960b6b36faf794 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 01:15:35 +0000 Subject: [PATCH 0727/2259] Update dependencies from https://github.com/dotnet/cli build 20190927.6 (#4983) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e56efaec5..07858be48 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b07b215a9c1fe6eabe1eee148bf5efec2c2e613b - + https://github.com/dotnet/cli - 8f6d6ce0d110e165d0bf3ba884822e2052717ab9 + 93af5162da38a8e294d23510789c422c6c668bb9 diff --git a/eng/Versions.props b/eng/Versions.props index 974c426ea..0fcdb0dd3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.3 + 5.0.100-alpha1.19477.6 0.2.0 From 360a174a47e102792cc68a6d7f8d320223d85ed3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 02:00:33 +0000 Subject: [PATCH 0728/2259] Update dependencies from https://github.com/dotnet/toolset build 20190927.7 (#4985) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07858be48..d4feec937 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - c8c3c35acce15ad90a11e99a7b45e3d720131064 + 4420d83aab02a1b8b34aa410b3dc5839cf21d887 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0fcdb0dd3..597fbb16e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.5 + 5.0.100-alpha1.19477.7 From 65ed3e475900371f26d3e305b5280728f510f048 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 03:00:35 +0000 Subject: [PATCH 0729/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190927.21 (#4986) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.21 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.21 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.21 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d4feec937..a92c13875 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a1633a2804d8ffa7b8f5bc299433996c19395890 + 81720d9339549e5b706c9a4c4cef0a95f2789231 - + https://github.com/dotnet/core-setup - a1633a2804d8ffa7b8f5bc299433996c19395890 + 81720d9339549e5b706c9a4c4cef0a95f2789231 - + https://github.com/dotnet/core-setup - a1633a2804d8ffa7b8f5bc299433996c19395890 + 81720d9339549e5b706c9a4c4cef0a95f2789231 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 597fbb16e..b6664d13d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.19 + 5.0.0-alpha1.19477.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.19 + 2.1.0-alpha1.19477.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.19 + 5.0.0-alpha1.19477.21 $(MicrosoftWindowsDesktopAppPackageVersion) From b679173edb5588832b0ebcca77f01e9831462ef2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 04:05:29 +0000 Subject: [PATCH 0730/2259] Update dependencies from https://github.com/dotnet/sdk build 20190927.5 (#4987) - Microsoft.NET.Sdk - 5.0.100-alpha1.19477.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a92c13875..c8ab0cab4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset 4420d83aab02a1b8b34aa410b3dc5839cf21d887 - + https://github.com/dotnet/sdk - b07b215a9c1fe6eabe1eee148bf5efec2c2e613b + b28a8efbfb30d84019351abb3aa9a2b15e008662 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index b6664d13d..7ea0f2895 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19464.1 + 5.0.100-alpha1.19477.5 $(MicrosoftNETSdkPackageVersion) From c68394e8ea615bb79e527f8dbae32e468b4f09b7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 04:10:31 +0000 Subject: [PATCH 0731/2259] Update dependencies from https://github.com/dotnet/cli build 20190927.7 (#4988) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c8ab0cab4..bcee6568b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 93af5162da38a8e294d23510789c422c6c668bb9 + d1ea9709fcab35e7598e93ab4ae4f541c0133179 diff --git a/eng/Versions.props b/eng/Versions.props index 7ea0f2895..eca29a5a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.6 + 5.0.100-alpha1.19477.7 0.2.0 From a4af7bf6d77e7001963189a53c387715ba51725e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 04:50:31 +0000 Subject: [PATCH 0732/2259] Update dependencies from https://github.com/dotnet/toolset build 20190927.8 (#4990) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bcee6568b..3377ddbe6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 4420d83aab02a1b8b34aa410b3dc5839cf21d887 + c613f84cb0a3788faf53c32c2648327b9368199a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index eca29a5a8..16fe165ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.7 + 5.0.100-alpha1.19477.8 From 3e72624da0c3a319bd3046f134fbe5de599f4663 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 05:10:34 +0000 Subject: [PATCH 0733/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190927.23 (#4991) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.23 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.23 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.23 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3377ddbe6..3c98c6cb7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 81720d9339549e5b706c9a4c4cef0a95f2789231 + 01d74def06147f8855d65f0891a1cdba8f1794e5 - + https://github.com/dotnet/core-setup - 81720d9339549e5b706c9a4c4cef0a95f2789231 + 01d74def06147f8855d65f0891a1cdba8f1794e5 - + https://github.com/dotnet/core-setup - 81720d9339549e5b706c9a4c4cef0a95f2789231 + 01d74def06147f8855d65f0891a1cdba8f1794e5 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 16fe165ff..fdd7560ad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.21 + 5.0.0-alpha1.19477.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.21 + 2.1.0-alpha1.19477.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.21 + 5.0.0-alpha1.19477.23 $(MicrosoftWindowsDesktopAppPackageVersion) From 87d2a6b06d9232d0ca036385f87d8d839c555793 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 06:05:31 +0000 Subject: [PATCH 0734/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190927.24 (#4992) - Microsoft.NETCore.App - 5.0.0-alpha1.19477.24 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.24 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.24 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3c98c6cb7..5baedc15a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 01d74def06147f8855d65f0891a1cdba8f1794e5 - + https://github.com/dotnet/core-setup 01d74def06147f8855d65f0891a1cdba8f1794e5 - + https://github.com/dotnet/core-setup 01d74def06147f8855d65f0891a1cdba8f1794e5 diff --git a/eng/Versions.props b/eng/Versions.props index fdd7560ad..5b178ebbd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.23 + 5.0.0-alpha1.19477.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.23 + 2.1.0-alpha1.19477.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.23 + 5.0.0-alpha1.19477.24 $(MicrosoftWindowsDesktopAppPackageVersion) From dfe06dc56e28c0649f404a1a6fc97b99942575cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 06:20:30 +0000 Subject: [PATCH 0735/2259] Update dependencies from https://github.com/dotnet/cli build 20190927.9 (#4993) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5baedc15a..3a49c26ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - d1ea9709fcab35e7598e93ab4ae4f541c0133179 + 2b47eecf59177755621d46db1c500bc8d2cbe33d diff --git a/eng/Versions.props b/eng/Versions.props index 5b178ebbd..f892b0b3d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.7 + 5.0.100-alpha1.19477.9 0.2.0 From e787f3a762de7c6adc74a210f04e308467f650c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 06:56:06 +0000 Subject: [PATCH 0736/2259] Update dependencies from https://github.com/dotnet/toolset build 20190927.9 (#4994) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3a49c26ad..c4c35c2dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - c613f84cb0a3788faf53c32c2648327b9368199a + d89a31f1d5a12a750b9a701b83fc62325287f031 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f892b0b3d..0390bb168 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.8 + 5.0.100-alpha1.19477.9 From 723bb54472c88d7930de327e24229556880a6709 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 07:10:28 +0000 Subject: [PATCH 0737/2259] Update dependencies from https://github.com/dotnet/cli build 20190927.10 (#4995) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19477.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c4c35c2dd..b454ac5d4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 2b47eecf59177755621d46db1c500bc8d2cbe33d + 62a8b9ce010a4f9532941d33b7eaad51b2859eb6 diff --git a/eng/Versions.props b/eng/Versions.props index 0390bb168..31edb6c6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.9 + 5.0.100-alpha1.19477.10 0.2.0 From 62123fa087fc605cdff4d7afb53e765c5da788b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 07:50:30 +0000 Subject: [PATCH 0738/2259] Update dependencies from https://github.com/dotnet/toolset build 20190927.10 (#4997) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19477.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b454ac5d4..b519ed939 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - d89a31f1d5a12a750b9a701b83fc62325287f031 + bc691e44dbd40404c62e07ea973d893bdd1f5916 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 31edb6c6c..78cc145c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.9 + 5.0.100-alpha1.19477.10 From abf0421316311e3dce3315cf1826c36b71cbd164 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 08:45:31 +0000 Subject: [PATCH 0739/2259] Update dependencies from https://github.com/dotnet/cli build 20190928.1 (#4998) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19478.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b519ed939..c98b33512 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 62a8b9ce010a4f9532941d33b7eaad51b2859eb6 + 7570157c328e2dd1d5c4ef010a2b02346b62d3b8 diff --git a/eng/Versions.props b/eng/Versions.props index 78cc145c8..f10794b32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19477.10 + 5.0.100-alpha1.19478.1 0.2.0 From 758f8f905f423c742642acca2d0dce2844a0dcf8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 09:25:32 +0000 Subject: [PATCH 0740/2259] Update dependencies from https://github.com/dotnet/toolset build 20190928.1 (#4999) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19478.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c98b33512..bb9767c36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - bc691e44dbd40404c62e07ea973d893bdd1f5916 + 80e6a568be8c3b3e719732707bec5d13bd40cb9b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f10794b32..1d15a449d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19477.10 + 5.0.100-alpha1.19478.1 From 3057a0c2eec93ae88c76317b4f371a87442c30e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 13:30:30 +0000 Subject: [PATCH 0741/2259] Update dependencies from https://github.com/dotnet/toolset build 20190928.2 (#5000) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19478.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bb9767c36..c01128c97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 80e6a568be8c3b3e719732707bec5d13bd40cb9b + 6436b0f176f146271335c90275d5b5e2f4372acd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1d15a449d..5c5d90ec7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19478.1 + 5.0.100-alpha1.19478.2 From 42c898a693bd22c94cc412fa130763c1fd4e16a8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 15:43:47 +0000 Subject: [PATCH 0742/2259] [master] Update dependencies from dotnet/core-setup (#4996) * Update dependencies from https://github.com/dotnet/core-setup build 20190927.25 - Microsoft.NETCore.App - 5.0.0-alpha1.19477.25 - NETStandard.Library.Ref - 2.1.0-alpha1.19477.25 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19477.25 * Update dependencies from https://github.com/dotnet/core-setup build 20190928.1 - Microsoft.NETCore.App - 5.0.0-alpha1.19478.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19478.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19478.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c01128c97..dd47fc3a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 01d74def06147f8855d65f0891a1cdba8f1794e5 + 25051cf8364907bb226e5b3b164f99e7f1c8bd8f - + https://github.com/dotnet/core-setup - 01d74def06147f8855d65f0891a1cdba8f1794e5 + 25051cf8364907bb226e5b3b164f99e7f1c8bd8f - + https://github.com/dotnet/core-setup - 01d74def06147f8855d65f0891a1cdba8f1794e5 + 25051cf8364907bb226e5b3b164f99e7f1c8bd8f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 5c5d90ec7..5fedf3615 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19477.24 + 5.0.0-alpha1.19478.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19477.24 + 2.1.0-alpha1.19478.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19477.24 + 5.0.0-alpha1.19478.1 $(MicrosoftWindowsDesktopAppPackageVersion) From b81334c93e540bb9f88369e854e61de58d6834b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 18:00:42 +0000 Subject: [PATCH 0743/2259] Update dependencies from https://github.com/dotnet/toolset build 20190928.3 (#5003) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19478.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd47fc3a8..d68842746 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 6436b0f176f146271335c90275d5b5e2f4372acd + 37be380709d8c266a19444d0b5c3fee01e0cbf04 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5fedf3615..eea70df96 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19478.2 + 5.0.100-alpha1.19478.3 From d2ac0eebab858a9f5b71c57f8ded3341abaec56a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 18:20:22 +0000 Subject: [PATCH 0744/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190928.2 (#5004) - Microsoft.NETCore.App - 5.0.0-alpha1.19478.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19478.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19478.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d68842746..4abb7a018 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 25051cf8364907bb226e5b3b164f99e7f1c8bd8f + 31d255861fefd39312dc636850528dd94765ebc6 - + https://github.com/dotnet/core-setup - 25051cf8364907bb226e5b3b164f99e7f1c8bd8f + 31d255861fefd39312dc636850528dd94765ebc6 - + https://github.com/dotnet/core-setup - 25051cf8364907bb226e5b3b164f99e7f1c8bd8f + 31d255861fefd39312dc636850528dd94765ebc6 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index eea70df96..62593b110 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19478.1 + 5.0.0-alpha1.19478.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19478.1 + 2.1.0-alpha1.19478.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19478.1 + 5.0.0-alpha1.19478.2 $(MicrosoftWindowsDesktopAppPackageVersion) From a391936536d88a9b82b70d017bab66874120bead Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 18:50:51 +0000 Subject: [PATCH 0745/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190928.3 (#5005) - Microsoft.NETCore.App - 5.0.0-alpha1.19478.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19478.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19478.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4abb7a018..a64e285e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 31d255861fefd39312dc636850528dd94765ebc6 - + https://github.com/dotnet/core-setup 31d255861fefd39312dc636850528dd94765ebc6 - + https://github.com/dotnet/core-setup 31d255861fefd39312dc636850528dd94765ebc6 diff --git a/eng/Versions.props b/eng/Versions.props index 62593b110..345c30c6b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19478.2 + 5.0.0-alpha1.19478.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19478.2 + 2.1.0-alpha1.19478.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19478.2 + 5.0.0-alpha1.19478.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 974288b4b72a1f02be14e31821cd40fd33ac9d4e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 19:20:07 +0000 Subject: [PATCH 0746/2259] [master] Update dependencies from dotnet/cli (#5002) * Update dependencies from https://github.com/dotnet/cli build 20190928.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19478.2 * Update dependencies from https://github.com/dotnet/cli build 20190928.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19478.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a64e285e3..3fcd9fb09 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 7570157c328e2dd1d5c4ef010a2b02346b62d3b8 + 9e24b8decef441e98161a9aaee42f99e317c5b31 diff --git a/eng/Versions.props b/eng/Versions.props index 345c30c6b..09b848960 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19478.1 + 5.0.100-alpha1.19478.3 0.2.0 From 11281c0f3880a27a53108c8d46b5c54c093ef18f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 19:55:06 +0000 Subject: [PATCH 0747/2259] Update dependencies from https://github.com/dotnet/toolset build 20190928.4 (#5007) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19478.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3fcd9fb09..4747410ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 37be380709d8c266a19444d0b5c3fee01e0cbf04 + 45d429961fcfc6f4e0aa034b490ab0456c8ca4d1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 09b848960..b0a9bc3c2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19478.3 + 5.0.100-alpha1.19478.4 From e9a34e48f9f9c5b094d39be35f2ed0ef48ef43e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 19:55:37 +0000 Subject: [PATCH 0748/2259] Update dependencies from https://github.com/dotnet/cli build 20190928.4 (#5008) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19478.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4747410ef..408b71b85 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 9e24b8decef441e98161a9aaee42f99e317c5b31 + e5a2958dfd289ba71498e872a10b313d5d69bb83 diff --git a/eng/Versions.props b/eng/Versions.props index b0a9bc3c2..73cf7b9be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19478.3 + 5.0.100-alpha1.19478.4 0.2.0 From e783b365cfdd8ca98cb7634d8ee629288dce4952 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 20:25:37 +0000 Subject: [PATCH 0749/2259] Update dependencies from https://github.com/dotnet/toolset build 20190928.5 (#5009) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19478.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 408b71b85..3565f6a1d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - 45d429961fcfc6f4e0aa034b490ab0456c8ca4d1 + fff60983f7514498d2a343e349a78474ffbfb181 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 73cf7b9be..7c61cb73e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19478.4 + 5.0.100-alpha1.19478.5 From cd2e05f803b9a861eb701d9f61aef06e83ee60b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Sep 2019 20:45:31 +0000 Subject: [PATCH 0750/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190928.4 (#5010) - Microsoft.NETCore.App - 5.0.0-alpha1.19478.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19478.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19478.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3565f6a1d..1d8aac16d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 31d255861fefd39312dc636850528dd94765ebc6 + 98ee997ccb0ae479a4c03b23c682a198b12dd682 - + https://github.com/dotnet/core-setup - 31d255861fefd39312dc636850528dd94765ebc6 + 98ee997ccb0ae479a4c03b23c682a198b12dd682 - + https://github.com/dotnet/core-setup - 31d255861fefd39312dc636850528dd94765ebc6 + 98ee997ccb0ae479a4c03b23c682a198b12dd682 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 7c61cb73e..0eca71296 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19478.3 + 5.0.0-alpha1.19478.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19478.3 + 2.1.0-alpha1.19478.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19478.3 + 5.0.0-alpha1.19478.4 $(MicrosoftWindowsDesktopAppPackageVersion) From 4855d9529b738f653e63d99170771c211229826e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 05:50:31 +0000 Subject: [PATCH 0751/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190929.2 (#5014) - Microsoft.NETCore.App - 5.0.0-alpha1.19479.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19479.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19479.2 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1d8aac16d..5ed115983 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 98ee997ccb0ae479a4c03b23c682a198b12dd682 - + https://github.com/dotnet/core-setup 98ee997ccb0ae479a4c03b23c682a198b12dd682 - + https://github.com/dotnet/core-setup 98ee997ccb0ae479a4c03b23c682a198b12dd682 diff --git a/eng/Versions.props b/eng/Versions.props index 0eca71296..9984ba001 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19478.4 + 5.0.0-alpha1.19479.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19478.4 + 2.1.0-alpha1.19479.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19478.4 + 5.0.0-alpha1.19479.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 09433ac348e717f53b51b37e2d949e1af4fcb25d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 18:15:36 +0000 Subject: [PATCH 0752/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190930.1 (#5016) - Microsoft.NETCore.App - 5.0.0-alpha1.19480.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5ed115983..988036307 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 98ee997ccb0ae479a4c03b23c682a198b12dd682 + 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 - + https://github.com/dotnet/core-setup - 98ee997ccb0ae479a4c03b23c682a198b12dd682 + 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 - + https://github.com/dotnet/core-setup - 98ee997ccb0ae479a4c03b23c682a198b12dd682 + 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9984ba001..b80bb365c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19479.2 + 5.0.0-alpha1.19480.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19479.2 + 2.1.0-alpha1.19480.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19479.2 + 5.0.0-alpha1.19480.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 2e66d6f0838a973e75bc204495f189819f369a6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 20:30:43 +0000 Subject: [PATCH 0753/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190930.4 (#5017) - Microsoft.NETCore.App - 5.0.0-alpha1.19480.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 988036307..08aaedcf6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 + e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 - + https://github.com/dotnet/core-setup - 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 + e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 - + https://github.com/dotnet/core-setup - 1abebaa5a4b378c6ce4b17ff8bdc3f1c498b0c62 + e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b80bb365c..ef3de09c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.1 + 5.0.0-alpha1.19480.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.1 + 2.1.0-alpha1.19480.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.1 + 5.0.0-alpha1.19480.4 $(MicrosoftWindowsDesktopAppPackageVersion) From b14cbc4a944b3f2f62c303e1679d2adf8c221db0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 21:40:39 +0000 Subject: [PATCH 0754/2259] Update dependencies from https://github.com/dotnet/cli build 20190930.1 (#5018) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19480.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 08aaedcf6..4da514edd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - e5a2958dfd289ba71498e872a10b313d5d69bb83 + 732e79becd2ee5fea00cffa299b4fe1198d1198c diff --git a/eng/Versions.props b/eng/Versions.props index ef3de09c1..109e4ea53 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19478.4 + 5.0.100-alpha1.19480.1 0.2.0 From 796a2e902f041079c138b8600ac8bc27ab076768 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 22:45:36 +0000 Subject: [PATCH 0755/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190930.9 (#5023) - Microsoft.NETCore.App - 5.0.0-alpha1.19480.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.9 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19474.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19476.3 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4da514edd..369013262 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 + ed7faad78973e21d58839ac0d74a4f325d0e803f - + https://github.com/dotnet/core-setup - e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 + ed7faad78973e21d58839ac0d74a4f325d0e803f - + https://github.com/dotnet/core-setup - e5f208fcc7acfb33647c52b01dfe6dae0b3f8928 + ed7faad78973e21d58839ac0d74a4f325d0e803f https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 732e79becd2ee5fea00cffa299b4fe1198d1198c - + https://github.com/dotnet/winforms - aa251536c8ae637e95faf529480e8020d69aa361 + 8ecc2b49acfd44f607d4ad9b7add1e80dcb3d88d - + https://github.com/dotnet/wpf - 11a8ba5060577dbddae4303e53583f8d4a82f172 + 1d4abe6b45ed1a1e9fe605ae1c9949d6d2a99fb4 diff --git a/eng/Versions.props b/eng/Versions.props index 109e4ea53..08b2cae03 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19462.11 + 5.0.0-alpha1.19474.2 - 5.0.0-alpha1.19462.16 + 5.0.0-alpha1.19476.3 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.4 + 5.0.0-alpha1.19480.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.4 + 2.1.0-alpha1.19480.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.4 + 5.0.0-alpha1.19480.9 $(MicrosoftWindowsDesktopAppPackageVersion) From 29a886fcd2fe58b6998cd3a47bc70550c7263a2f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 00:05:51 +0000 Subject: [PATCH 0756/2259] Update dependencies from https://github.com/dotnet/cli build 20190930.2 (#5024) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19480.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 369013262..d07ef38c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 732e79becd2ee5fea00cffa299b4fe1198d1198c + bc90aa112bd7ea3fefecd0c5ee3992ef114fdbb4 diff --git a/eng/Versions.props b/eng/Versions.props index 08b2cae03..b80f7b21f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19480.1 + 5.0.100-alpha1.19480.2 0.2.0 From 678dca4df7c234cba6faf1f074492ec97ea129b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 02:10:32 +0000 Subject: [PATCH 0757/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190930.14 (#5027) - Microsoft.NETCore.App - 5.0.0-alpha1.19480.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.14 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19480.2 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d07ef38c9..4b640a8a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ed7faad78973e21d58839ac0d74a4f325d0e803f + 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b - + https://github.com/dotnet/core-setup - ed7faad78973e21d58839ac0d74a4f325d0e803f + 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b - + https://github.com/dotnet/core-setup - ed7faad78973e21d58839ac0d74a4f325d0e803f + 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms 8ecc2b49acfd44f607d4ad9b7add1e80dcb3d88d - + https://github.com/dotnet/wpf - 1d4abe6b45ed1a1e9fe605ae1c9949d6d2a99fb4 + f1dd4c886184778305f0bd52bef52c387634da5a diff --git a/eng/Versions.props b/eng/Versions.props index b80f7b21f..2766cd77f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19476.3 + 5.0.0-alpha1.19480.2 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.9 + 5.0.0-alpha1.19480.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.9 + 2.1.0-alpha1.19480.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.9 + 5.0.0-alpha1.19480.14 $(MicrosoftWindowsDesktopAppPackageVersion) From 2c037c594a5f6a617163a167afd0daf65ab6b92e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 03:15:14 +0000 Subject: [PATCH 0758/2259] Update dependencies from https://github.com/dotnet/cli build 20190930.3 (#5028) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19480.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b640a8a8..be058ac01 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - bc90aa112bd7ea3fefecd0c5ee3992ef114fdbb4 + 1f4478755d57ed37058096ed739bbdf9b3d2eb3c diff --git a/eng/Versions.props b/eng/Versions.props index 2766cd77f..3e85280bc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19480.2 + 5.0.100-alpha1.19480.3 0.2.0 From df0d1f3f83a9ad62c38ace63329d4a62c64743e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 04:45:29 +0000 Subject: [PATCH 0759/2259] Update dependencies from https://github.com/dotnet/core-setup build 20190930.23 (#5031) - Microsoft.NETCore.App - 5.0.0-alpha1.19480.23 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.23 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.23 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19480.3 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be058ac01..325ef20dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b + 28821c59adb1afff8f9d5740d84e5a966501afa7 - + https://github.com/dotnet/core-setup - 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b + 28821c59adb1afff8f9d5740d84e5a966501afa7 - + https://github.com/dotnet/core-setup - 6e19ccf91950bd458e8909b362dd8ca1bbf6c34b + 28821c59adb1afff8f9d5740d84e5a966501afa7 https://github.com/aspnet/AspNetCore @@ -59,7 +59,7 @@ https://github.com/dotnet/winforms 8ecc2b49acfd44f607d4ad9b7add1e80dcb3d88d - + https://github.com/dotnet/wpf f1dd4c886184778305f0bd52bef52c387634da5a diff --git a/eng/Versions.props b/eng/Versions.props index 3e85280bc..09c071ee6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19480.2 + 5.0.0-alpha1.19480.3 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.14 + 5.0.0-alpha1.19480.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.14 + 2.1.0-alpha1.19480.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.14 + 5.0.0-alpha1.19480.23 $(MicrosoftWindowsDesktopAppPackageVersion) From 20504a257db7920d37421ead7c154b9821228986 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 08:26:17 +0000 Subject: [PATCH 0760/2259] [master] Update dependencies from dotnet/core-setup (#5032) * Update dependencies from https://github.com/dotnet/core-setup build 20190930.24 - Microsoft.NETCore.App - 5.0.0-alpha1.19480.24 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.24 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.24 * Update dependencies from https://github.com/dotnet/core-setup build 20190930.26 - Microsoft.NETCore.App - 5.0.0-alpha1.19480.26 - NETStandard.Library.Ref - 2.1.0-alpha1.19480.26 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19480.26 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 325ef20dd..248a0ac27 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 28821c59adb1afff8f9d5740d84e5a966501afa7 + 9007b59878977fc54840d169483bc593e83f2205 - + https://github.com/dotnet/core-setup - 28821c59adb1afff8f9d5740d84e5a966501afa7 + 9007b59878977fc54840d169483bc593e83f2205 - + https://github.com/dotnet/core-setup - 28821c59adb1afff8f9d5740d84e5a966501afa7 + 9007b59878977fc54840d169483bc593e83f2205 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 09c071ee6..962f56f0f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.23 + 5.0.0-alpha1.19480.26 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.23 + 2.1.0-alpha1.19480.26 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.23 + 5.0.0-alpha1.19480.26 $(MicrosoftWindowsDesktopAppPackageVersion) From 3ac5fed7e6bbfda426dd9fbf711c85547cfe3555 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 09:27:50 +0000 Subject: [PATCH 0761/2259] [master] Update dependencies from dotnet/cli (#5029) * Update dependencies from https://github.com/dotnet/cli build 20190930.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19480.4 * Update dependencies from https://github.com/dotnet/cli build 20190930.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19480.6 * Update dependencies from https://github.com/dotnet/cli build 20191001.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 248a0ac27..d43700ad1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk b28a8efbfb30d84019351abb3aa9a2b15e008662 - + https://github.com/dotnet/cli - 1f4478755d57ed37058096ed739bbdf9b3d2eb3c + 6a7a257e320a08cf4e9933ce53732aa427685691 diff --git a/eng/Versions.props b/eng/Versions.props index 962f56f0f..548f7ee7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19480.3 + 5.0.100-alpha1.19501.3 0.2.0 From 0035faa0223e0295da3597e1be81a279b7bb8606 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 11:10:42 +0000 Subject: [PATCH 0762/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191001.1 (#5035) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19480.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19480.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d43700ad1..a0e26aac6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 9007b59878977fc54840d169483bc593e83f2205 + b51799c4f5cee439b248310a17d7edaddfbee8af - + https://github.com/dotnet/core-setup - 9007b59878977fc54840d169483bc593e83f2205 + b51799c4f5cee439b248310a17d7edaddfbee8af - + https://github.com/dotnet/core-setup - 9007b59878977fc54840d169483bc593e83f2205 + b51799c4f5cee439b248310a17d7edaddfbee8af https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 6a7a257e320a08cf4e9933ce53732aa427685691 - + https://github.com/dotnet/winforms - 8ecc2b49acfd44f607d4ad9b7add1e80dcb3d88d + 15610a77c574b3f390893699143d33fbbc94d756 - + https://github.com/dotnet/wpf - f1dd4c886184778305f0bd52bef52c387634da5a + 672a97c98de5e0e8798c56730c6977e80315d099 diff --git a/eng/Versions.props b/eng/Versions.props index 548f7ee7d..ddc4ea189 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19474.2 + 5.0.0-alpha1.19480.3 - 5.0.0-alpha1.19480.3 + 5.0.0-alpha1.19480.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19480.26 + 5.0.0-alpha1.19501.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19480.26 + 2.1.0-alpha1.19501.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19480.26 + 5.0.0-alpha1.19501.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 45fa659f57e626b975acc579ed18f9e8e9f524e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 13:50:30 +0000 Subject: [PATCH 0763/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191001.2 (#5037) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19480.6 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19480.5 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a0e26aac6..c098bc630 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b51799c4f5cee439b248310a17d7edaddfbee8af + c7dcc736e0559924ef19d8f84132f915ca128b29 - + https://github.com/dotnet/core-setup - b51799c4f5cee439b248310a17d7edaddfbee8af + c7dcc736e0559924ef19d8f84132f915ca128b29 - + https://github.com/dotnet/core-setup - b51799c4f5cee439b248310a17d7edaddfbee8af + c7dcc736e0559924ef19d8f84132f915ca128b29 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 6a7a257e320a08cf4e9933ce53732aa427685691 - + https://github.com/dotnet/winforms - 15610a77c574b3f390893699143d33fbbc94d756 + 3750c43d5d9b5161be967e39fd848c89d6479ff5 - + https://github.com/dotnet/wpf - 672a97c98de5e0e8798c56730c6977e80315d099 + 5a34a5ce423dcbabe395b84d1364cd490763c104 diff --git a/eng/Versions.props b/eng/Versions.props index ddc4ea189..007329364 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19480.3 + 5.0.0-alpha1.19480.6 - 5.0.0-alpha1.19480.4 + 5.0.0-alpha1.19480.5 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.1 + 5.0.0-alpha1.19501.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.1 + 2.1.0-alpha1.19501.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.1 + 5.0.0-alpha1.19501.2 $(MicrosoftWindowsDesktopAppPackageVersion) From f4bb2d8ff43393b83cc20f03aba421f645b4280f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 14:49:38 +0000 Subject: [PATCH 0764/2259] [master] Update dependencies from dotnet/sdk (#5001) * Update dependencies from https://github.com/dotnet/sdk build 20190928.1 - Microsoft.NET.Sdk - 5.0.100-alpha1.19478.1 * Update dependencies from https://github.com/dotnet/sdk build 20191001.2 - Microsoft.NET.Sdk - 5.0.100-alpha1.19501.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c098bc630..01b1ec357 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -46,9 +46,9 @@ https://github.com/dotnet/toolset fff60983f7514498d2a343e349a78474ffbfb181 - + https://github.com/dotnet/sdk - b28a8efbfb30d84019351abb3aa9a2b15e008662 + 419501cb5731805c7e49bae276a2938e7c1844de https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 007329364..fb6d80942 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -40,7 +40,7 @@ - 5.0.100-alpha1.19477.5 + 5.0.100-alpha1.19501.2 $(MicrosoftNETSdkPackageVersion) From 33034a7567db7c47c316caff0acd71d6837ecaa4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 16:05:33 +0000 Subject: [PATCH 0765/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191001.3 (#5039) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 01b1ec357..423a2fdd0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c7dcc736e0559924ef19d8f84132f915ca128b29 + af6823b4dd45c07d22b3a3d6e44a6c05145aa28a - + https://github.com/dotnet/core-setup - c7dcc736e0559924ef19d8f84132f915ca128b29 + af6823b4dd45c07d22b3a3d6e44a6c05145aa28a - + https://github.com/dotnet/core-setup - c7dcc736e0559924ef19d8f84132f915ca128b29 + af6823b4dd45c07d22b3a3d6e44a6c05145aa28a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index fb6d80942..de17ff399 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.2 + 5.0.0-alpha1.19501.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.2 + 2.1.0-alpha1.19501.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.2 + 5.0.0-alpha1.19501.3 $(MicrosoftWindowsDesktopAppPackageVersion) From a1ff3682e01c4e65065e6b43774961e31d20bab0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 17:20:32 +0000 Subject: [PATCH 0766/2259] Update dependencies from https://github.com/dotnet/cli build 20191001.6 (#5040) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 423a2fdd0..1f003b3e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 6a7a257e320a08cf4e9933ce53732aa427685691 + bc52cde353067c58ad3ddfbe16efcf13c90e9e96 diff --git a/eng/Versions.props b/eng/Versions.props index de17ff399..6010f1caf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.3 + 5.0.100-alpha1.19501.6 0.2.0 From b915e9ec338a9c33f3f9a56d44d0e5d790d3a609 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 18:20:16 +0000 Subject: [PATCH 0767/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191001.7 (#5041) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1f003b3e6..a2b910346 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - af6823b4dd45c07d22b3a3d6e44a6c05145aa28a + c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 - + https://github.com/dotnet/core-setup - af6823b4dd45c07d22b3a3d6e44a6c05145aa28a + c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 - + https://github.com/dotnet/core-setup - af6823b4dd45c07d22b3a3d6e44a6c05145aa28a + c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6010f1caf..df2f87e73 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.3 + 5.0.0-alpha1.19501.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.3 + 2.1.0-alpha1.19501.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.3 + 5.0.0-alpha1.19501.7 $(MicrosoftWindowsDesktopAppPackageVersion) From 9a697fe29d5422782904ffe381473621a7251b30 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 18:45:44 +0000 Subject: [PATCH 0768/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191001.8 (#5043) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.8 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a2b910346..8f26d9a6e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 - + https://github.com/dotnet/core-setup c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 - + https://github.com/dotnet/core-setup c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 diff --git a/eng/Versions.props b/eng/Versions.props index df2f87e73..f6b07a2af 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.7 + 5.0.0-alpha1.19501.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.7 + 2.1.0-alpha1.19501.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.7 + 5.0.0-alpha1.19501.8 $(MicrosoftWindowsDesktopAppPackageVersion) From c14ca3a850e28e39d2fc60df7a0d84b1b1305d73 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 19:45:32 +0000 Subject: [PATCH 0769/2259] Update dependencies from https://github.com/dotnet/cli build 20191001.7 (#5044) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f26d9a6e..8cca9d215 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - bc52cde353067c58ad3ddfbe16efcf13c90e9e96 + c011825581712b1bc921ce9b10518b8b7cb32a13 diff --git a/eng/Versions.props b/eng/Versions.props index f6b07a2af..fd9dd31ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.6 + 5.0.100-alpha1.19501.7 0.2.0 From 711cb9871e70967f574693c664f96c6d8bcaf43c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 20:26:55 +0000 Subject: [PATCH 0770/2259] Update dependencies from https://github.com/dotnet/cli build 20191001.8 (#5045) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8cca9d215..6aa0faed7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - c011825581712b1bc921ce9b10518b8b7cb32a13 + 548fffa81e7bf33cfd96b31b416468b767cf77ac diff --git a/eng/Versions.props b/eng/Versions.props index fd9dd31ae..4a4442430 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.7 + 5.0.100-alpha1.19501.8 0.2.0 From d8797e74ac94301aca9c74e08fd6a1e5b342911e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 22:25:45 +0000 Subject: [PATCH 0771/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191001.10 (#5048) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6aa0faed7..90ac648ab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 + 1def95819b537ec19aa89e774578bc66b0507609 - + https://github.com/dotnet/core-setup - c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 + 1def95819b537ec19aa89e774578bc66b0507609 - + https://github.com/dotnet/core-setup - c8a7fa836b9a15e1a5a4398eb916666bfa9aa772 + 1def95819b537ec19aa89e774578bc66b0507609 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 4a4442430..cd254657b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.8 + 5.0.0-alpha1.19501.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.8 + 2.1.0-alpha1.19501.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.8 + 5.0.0-alpha1.19501.10 $(MicrosoftWindowsDesktopAppPackageVersion) From b4968aa851907392655a91ead63349f97ef3fbf1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2019 23:55:56 +0000 Subject: [PATCH 0772/2259] Update dependencies from https://github.com/dotnet/cli build 20191001.10 (#5050) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 90ac648ab..4db1b113d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 548fffa81e7bf33cfd96b31b416468b767cf77ac + 5a359b45d1ebd1e165dc377b741de6e1528162d2 diff --git a/eng/Versions.props b/eng/Versions.props index cd254657b..8fa6471f2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.8 + 5.0.100-alpha1.19501.10 0.2.0 From 02d2020cbef49b14ef29ccb281e1b0a11a8236de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 01:20:48 +0000 Subject: [PATCH 0773/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191001.14 (#5051) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.14 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4db1b113d..7d0ffe7a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 1def95819b537ec19aa89e774578bc66b0507609 + c5306ac30343f69ec8dafe6d00eb372fbbe21629 - + https://github.com/dotnet/core-setup - 1def95819b537ec19aa89e774578bc66b0507609 + c5306ac30343f69ec8dafe6d00eb372fbbe21629 - + https://github.com/dotnet/core-setup - 1def95819b537ec19aa89e774578bc66b0507609 + c5306ac30343f69ec8dafe6d00eb372fbbe21629 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8fa6471f2..dc9c21723 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.10 + 5.0.0-alpha1.19501.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.10 + 2.1.0-alpha1.19501.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.10 + 5.0.0-alpha1.19501.14 $(MicrosoftWindowsDesktopAppPackageVersion) From 5fc88de47b8899acc6a514fb3637c9541ef70d16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 05:55:11 +0000 Subject: [PATCH 0774/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191001.19 (#5053) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.19 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.19 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.19 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19501.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7d0ffe7a5..6f0b800ab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c5306ac30343f69ec8dafe6d00eb372fbbe21629 + f438438d5116fa495b5493e949f131ba52ba24ba - + https://github.com/dotnet/core-setup - c5306ac30343f69ec8dafe6d00eb372fbbe21629 + f438438d5116fa495b5493e949f131ba52ba24ba - + https://github.com/dotnet/core-setup - c5306ac30343f69ec8dafe6d00eb372fbbe21629 + f438438d5116fa495b5493e949f131ba52ba24ba https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms 3750c43d5d9b5161be967e39fd848c89d6479ff5 - + https://github.com/dotnet/wpf - 5a34a5ce423dcbabe395b84d1364cd490763c104 + 185e2e8c62ede5c188bf3655f862f87eba4a3cb5 diff --git a/eng/Versions.props b/eng/Versions.props index dc9c21723..2fa986ac3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19480.5 + 5.0.0-alpha1.19501.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.14 + 5.0.0-alpha1.19501.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.14 + 2.1.0-alpha1.19501.19 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.14 + 5.0.0-alpha1.19501.19 $(MicrosoftWindowsDesktopAppPackageVersion) From 675d4cb88b2fc01fd89b7d443ff6ee10df2f2c3c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 06:25:42 +0000 Subject: [PATCH 0775/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191001.21 (#5056) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.21 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.21 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.21 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f0b800ab..b07c78851 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup f438438d5116fa495b5493e949f131ba52ba24ba - + https://github.com/dotnet/core-setup f438438d5116fa495b5493e949f131ba52ba24ba - + https://github.com/dotnet/core-setup f438438d5116fa495b5493e949f131ba52ba24ba diff --git a/eng/Versions.props b/eng/Versions.props index 2fa986ac3..e567f5a8f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.19 + 5.0.0-alpha1.19501.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.19 + 2.1.0-alpha1.19501.21 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.19 + 5.0.0-alpha1.19501.21 $(MicrosoftWindowsDesktopAppPackageVersion) From ca90283c8f518d1be76ff70d8c4272851aa93fe5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 08:26:08 +0000 Subject: [PATCH 0776/2259] [master] Update dependencies from dotnet/cli (#5057) * Update dependencies from https://github.com/dotnet/cli build 20191001.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.14 * Update dependencies from https://github.com/dotnet/cli build 20191001.16 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19501.16 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b07c78851..f7912f059 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 5a359b45d1ebd1e165dc377b741de6e1528162d2 + f566a0cd88c952f02baf91b60f3fcdc11f9cc9dd diff --git a/eng/Versions.props b/eng/Versions.props index e567f5a8f..2fd553b52 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.10 + 5.0.100-alpha1.19501.16 0.2.0 From 466cf27d57b9eb67755686dcac7eb34200a4ffd8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 08:50:38 +0000 Subject: [PATCH 0777/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191001.23 (#5059) - Microsoft.NETCore.App - 5.0.0-alpha1.19501.23 - NETStandard.Library.Ref - 2.1.0-alpha1.19501.23 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19501.23 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7912f059..9a6586044 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - f438438d5116fa495b5493e949f131ba52ba24ba + 472fabe8c5cf934760974d62a0b0ceb2ead63e17 - + https://github.com/dotnet/core-setup - f438438d5116fa495b5493e949f131ba52ba24ba + 472fabe8c5cf934760974d62a0b0ceb2ead63e17 - + https://github.com/dotnet/core-setup - f438438d5116fa495b5493e949f131ba52ba24ba + 472fabe8c5cf934760974d62a0b0ceb2ead63e17 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 2fd553b52..0e6f8cc45 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.21 + 5.0.0-alpha1.19501.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.21 + 2.1.0-alpha1.19501.23 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.21 + 5.0.0-alpha1.19501.23 $(MicrosoftWindowsDesktopAppPackageVersion) From 841a8bb2d4f87fc6ce77c44bcd50ecfbe6a2e1df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 12:25:38 +0000 Subject: [PATCH 0778/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191002.2 (#5063) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19501.2 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19501.5 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a6586044..2da7001c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 472fabe8c5cf934760974d62a0b0ceb2ead63e17 + ba2095a5755a040850bdc4b423fab1ca26da4025 - + https://github.com/dotnet/core-setup - 472fabe8c5cf934760974d62a0b0ceb2ead63e17 + ba2095a5755a040850bdc4b423fab1ca26da4025 - + https://github.com/dotnet/core-setup - 472fabe8c5cf934760974d62a0b0ceb2ead63e17 + ba2095a5755a040850bdc4b423fab1ca26da4025 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ f566a0cd88c952f02baf91b60f3fcdc11f9cc9dd - + https://github.com/dotnet/winforms - 3750c43d5d9b5161be967e39fd848c89d6479ff5 + 7b3aca5a1efc1760bf330a79b89e77a08b538e40 - + https://github.com/dotnet/wpf - 185e2e8c62ede5c188bf3655f862f87eba4a3cb5 + 9d29e7c142298f9c630c7531db5a42a48bd2f10f diff --git a/eng/Versions.props b/eng/Versions.props index 0e6f8cc45..80b6a8e2f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19480.6 + 5.0.0-alpha1.19501.2 - 5.0.0-alpha1.19501.4 + 5.0.0-alpha1.19501.5 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19501.23 + 5.0.0-alpha1.19502.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19501.23 + 2.1.0-alpha1.19502.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19501.23 + 5.0.0-alpha1.19502.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 59288fd82bfc8469926f30ab3b74cf7bb623cc49 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 15:10:42 +0000 Subject: [PATCH 0779/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191002.3 (#5065) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19501.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19501.7 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2da7001c3..4a74f358c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - ba2095a5755a040850bdc4b423fab1ca26da4025 + a36c0669b13483d93cd74090839644932d574faa - + https://github.com/dotnet/core-setup - ba2095a5755a040850bdc4b423fab1ca26da4025 + a36c0669b13483d93cd74090839644932d574faa - + https://github.com/dotnet/core-setup - ba2095a5755a040850bdc4b423fab1ca26da4025 + a36c0669b13483d93cd74090839644932d574faa https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ f566a0cd88c952f02baf91b60f3fcdc11f9cc9dd - + https://github.com/dotnet/winforms - 7b3aca5a1efc1760bf330a79b89e77a08b538e40 + fec2b23f60b0a4c4d3bee27b2f6be627e8f4482c - + https://github.com/dotnet/wpf - 9d29e7c142298f9c630c7531db5a42a48bd2f10f + 8bbae2f230bd06f0f31dbb77c166b263dc832fb7 diff --git a/eng/Versions.props b/eng/Versions.props index 80b6a8e2f..7f002f0a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19501.2 + 5.0.0-alpha1.19501.3 - 5.0.0-alpha1.19501.5 + 5.0.0-alpha1.19501.7 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.2 + 5.0.0-alpha1.19502.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.2 + 2.1.0-alpha1.19502.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.2 + 5.0.0-alpha1.19502.3 $(MicrosoftWindowsDesktopAppPackageVersion) From fa887bbb51803ea4ef252ac01de7ce7dc641bed4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 16:42:05 +0000 Subject: [PATCH 0780/2259] [master] Update dependencies from dotnet/cli (#5064) * Update dependencies from https://github.com/dotnet/cli build 20191002.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.4 * Update dependencies from https://github.com/dotnet/cli build 20191002.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4a74f358c..fd76dab54 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - f566a0cd88c952f02baf91b60f3fcdc11f9cc9dd + 0d67a0095bd98bbce9981adc30c3905e7c386529 diff --git a/eng/Versions.props b/eng/Versions.props index 7f002f0a4..18791aa1d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19501.16 + 5.0.100-alpha1.19502.5 0.2.0 From b76edc6346520f9c588257232435812635ae96ee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 20:55:33 +0000 Subject: [PATCH 0781/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191002.8 (#5068) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.8 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19502.2 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd76dab54..e0b5e492f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - a36c0669b13483d93cd74090839644932d574faa + c094df5549d457f89d395ab4ab77c5cfa3665dbb - + https://github.com/dotnet/core-setup - a36c0669b13483d93cd74090839644932d574faa + c094df5549d457f89d395ab4ab77c5cfa3665dbb - + https://github.com/dotnet/core-setup - a36c0669b13483d93cd74090839644932d574faa + c094df5549d457f89d395ab4ab77c5cfa3665dbb https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms fec2b23f60b0a4c4d3bee27b2f6be627e8f4482c - + https://github.com/dotnet/wpf - 8bbae2f230bd06f0f31dbb77c166b263dc832fb7 + 7a24482e3a0bba126ef31ea3cd35e15bfcb26b32 diff --git a/eng/Versions.props b/eng/Versions.props index 18791aa1d..8b9173e14 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19501.7 + 5.0.0-alpha1.19502.2 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.3 + 5.0.0-alpha1.19502.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.3 + 2.1.0-alpha1.19502.8 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.3 + 5.0.0-alpha1.19502.8 $(MicrosoftWindowsDesktopAppPackageVersion) From 6a1f8d7068e4ebf94ad29598fcf646442c44634b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 02:55:28 +0000 Subject: [PATCH 0782/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191002.20 (#5080) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.20 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.20 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.20 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0b5e492f..b22239ea7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - c094df5549d457f89d395ab4ab77c5cfa3665dbb + b3218cd12e968f539c95447da90608357ebda318 - + https://github.com/dotnet/core-setup - c094df5549d457f89d395ab4ab77c5cfa3665dbb + b3218cd12e968f539c95447da90608357ebda318 - + https://github.com/dotnet/core-setup - c094df5549d457f89d395ab4ab77c5cfa3665dbb + b3218cd12e968f539c95447da90608357ebda318 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8b9173e14..fc02b9af3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.8 + 5.0.0-alpha1.19502.20 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.8 + 2.1.0-alpha1.19502.20 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.8 + 5.0.0-alpha1.19502.20 $(MicrosoftWindowsDesktopAppPackageVersion) From 2cd543ee7727f5b3ba00f643465a8c1a97027f89 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 04:17:36 +0000 Subject: [PATCH 0783/2259] [master] Update dependencies from dotnet/cli (#5076) * Update dependencies from https://github.com/dotnet/cli build 20191002.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.7 * Update dependencies from https://github.com/dotnet/cli build 20191002.11 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b22239ea7..a3e274adb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 0d67a0095bd98bbce9981adc30c3905e7c386529 + c7e7802dce978d97780472e489319d2cb78df0fc diff --git a/eng/Versions.props b/eng/Versions.props index fc02b9af3..a3642acef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19502.5 + 5.0.100-alpha1.19502.11 0.2.0 From 81b7766db89b3ca27901c57f681566cc66d1009b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 05:25:31 +0000 Subject: [PATCH 0784/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191002.24 (#5084) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.24 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.24 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.24 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19502.3 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a3e274adb..789542c39 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b3218cd12e968f539c95447da90608357ebda318 + 58df33a9d497a5a68af81c33cdbcb31180613ea7 - + https://github.com/dotnet/core-setup - b3218cd12e968f539c95447da90608357ebda318 + 58df33a9d497a5a68af81c33cdbcb31180613ea7 - + https://github.com/dotnet/core-setup - b3218cd12e968f539c95447da90608357ebda318 + 58df33a9d497a5a68af81c33cdbcb31180613ea7 https://github.com/aspnet/AspNetCore @@ -59,7 +59,7 @@ https://github.com/dotnet/winforms fec2b23f60b0a4c4d3bee27b2f6be627e8f4482c - + https://github.com/dotnet/wpf 7a24482e3a0bba126ef31ea3cd35e15bfcb26b32 diff --git a/eng/Versions.props b/eng/Versions.props index a3642acef..f2b6e8413 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19502.2 + 5.0.0-alpha1.19502.3 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.20 + 5.0.0-alpha1.19502.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.20 + 2.1.0-alpha1.19502.24 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.20 + 5.0.0-alpha1.19502.24 $(MicrosoftWindowsDesktopAppPackageVersion) From 005512d14c9384d6a0256bdf1ae45b97076f895d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 06:10:28 +0000 Subject: [PATCH 0785/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191002.25 (#5085) - Microsoft.NETCore.App - 5.0.0-alpha1.19502.25 - NETStandard.Library.Ref - 2.1.0-alpha1.19502.25 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19502.25 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 789542c39..bc3428f57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 58df33a9d497a5a68af81c33cdbcb31180613ea7 - + https://github.com/dotnet/core-setup 58df33a9d497a5a68af81c33cdbcb31180613ea7 - + https://github.com/dotnet/core-setup 58df33a9d497a5a68af81c33cdbcb31180613ea7 diff --git a/eng/Versions.props b/eng/Versions.props index f2b6e8413..9b4739f3a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.24 + 5.0.0-alpha1.19502.25 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.24 + 2.1.0-alpha1.19502.25 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.24 + 5.0.0-alpha1.19502.25 $(MicrosoftWindowsDesktopAppPackageVersion) From 775c078fd0b707f90f4fa24b824f8a7622dd15dd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 11:35:33 +0000 Subject: [PATCH 0786/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191003.1 (#5089) - Microsoft.NETCore.App - 5.0.0-alpha1.19503.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19502.1 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19502.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc3428f57..2d6a21149 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 58df33a9d497a5a68af81c33cdbcb31180613ea7 + 5af8549566116dbc3c6347036076d664db949e33 - + https://github.com/dotnet/core-setup - 58df33a9d497a5a68af81c33cdbcb31180613ea7 + 5af8549566116dbc3c6347036076d664db949e33 - + https://github.com/dotnet/core-setup - 58df33a9d497a5a68af81c33cdbcb31180613ea7 + 5af8549566116dbc3c6347036076d664db949e33 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ c7e7802dce978d97780472e489319d2cb78df0fc - + https://github.com/dotnet/winforms - fec2b23f60b0a4c4d3bee27b2f6be627e8f4482c + 231650a60977a0ad415e03a91f126c0cde7f76ee - + https://github.com/dotnet/wpf - 7a24482e3a0bba126ef31ea3cd35e15bfcb26b32 + 05b9224f9ec19152caab50b2eecf082a42572896 diff --git a/eng/Versions.props b/eng/Versions.props index 9b4739f3a..391be8a16 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19501.3 + 5.0.0-alpha1.19502.1 - 5.0.0-alpha1.19502.3 + 5.0.0-alpha1.19502.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19502.25 + 5.0.0-alpha1.19503.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19502.25 + 2.1.0-alpha1.19503.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19502.25 + 5.0.0-alpha1.19503.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 6027facf4a636897604ee6d93ad532c0dcfde3c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 20:45:37 +0000 Subject: [PATCH 0787/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191003.6 (#5091) - Microsoft.NETCore.App - 5.0.0-alpha1.19503.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19502.3 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19503.1 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d6a21149..1806eee9e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 5af8549566116dbc3c6347036076d664db949e33 + f2e7433d926d4067e779f85642b98c89506ecf27 - + https://github.com/dotnet/core-setup - 5af8549566116dbc3c6347036076d664db949e33 + f2e7433d926d4067e779f85642b98c89506ecf27 - + https://github.com/dotnet/core-setup - 5af8549566116dbc3c6347036076d664db949e33 + f2e7433d926d4067e779f85642b98c89506ecf27 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ c7e7802dce978d97780472e489319d2cb78df0fc - + https://github.com/dotnet/winforms - 231650a60977a0ad415e03a91f126c0cde7f76ee + 2fb40d0baf02c4137cdfaab55e4dfd02919dcc9b - + https://github.com/dotnet/wpf - 05b9224f9ec19152caab50b2eecf082a42572896 + 5d956dd5d7d5e3dec4fa36d57c687901fa42c29c diff --git a/eng/Versions.props b/eng/Versions.props index 391be8a16..8b7792486 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19502.1 + 5.0.0-alpha1.19502.3 - 5.0.0-alpha1.19502.4 + 5.0.0-alpha1.19503.1 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.1 + 5.0.0-alpha1.19503.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.1 + 2.1.0-alpha1.19503.6 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.1 + 5.0.0-alpha1.19503.6 $(MicrosoftWindowsDesktopAppPackageVersion) From 2d5cdb67510e85ebefa17c0a99d34bb0cca04a92 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 3 Oct 2019 22:16:56 +0000 Subject: [PATCH 0788/2259] [master] Update dependencies from dotnet/cli (#5086) * Update dependencies from https://github.com/dotnet/cli build 20191002.12 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19502.12 * Update dependencies from https://github.com/dotnet/cli build 20191003.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19503.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1806eee9e..a351bb03b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - c7e7802dce978d97780472e489319d2cb78df0fc + 32eacc664c52ba3791d09b60970d8c2198fbb01f diff --git a/eng/Versions.props b/eng/Versions.props index 8b7792486..8ef6ad56a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19502.11 + 5.0.100-alpha1.19503.2 0.2.0 From 02ce07c2acad4f0cda1f85df395d4704772aba10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 03:07:01 +0000 Subject: [PATCH 0789/2259] [master] Update dependencies from dotnet/core-setup (#5095) * Update dependencies from https://github.com/dotnet/core-setup build 20191003.8 - Microsoft.NETCore.App - 5.0.0-alpha1.19503.8 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.8 * Update dependencies from https://github.com/dotnet/core-setup build 20191003.9 - Microsoft.NETCore.App - 5.0.0-alpha1.19503.9 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.9 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19503.2 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a351bb03b..4643b813b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - f2e7433d926d4067e779f85642b98c89506ecf27 + 985c34afb7f8611ffa3f0ff284f4e036210438d4 - + https://github.com/dotnet/core-setup - f2e7433d926d4067e779f85642b98c89506ecf27 + 985c34afb7f8611ffa3f0ff284f4e036210438d4 - + https://github.com/dotnet/core-setup - f2e7433d926d4067e779f85642b98c89506ecf27 + 985c34afb7f8611ffa3f0ff284f4e036210438d4 https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms 2fb40d0baf02c4137cdfaab55e4dfd02919dcc9b - + https://github.com/dotnet/wpf - 5d956dd5d7d5e3dec4fa36d57c687901fa42c29c + ca223bf39ba84eb1672a1c812bbf63bd846bca87 diff --git a/eng/Versions.props b/eng/Versions.props index 8ef6ad56a..b51599baa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19503.1 + 5.0.0-alpha1.19503.2 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.6 + 5.0.0-alpha1.19503.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.6 + 2.1.0-alpha1.19503.9 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.6 + 5.0.0-alpha1.19503.9 $(MicrosoftWindowsDesktopAppPackageVersion) From ed01033c015cdcca3d1dcb802a35eb26b67396a6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 05:35:32 +0000 Subject: [PATCH 0790/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191003.10 (#5097) - Microsoft.NETCore.App - 5.0.0-alpha1.19503.10 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.10 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19503.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4643b813b..f7bf15d86 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 985c34afb7f8611ffa3f0ff284f4e036210438d4 + b7f5e5baaad8db911cd570be55550728126014ad - + https://github.com/dotnet/core-setup - 985c34afb7f8611ffa3f0ff284f4e036210438d4 + b7f5e5baaad8db911cd570be55550728126014ad - + https://github.com/dotnet/core-setup - 985c34afb7f8611ffa3f0ff284f4e036210438d4 + b7f5e5baaad8db911cd570be55550728126014ad https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms 2fb40d0baf02c4137cdfaab55e4dfd02919dcc9b - + https://github.com/dotnet/wpf - ca223bf39ba84eb1672a1c812bbf63bd846bca87 + 89b1da627633112708367d840bc5c319e5a1ef40 diff --git a/eng/Versions.props b/eng/Versions.props index b51599baa..db26afe5c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19503.2 + 5.0.0-alpha1.19503.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.9 + 5.0.0-alpha1.19503.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.9 + 2.1.0-alpha1.19503.10 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.9 + 5.0.0-alpha1.19503.10 $(MicrosoftWindowsDesktopAppPackageVersion) From 8cad5e052b7413a79e480d57be98970afcaca1e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 06:25:32 +0000 Subject: [PATCH 0791/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191003.11 (#5100) - Microsoft.NETCore.App - 5.0.0-alpha1.19503.11 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.11 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19503.5 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7bf15d86..2aefc6bf8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b7f5e5baaad8db911cd570be55550728126014ad + fef0b65d2ca31f8217020764225a80e05acba8f7 - + https://github.com/dotnet/core-setup - b7f5e5baaad8db911cd570be55550728126014ad + fef0b65d2ca31f8217020764225a80e05acba8f7 - + https://github.com/dotnet/core-setup - b7f5e5baaad8db911cd570be55550728126014ad + fef0b65d2ca31f8217020764225a80e05acba8f7 https://github.com/aspnet/AspNetCore @@ -59,7 +59,7 @@ https://github.com/dotnet/winforms 2fb40d0baf02c4137cdfaab55e4dfd02919dcc9b - + https://github.com/dotnet/wpf 89b1da627633112708367d840bc5c319e5a1ef40 diff --git a/eng/Versions.props b/eng/Versions.props index db26afe5c..1c36bdd7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19503.4 + 5.0.0-alpha1.19503.5 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.10 + 5.0.0-alpha1.19503.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.10 + 2.1.0-alpha1.19503.11 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.10 + 5.0.0-alpha1.19503.11 $(MicrosoftWindowsDesktopAppPackageVersion) From 5bb187f5516e3c9db6288889be8c3db491b14042 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 07:27:43 +0000 Subject: [PATCH 0792/2259] [master] Update dependencies from dotnet/cli (#5096) * Update dependencies from https://github.com/dotnet/cli build 20191003.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19503.5 * Update dependencies from https://github.com/dotnet/cli build 20191003.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19503.6 * Update dependencies from https://github.com/dotnet/cli build 20191003.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19503.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2aefc6bf8..e8f2b3f8e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 32eacc664c52ba3791d09b60970d8c2198fbb01f + cc2e12d0a185e891c8714913796a198b7a08f38c diff --git a/eng/Versions.props b/eng/Versions.props index 1c36bdd7a..33eca23cb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19503.2 + 5.0.100-alpha1.19503.7 0.2.0 From 7481cd4133e031327792e3391fce333bd6761d24 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 09:30:31 +0000 Subject: [PATCH 0793/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191003.13 (#5101) - Microsoft.NETCore.App - 5.0.0-alpha1.19503.13 - NETStandard.Library.Ref - 2.1.0-alpha1.19503.13 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19503.13 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e8f2b3f8e..c9168b110 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - fef0b65d2ca31f8217020764225a80e05acba8f7 + 21049ddbb7aa7e3e46451aeedd74444a6c931058 - + https://github.com/dotnet/core-setup - fef0b65d2ca31f8217020764225a80e05acba8f7 + 21049ddbb7aa7e3e46451aeedd74444a6c931058 - + https://github.com/dotnet/core-setup - fef0b65d2ca31f8217020764225a80e05acba8f7 + 21049ddbb7aa7e3e46451aeedd74444a6c931058 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 33eca23cb..b0751b549 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.11 + 5.0.0-alpha1.19503.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.11 + 2.1.0-alpha1.19503.13 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.11 + 5.0.0-alpha1.19503.13 $(MicrosoftWindowsDesktopAppPackageVersion) From a8743a1aa06a72f403c26d14eb0417f5d86eac5e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 10:50:35 +0000 Subject: [PATCH 0794/2259] Update dependencies from https://github.com/dotnet/cli build 20191004.1 (#5104) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19504.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c9168b110..9efca030a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - cc2e12d0a185e891c8714913796a198b7a08f38c + 93e85afea76586f82c10054db198421671cfde40 diff --git a/eng/Versions.props b/eng/Versions.props index b0751b549..a9c7079d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19503.7 + 5.0.100-alpha1.19504.1 0.2.0 From 3b4bf7b58065cd9ded225d6b21ac2baf84e41317 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 20:15:28 +0000 Subject: [PATCH 0795/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191004.7 (#5109) - Microsoft.NETCore.App - 5.0.0-alpha1.19504.7 - NETStandard.Library.Ref - 2.1.0-alpha1.19504.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19504.7 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19503.1 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19504.1 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9efca030a..9edcd1bba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 21049ddbb7aa7e3e46451aeedd74444a6c931058 + b31e800a7d2da49669972a5abdc6115e08f58e64 - + https://github.com/dotnet/core-setup - 21049ddbb7aa7e3e46451aeedd74444a6c931058 + b31e800a7d2da49669972a5abdc6115e08f58e64 - + https://github.com/dotnet/core-setup - 21049ddbb7aa7e3e46451aeedd74444a6c931058 + b31e800a7d2da49669972a5abdc6115e08f58e64 https://github.com/aspnet/AspNetCore @@ -55,13 +55,13 @@ 93e85afea76586f82c10054db198421671cfde40 - + https://github.com/dotnet/winforms - 2fb40d0baf02c4137cdfaab55e4dfd02919dcc9b + cf14d40dae262b353c5e2aa6cf0d35507dc279dc - + https://github.com/dotnet/wpf - 89b1da627633112708367d840bc5c319e5a1ef40 + 6cd028bbce5bb67acb60b949a6dbd8039437f1fe diff --git a/eng/Versions.props b/eng/Versions.props index a9c7079d0..752d8074a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19502.3 + 5.0.0-alpha1.19503.1 - 5.0.0-alpha1.19503.5 + 5.0.0-alpha1.19504.1 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19503.13 + 5.0.0-alpha1.19504.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19503.13 + 2.1.0-alpha1.19504.7 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19503.13 + 5.0.0-alpha1.19504.7 $(MicrosoftWindowsDesktopAppPackageVersion) From f59b6e01c6386b014196696fc624f2e8074e8b7b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2019 22:20:33 +0000 Subject: [PATCH 0796/2259] Update dependencies from https://github.com/dotnet/cli build 20191004.7 (#5111) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19504.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9edcd1bba..212e77fa8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 93e85afea76586f82c10054db198421671cfde40 + c1f403d3326ff9eecd181e073b83189d2bbd24df diff --git a/eng/Versions.props b/eng/Versions.props index 752d8074a..25d52a567 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19504.1 + 5.0.100-alpha1.19504.7 0.2.0 From a44ac3fa1cf29e2177e33b7f20856ef6f7a2fc9c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 02:35:28 +0000 Subject: [PATCH 0797/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191004.14 (#5114) - Microsoft.NETCore.App - 5.0.0-alpha1.19504.14 - NETStandard.Library.Ref - 2.1.0-alpha1.19504.14 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19504.14 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19504.3 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 212e77fa8..aa0e093a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b31e800a7d2da49669972a5abdc6115e08f58e64 + b903a6e815dbcec7acfeef39db1e9189fef7ed69 - + https://github.com/dotnet/core-setup - b31e800a7d2da49669972a5abdc6115e08f58e64 + b903a6e815dbcec7acfeef39db1e9189fef7ed69 - + https://github.com/dotnet/core-setup - b31e800a7d2da49669972a5abdc6115e08f58e64 + b903a6e815dbcec7acfeef39db1e9189fef7ed69 https://github.com/aspnet/AspNetCore @@ -59,9 +59,9 @@ https://github.com/dotnet/winforms cf14d40dae262b353c5e2aa6cf0d35507dc279dc - + https://github.com/dotnet/wpf - 6cd028bbce5bb67acb60b949a6dbd8039437f1fe + 2e840efbac4cf916fe35d22d279d42ed02915cc6 diff --git a/eng/Versions.props b/eng/Versions.props index 25d52a567..a576ff171 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19504.1 + 5.0.0-alpha1.19504.3 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19504.7 + 5.0.0-alpha1.19504.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19504.7 + 2.1.0-alpha1.19504.14 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19504.7 + 5.0.0-alpha1.19504.14 $(MicrosoftWindowsDesktopAppPackageVersion) From 8f8cef9b4b2dcf166d69d5e5be23b0aa0e04df00 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 04:00:48 +0000 Subject: [PATCH 0798/2259] Update dependencies from https://github.com/dotnet/cli build 20191004.21 (#5117) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19504.21 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa0e093a9..57644fbc0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - c1f403d3326ff9eecd181e073b83189d2bbd24df + a6c82f5bc91e500a8ecde4365809da134a425e29 diff --git a/eng/Versions.props b/eng/Versions.props index a576ff171..6100bb47d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19504.7 + 5.0.100-alpha1.19504.21 0.2.0 From 9a7c13c97cc466cf3f7a8a63af2fc8d2ead2b7ba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 05:20:26 +0000 Subject: [PATCH 0799/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191004.16 (#5119) - Microsoft.NETCore.App - 5.0.0-alpha1.19504.16 - NETStandard.Library.Ref - 2.1.0-alpha1.19504.16 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19504.16 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57644fbc0..53a9e36ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - b903a6e815dbcec7acfeef39db1e9189fef7ed69 + 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 - + https://github.com/dotnet/core-setup - b903a6e815dbcec7acfeef39db1e9189fef7ed69 + 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 - + https://github.com/dotnet/core-setup - b903a6e815dbcec7acfeef39db1e9189fef7ed69 + 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6100bb47d..258bce009 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19504.14 + 5.0.0-alpha1.19504.16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19504.14 + 2.1.0-alpha1.19504.16 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19504.14 + 5.0.0-alpha1.19504.16 $(MicrosoftWindowsDesktopAppPackageVersion) From d1ad8f7e3040295f3b2e45958ad1268593c73fe9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 16:45:33 +0000 Subject: [PATCH 0800/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191005.1 (#5126) - Microsoft.NETCore.App - 5.0.0-alpha1.19505.1 - NETStandard.Library.Ref - 2.1.0-alpha1.19505.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19505.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19504.4 (parent: Microsoft.WindowsDesktop.App) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 53a9e36ad..41380cd36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 + 97743697c47a50a8eec8669c24e2ae9ce78fefc8 - + https://github.com/dotnet/core-setup - 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 + 97743697c47a50a8eec8669c24e2ae9ce78fefc8 - + https://github.com/dotnet/core-setup - 96ed7d1ffb1a3662751bc650a8d6bd09511f11e3 + 97743697c47a50a8eec8669c24e2ae9ce78fefc8 https://github.com/aspnet/AspNetCore @@ -59,7 +59,7 @@ https://github.com/dotnet/winforms cf14d40dae262b353c5e2aa6cf0d35507dc279dc - + https://github.com/dotnet/wpf 2e840efbac4cf916fe35d22d279d42ed02915cc6 diff --git a/eng/Versions.props b/eng/Versions.props index 258bce009..b3a429c4c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -20,7 +20,7 @@ - 5.0.0-alpha1.19504.3 + 5.0.0-alpha1.19504.4 @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19504.16 + 5.0.0-alpha1.19505.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19504.16 + 2.1.0-alpha1.19505.1 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19504.16 + 5.0.0-alpha1.19505.1 $(MicrosoftWindowsDesktopAppPackageVersion) From 32de24580a6a127f5de20e4a704464ea9dab681b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 18:20:30 +0000 Subject: [PATCH 0801/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191005.2 (#5127) - Microsoft.NETCore.App - 5.0.0-alpha1.19505.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19505.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19505.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 41380cd36..44dfc21e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 97743697c47a50a8eec8669c24e2ae9ce78fefc8 + 575362a5705c749dce2eb4797f9d23fe4731884a - + https://github.com/dotnet/core-setup - 97743697c47a50a8eec8669c24e2ae9ce78fefc8 + 575362a5705c749dce2eb4797f9d23fe4731884a - + https://github.com/dotnet/core-setup - 97743697c47a50a8eec8669c24e2ae9ce78fefc8 + 575362a5705c749dce2eb4797f9d23fe4731884a https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index b3a429c4c..f8a37b8ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19505.1 + 5.0.0-alpha1.19505.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19505.1 + 2.1.0-alpha1.19505.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19505.1 + 5.0.0-alpha1.19505.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 3b9a9726b91ca0a6b8b06c0e2be9a2d6ead0cf6d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 18:35:36 +0000 Subject: [PATCH 0802/2259] Update dependencies from https://github.com/dotnet/cli build 20191005.5 (#5129) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19505.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44dfc21e8..25cf10094 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - a6c82f5bc91e500a8ecde4365809da134a425e29 + 31926ad5992afdd1ae608146d44f82a541e63e63 diff --git a/eng/Versions.props b/eng/Versions.props index f8a37b8ed..5f3fc629a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19504.21 + 5.0.100-alpha1.19505.5 0.2.0 From 47c7919cc858f151bd4929a1657e7f8655339ba0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 19:35:29 +0000 Subject: [PATCH 0803/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191005.3 (#5131) - Microsoft.NETCore.App - 5.0.0-alpha1.19505.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19505.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19505.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 25cf10094..ffce5bea7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 575362a5705c749dce2eb4797f9d23fe4731884a - + https://github.com/dotnet/core-setup 575362a5705c749dce2eb4797f9d23fe4731884a - + https://github.com/dotnet/core-setup 575362a5705c749dce2eb4797f9d23fe4731884a diff --git a/eng/Versions.props b/eng/Versions.props index 5f3fc629a..90f92da13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19505.2 + 5.0.0-alpha1.19505.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19505.2 + 2.1.0-alpha1.19505.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19505.2 + 5.0.0-alpha1.19505.3 $(MicrosoftWindowsDesktopAppPackageVersion) From cd178dd988857b84cfdc4c7ba9d70bf4b8a67b65 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 20:00:40 +0000 Subject: [PATCH 0804/2259] Update dependencies from https://github.com/dotnet/cli build 20191005.7 (#5132) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19505.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ffce5bea7..4b863496d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 31926ad5992afdd1ae608146d44f82a541e63e63 + 70bc06197db9363d64dd54a2899fe9c7b1dcee49 diff --git a/eng/Versions.props b/eng/Versions.props index 90f92da13..f2df882d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19505.5 + 5.0.100-alpha1.19505.7 0.2.0 From 861ae4b80a5eba0493db14277143e75e82d54c68 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 5 Oct 2019 21:30:28 +0000 Subject: [PATCH 0805/2259] Update dependencies from https://github.com/dotnet/cli build 20191005.8 (#5134) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19505.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b863496d..73a7a6825 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 70bc06197db9363d64dd54a2899fe9c7b1dcee49 + c66864aae6dc3f5de5750845c0491b00595b6ab4 diff --git a/eng/Versions.props b/eng/Versions.props index f2df882d2..24b66e417 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19505.7 + 5.0.100-alpha1.19505.8 0.2.0 From 8f37d7cde0a9356062de0f6d19063870dce6a433 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 07:10:29 +0000 Subject: [PATCH 0806/2259] Update dependencies from https://github.com/dotnet/cli build 20191005.12 (#5141) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19505.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 73a7a6825..55c0dfe74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - c66864aae6dc3f5de5750845c0491b00595b6ab4 + 2a098f78500e0572adf7d6b5a0e71569d6b542a6 diff --git a/eng/Versions.props b/eng/Versions.props index 24b66e417..2d2159c5e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19505.8 + 5.0.100-alpha1.19505.12 0.2.0 From 1699410037d3e93877a5d84394e78b18dfe1baa8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 16:39:52 +0000 Subject: [PATCH 0807/2259] [master] Update dependencies from dotnet/core-setup (#5139) * Update dependencies from https://github.com/dotnet/core-setup build 20191005.6 - Microsoft.NETCore.App - 5.0.0-alpha1.19505.6 - NETStandard.Library.Ref - 2.1.0-alpha1.19505.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19505.6 * Update dependencies from https://github.com/dotnet/core-setup build 20191006.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19506.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19506.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19506.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 55c0dfe74..ecc33933d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 575362a5705c749dce2eb4797f9d23fe4731884a + 245060c4e2989b831f532facbe88ead3eaae879f - + https://github.com/dotnet/core-setup - 575362a5705c749dce2eb4797f9d23fe4731884a + 245060c4e2989b831f532facbe88ead3eaae879f - + https://github.com/dotnet/core-setup - 575362a5705c749dce2eb4797f9d23fe4731884a + 245060c4e2989b831f532facbe88ead3eaae879f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 2d2159c5e..db95e71b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19505.3 + 5.0.0-alpha1.19506.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19505.3 + 2.1.0-alpha1.19506.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19505.3 + 5.0.0-alpha1.19506.2 $(MicrosoftWindowsDesktopAppPackageVersion) From f67cf05a5f69714bd76cb44b9ab173a86d964031 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 17:50:33 +0000 Subject: [PATCH 0808/2259] Update dependencies from https://github.com/dotnet/cli build 20191006.4 (#5144) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19506.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ecc33933d..18d46c2e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 2a098f78500e0572adf7d6b5a0e71569d6b542a6 + 02b945899dfd9b0c3e6f267c0351481815b4b091 diff --git a/eng/Versions.props b/eng/Versions.props index db95e71b3..27269017c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19505.12 + 5.0.100-alpha1.19506.4 0.2.0 From 141ac4b88c7ff27a127b6403daa6c93b83c68888 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 18:55:18 +0000 Subject: [PATCH 0809/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191006.4 (#5146) - Microsoft.NETCore.App - 5.0.0-alpha1.19506.4 - NETStandard.Library.Ref - 2.1.0-alpha1.19506.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19506.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 18d46c2e9..482628775 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 245060c4e2989b831f532facbe88ead3eaae879f + 7f265162d279b089aea37cbcd93ccf50c29c42b9 - + https://github.com/dotnet/core-setup - 245060c4e2989b831f532facbe88ead3eaae879f + 7f265162d279b089aea37cbcd93ccf50c29c42b9 - + https://github.com/dotnet/core-setup - 245060c4e2989b831f532facbe88ead3eaae879f + 7f265162d279b089aea37cbcd93ccf50c29c42b9 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 27269017c..90e0dacf1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19506.2 + 5.0.0-alpha1.19506.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19506.2 + 2.1.0-alpha1.19506.4 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19506.2 + 5.0.0-alpha1.19506.4 $(MicrosoftWindowsDesktopAppPackageVersion) From a2e98ffff2be8b0c200c2ea405f7ee61214b959b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 19:25:46 +0000 Subject: [PATCH 0810/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191006.3 (#5149) - Microsoft.NETCore.App - 5.0.0-alpha1.19506.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19506.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19506.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 482628775..a74977f36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup 7f265162d279b089aea37cbcd93ccf50c29c42b9 - + https://github.com/dotnet/core-setup 7f265162d279b089aea37cbcd93ccf50c29c42b9 - + https://github.com/dotnet/core-setup 7f265162d279b089aea37cbcd93ccf50c29c42b9 diff --git a/eng/Versions.props b/eng/Versions.props index 90e0dacf1..1da033154 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19506.4 + 5.0.0-alpha1.19506.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19506.4 + 2.1.0-alpha1.19506.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19506.4 + 5.0.0-alpha1.19506.3 $(MicrosoftWindowsDesktopAppPackageVersion) From 66cb444a47d150ee48af9cdf2ef85777da6c414d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 22:05:26 +0000 Subject: [PATCH 0811/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191006.5 (#5153) - Microsoft.NETCore.App - 5.0.0-alpha1.19506.5 - NETStandard.Library.Ref - 2.1.0-alpha1.19506.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19506.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a74977f36..ef4f4a561 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 7f265162d279b089aea37cbcd93ccf50c29c42b9 + 3fccad76fc65967dc194983284c3a43de37e95a0 - + https://github.com/dotnet/core-setup - 7f265162d279b089aea37cbcd93ccf50c29c42b9 + 3fccad76fc65967dc194983284c3a43de37e95a0 - + https://github.com/dotnet/core-setup - 7f265162d279b089aea37cbcd93ccf50c29c42b9 + 3fccad76fc65967dc194983284c3a43de37e95a0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 1da033154..1fe963d1a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19506.3 + 5.0.0-alpha1.19506.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19506.3 + 2.1.0-alpha1.19506.5 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19506.3 + 5.0.0-alpha1.19506.5 $(MicrosoftWindowsDesktopAppPackageVersion) From 5972c00191f1b58ce0e19a949b86c2409057fedf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 6 Oct 2019 23:31:37 +0000 Subject: [PATCH 0812/2259] [master] Update dependencies from dotnet/cli (#5150) * Update dependencies from https://github.com/dotnet/cli build 20191006.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19506.5 * Update dependencies from https://github.com/dotnet/cli build 20191006.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19506.7 * Update dependencies from https://github.com/dotnet/cli build 20191006.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19506.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef4f4a561..50b575747 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 02b945899dfd9b0c3e6f267c0351481815b4b091 + 5d18a0511f5b09cd8145bb4398c2c959ce97d31b diff --git a/eng/Versions.props b/eng/Versions.props index 1fe963d1a..b9b6dc09a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19506.4 + 5.0.100-alpha1.19506.8 0.2.0 From 3dc4e54fc15fb5b7e7c46dbd2032e63dabe167bf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 00:53:00 +0000 Subject: [PATCH 0813/2259] [master] Update dependencies from dotnet/toolset (#5011) * Update dependencies from https://github.com/dotnet/toolset build 20190929.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19479.1 * Update dependencies from https://github.com/dotnet/toolset build 20190929.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19479.2 * Update dependencies from https://github.com/dotnet/toolset build 20190930.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19480.1 * Update dependencies from https://github.com/dotnet/toolset build 20190930.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19480.3 * Update dependencies from https://github.com/dotnet/toolset build 20190930.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19480.4 * Update dependencies from https://github.com/dotnet/toolset build 20190930.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19480.6 * Update dependencies from https://github.com/dotnet/toolset build 20190930.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19480.7 * Update dependencies from https://github.com/dotnet/toolset build 20191001.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.6 * Update dependencies from https://github.com/dotnet/toolset build 20191001.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.7 * Update dependencies from https://github.com/dotnet/toolset build 20191001.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.9 * Update dependencies from https://github.com/dotnet/toolset build 20191001.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.10 * Update dependencies from https://github.com/dotnet/toolset build 20191001.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.14 * Update dependencies from https://github.com/dotnet/toolset build 20191001.22 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19501.22 * Update dependencies from https://github.com/dotnet/toolset build 20191002.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.2 * Update dependencies from https://github.com/dotnet/toolset build 20191002.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.8 * Update dependencies from https://github.com/dotnet/toolset build 20191002.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.9 * Update dependencies from https://github.com/dotnet/toolset build 20191002.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.10 * Update dependencies from https://github.com/dotnet/toolset build 20191002.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.11 * Update dependencies from https://github.com/dotnet/toolset build 20191002.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.14 * Update dependencies from https://github.com/dotnet/toolset build 20191002.18 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.18 * Update dependencies from https://github.com/dotnet/toolset build 20191002.19 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19502.19 * Update dependencies from https://github.com/dotnet/toolset build 20191003.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19503.2 * Update dependencies from https://github.com/dotnet/toolset build 20191003.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19503.7 * Update dependencies from https://github.com/dotnet/toolset build 20191003.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19503.11 * Update dependencies from https://github.com/dotnet/toolset build 20191003.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19503.13 * Update dependencies from https://github.com/dotnet/toolset build 20191004.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19504.2 * Update dependencies from https://github.com/dotnet/toolset build 20191004.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19504.5 * Update dependencies from https://github.com/dotnet/toolset build 20191004.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19504.11 * Update dependencies from https://github.com/dotnet/toolset build 20191004.16 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19504.16 * Update dependencies from https://github.com/dotnet/toolset build 20191004.32 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19504.32 * Update dependencies from https://github.com/dotnet/toolset build 20191005.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.8 * Update dependencies from https://github.com/dotnet/toolset build 20191005.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.9 * Update dependencies from https://github.com/dotnet/toolset build 20191005.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.13 * Update dependencies from https://github.com/dotnet/toolset build 20191005.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.15 * Update dependencies from https://github.com/dotnet/toolset build 20191005.17 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.17 * Update dependencies from https://github.com/dotnet/toolset build 20191005.25 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19505.25 * Update dependencies from https://github.com/dotnet/toolset build 20191006.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.3 * Update dependencies from https://github.com/dotnet/toolset build 20191006.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.4 * Update dependencies from https://github.com/dotnet/toolset build 20191006.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.9 * Update dependencies from https://github.com/dotnet/toolset build 20191006.12 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.12 * Update dependencies from https://github.com/dotnet/toolset build 20191006.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.14 * Update dependencies from https://github.com/dotnet/toolset build 20191006.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19506.15 * Update dependencies from https://github.com/dotnet/toolset build 20190809.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.3 * Update dependencies from https://github.com/dotnet/toolset build 20190809.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.4 * Update dependencies from https://github.com/dotnet/toolset build 20190809.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19409.10 * Update dependencies from https://github.com/dotnet/toolset build 20190811.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19411.2 * Update dependencies from https://github.com/dotnet/toolset build 20190811.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19411.3 * Update dependencies from https://github.com/dotnet/toolset build 20190812.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19412.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 50b575747..0200f8230 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,9 +42,9 @@ https://github.com/dotnet/templating 1e229a8cb18641047a3ec19e1e78251045c56582 - + https://github.com/dotnet/toolset - fff60983f7514498d2a343e349a78474ffbfb181 + 0228e76e7114adc99dcb516e9638412d4c00db26 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b9b6dc09a..6d79a8b52 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19478.5 + 5.0.100-alpha1.19412.1 From 16ceb358e089636be028fb8fb806ac97be9601fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 18:20:09 +0000 Subject: [PATCH 0814/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191007.2 (#5162) - Microsoft.NETCore.App - 5.0.0-alpha1.19507.2 - NETStandard.Library.Ref - 2.1.0-alpha1.19507.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19507.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0200f8230..bf5bd6bc5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,17 +2,17 @@ - + https://github.com/dotnet/core-setup - 3fccad76fc65967dc194983284c3a43de37e95a0 + f88738a6c69ffcfad8784c4cd7080efb99d474a9 - + https://github.com/dotnet/core-setup - 3fccad76fc65967dc194983284c3a43de37e95a0 + f88738a6c69ffcfad8784c4cd7080efb99d474a9 - + https://github.com/dotnet/core-setup - 3fccad76fc65967dc194983284c3a43de37e95a0 + f88738a6c69ffcfad8784c4cd7080efb99d474a9 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6d79a8b52..91f30f44c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19506.5 + 5.0.0-alpha1.19507.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19506.5 + 2.1.0-alpha1.19507.2 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19506.5 + 5.0.0-alpha1.19507.2 $(MicrosoftWindowsDesktopAppPackageVersion) From 0e5a4a72ba0d9a167cf15af9257dcbd11fd6b8a1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 18:45:38 +0000 Subject: [PATCH 0815/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191007.3 (#5163) - Microsoft.NETCore.App - 5.0.0-alpha1.19507.3 - NETStandard.Library.Ref - 2.1.0-alpha1.19507.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19507.3 --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf5bd6bc5..1ec714a59 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,15 +2,15 @@ - + https://github.com/dotnet/core-setup f88738a6c69ffcfad8784c4cd7080efb99d474a9 - + https://github.com/dotnet/core-setup f88738a6c69ffcfad8784c4cd7080efb99d474a9 - + https://github.com/dotnet/core-setup f88738a6c69ffcfad8784c4cd7080efb99d474a9 diff --git a/eng/Versions.props b/eng/Versions.props index 91f30f44c..5b864b2ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -44,7 +44,7 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19507.2 + 5.0.0-alpha1.19507.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) @@ -52,11 +52,11 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) - 2.1.0-alpha1.19507.2 + 2.1.0-alpha1.19507.3 $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19507.2 + 5.0.0-alpha1.19507.3 $(MicrosoftWindowsDesktopAppPackageVersion) From bdad1d25a40896b7a810750d16da8d5c17cfa242 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2019 20:10:36 +0000 Subject: [PATCH 0816/2259] Update dependencies from https://github.com/dotnet/cli build 20191007.1 (#5164) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19507.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ec714a59..c990bed8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 5d18a0511f5b09cd8145bb4398c2c959ce97d31b + d282ff20f28166f0e35c63929cd2124c7ba09f6a diff --git a/eng/Versions.props b/eng/Versions.props index 5b864b2ee..6c57624db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19506.8 + 5.0.100-alpha1.19507.1 0.2.0 From dab2f0c14021ac6d2dda7b7f00db9599b42bfa28 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 17:50:59 +0000 Subject: [PATCH 0817/2259] [master] Update dependencies from dotnet/windowsdesktop (#5171) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19462.11 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.16 (parent: Microsoft.WindowsDesktop.App) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19462.11 (parent: Microsoft.WindowsDesktop.App) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19462.16 (parent: Microsoft.WindowsDesktop.App) * Use dotnet/windowsdesktop outputs --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- src/redist/targets/GenerateLayout.targets | 4 ++-- 3 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c990bed8a..5d254cb94 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - - https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + + https://github.com/dotnet/windowsdesktop + 6db804ec52c804a0514fc4d19f48f3e36a8f3a14 https://github.com/dotnet/core-setup @@ -54,14 +54,14 @@ https://github.com/dotnet/cli d282ff20f28166f0e35c63929cd2124c7ba09f6a - - + + https://github.com/dotnet/winforms - cf14d40dae262b353c5e2aa6cf0d35507dc279dc + aa251536c8ae637e95faf529480e8020d69aa361 - + https://github.com/dotnet/wpf - 2e840efbac4cf916fe35d22d279d42ed02915cc6 + 11a8ba5060577dbddae4303e53583f8d4a82f172 diff --git a/eng/Versions.props b/eng/Versions.props index 6c57624db..5a46de123 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 5.0.0-alpha1.19503.1 + 5.0.0-alpha1.19462.11 - 5.0.0-alpha1.19504.4 + 5.0.0-alpha1.19462.16 @@ -53,10 +53,10 @@ $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftNETCoreAppPackageVersion) 2.1.0-alpha1.19507.3 - $(MicrosoftNETCoreAppPackageVersion) $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19507.3 + 5.0.0-alpha1.19508.5 + $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 4c64d613c..5a1773915 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -70,7 +70,7 @@ $(CoreSetupBlobRootUrl)Runtime/ $(CoreSetupBlobRootUrl)aspnetcore/Runtime/ - $(CoreSetupRootUrl) + $(CoreSetupBlobRootUrl)WindowsDesktop/ $(IntermediateDirectory)/coreSetupDownload/$(MicrosoftNETCoreAppPackageVersion) $(CoreSetupDownloadDirectory)/combinedSharedHostAndFrameworkArchive$(ArchiveExtension) @@ -174,7 +174,7 @@ - $(CoreSetupRootUrl)$(WindowsDesktopTargetingPackVersion) + $(WinFormsAndWpfSharedFxRootUrl)$(WindowsDesktopTargetingPackVersion) $(DownloadedWindowsDesktopTargetingPackInstallerFileName) $(CoreSetupBlobAccessTokenParam) From 9283f80fc52e4e33d9cf313227a0e72893e032db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 18:30:33 +0000 Subject: [PATCH 0818/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.6 (#5172) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5d254cb94..94306764e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 6db804ec52c804a0514fc4d19f48f3e36a8f3a14 + 69184c69a3e5f7a08ab3ecfda06a9d46e31b115c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5a46de123..00e1c0bed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19508.5 + 5.0.0-alpha1.19508.6 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From e58c0c73509e6a70b28cc9afcc21f473686b7001 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 8 Oct 2019 22:10:30 +0000 Subject: [PATCH 0819/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.7 (#5173) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94306764e..eca1467a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 69184c69a3e5f7a08ab3ecfda06a9d46e31b115c + 51730ddcbc52550f80548ebb6bd44fdf8c071594 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 00e1c0bed..4fc6bf0bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19508.6 + 5.0.0-alpha1.19508.7 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From c94d25bb513e039d951c76e06bc67044f371449b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 00:35:34 +0000 Subject: [PATCH 0820/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.8 (#5174) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eca1467a3..14a7eeb78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 51730ddcbc52550f80548ebb6bd44fdf8c071594 + b3ae28ff592d06cdb4e44d700e779c1de5b7894c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4fc6bf0bb..5eb829637 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19508.7 + 5.0.0-alpha1.19508.8 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 8750197e3af8c5fed1c0055f575d0604a1441231 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 07:32:30 +0000 Subject: [PATCH 0821/2259] [master] Update dependencies from dotnet/windowsdesktop (#5176) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.9 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.10 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191008.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19508.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 14a7eeb78..f4ad4de3f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - b3ae28ff592d06cdb4e44d700e779c1de5b7894c + b208dcb27da08eaaa519f3c6a014ec783bf3f136 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5eb829637..acb2fe7b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19508.8 + 5.0.0-alpha1.19508.11 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 388baf4988a6dba2e5393a2860781737158a4d72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 08:43:32 +0000 Subject: [PATCH 0822/2259] [master] Update dependencies from dotnet/cli (#5166) * Update dependencies from https://github.com/dotnet/cli build 20191007.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19507.2 * Update dependencies from https://github.com/dotnet/cli build 20191007.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19507.3 * Update dependencies from https://github.com/dotnet/cli build 20191008.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19508.1 * Update dependencies from https://github.com/dotnet/cli build 20191008.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19508.2 * Update dependencies from https://github.com/dotnet/cli build 20191008.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19508.3 * Update dependencies from https://github.com/dotnet/cli build 20191008.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19508.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f4ad4de3f..4e810aacf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - d282ff20f28166f0e35c63929cd2124c7ba09f6a + bd5a41c369859f07652b6eb2ec1f63d3366e2575 diff --git a/eng/Versions.props b/eng/Versions.props index acb2fe7b2..a72b1b7e8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19507.1 + 5.0.100-alpha1.19508.6 0.2.0 From 2fd7d281732200a28c320a451ab2fc5aa7abc5f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 12:20:37 +0000 Subject: [PATCH 0823/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.1 (#5181) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4e810aacf..32faa377b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - b208dcb27da08eaaa519f3c6a014ec783bf3f136 + faa9257a337eb527576065e53ebc9d2eeedf2f73 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index a72b1b7e8..4921848d3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19508.11 + 5.0.0-alpha1.19509.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From f6af96623a569f42f02bb9c4b19b3ac4e6eac77a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 15:30:38 +0000 Subject: [PATCH 0824/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.2 (#5182) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32faa377b..fe435b832 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - faa9257a337eb527576065e53ebc9d2eeedf2f73 + 248d65391a1daed6135e7d049ceb79c092df8933 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4921848d3..eded82bcf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19509.1 + 5.0.0-alpha1.19509.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 1c54c2325f0f0a82875cce2dc55553526df20c4a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 18:05:32 +0000 Subject: [PATCH 0825/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.3 (#5183) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe435b832..36abc3c6a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 248d65391a1daed6135e7d049ceb79c092df8933 + aca20b9e193e879ebe5b572f0be9e2e48d2d4a27 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index eded82bcf..99680415e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19509.2 + 5.0.0-alpha1.19509.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From e2759fb4d04e25abfeca7ae11fb4bdfdf49cf051 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 20:25:34 +0000 Subject: [PATCH 0826/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.5 (#5184) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 36abc3c6a..65aa37b5f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - aca20b9e193e879ebe5b572f0be9e2e48d2d4a27 + 9123b3b7e35d2848a6ea608141ed8397525424eb https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 99680415e..b9168e168 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19509.3 + 5.0.0-alpha1.19509.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 641351fae3a0ee3a46dfb25af55231ca929e376d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 9 Oct 2019 22:50:35 +0000 Subject: [PATCH 0827/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.6 (#5185) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 65aa37b5f..dc366e052 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 9123b3b7e35d2848a6ea608141ed8397525424eb + 196b268ff18e7dd54e33068d9a7d615fe100b084 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b9168e168..4abdf1012 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19509.5 + 5.0.0-alpha1.19509.6 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From da11cb8d1ea2798c47db8a17f690233fe2015fa9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 15:46:56 +0000 Subject: [PATCH 0828/2259] [master] Update dependencies from dotnet/windowsdesktop (#5188) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.7 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191009.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19509.9 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc366e052..d624ea185 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 196b268ff18e7dd54e33068d9a7d615fe100b084 + f7ecab8c01324f59220b74e67858c8feed2949b2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4abdf1012..ad0cb3d64 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19509.6 + 5.0.0-alpha1.19510.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 3f61eddd835e95b4ceaf4c505f1951abc5616859 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 18:10:30 +0000 Subject: [PATCH 0829/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.2 (#5190) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d624ea185..ec8d34fb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - f7ecab8c01324f59220b74e67858c8feed2949b2 + a6069bbcf4ba50c885ca16044df7c9b0bb5db337 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index ad0cb3d64..a11515e3a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19510.1 + 5.0.0-alpha1.19510.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From b95d160d65aac2fd3904ed11ad7ab6e2b02cca17 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 18:50:32 +0000 Subject: [PATCH 0830/2259] Update dependencies from https://github.com/dotnet/cli build 20191010.1 (#5191) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19510.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec8d34fb4..94a5814ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - bd5a41c369859f07652b6eb2ec1f63d3366e2575 + 31587f1cc76fd9315b87f7f80070593c89e6f0bb diff --git a/eng/Versions.props b/eng/Versions.props index a11515e3a..69d056810 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19508.6 + 5.0.100-alpha1.19510.1 0.2.0 From 315cfac589fa2a58287563e7687cc65eba8b4f78 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 19:00:47 +0000 Subject: [PATCH 0831/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.3 (#5192) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94a5814ff..f3a656a37 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - a6069bbcf4ba50c885ca16044df7c9b0bb5db337 + 1053f9855975df42922e3dd4877ef6118fc85642 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 69d056810..cbde80176 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19510.2 + 5.0.0-alpha1.19510.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 33b917ac87319047479ad601fd667e9b2af60e9f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 10 Oct 2019 20:20:32 +0000 Subject: [PATCH 0832/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.4 (#5193) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3a656a37..bd95d0e72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 1053f9855975df42922e3dd4877ef6118fc85642 + 7238f32d624f9dd158a73d757cf1fa73212d3353 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index cbde80176..34a8247ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19510.3 + 5.0.0-alpha1.19510.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 871e25572b82484ef60bdfd8c2d7ff0a696823d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 00:25:33 +0000 Subject: [PATCH 0833/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.5 (#5197) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd95d0e72..ec57a0cdc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 7238f32d624f9dd158a73d757cf1fa73212d3353 + eefd7c495a6bafa0aaf3e0ef830edcb3958bb885 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 34a8247ed..cb1f18db9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19510.4 + 5.0.0-alpha1.19510.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 1fa7477b2dc5114e968a7979c9086009698631d6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 10:28:01 +0000 Subject: [PATCH 0834/2259] [master] Update dependencies from dotnet/windowsdesktop (#5206) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191010.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19510.6 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec57a0cdc..3de0aabde 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - eefd7c495a6bafa0aaf3e0ef830edcb3958bb885 + a7064da0d5df53cf118f17e2eb02d04907cb35e9 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index cb1f18db9..d7daa2b18 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19510.5 + 5.0.0-alpha1.19511.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 51babee71e3cee2f8ddcc7c3ce57c6c68da3fe44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 16:30:34 +0000 Subject: [PATCH 0835/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.2 (#5209) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3de0aabde..3a8a5f861 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - a7064da0d5df53cf118f17e2eb02d04907cb35e9 + 393eef2af11d86442757661f308060477f69f242 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index d7daa2b18..bbe66374d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19511.1 + 5.0.0-alpha1.19511.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 77157ae3d66ac21bd5a0bc3fd84af1d45519cca8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 17:50:28 +0000 Subject: [PATCH 0836/2259] Update dependencies from https://github.com/dotnet/cli build 20191011.1 (#5212) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19511.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3a8a5f861..0e75e321a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 31587f1cc76fd9315b87f7f80070593c89e6f0bb + 46aa2f4650409fab967c6e8b12921102c4564ac6 diff --git a/eng/Versions.props b/eng/Versions.props index bbe66374d..82f1c3cf9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19510.1 + 5.0.100-alpha1.19511.1 0.2.0 From c3a53ef0922533ec82632d1dc3661a9d2be0be87 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 18:35:33 +0000 Subject: [PATCH 0837/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.3 (#5213) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e75e321a..637e49584 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 393eef2af11d86442757661f308060477f69f242 + c6055d58bb06eb2522fdb80cea489392a063ff36 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 82f1c3cf9..ba79d4a83 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19511.2 + 5.0.0-alpha1.19511.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From b4ca4558fffe3ed044e1d5576a002a0c7cdf8e10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 19:25:35 +0000 Subject: [PATCH 0838/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.4 (#5214) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 637e49584..3049c22a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - c6055d58bb06eb2522fdb80cea489392a063ff36 + 0ad5e22ff76961deb379b36ffa0ecc95ae694bfc https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index ba79d4a83..b512382b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19511.3 + 5.0.0-alpha1.19511.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 5ea21163e216bda2a15060cc0cc32f2bd3694e89 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 20:45:33 +0000 Subject: [PATCH 0839/2259] Update dependencies from https://github.com/dotnet/cli build 20191011.2 (#5215) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19511.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3049c22a9..2bc16ac74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 46aa2f4650409fab967c6e8b12921102c4564ac6 + 835ff0af8d97daa5cd2acc686dfdb9d84b3fec12 diff --git a/eng/Versions.props b/eng/Versions.props index b512382b5..7ddbdc4bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19511.1 + 5.0.100-alpha1.19511.2 0.2.0 From f792e922e8ff62ea559e39d57338f51d1a7b3a1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 20:50:35 +0000 Subject: [PATCH 0840/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191011.5 (#5216) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19511.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2bc16ac74..aa4fe4cf9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 0ad5e22ff76961deb379b36ffa0ecc95ae694bfc + 63639655f2ff43c95608d8cea3c2857be84ab764 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7ddbdc4bf..752331ddb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19511.4 + 5.0.0-alpha1.19511.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 6f666eba5de4df44b7c57f262f486725fde96109 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 11 Oct 2019 23:10:50 +0000 Subject: [PATCH 0841/2259] Update dependencies from https://github.com/dotnet/cli build 20191011.3 (#5217) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19511.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa4fe4cf9..2927d8ad1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 835ff0af8d97daa5cd2acc686dfdb9d84b3fec12 + 30a531be26de64de5dfd97a00f215265c43aab86 diff --git a/eng/Versions.props b/eng/Versions.props index 752331ddb..9be0053c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19511.2 + 5.0.100-alpha1.19511.3 0.2.0 From a630213a0f9ae7f14958ecc359c77cd9a949473e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2019 17:45:34 +0000 Subject: [PATCH 0842/2259] Update dependencies from https://github.com/dotnet/cli build 20191012.1 (#5220) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19512.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2927d8ad1..287cc74d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 30a531be26de64de5dfd97a00f215265c43aab86 + 47d5b90b3d8da91c98e7cb266accfe0c5259b406 diff --git a/eng/Versions.props b/eng/Versions.props index 9be0053c8..1d27ee73a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19511.3 + 5.0.100-alpha1.19512.1 0.2.0 From 1b8aa0d487068ffc15e7b95144535c0012c28945 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 12 Oct 2019 20:40:28 +0000 Subject: [PATCH 0843/2259] Update dependencies from https://github.com/dotnet/cli build 20191012.2 (#5221) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19512.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 287cc74d6..0f7170318 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 47d5b90b3d8da91c98e7cb266accfe0c5259b406 + 90cf52f6b71f17affe2177491b5a1dd51c07db53 diff --git a/eng/Versions.props b/eng/Versions.props index 1d27ee73a..4ef07c48d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19512.1 + 5.0.100-alpha1.19512.2 0.2.0 From a54b3b14eff5391704b83fa6d8198f9b1a1d0d44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 08:35:28 +0000 Subject: [PATCH 0844/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191013.1 (#5222) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19513.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f7170318..bc1245fc1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 63639655f2ff43c95608d8cea3c2857be84ab764 + 4ac74eca772f734717b4aefe3d1243f918459785 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4ef07c48d..1ab3d671b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19511.5 + 5.0.0-alpha1.19513.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 5722b11d9d7f773b7148363b5218082b5967020e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 13:05:42 +0000 Subject: [PATCH 0845/2259] Update dependencies from https://github.com/dotnet/cli build 20191013.1 (#5224) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19513.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc1245fc1..7c762e702 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 90cf52f6b71f17affe2177491b5a1dd51c07db53 + 38eb1e6cfb3ffe428686a6f72a8e6fb9ce26dcac diff --git a/eng/Versions.props b/eng/Versions.props index 1ab3d671b..470243fd6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19512.2 + 5.0.100-alpha1.19513.1 0.2.0 From b8de66c1c3e6bf0504244c2211b336b604a96977 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 13 Oct 2019 20:55:26 +0000 Subject: [PATCH 0846/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191013.2 (#5225) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19513.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7c762e702..194107c46 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 4ac74eca772f734717b4aefe3d1243f918459785 + fd4740ba978ed934a1cf4b0b49f8fc6694dea660 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 470243fd6..12eca8e10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19513.1 + 5.0.0-alpha1.19513.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From ff698ca58bacda1ccb4e118a19254d28e07adfb3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2019 11:50:32 +0000 Subject: [PATCH 0847/2259] Update dependencies from https://github.com/dotnet/cli build 20191014.1 (#5226) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19514.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 194107c46..de7e1156f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 38eb1e6cfb3ffe428686a6f72a8e6fb9ce26dcac + 64b5e36cd85e702d5e8a76104f999476b427b9c7 diff --git a/eng/Versions.props b/eng/Versions.props index 12eca8e10..dba5e696c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19513.1 + 5.0.100-alpha1.19514.1 0.2.0 From dd1abf0d2afb6288c0d4af4273faf81de8c6a778 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 10:25:38 +0000 Subject: [PATCH 0848/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191015.1 (#5229) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19515.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de7e1156f..67a8c9366 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - fd4740ba978ed934a1cf4b0b49f8fc6694dea660 + 941c34110d22c45ba19bcedb144136a9ed82c79d https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index dba5e696c..8518e547a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19513.2 + 5.0.0-alpha1.19515.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From a96cd1df87bda91f9e5aebfefed2a342cbe942d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 12:05:37 +0000 Subject: [PATCH 0849/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191015.2 (#5231) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19515.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67a8c9366..e426bd568 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 941c34110d22c45ba19bcedb144136a9ed82c79d + 72a263ddb4cb78f47e3e7e51fe8854674cf2161f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 8518e547a..73a6d5c86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19515.1 + 5.0.0-alpha1.19515.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 900730a22049d4e41e71122c7455b9343792bdde Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 16:41:32 +0000 Subject: [PATCH 0850/2259] [master] Update dependencies from dotnet/cli (#5232) * Update dependencies from https://github.com/dotnet/cli build 20191015.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19515.1 * Update dependencies from https://github.com/dotnet/cli build 20191015.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19515.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e426bd568..903859f1a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 64b5e36cd85e702d5e8a76104f999476b427b9c7 + 6e0a12cb5ca1bd1f1f76d142a0a6b9ed0c891768 diff --git a/eng/Versions.props b/eng/Versions.props index 73a6d5c86..94e89da8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19514.1 + 5.0.100-alpha1.19515.2 0.2.0 From 5100f2ec7fb09691de16268ed986ed2b49466074 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 18:40:45 +0000 Subject: [PATCH 0851/2259] Update dependencies from https://github.com/dotnet/cli build 20191015.3 (#5234) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19515.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 903859f1a..8029123aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 6e0a12cb5ca1bd1f1f76d142a0a6b9ed0c891768 + 202755f9c11d2ba4410f1c6b0957180679b8b893 diff --git a/eng/Versions.props b/eng/Versions.props index 94e89da8d..b71009c50 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19515.2 + 5.0.100-alpha1.19515.3 0.2.0 From 19e4a2569be8add45724a7f3201bc145eddf9c4e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 15 Oct 2019 20:22:06 +0000 Subject: [PATCH 0852/2259] [master] Update dependencies from dotnet/windowsdesktop (#5233) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191015.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19515.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191015.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19515.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8029123aa..ac14e97bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 72a263ddb4cb78f47e3e7e51fe8854674cf2161f + 69c88313e87eaab5ef91b0bc8c2ed879950fca57 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b71009c50..49b8a1fa4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19515.2 + 5.0.0-alpha1.19515.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 6254643200bd19c0fd78fb9672e237365e2ac04a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 03:40:36 +0000 Subject: [PATCH 0853/2259] Update dependencies from https://github.com/dotnet/cli build 20191015.8 (#5236) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19515.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac14e97bf..b2ef1c349 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 202755f9c11d2ba4410f1c6b0957180679b8b893 + 8ca73d0f4177697a3b2ba1691154a90c74c2bdc6 diff --git a/eng/Versions.props b/eng/Versions.props index 49b8a1fa4..0e44dd512 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19515.3 + 5.0.100-alpha1.19515.8 0.2.0 From 076b7695d3ec9b8875e744e5e794453c681d89a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 06:50:32 +0000 Subject: [PATCH 0854/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191015.5 (#5239) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19515.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b2ef1c349..fffc90cd1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 69c88313e87eaab5ef91b0bc8c2ed879950fca57 + 58dcfce148b6cfb7535b985102b34dd764f01625 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 0e44dd512..e576b68d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19515.4 + 5.0.0-alpha1.19515.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From e149d9882833fd1ef749e035623cc0767ae72cff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 08:40:37 +0000 Subject: [PATCH 0855/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.1 (#5241) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fffc90cd1..1bb5a372d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 58dcfce148b6cfb7535b985102b34dd764f01625 + 9902be0c84e4e50d66807d141d07957531723c8d https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index e576b68d0..fef247508 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19515.5 + 5.0.0-alpha1.19516.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 2242cd97c76ca062ce2d77d665ca6330534e4c3c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 09:25:41 +0000 Subject: [PATCH 0856/2259] Update dependencies from https://github.com/dotnet/cli build 20191016.1 (#5242) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19516.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1bb5a372d..adacf4e65 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - 8ca73d0f4177697a3b2ba1691154a90c74c2bdc6 + fb9280b4458ebf8a5d3679e85f0878d07d6d0635 diff --git a/eng/Versions.props b/eng/Versions.props index fef247508..5ca0e2ec6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19515.8 + 5.0.100-alpha1.19516.1 0.2.0 From be7e7d87987cb4a1f83350725d23ffe5172721de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 16 Oct 2019 21:30:36 +0000 Subject: [PATCH 0857/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.2 (#5247) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index adacf4e65..55407b1c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 9902be0c84e4e50d66807d141d07957531723c8d + f92b516b6fcc76574377a862b76d65db7164eb5f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5ca0e2ec6..dab9ee3fc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.1 + 5.0.0-alpha1.19516.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From ccd024868bfff751bfd62aa9cf695f0d88bd162d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 00:15:31 +0000 Subject: [PATCH 0858/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.3 (#5249) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 55407b1c2..471070b7a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - f92b516b6fcc76574377a862b76d65db7164eb5f + dbecdb7f765367007f38aa8099fed1be4d6a76c2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index dab9ee3fc..ee4c79bbd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.2 + 5.0.0-alpha1.19516.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 0dec6194a4aca69a656996af17ee5627149920ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 02:50:31 +0000 Subject: [PATCH 0859/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.4 (#5252) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 471070b7a..77407835e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - dbecdb7f765367007f38aa8099fed1be4d6a76c2 + adb81c81b6c312e130ef4ee39c9f3b823ecc8d63 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index ee4c79bbd..46f1ac329 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.3 + 5.0.0-alpha1.19516.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From f87e80abf458709c36f02d4d3ce917883184906c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 04:55:30 +0000 Subject: [PATCH 0860/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.5 (#5256) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 77407835e..283a6eda5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - adb81c81b6c312e130ef4ee39c9f3b823ecc8d63 + 408c455344440e41d6b033d2f89da8a654a6d2d2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 46f1ac329..764fe47a9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.4 + 5.0.0-alpha1.19516.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From e721ef71d4e4bd8cc2b95ef4119fcb2fc24dab3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 05:35:34 +0000 Subject: [PATCH 0861/2259] Update dependencies from https://github.com/dotnet/cli build 20191016.8 (#5257) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19516.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 283a6eda5..cc6eec92c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -50,9 +50,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/cli - fb9280b4458ebf8a5d3679e85f0878d07d6d0635 + 3082385f24291e2f4f3bb4efe2b275e71ca6c028 diff --git a/eng/Versions.props b/eng/Versions.props index 764fe47a9..2b5f5d46a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19516.1 + 5.0.100-alpha1.19516.8 0.2.0 From 5a9d0cd4fced514aff8da6c94e0289cdc2fa2d42 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 07:10:33 +0000 Subject: [PATCH 0862/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191016.6 (#5259) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19516.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cc6eec92c..9c386f889 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 408c455344440e41d6b033d2f89da8a654a6d2d2 + 90199f6947ffff8ba397cb3d921d7fbce3958d3a https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2b5f5d46a..7060a3c1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.5 + 5.0.0-alpha1.19516.6 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 046503ace7b89c02c194467ecabd7f11a1b8e425 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 12:35:08 +0000 Subject: [PATCH 0863/2259] Update dependencies from https://github.com/dotnet/templating build 20191016.1 (#5262) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c386f889..8dcaa2e8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -38,9 +38,9 @@ https://github.com/aspnet/AspNetCore 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 - + https://github.com/dotnet/templating - 1e229a8cb18641047a3ec19e1e78251045c56582 + 6f180514b4aefc006d50c07c947da61e0ac2ed4c https://github.com/dotnet/toolset From 9381e490b278e4211c703d00e48796bfb35fe695 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 17:25:33 +0000 Subject: [PATCH 0864/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.1 (#5267) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8dcaa2e8c..96f06c80f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 90199f6947ffff8ba397cb3d921d7fbce3958d3a + 5d79faec5ce434f553bb0ec9bf4c28a9725f7c18 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7060a3c1b..8b8032005 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.6 + 5.0.0-alpha1.19517.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 5d5f6bc43cf0aba340d97bbd1d05d8fc518542c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 19:46:21 +0000 Subject: [PATCH 0865/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.2 (#5269) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 96f06c80f..b445e1868 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 5d79faec5ce434f553bb0ec9bf4c28a9725f7c18 + ec67b3a9c61060002cd46b354ebeccad47f03319 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 8b8032005..de97d5a8e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.1 + 5.0.0-alpha1.19517.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 54a23005fc29a62aebbd4f02e21da357b058ab95 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 21:55:29 +0000 Subject: [PATCH 0866/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.3 (#5271) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b445e1868..1ea9c9216 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - ec67b3a9c61060002cd46b354ebeccad47f03319 + 6aa80fdf03434eaacc67388c436ffaf62cb10c50 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index de97d5a8e..7b3024308 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.2 + 5.0.0-alpha1.19517.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 22b4a9c0b920c8f35f37834f89e5824da3eef5c4 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 17 Oct 2019 15:50:10 -0700 Subject: [PATCH 0867/2259] Update dependencies from .NET Core 5 Dev --- NuGet.config | 5 ++- eng/Version.Details.xml | 67 ++++++++++++++++++++--------------------- eng/Versions.props | 31 +++++++++---------- 3 files changed, 50 insertions(+), 53 deletions(-) diff --git a/NuGet.config b/NuGet.config index 84e92e811..c5c679e3f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,9 +6,6 @@ - - - @@ -18,6 +15,8 @@ + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 74bf980b1..eec9a5807 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,33 +2,33 @@ - + https://github.com/dotnet/windowsdesktop - 90199f6947ffff8ba397cb3d921d7fbce3958d3a + 6aa80fdf03434eaacc67388c436ffaf62cb10c50 - + https://github.com/dotnet/windowsdesktop - 90199f6947ffff8ba397cb3d921d7fbce3958d3a + 6aa80fdf03434eaacc67388c436ffaf62cb10c50 - + https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + 900664cfc09aebb4ec86ed2a5f9a42094409cf44 - + https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + 900664cfc09aebb4ec86ed2a5f9a42094409cf44 - + https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + 900664cfc09aebb4ec86ed2a5f9a42094409cf44 - + https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + 900664cfc09aebb4ec86ed2a5f9a42094409cf44 - + https://github.com/dotnet/core-setup - f88738a6c69ffcfad8784c4cd7080efb99d474a9 + 900664cfc09aebb4ec86ed2a5f9a42094409cf44 @@ -36,35 +36,34 @@ 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - d6156966c01a8a45a069fecdc68c162f94d9d58d + 3b6ec2ba944fb72f921f95b99b6ebf2e7bb3dc5a - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - + https://github.com/aspnet/AspNetCore - 29ad3f2b8a42a29b26e72e98c22cc913f93b17b0 + 23f3a10965fb70b1ae34c5464d497c71540c998e - https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 @@ -73,17 +72,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 0228e76e7114adc99dcb516e9638412d4c00db26 + 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - - https://github.com/dotnet/cli - 3082385f24291e2f4f3bb4efe2b275e71ca6c028 + + https://github.com/dotnet/toolset + 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb diff --git a/eng/Versions.props b/eng/Versions.props index 6e7b689b8..93b687ddd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19412.1 + 5.0.100-alpha1.19517.10 @@ -36,17 +36,16 @@ - 5.0.0-alpha1.19470.6 - 5.0.0-alpha1.19470.6 - 5.0.0-alpha1.19470.6 - 5.0.0-alpha1.19470.6 - 5.0.0-alpha1.19470.6 - 5.0.0-alpha1.19470.6 - + 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19517.10 - 5.0.100-alpha1.19516.8 + 5.0.100-alpha1.19517.10 0.2.0 @@ -57,21 +56,21 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19507.3 - 5.0.0-alpha1.19507.3 + 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19517.3 $(MicrosoftNETCoreAppPackageVersion) - 5.0.0-alpha1.19507.3 - 5.0.0-alpha1.19507.3 + 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19517.3 $(MicrosoftNETCoreDotNetHostResolverPackageVersion) $(MicrosoftNETCoreDotNetAppHostPackageVersion) - 5.0.0-alpha1.19507.3 + 5.0.0-alpha1.19517.3 $(MicrosoftNETCoreAppRefPackageVersion) $(MicrosoftNETCoreDotNetAppHostPackageVersion) 2.1.0 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19516.6 - 5.0.0-alpha1.19516.6 + 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19517.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 102266ec888381e58527313b126964e13e7ab6e5 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 17 Oct 2019 16:05:17 -0700 Subject: [PATCH 0868/2259] Install 3.0 runtime for sdk tests --- test/SdkTests/SdkTests.csproj | 1 + 1 file changed, 1 insertion(+) diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index d33fe2504..f323d87b9 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -83,6 +83,7 @@ + From 64598769247e6aa0cd88961b60cef3095e86bb5f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2019 23:50:27 +0000 Subject: [PATCH 0869/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.4 (#5274) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ea9c9216..f2741a349 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 6aa80fdf03434eaacc67388c436ffaf62cb10c50 + b7a61216fd64fd0f2b5f25f3213a80022e8fe116 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7b3024308..6a734a8c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19517.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From baf4761e3eeb3b9e7b6e2028e113a8b5ae1bf207 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 02:00:28 +0000 Subject: [PATCH 0870/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.5 (#5275) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f2741a349..61eeb5380 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - b7a61216fd64fd0f2b5f25f3213a80022e8fe116 + 15565ae299af750dbb9a6950680e30e9d0a8ac7f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 6a734a8c7..2a1905939 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.4 + 5.0.0-alpha1.19517.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From c4533bfb4ded116ff47d6007c08beee9fb91b0a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 03:51:13 +0000 Subject: [PATCH 0871/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.6 (#5276) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61eeb5380..6b982318b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 15565ae299af750dbb9a6950680e30e9d0a8ac7f + c0cec20a66ca9fc30cae807a661f247b9afcc917 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2a1905939..fa3bc3b6a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.5 + 5.0.0-alpha1.19517.6 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From f4beb77354c5e128159718cea90dc5ab661c17ef Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 04:20:53 +0000 Subject: [PATCH 0872/2259] [master] Update dependencies from dotnet/toolset (#5159) * Update dependencies from https://github.com/dotnet/toolset build 20191007.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19507.2 * Update dependencies from https://github.com/dotnet/toolset build 20191007.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19507.1 * Update dependencies from https://github.com/dotnet/toolset build 20191007.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19507.14 * Update dependencies from https://github.com/dotnet/toolset build 20191007.21 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19507.21 * Update dependencies from https://github.com/dotnet/toolset build 20191008.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.2 * Update dependencies from https://github.com/dotnet/toolset build 20191008.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.3 * Update dependencies from https://github.com/dotnet/toolset build 20191008.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.4 * Update dependencies from https://github.com/dotnet/toolset build 20191008.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.5 * Update dependencies from https://github.com/dotnet/toolset build 20191008.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.6 * Update dependencies from https://github.com/dotnet/toolset build 20191008.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19508.7 * Update dependencies from https://github.com/dotnet/toolset build 20191009.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19509.2 * Update dependencies from https://github.com/dotnet/toolset build 20191009.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19509.3 * Update dependencies from https://github.com/dotnet/toolset build 20191010.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19510.2 * Update dependencies from https://github.com/dotnet/toolset build 20191010.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19510.3 * Update dependencies from https://github.com/dotnet/toolset build 20191011.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19511.2 * Update dependencies from https://github.com/dotnet/toolset build 20191011.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19511.4 * Update dependencies from https://github.com/dotnet/toolset build 20191011.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19511.5 * Update dependencies from https://github.com/dotnet/toolset build 20191011.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19511.10 * Update dependencies from https://github.com/dotnet/toolset build 20191012.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19512.1 * Update dependencies from https://github.com/dotnet/toolset build 20191012.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19512.3 * Update dependencies from https://github.com/dotnet/toolset build 20191012.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19512.4 * Update dependencies from https://github.com/dotnet/toolset build 20191013.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19513.1 * Update dependencies from https://github.com/dotnet/toolset build 20191013.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19513.2 * Update dependencies from https://github.com/dotnet/toolset build 20191014.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19514.1 * Update dependencies from https://github.com/dotnet/toolset build 20191014.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19514.2 * Update dependencies from https://github.com/dotnet/toolset build 20191015.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19515.1 * Update dependencies from https://github.com/dotnet/toolset build 20191015.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19515.2 * Update dependencies from https://github.com/dotnet/toolset build 20191015.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19515.3 * Update dependencies from https://github.com/dotnet/toolset build 20191015.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19515.6 * Update dependencies from https://github.com/dotnet/toolset build 20191015.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19515.13 * Update dependencies from https://github.com/dotnet/toolset build 20191016.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19516.2 * Update dependencies from https://github.com/dotnet/toolset build 20191016.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19516.3 * Update dependencies from https://github.com/dotnet/toolset build 20191016.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19516.4 * Update dependencies from https://github.com/dotnet/toolset build 20191017.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19517.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19517.7 * Update dependencies from https://github.com/dotnet/toolset build 20191017.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19517.10 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19517.10 --- eng/Version.Details.xml | 10 +++++----- eng/Versions.props | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b982318b..1217c1a4d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,17 +42,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 0228e76e7114adc99dcb516e9638412d4c00db26 + 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - - https://github.com/dotnet/cli - 3082385f24291e2f4f3bb4efe2b275e71ca6c028 + + https://github.com/dotnet/toolset + 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb diff --git a/eng/Versions.props b/eng/Versions.props index fa3bc3b6a..c612ff445 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19412.1 + 5.0.100-alpha1.19517.10 @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19516.8 + 5.0.100-alpha1.19517.10 0.2.0 From 7a4f798ce32e1111247ed713e9d4de52ebd79865 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 06:30:39 +0000 Subject: [PATCH 0873/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191017.7 (#5278) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19517.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1217c1a4d..666b21735 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - c0cec20a66ca9fc30cae807a661f247b9afcc917 + 1c62f7a391fa8bc36d296acee37bf54aed9540ec https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c612ff445..3e841e72a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.6 + 5.0.0-alpha1.19517.7 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From d79a5213dc90e22f0079b440a5cd3681d9c88b2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 08:45:33 +0000 Subject: [PATCH 0874/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191018.1 (#5280) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19518.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 666b21735..cac2a1fbc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 1c62f7a391fa8bc36d296acee37bf54aed9540ec + 0be12cb0eba0aecca21981f82474f82626d7df64 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 3e841e72a..f1ef6d2e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.7 + 5.0.0-alpha1.19518.1 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From cf35bca391ce013746dd0e73802cd5a9298d7735 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 12:20:28 +0000 Subject: [PATCH 0875/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191018.2 (#5283) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19518.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cac2a1fbc..b6c7353de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 0be12cb0eba0aecca21981f82474f82626d7df64 + 4bf210632717724dc6e2d07f926e19d13e7a6015 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index f1ef6d2e6..b954fee15 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19518.1 + 5.0.0-alpha1.19518.2 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 8077ffe1abcada7cf4b6b177a7038952df9ea1fe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:15:27 +0000 Subject: [PATCH 0876/2259] Update dependencies from https://github.com/dotnet/toolset build 20191018.5 (#5285) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19518.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19518.5 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6c7353de..682017f28 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,17 +42,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb + 32bb8ea97ad82adf82af92cce78c909f13f853f7 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb + 32bb8ea97ad82adf82af92cce78c909f13f853f7 diff --git a/eng/Versions.props b/eng/Versions.props index b954fee15..1ea2c7220 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19517.10 + 5.0.100-alpha1.19518.5 @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19517.10 + 5.0.100-alpha1.19518.5 0.2.0 From ad5afd15e7d976d7539c73383036a398509986be Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 14:25:40 +0000 Subject: [PATCH 0877/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191018.3 (#5284) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19518.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 682017f28..375b48186 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - 4bf210632717724dc6e2d07f926e19d13e7a6015 + b4c356ca91dd735b2f7cf2c36768a4390dc0faef https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 1ea2c7220..eb2169ee0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19518.2 + 5.0.0-alpha1.19518.3 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From ed966bdcc5a68ec63074fb6ee579a5506328c2c7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2019 19:35:31 +0000 Subject: [PATCH 0878/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191018.4 (#5286) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19518.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 375b48186..ad1a38db0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,9 +2,9 @@ - + https://github.com/dotnet/windowsdesktop - b4c356ca91dd735b2f7cf2c36768a4390dc0faef + 9c77fdf3aad3ed50af9d223575c1f836bb8e4d9f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index eb2169ee0..5fcb023f5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -55,7 +55,7 @@ 2.1.0-alpha1.19507.3 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19518.3 + 5.0.0-alpha1.19518.4 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 8939b79a71df13d5cdfe6afdfaf82a233a431e04 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 18 Oct 2019 14:48:44 -0700 Subject: [PATCH 0879/2259] Add support for netcoreapp3.1, fix netcoreapp3.0, and fix tests --- .../targets/GenerateBundledVersions.targets | 101 +++++++++++++++--- test/SdkTests/SdkTests.csproj | 1 + test/SdkTests/TestConfig.xml | 19 +++- 3 files changed, 103 insertions(+), 18 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index b277ad659..bfc43eca7 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -32,14 +32,22 @@ <_NETCoreApp30PackageVersion>3.0.0 <_NETCoreApp30TargetingPackVersion>$(_NETCoreApp30PackageVersion) + + <_NETCoreApp31PackageVersion>3.1.0-preview1.19506.1 + <_NETCoreApp31TargetingPackVersion>$(_NETCoreApp31PackageVersion) + <_MicrosoftWindowsDesktop30PackageVersion>$(_NETCoreApp30PackageVersion) <_MicrosoftWindowsDesktop30TargetingPackVersion>$(_NETCoreApp30TargetingPackVersion) - <_AspNet30PackageVersion>3.0.0-rc1.19457.4 - <_AspNet30TargetingPackVersion>$(_AspNet30PackageVersion) + + <_MicrosoftWindowsDesktop31PackageVersion>$(_NETCoreApp31PackageVersion) + <_MicrosoftWindowsDesktop31TargetingPackVersion>$(_NETCoreApp31TargetingPackVersion) <_MicrosoftAspNetCoreApp30PackageVersion>3.0.0 <_AspNet30TargetingPackVersion>$(_MicrosoftAspNetCoreApp30PackageVersion) + <_MicrosoftAspNetCoreApp31PackageVersion>3.1.0-preview1.19508.20 + <_AspNet31TargetingPackVersion>$(_MicrosoftAspNetCoreApp31PackageVersion) + <_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1]) <_NETStandardTargetFrameworkVersion>$(_NETStandardLibraryPackageVersion.Split('.')[0]).$(_NETStandardLibraryPackageVersion.Split('.')[1]) @@ -90,22 +98,14 @@ linux-arm; linux-arm64" /> - + + - + - - + + + + + + + + + + + + + + + diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 13c5859e5..6e32bc585 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -145,6 +145,23 @@ Skip="true" Issue="" Reason="Needs .NET Core 1.1"/> - + + + + + + From 39b07f54dd50d582a4416654879e40cc9e5bfa5e Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 18 Oct 2019 14:52:33 -0700 Subject: [PATCH 0880/2259] Update dependencies from .NET Core 5 Dev --- eng/Version.Details.xml | 40 ++++++++++++++++++++-------------------- eng/Versions.props | 18 +++++++++--------- 2 files changed, 29 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eec9a5807..188fbfa6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -2,33 +2,33 @@ - + https://github.com/dotnet/windowsdesktop - 6aa80fdf03434eaacc67388c436ffaf62cb10c50 + 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 - + https://github.com/dotnet/windowsdesktop - 6aa80fdf03434eaacc67388c436ffaf62cb10c50 + 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 - + https://github.com/dotnet/core-setup - 900664cfc09aebb4ec86ed2a5f9a42094409cf44 + 346b717dc7be7f9b3c2554d883d26e8f33977b86 - + https://github.com/dotnet/core-setup - 900664cfc09aebb4ec86ed2a5f9a42094409cf44 + 346b717dc7be7f9b3c2554d883d26e8f33977b86 - + https://github.com/dotnet/core-setup - 900664cfc09aebb4ec86ed2a5f9a42094409cf44 + 346b717dc7be7f9b3c2554d883d26e8f33977b86 - + https://github.com/dotnet/core-setup - 900664cfc09aebb4ec86ed2a5f9a42094409cf44 + 346b717dc7be7f9b3c2554d883d26e8f33977b86 - + https://github.com/dotnet/core-setup - 900664cfc09aebb4ec86ed2a5f9a42094409cf44 + 346b717dc7be7f9b3c2554d883d26e8f33977b86 @@ -36,9 +36,9 @@ 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 3b6ec2ba944fb72f921f95b99b6ebf2e7bb3dc5a + 2b92fc0930b941cd0d9146971745cd717689434c https://github.com/aspnet/AspNetCore @@ -72,17 +72,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb + 32bb8ea97ad82adf82af92cce78c909f13f853f7 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 4e2bc1d8eca379df488fd66c6d8b29bebe0561eb + 32bb8ea97ad82adf82af92cce78c909f13f853f7 diff --git a/eng/Versions.props b/eng/Versions.props index 93b687ddd..6508683ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19517.10 + 5.0.100-alpha1.19518.5 @@ -45,7 +45,7 @@ - 5.0.100-alpha1.19517.10 + 5.0.100-alpha1.19518.5 0.2.0 @@ -56,21 +56,21 @@ $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha1.19517.3 - 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19518.5 + 5.0.0-alpha1.19518.5 $(MicrosoftNETCoreAppPackageVersion) - 5.0.0-alpha1.19517.3 - 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19518.5 + 5.0.0-alpha1.19518.5 $(MicrosoftNETCoreDotNetHostResolverPackageVersion) $(MicrosoftNETCoreDotNetAppHostPackageVersion) - 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19518.5 $(MicrosoftNETCoreAppRefPackageVersion) $(MicrosoftNETCoreDotNetAppHostPackageVersion) 2.1.0 $(MicrosoftAspNetCoreAppRuntimeWinX64PackageVersion) $(MicrosoftAspNetCoreAppRefPackageVersion) - 5.0.0-alpha1.19517.3 - 5.0.0-alpha1.19517.3 + 5.0.0-alpha1.19518.5 + 5.0.0-alpha1.19518.5 $(MicrosoftWindowsDesktopAppPackageVersion) $(MicrosoftWindowsDesktopAppPackageVersion) From 9cfc62b65fbffdcdfed33bb81804d7689f3ca7dd Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 18 Oct 2019 15:10:51 -0700 Subject: [PATCH 0881/2259] Fix test expectation to match message change --- test/EndToEnd/ProjectBuildTests.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index f0f3a854a..ab3558dc8 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -36,9 +36,9 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory) .ExecuteWithCapturedOutput() - // Templates are still at 3.0 and will not run on 5.0, revert to commented out assertion when 5.0 templates land + // Templates are still at 3.1 and will not run on 5.0, revert to commented out assertion when 5.0 templates land //.Should().Pass().And.HaveStdOutContaining("Hello World!"); - .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-download"); + .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-core-applaunch"); var binDirectory = new DirectoryInfo(projectDirectory).Sub("bin"); binDirectory.Should().HaveFilesMatching("*.dll", SearchOption.AllDirectories); @@ -80,9 +80,9 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory) .ExecuteWithCapturedOutput() - // Templates are still at 3.0 and will not run on 5.0, revert to commented out assertion when 5.0 templates land + // Templates are still at 3.1 and will not run on 5.0, revert to commented out assertion when 5.0 templates land //.Should().Pass().And.HaveStdOutContaining("Hello World!"); - .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-download"); + .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-core-applaunch"); } From 757929ad118080eaed218ace0c82653bf6df5765 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2019 17:55:33 +0000 Subject: [PATCH 0882/2259] Update dependencies from https://github.com/dotnet/toolset build 20191021.2 (#5292) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha1.19521.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha1.19521.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad1a38db0..48db9d8ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -42,17 +42,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 32bb8ea97ad82adf82af92cce78c909f13f853f7 + 780dc38eaa3eb06381ebe9a643c81d7f601e2dc6 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 32bb8ea97ad82adf82af92cce78c909f13f853f7 + 780dc38eaa3eb06381ebe9a643c81d7f601e2dc6 diff --git a/eng/Versions.props b/eng/Versions.props index 5fcb023f5..63b174fb9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19518.5 + 5.0.100-alpha1.19521.2 @@ -33,7 +33,7 @@ - 5.0.100-alpha1.19518.5 + 5.0.100-alpha1.19521.2 0.2.0 From fdd459555426ae3bc88ef675a46e2846c2a4a504 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Tue, 22 Oct 2019 11:06:07 -0700 Subject: [PATCH 0883/2259] Skip test with defect --- test/SdkTests/TestConfig.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 6e32bc585..441cc6cc7 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -163,5 +163,11 @@ Issue="" Reason="Assumes `dotnet new wpf`produces a netcoreapp3.1 app, will get fixed when sdk takes .NET 5 stage 0" /> + + + From f86a6b59bd0774c597ba503f22873fe7baff8a75 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2019 07:58:21 +0000 Subject: [PATCH 0884/2259] [master] Update dependencies from aspnet/AspNetCore (#5300) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191022.8 - dotnet-user-secrets - 5.0.0-alpha1.19522.8 - dotnet-watch - 5.0.0-alpha1.19522.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19522.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19522.8 - dotnet-dev-certs - 5.0.0-alpha1.19522.8 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19522.8 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191022.13 - dotnet-user-secrets - 5.0.0-alpha1.19522.13 - dotnet-watch - 5.0.0-alpha1.19522.13 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19522.13 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19522.13 - dotnet-dev-certs - 5.0.0-alpha1.19522.13 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19522.13 --- NuGet.config | 3 +++ eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 3 files changed, 21 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index c5c679e3f..773fd1a4e 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,6 +6,9 @@ + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d05a217ed..eec2b5d03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -40,29 +40,29 @@ https://github.com/dotnet/corefx 2b92fc0930b941cd0d9146971745cd717689434c - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 23f3a10965fb70b1ae34c5464d497c71540c998e + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 4eda7cb7e..3089298b8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,12 +36,12 @@ - 5.0.0-alpha1.19517.10 - 5.0.0-alpha1.19517.10 - 5.0.0-alpha1.19517.10 - 5.0.0-alpha1.19517.10 - 5.0.0-alpha1.19517.10 - 5.0.0-alpha1.19517.10 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 From 281c53c86ef2ea9e47dd598194c7173e7a9cafe8 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:32:53 -0700 Subject: [PATCH 0885/2259] Fix up windowsdesktop dependency flow tracking --- eng/Version.Details.xml | 4 ++++ eng/Versions.props | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a12b13e4..480fdc74c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,10 @@ + + https://github.com/dotnet/windowsdesktop + 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 + https://github.com/dotnet/windowsdesktop 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 diff --git a/eng/Versions.props b/eng/Versions.props index e728dacfc..8701c62af 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -66,9 +66,13 @@ 3.1.0-preview2.19522.1 3.1.0-preview2.19522.1 3.1.0-preview2.19522.1 + 2.1.0 + + + + 3.1.0-preview2.19522.1 3.1.0-preview2.19522.1 3.1.0-preview2.19522.1 - 2.1.0 From a35a96273fe91502623f2463d93d37f4dfbdbfd3 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:34:49 -0700 Subject: [PATCH 0886/2259] Update dependencies from .NET Core 5 Dev --- eng/Version.Details.xml | 90 ++++++++++++++++++++--------------------- eng/Versions.props | 36 ++++++++--------- 2 files changed, 63 insertions(+), 63 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 480fdc74c..6f07924b4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/windowsdesktop - 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 + 6dd270d8238e37621a100ecf524b29433fb14ac8 - + https://github.com/dotnet/windowsdesktop - 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 + 6dd270d8238e37621a100ecf524b29433fb14ac8 - + https://github.com/dotnet/windowsdesktop - 76ac27ec24174b4d0a7ff58e9e6e24f1d6b608d4 + 6dd270d8238e37621a100ecf524b29433fb14ac8 - + https://github.com/dotnet/core-setup - 9354e1f42890a9deb5d52ca65b0313c707d89ed5 + 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 - + https://github.com/dotnet/core-setup - 9354e1f42890a9deb5d52ca65b0313c707d89ed5 + 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 - + https://github.com/dotnet/core-setup - 9354e1f42890a9deb5d52ca65b0313c707d89ed5 + 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 - + https://github.com/dotnet/core-setup - 9354e1f42890a9deb5d52ca65b0313c707d89ed5 + 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 - + https://github.com/dotnet/core-setup - 9354e1f42890a9deb5d52ca65b0313c707d89ed5 + 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 @@ -39,68 +39,68 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - b187a7f11b42476863c791b4ffe94e1bd8c093be + 46299619e290936c495264162ede68354ced5b18 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 - + https://github.com/aspnet/AspNetCore - 1ea47f119b25bd0c4c475ef444abf591d4b890f9 + 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - fa98e14b1b8d84a1a711ef909384f16ada8bbe7c + 40bcaca36d5db25dae9f9ad7e85891fc73714320 - + https://github.com/dotnet/toolset - 7ee46ac2d77afe2347837f60ff74183a33af44ee + afa5f4c566ce34f827d21ebcbc8aefe7dcb08b39 - + https://github.com/dotnet/sdk - 357126710492d620198a60ee340ebeca9070f133 + 419501cb5731805c7e49bae276a2938e7c1844de - - https://github.com/dotnet/cli - c2aef013a10ac60b9349c9a895b06eb7a9ee0172 + + https://github.com/dotnet/toolset + afa5f4c566ce34f827d21ebcbc8aefe7dcb08b39 - + https://github.com/dotnet/winforms - ef0fdeda487deb05f2864f11e97f047ed8620e9c + aa251536c8ae637e95faf529480e8020d69aa361 - + https://github.com/dotnet/wpf - cde0da6f9dc9837b93d59d5efac1f0dcc95eb5fb + 11a8ba5060577dbddae4303e53583f8d4a82f172 - + https://github.com/dotnet/wcf - 7345927a310945032a0a6a26f10f8a7bcfc46fdc + 49e68b86a708b6d6346b4e519fd54f9e815a87d1 diff --git a/eng/Versions.props b/eng/Versions.props index 8701c62af..06b480640 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 5.0.100-alpha1.19521.2 + 5.0.100-alpha1.19522.14 @@ -24,7 +24,7 @@ - 3.1.0-preview1.19476.7 + 5.0.0-alpha1.19428.1 @@ -36,16 +36,16 @@ - 3.1.0-preview2.19522.3 - 3.1.0-preview2.19522.3 - 3.1.0-preview2.19522.3 - 3.1.0-preview2.19522.3 - 3.1.0-preview2.19522.3 - 3.1.0-preview2.19522.3 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19522.13 - 3.1.100-preview2.19522.1 + 5.0.100-alpha1.19522.14 0.2.0 @@ -57,22 +57,22 @@ - 3.1.0-preview2.19521.18 + 5.0.0-alpha1.19521.4 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 + 5.0.0-alpha1.19523.1 + 5.0.0-alpha1.19523.1 + 5.0.0-alpha1.19523.1 + 5.0.0-alpha1.19523.1 + 5.0.0-alpha1.19523.1 2.1.0 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 - 3.1.0-preview2.19522.1 + 5.0.0-alpha1.19523.4 + 5.0.0-alpha1.19523.4 + 5.0.0-alpha1.19523.4 From aa4c43735b747b7c581104961176c0865b53454d Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:38:23 -0700 Subject: [PATCH 0887/2259] Fix typos --- .../targets/GenerateBundledVersions.targets | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 9bd48a730..f61827d44 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -14,17 +14,17 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NETCoreApp30PRuntimePackVersion>3.0.0 + <_NETCoreApp30RuntimePackVersion>3.0.0 <_NETCoreApp30TargetingPackVersion>3.0.0 - <_NETCoreApp31PRuntimePackVersion>3.1.0-preview1.19506.1 + <_NETCoreApp31RuntimePackVersion>3.1.0-preview1.19506.1 <_NETCoreApp31TargetingPackVersion>$(_NETCoreApp31RuntimePackVersion) - <_WindowsDesktop30RuntimePackVersion>$(_NETCoreApp30PRuntimePackVersion) + <_WindowsDesktop30RuntimePackVersion>$(_NETCoreApp30RuntimePackVersion) <_WindowsDesktop30TargetingPackVersion>$(_NETCoreApp30TargetingPackVersion) - <_WindowsDesktop31RuntimePackVersion>$(_NETCoreApp31PRuntimePackVersion) - <_WindowsDesktop31TargetingPackVersion>$(_NETCoreApp31TargetingPackVersion) + <_WindowsDesktop31RuntimePackVersion>$(_NETCoreApp31RuntimePackVersion) + <_WindowsDesktop31TargetingPackVersion>$(_NETCoreApp31TargetingPackVersion) <_AspNet30RuntimePackVersion>3.0.0 <_AspNet30TargetingPackVersion>3.0.0 @@ -237,8 +237,8 @@ Copyright (c) .NET Foundation. All rights reserved. @@ -308,7 +308,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetFramework="netcoreapp3.0" RuntimeFrameworkName="Microsoft.NETCore.App" DefaultRuntimeFrameworkVersion="3.0.0" - LatestRuntimeFrameworkVersion="$(_NETCoreApp30PRuntimePackVersion)" + LatestRuntimeFrameworkVersion="$(_NETCoreApp30RuntimePackVersion)" TargetingPackName="Microsoft.NETCore.App.Ref" TargetingPackVersion="$(_NETCoreApp30TargetingPackVersion)" RuntimePackNamePatterns="Microsoft.NETCore.App.Runtime.**RID**" @@ -319,7 +319,7 @@ Copyright (c) .NET Foundation. All rights reserved. From 7dff6dc52cb46a7cf5c78ec79eb338aca8239ba6 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:57:00 -0700 Subject: [PATCH 0888/2259] Pin 3.1 common project templates as they're only published out of 3.1 --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 06b480640..78fd0c008 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -92,7 +92,7 @@ $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) $(NUnit3DotNetNewTemplatePackageVersion) $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - $(MicrosoftDotNetCommonItemTemplates31PackageVersion) + 3.1.0-preview1.19475.1 $(MicrosoftAspNetCoreAppRuntimePackageVersion) 4.8.0-rc2.19462.10 From 5fc5386bd9c00bb89649517eda5f359f85b3dbb8 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 08:57:21 -0700 Subject: [PATCH 0889/2259] Target 5.0 to fix build --- Directory.Build.props | 2 +- global.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index fe43161d7..02487bf33 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -13,7 +13,7 @@ true true - netcoreapp3.1 + netcoreapp5.0 NU5125;NU5105;NU1701 diff --git a/global.json b/global.json index b9160312f..e4f0b955b 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.1.100-preview1-014459" + "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19474.3" From bfb734dbe0ad2102d541f034e5bc7d8f9e4385dc Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 23 Oct 2019 09:05:53 -0700 Subject: [PATCH 0890/2259] Fix typos --- src/redist/targets/GenerateBundledVersions.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index f61827d44..18bfa55c2 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -57,7 +57,7 @@ win-x86; " /> - + - /> + Date: Wed, 23 Oct 2019 16:09:03 -0700 Subject: [PATCH 0891/2259] Reduce nuget feeds --- NuGet.config | 7 -- eng/TestVersions.props | 6 +- eng/Versions.props | 18 +---- .../RuntimeConfig.cs | 77 +++++++++++++++++++ 4 files changed, 82 insertions(+), 26 deletions(-) create mode 100644 test/Microsoft.DotNet.Tools.Tests.Utilities/RuntimeConfig.cs diff --git a/NuGet.config b/NuGet.config index 773fd1a4e..75988da01 100644 --- a/NuGet.config +++ b/NuGet.config @@ -3,20 +3,13 @@ - - - - - - - diff --git a/eng/TestVersions.props b/eng/TestVersions.props index e69853514..3a2ece51e 100644 --- a/eng/TestVersions.props +++ b/eng/TestVersions.props @@ -1,10 +1,10 @@ - 5.0.0-preview1.5663 - 3.0.100-preview.18580.6 + 5.0.0 + $(MicrosoftDotnetToolsetInternalPackageVersion) 0.1.1 15.8.0 - 3.0.0-preview-27218-01 + 3.0.0 1.3.1 diff --git a/eng/Versions.props b/eng/Versions.props index 78fd0c008..26d85fa73 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,6 +12,7 @@ preview + 5.0.100-alpha1.19522.14 @@ -112,7 +113,7 @@ 1.5.3 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) - 1.0.2-beta4-20181009-2100240 + 1.0.2-beta4.19511.1 2.1.12 @@ -127,19 +128,4 @@ 2.0.1-servicing-26011-01 - - - $(RestoreSources); - https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; - https://dotnet.myget.org/F/msbuild/api/v3/index.json; - https://dotnet.myget.org/F/nuget-build/api/v3/index.json; - https://dotnet.myget.org/F/templating/api/v3/index.json; - https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json; - https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json; - https://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json; - https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json; - https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json; - https://dotnetfeed.blob.core.windows.net/dotnet-toolset/index.json; - - diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/RuntimeConfig.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/RuntimeConfig.cs new file mode 100644 index 000000000..e161dba3b --- /dev/null +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/RuntimeConfig.cs @@ -0,0 +1,77 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; +using System.Text.Json; +using System.IO; +using Microsoft.DotNet.Cli.Utils; + +namespace Microsoft.DotNet.TestFramework +{ + internal class RuntimeConfigFramework + { + public string Name { get; set; } + public string Version { get; set; } + } + + public class RuntimeConfig + { + public bool IsPortable { get; } + internal RuntimeConfigFramework Framework { get; } + + public RuntimeConfig(string runtimeConfigPath) + { + var jsonDocumentOptions = new JsonDocumentOptions + { + AllowTrailingCommas = true, + CommentHandling = JsonCommentHandling.Skip + }; + + using (var stream = File.OpenRead(runtimeConfigPath)) + using (JsonDocument doc = JsonDocument.Parse(stream, jsonDocumentOptions)) + { + JsonElement root = doc.RootElement; + if (root.TryGetProperty("runtimeOptions", out var runtimeOptionsRoot)) + { + if (runtimeOptionsRoot.TryGetProperty("framework", out var framework)) + { + var runtimeConfigFramework = new RuntimeConfigFramework(); + string name = null; + string version = null; + foreach (var property in framework.EnumerateObject()) + { + if (property.Name.Equals("name", StringComparison.OrdinalIgnoreCase)) + { + name = property.Value.GetString(); + } + + if (property.Name.Equals("version", StringComparison.OrdinalIgnoreCase)) + { + version = property.Value.GetString(); + } + } + + if (name == null || version == null) + { + Framework = null; + } + else + { + Framework = new RuntimeConfigFramework + { + Name = name, + Version = version + }; + } + } + else + { + Framework = null; + } + } + } + + IsPortable = Framework != null; + } + } +} \ No newline at end of file From 30f59dadcb1c201eae3c7daa91b5270badbb532f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2019 22:05:36 +0000 Subject: [PATCH 0892/2259] Update dependencies from https://github.com/dotnet/arcade build 20191023.3 (#5320) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19523.3 --- NuGet.config | 3 + eng/Version.Details.xml | 4 +- eng/common/build.ps1 | 19 ++- eng/common/build.sh | 24 +-- eng/common/darc-init.ps1 | 11 +- eng/common/darc-init.sh | 26 +++- eng/common/dotnet-install.ps1 | 6 +- eng/common/dotnet-install.sh | 43 +++++- eng/common/init-tools-native.ps1 | 1 + eng/common/post-build/post-build-utils.ps1 | 1 + eng/common/post-build/setup-maestro-vars.ps1 | 26 ---- eng/common/sdl/execute-all-sdl-tools.ps1 | 52 +++---- eng/common/sdl/extract-artifact-packages.ps1 | 1 + eng/common/templates/job/execute-sdl.yml | 10 +- eng/common/templates/job/job.yml | 140 +++++++++--------- eng/common/templates/jobs/jobs.yml | 74 ++++----- .../channels/netcore-3-tools-validation.yml | 5 +- .../post-build/channels/netcore-3-tools.yml | 7 +- .../post-build/channels/netcore-dev-31.yml | 7 +- .../post-build/channels/netcore-dev-5.yml | 7 +- .../channels/netcore-internal-30.yml | 19 ++- .../channels/netcore-release-30.yml | 7 +- .../channels/netcore-release-31.yml | 7 +- .../channels/netcore-tools-latest.yml | 7 +- .../channels/netcore-tools-validation.yml | 5 +- .../templates/post-build/post-build.yml | 48 ++++-- .../post-build/setup-maestro-vars.yml | 26 +++- eng/common/tools.ps1 | 64 ++++++-- eng/common/tools.sh | 59 ++++++-- global.json | 2 +- 30 files changed, 441 insertions(+), 270 deletions(-) delete mode 100644 eng/common/post-build/setup-maestro-vars.ps1 diff --git a/NuGet.config b/NuGet.config index 75988da01..e82be11a9 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,6 +5,9 @@ + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f07924b4..b9eeac819 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 0e9ffd6464aff37aef2dc41dc2162d258f266e32 + 894bd005267af53f7d39ac988881e61193e67ae1 diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index e001ccb48..55dff3320 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -18,6 +18,7 @@ Param( [switch] $sign, [switch] $pack, [switch] $publish, + [switch] $clean, [switch][Alias('bl')]$binaryLog, [switch] $ci, [switch] $prepareMachine, @@ -48,6 +49,7 @@ function Print-Usage() { Write-Host " -pack Package build outputs into NuGet packages and Willow components" Write-Host " -sign Sign build outputs" Write-Host " -publish Publish artifacts (e.g. symbols)" + Write-Host " -clean Clean the solution" Write-Host "" Write-Host "Advanced settings:" @@ -112,6 +114,14 @@ function Build { @properties } +if ($clean) { + if(Test-Path $ArtifactsDir) { + Remove-Item -Recurse -Force $ArtifactsDir + Write-Host "Artifacts directory deleted." + } + exit 0 +} + try { if ($help -or (($null -ne $properties) -and ($properties.Contains("/help") -or $properties.Contains("/?")))) { Print-Usage @@ -123,14 +133,7 @@ try { $nodeReuse = $false } - # Import custom tools configuration, if present in the repo. - # Note: Import in global scope so that the script set top-level variables without qualification. - $configureToolsetScript = Join-Path $EngRoot "configure-toolset.ps1" - if (Test-Path $configureToolsetScript) { - . $configureToolsetScript - } - - if (($restore) -and ($null -eq $env:DisableNativeToolsetInstalls)) { + if ($restore) { InitializeNativeTools } diff --git a/eng/common/build.sh b/eng/common/build.sh index 6236fc4d3..36f9aa046 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -26,6 +26,7 @@ usage() echo " --pack Package build outputs into NuGet packages and Willow components" echo " --sign Sign build outputs" echo " --publish Publish artifacts (e.g. symbols)" + echo " --clean Clean the solution" echo "" echo "Advanced settings:" @@ -62,6 +63,7 @@ publish=false sign=false public=false ci=false +clean=false warn_as_error=true node_reuse=true @@ -82,6 +84,9 @@ while [[ $# > 0 ]]; do usage exit 0 ;; + -clean) + clean=true + ;; -configuration|-c) configuration=$2 shift @@ -196,20 +201,15 @@ function Build { ExitWithExitCode 0 } -# Import custom tools configuration, if present in the repo. -configure_toolset_script="$eng_root/configure-toolset.sh" -if [[ -a "$configure_toolset_script" ]]; then - . "$configure_toolset_script" +if [[ "$clean" == true ]]; then + if [ -d "$artifacts_dir" ]; then + rm -rf $artifacts_dir + echo "Artifacts directory deleted." + fi + exit 0 fi -# TODO: https://github.com/dotnet/arcade/issues/1468 -# Temporary workaround to avoid breaking change. -# Remove once repos are updated. -if [[ -n "${useInstalledDotNetCli:-}" ]]; then - use_installed_dotnet_cli="$useInstalledDotNetCli" -fi - -if [[ "$restore" == true && -z ${DisableNativeToolsetInstalls:-} ]]; then +if [[ "$restore" == true ]]; then InitializeNativeTools fi diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index 46d175fdf..5d7eaa5f9 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -1,7 +1,8 @@ param ( $darcVersion = $null, $versionEndpoint = "https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16", - $verbosity = "m" + $verbosity = "m", + $toolpath = $null ) . $PSScriptRoot\tools.ps1 @@ -23,11 +24,15 @@ function InstallDarcCli ($darcVersion) { $darcVersion = $(Invoke-WebRequest -Uri $versionEndpoint -UseBasicParsing).Content } - $arcadeServicesSource = 'https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json' + $arcadeServicesSource = 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' Write-Host "Installing Darc CLI version $darcVersion..." Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." - & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g + if (-not $toolpath) { + & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g + }else { + & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity --tool-path "$toolpath" + } } InstallDarcCli $darcVersion diff --git a/eng/common/darc-init.sh b/eng/common/darc-init.sh index 242429bca..82b2b5767 100755 --- a/eng/common/darc-init.sh +++ b/eng/common/darc-init.sh @@ -20,6 +20,10 @@ while [[ $# > 0 ]]; do verbosity=$2 shift ;; + --toolpath) + toolpath=$2 + shift + ;; *) echo "Invalid argument: $1" usage @@ -52,17 +56,27 @@ function InstallDarcCli { InitializeDotNetCli local dotnet_root=$_InitializeDotNetCli - local uninstall_command=`$dotnet_root/dotnet tool uninstall $darc_cli_package_name -g` - local tool_list=$($dotnet_root/dotnet tool list -g) - if [[ $tool_list = *$darc_cli_package_name* ]]; then - echo $($dotnet_root/dotnet tool uninstall $darc_cli_package_name -g) + if [ -z "$toolpath" ]; then + local tool_list=$($dotnet_root/dotnet tool list -g) + if [[ $tool_list = *$darc_cli_package_name* ]]; then + echo $($dotnet_root/dotnet tool uninstall $darc_cli_package_name -g) + fi + else + local tool_list=$($dotnet_root/dotnet tool list --tool-path "$toolpath") + if [[ $tool_list = *$darc_cli_package_name* ]]; then + echo $($dotnet_root/dotnet tool uninstall $darc_cli_package_name --tool-path "$toolpath") + fi fi - local arcadeServicesSource="https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json" + local arcadeServicesSource="https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json" echo "Installing Darc CLI version $darcVersion..." echo "You may need to restart your command shell if this is the first dotnet tool you have installed." - echo $($dotnet_root/dotnet tool install $darc_cli_package_name --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g) + if [ -z "$toolpath" ]; then + echo $($dotnet_root/dotnet tool install $darc_cli_package_name --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g) + else + echo $($dotnet_root/dotnet tool install $darc_cli_package_name --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity --tool-path "$toolpath") + fi } InstallDarcCli diff --git a/eng/common/dotnet-install.ps1 b/eng/common/dotnet-install.ps1 index 0b629b830..ec3e739fe 100644 --- a/eng/common/dotnet-install.ps1 +++ b/eng/common/dotnet-install.ps1 @@ -3,7 +3,9 @@ Param( [string] $verbosity = "minimal", [string] $architecture = "", [string] $version = "Latest", - [string] $runtime = "dotnet" + [string] $runtime = "dotnet", + [string] $RuntimeSourceFeed = "", + [string] $RuntimeSourceFeedKey = "" ) . $PSScriptRoot\tools.ps1 @@ -15,7 +17,7 @@ try { if ($architecture -and $architecture.Trim() -eq "x86") { $installdir = Join-Path $installdir "x86" } - InstallDotNet $installdir $version $architecture $runtime $true + InstallDotNet $installdir $version $architecture $runtime $true -RuntimeSourceFeed $RuntimeSourceFeed -RuntimeSourceFeedKey $RuntimeSourceFeedKey } catch { Write-Host $_ diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh index c3072c958..94ea34388 100755 --- a/eng/common/dotnet-install.sh +++ b/eng/common/dotnet-install.sh @@ -14,6 +14,8 @@ scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" version='Latest' architecture='' runtime='dotnet' +runtimeSourceFeed='' +runtimeSourceFeedKey='' while [[ $# > 0 ]]; do opt="$(echo "$1" | awk '{print tolower($0)}')" case "$opt" in @@ -29,18 +31,55 @@ while [[ $# > 0 ]]; do shift runtime="$1" ;; + -runtimesourcefeed) + shift + runtimeSourceFeed="$1" + ;; + -runtimesourcefeedkey) + shift + runtimeSourceFeedKey="$1" + ;; *) echo "Invalid argument: $1" - usage exit 1 ;; esac shift done +# Use uname to determine what the CPU is. +cpuname=$(uname -p) +# Some Linux platforms report unknown for platform, but the arch for machine. +if [[ "$cpuname" == "unknown" ]]; then + cpuname=$(uname -m) +fi + +case $cpuname in + aarch64) + buildarch=arm64 + ;; + amd64|x86_64) + buildarch=x64 + ;; + armv7l) + buildarch=arm + ;; + i686) + buildarch=x86 + ;; + *) + echo "Unknown CPU $cpuname detected, treating it as x64" + buildarch=x64 + ;; +esac + . "$scriptroot/tools.sh" dotnetRoot="$repo_root/.dotnet" -InstallDotNet $dotnetRoot $version "$architecture" $runtime true || { +if [[ $architecture != "" ]] && [[ $architecture != $buildarch ]]; then + dotnetRoot="$dotnetRoot/$architecture" +fi + +InstallDotNet $dotnetRoot $version "$architecture" $runtime true $runtimeSourceFeed $runtimeSourceFeedKey || { local exit_code=$? echo "dotnet-install.sh failed (exit code '$exit_code')." >&2 ExitWithExitCode $exit_code diff --git a/eng/common/init-tools-native.ps1 b/eng/common/init-tools-native.ps1 index 8cf18bcfe..0fc0503ab 100644 --- a/eng/common/init-tools-native.ps1 +++ b/eng/common/init-tools-native.ps1 @@ -133,6 +133,7 @@ try { if (Test-Path $InstallBin) { Write-Host "Native tools are available from" (Convert-Path -Path $InstallBin) Write-Host "##vso[task.prependpath]$(Convert-Path -Path $InstallBin)" + return $InstallBin } else { Write-Error "Native tools install directory does not exist, installation failed" diff --git a/eng/common/post-build/post-build-utils.ps1 b/eng/common/post-build/post-build-utils.ps1 index 551ae113f..aa9a025c0 100644 --- a/eng/common/post-build/post-build-utils.ps1 +++ b/eng/common/post-build/post-build-utils.ps1 @@ -8,6 +8,7 @@ Set-StrictMode -Version 2.0 # scripts don't necessarily execute in the same agent that run the # build.ps1/sh script this variable isn't automatically set. $ci = $true +$disableConfigureToolsetImport = "true" . $PSScriptRoot\..\tools.ps1 function Create-MaestroApiRequestHeaders([string]$ContentType = "application/json") { diff --git a/eng/common/post-build/setup-maestro-vars.ps1 b/eng/common/post-build/setup-maestro-vars.ps1 deleted file mode 100644 index d7f64dc63..000000000 --- a/eng/common/post-build/setup-maestro-vars.ps1 +++ /dev/null @@ -1,26 +0,0 @@ -param( - [Parameter(Mandatory=$true)][string] $ReleaseConfigsPath # Full path to ReleaseConfigs.txt asset -) - -. $PSScriptRoot\post-build-utils.ps1 - -try { - $Content = Get-Content $ReleaseConfigsPath - - $BarId = $Content | Select -Index 0 - - $Channels = "" - $Content | Select -Index 1 | ForEach-Object { $Channels += "$_ ," } - - $IsStableBuild = $Content | Select -Index 2 - - Write-PipelineSetVariable -Name 'BARBuildId' -Value $BarId - Write-PipelineSetVariable -Name 'InitialChannels' -Value "$Channels" - Write-PipelineSetVariable -Name 'IsStableBuild' -Value $IsStableBuild -} -catch { - Write-Host $_ - Write-Host $_.Exception - Write-Host $_.ScriptStackTrace - ExitWithExitCode 1 -} diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index 01799d63f..eb21321ba 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -1,30 +1,30 @@ Param( - [string] $GuardianPackageName, # Required: the name of guardian CLI package (not needed if GuardianCliLocation is specified) - [string] $NugetPackageDirectory, # Required: directory where NuGet packages are installed (not needed if GuardianCliLocation is specified) - [string] $GuardianCliLocation, # Optional: Direct location of Guardian CLI executable if GuardianPackageName & NugetPackageDirectory are not specified - [string] $Repository=$env:BUILD_REPOSITORY_NAME, # Required: the name of the repository (e.g. dotnet/arcade) - [string] $BranchName=$env:BUILD_SOURCEBRANCH, # Optional: name of branch or version of gdn settings; defaults to master - [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, # Required: the directory where source files are located - [string] $ArtifactsDirectory = (Join-Path $env:BUILD_SOURCESDIRECTORY ("artifacts")), # Required: the directory where build artifacts are located - [string] $AzureDevOpsAccessToken, # Required: access token for dnceng; should be provided via KeyVault - [string[]] $SourceToolsList, # Optional: list of SDL tools to run on source code - [string[]] $ArtifactToolsList, # Optional: list of SDL tools to run on built artifacts - [bool] $TsaPublish=$False, # Optional: true will publish results to TSA; only set to true after onboarding to TSA; TSA is the automated framework used to upload test results as bugs. - [string] $TsaBranchName=$env:BUILD_SOURCEBRANCH, # Optional: required for TSA publish; defaults to $(Build.SourceBranchName); TSA is the automated framework used to upload test results as bugs. - [string] $TsaRepositoryName=$env:BUILD_REPOSITORY_NAME, # Optional: TSA repository name; will be generated automatically if not submitted; TSA is the automated framework used to upload test results as bugs. - [string] $BuildNumber=$env:BUILD_BUILDNUMBER, # Optional: required for TSA publish; defaults to $(Build.BuildNumber) - [bool] $UpdateBaseline=$False, # Optional: if true, will update the baseline in the repository; should only be run after fixing any issues which need to be fixed - [bool] $TsaOnboard=$False, # Optional: if true, will onboard the repository to TSA; should only be run once; TSA is the automated framework used to upload test results as bugs. - [string] $TsaInstanceUrl, # Optional: only needed if TsaOnboard or TsaPublish is true; the instance-url registered with TSA; TSA is the automated framework used to upload test results as bugs. - [string] $TsaCodebaseName, # Optional: only needed if TsaOnboard or TsaPublish is true; the name of the codebase registered with TSA; TSA is the automated framework used to upload test results as bugs. - [string] $TsaProjectName, # Optional: only needed if TsaOnboard or TsaPublish is true; the name of the project registered with TSA; TSA is the automated framework used to upload test results as bugs. - [string] $TsaNotificationEmail, # Optional: only needed if TsaOnboard is true; the email(s) which will receive notifications of TSA bug filings (e.g. alias@microsoft.com); TSA is the automated framework used to upload test results as bugs. - [string] $TsaCodebaseAdmin, # Optional: only needed if TsaOnboard is true; the aliases which are admins of the TSA codebase (e.g. DOMAIN\alias); TSA is the automated framework used to upload test results as bugs. - [string] $TsaBugAreaPath, # Optional: only needed if TsaOnboard is true; the area path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. - [string] $TsaIterationPath, # Optional: only needed if TsaOnboard is true; the iteration path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. - [string] $GuardianLoggerLevel="Standard", # Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error - [string[]] $CrScanAdditionalRunConfigParams, # Optional: Additional Params to custom build a CredScan run config in the format @("xyz:abc","sdf:1") - [string[]] $PoliCheckAdditionalRunConfigParams # Optional: Additional Params to custom build a Policheck run config in the format @("xyz:abc","sdf:1") + [string] $GuardianPackageName, # Required: the name of guardian CLI package (not needed if GuardianCliLocation is specified) + [string] $NugetPackageDirectory, # Required: directory where NuGet packages are installed (not needed if GuardianCliLocation is specified) + [string] $GuardianCliLocation, # Optional: Direct location of Guardian CLI executable if GuardianPackageName & NugetPackageDirectory are not specified + [string] $Repository=$env:BUILD_REPOSITORY_NAME, # Required: the name of the repository (e.g. dotnet/arcade) + [string] $BranchName=$env:BUILD_SOURCEBRANCH, # Optional: name of branch or version of gdn settings; defaults to master + [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, # Required: the directory where source files are located + [string] $ArtifactsDirectory = (Join-Path $env:BUILD_ARTIFACTSTAGINGDIRECTORY ("artifacts")), # Required: the directory where build artifacts are located + [string] $AzureDevOpsAccessToken, # Required: access token for dnceng; should be provided via KeyVault + [string[]] $SourceToolsList, # Optional: list of SDL tools to run on source code + [string[]] $ArtifactToolsList, # Optional: list of SDL tools to run on built artifacts + [bool] $TsaPublish=$False, # Optional: true will publish results to TSA; only set to true after onboarding to TSA; TSA is the automated framework used to upload test results as bugs. + [string] $TsaBranchName=$env:BUILD_SOURCEBRANCH, # Optional: required for TSA publish; defaults to $(Build.SourceBranchName); TSA is the automated framework used to upload test results as bugs. + [string] $TsaRepositoryName=$env:BUILD_REPOSITORY_NAME, # Optional: TSA repository name; will be generated automatically if not submitted; TSA is the automated framework used to upload test results as bugs. + [string] $BuildNumber=$env:BUILD_BUILDNUMBER, # Optional: required for TSA publish; defaults to $(Build.BuildNumber) + [bool] $UpdateBaseline=$False, # Optional: if true, will update the baseline in the repository; should only be run after fixing any issues which need to be fixed + [bool] $TsaOnboard=$False, # Optional: if true, will onboard the repository to TSA; should only be run once; TSA is the automated framework used to upload test results as bugs. + [string] $TsaInstanceUrl, # Optional: only needed if TsaOnboard or TsaPublish is true; the instance-url registered with TSA; TSA is the automated framework used to upload test results as bugs. + [string] $TsaCodebaseName, # Optional: only needed if TsaOnboard or TsaPublish is true; the name of the codebase registered with TSA; TSA is the automated framework used to upload test results as bugs. + [string] $TsaProjectName, # Optional: only needed if TsaOnboard or TsaPublish is true; the name of the project registered with TSA; TSA is the automated framework used to upload test results as bugs. + [string] $TsaNotificationEmail, # Optional: only needed if TsaOnboard is true; the email(s) which will receive notifications of TSA bug filings (e.g. alias@microsoft.com); TSA is the automated framework used to upload test results as bugs. + [string] $TsaCodebaseAdmin, # Optional: only needed if TsaOnboard is true; the aliases which are admins of the TSA codebase (e.g. DOMAIN\alias); TSA is the automated framework used to upload test results as bugs. + [string] $TsaBugAreaPath, # Optional: only needed if TsaOnboard is true; the area path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. + [string] $TsaIterationPath, # Optional: only needed if TsaOnboard is true; the iteration path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. + [string] $GuardianLoggerLevel="Standard", # Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error + [string[]] $CrScanAdditionalRunConfigParams, # Optional: Additional Params to custom build a CredScan run config in the format @("xyz:abc","sdf:1") + [string[]] $PoliCheckAdditionalRunConfigParams # Optional: Additional Params to custom build a Policheck run config in the format @("xyz:abc","sdf:1") ) $ErrorActionPreference = "Stop" diff --git a/eng/common/sdl/extract-artifact-packages.ps1 b/eng/common/sdl/extract-artifact-packages.ps1 index 6e6825013..d857ae219 100644 --- a/eng/common/sdl/extract-artifact-packages.ps1 +++ b/eng/common/sdl/extract-artifact-packages.ps1 @@ -10,6 +10,7 @@ Set-StrictMode -Version 2.0 # scripts don't necessarily execute in the same agent that run the # build.ps1/sh script this variable isn't automatically set. $ci = $true +$disableConfigureToolsetImport = "true" . $PSScriptRoot\..\tools.ps1 $ExtractPackage = { diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index a7f996419..9a00430d6 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -24,15 +24,15 @@ jobs: buildType: current downloadType: specific files matchingPattern: "**" - downloadPath: $(Build.SourcesDirectory)\artifacts + downloadPath: $(Build.ArtifactStagingDirectory)\artifacts - powershell: eng/common/sdl/extract-artifact-packages.ps1 - -InputPath $(Build.SourcesDirectory)\artifacts\BlobArtifacts - -ExtractPath $(Build.SourcesDirectory)\artifacts\BlobArtifacts + -InputPath $(Build.ArtifactStagingDirectory)\artifacts\BlobArtifacts + -ExtractPath $(Build.ArtifactStagingDirectory)\artifacts\BlobArtifacts displayName: Extract Blob Artifacts continueOnError: ${{ parameters.sdlContinueOnError }} - powershell: eng/common/sdl/extract-artifact-packages.ps1 - -InputPath $(Build.SourcesDirectory)\artifacts\PackageArtifacts - -ExtractPath $(Build.SourcesDirectory)\artifacts\PackageArtifacts + -InputPath $(Build.ArtifactStagingDirectory)\artifacts\PackageArtifacts + -ExtractPath $(Build.ArtifactStagingDirectory)\artifacts\PackageArtifacts displayName: Extract Package Artifacts continueOnError: ${{ parameters.sdlContinueOnError }} - task: NuGetToolInstaller@1 diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index ffda80a19..ecebd0f03 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -1,67 +1,33 @@ +# Internal resources (telemetry, microbuild) can only be accessed from non-public projects, +# and some (Microbuild) should only be applied to non-PR cases for internal builds. + parameters: # Job schema parameters - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job cancelTimeoutInMinutes: '' - condition: '' - - continueOnError: false - container: '' - + continueOnError: false dependsOn: '' - displayName: '' - - steps: [] - pool: '' - + steps: [] strategy: '' - timeoutInMinutes: '' - variables: [] - workspace: '' - # Job base template specific parameters - # Optional: Enable installing Microbuild plugin - # if 'true', these "variables" must be specified in the variables object or as part of the queue matrix - # _TeamName - the name of your team - # _SignType - 'test' or 'real' +# Job base template specific parameters + # See schema documentation - https://github.com/dotnet/arcade/blob/master/Documentation/AzureDevOps/TemplateSchema.md + artifacts: '' enableMicrobuild: false - - # Optional: Include PublishBuildArtifacts task enablePublishBuildArtifacts: false - - # Optional: Enable publishing to the build asset registry enablePublishBuildAssets: false - - # Optional: Prevent gather/push manifest from executing when using publishing pipelines - enablePublishUsingPipelines: false - - # Optional: Include PublishTestResults task enablePublishTestResults: false - - # Optional: enable sending telemetry - enableTelemetry: false - - # Optional: define the helix repo for telemetry (example: 'dotnet/arcade') - helixRepo: '' - - # Optional: define the helix type for telemetry (example: 'build/product/') - helixType: '' - - # Required: name of the job + enablePublishUsingPipelines: false name: '' - - # Optional: should run as a public build even in the internal project - # if 'true', the build won't run any of the internal only steps, even if it is running in non-public projects. + preSteps: [] runAsPublic: false -# Internal resources (telemetry, microbuild) can only be accessed from non-public projects, -# and some (Microbuild) should only be applied to non-PR cases for internal builds. - jobs: - job: ${{ parameters.name }} @@ -93,7 +59,7 @@ jobs: timeoutInMinutes: ${{ parameters.timeoutInMinutes }} variables: - - ${{ if eq(parameters.enableTelemetry, 'true') }}: + - ${{ if ne(parameters.enableTelemetry, 'false') }}: - name: DOTNET_CLI_TELEMETRY_PROFILE value: '$(Build.Repository.Uri)' - ${{ each variable in parameters.variables }}: @@ -125,21 +91,12 @@ jobs: workspace: ${{ parameters.workspace }} steps: - - ${{ if eq(parameters.enableTelemetry, 'true') }}: - # Telemetry tasks are built from https://github.com/dotnet/arcade-extensions - - task: sendStartTelemetry@0 - displayName: 'Send Helix Start Telemetry' - inputs: - helixRepo: ${{ parameters.helixRepo }} - ${{ if ne(parameters.helixType, '') }}: - helixType: ${{ parameters.helixType }} - buildConfig: $(_BuildConfig) - runAsPublic: ${{ parameters.runAsPublic }} - continueOnError: ${{ parameters.continueOnError }} - condition: always() + - ${{ if ne(parameters.preSteps, '') }}: + - ${{ each preStep in parameters.preSteps }}: + - ${{ preStep }} - - ${{ if eq(parameters.enableMicrobuild, 'true') }}: - - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - ${{ if eq(parameters.enableMicrobuild, 'true') }}: - task: MicroBuildSigningPlugin@2 displayName: Install MicroBuild plugin inputs: @@ -151,9 +108,16 @@ jobs: continueOnError: ${{ parameters.continueOnError }} condition: and(succeeded(), in(variables['_SignType'], 'real', 'test'), eq(variables['Agent.Os'], 'Windows_NT')) - - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - task: NuGetAuthenticate@0 + - ${{ if or(eq(parameters.artifacts.download, 'true'), ne(parameters.artifacts.download, '')) }}: + - task: DownloadPipelineArtifact@2 + inputs: + buildType: current + artifactName: ${{ coalesce(parameters.artifacts.download.name, 'Artifacts_$(Agent.OS)_$(_BuildConfig)') }} + targetPath: ${{ coalesce(parameters.artifacts.download.path, 'artifacts') }} + itemPattern: ${{ coalesce(parameters.artifacts.download.pattern, '**') }} + - ${{ each step in parameters.steps }}: - ${{ step }} @@ -166,20 +130,60 @@ jobs: env: TeamName: $(_TeamName) - - ${{ if eq(parameters.enableTelemetry, 'true') }}: - # Telemetry tasks are built from https://github.com/dotnet/arcade-extensions - - task: sendEndTelemetry@0 - displayName: 'Send Helix End Telemetry' - continueOnError: ${{ parameters.continueOnError }} - condition: always() + - ${{ if ne(parameters.artifacts.publish, '') }}: + - ${{ if or(eq(parameters.artifacts.publish.artifacts, 'true'), ne(parameters.artifacts.publish.artifacts, '')) }}: + - task: CopyFiles@2 + displayName: Gather binaries for publish to artifacts + inputs: + SourceFolder: 'artifacts/bin' + Contents: '**' + TargetFolder: '$(Build.ArtifactStagingDirectory)/artifacts/bin' + - task: CopyFiles@2 + displayName: Gather packages for publish to artifacts + inputs: + SourceFolder: 'artifacts/packages' + Contents: '**' + TargetFolder: '$(Build.ArtifactStagingDirectory)/artifacts/packages' + - task: PublishBuildArtifacts@1 + displayName: Publish pipeline artifacts + inputs: + PathtoPublish: '$(Build.ArtifactStagingDirectory)/artifacts' + PublishLocation: Container + ArtifactName: ${{ coalesce(parameters.artifacts.publish.artifacts.name , 'Artifacts_$(Agent.Os)_$(_BuildConfig)') }} + continueOnError: true + condition: always() + - ${{ if or(eq(parameters.artifacts.publish.logs, 'true'), ne(parameters.artifacts.publish.logs, '')) }}: + - publish: artifacts/log + artifact: ${{ coalesce(parameters.artifacts.publish.logs.name, 'Logs_Build_$(Agent.Os)_$(_BuildConfig)') }} + displayName: Publish logs + continueOnError: true + condition: always() + - ${{ if or(eq(parameters.artifacts.publish.manifests, 'true'), ne(parameters.artifacts.publish.manifests, '')) }}: + - ${{ if and(ne(parameters.enablePublishUsingPipelines, 'true'), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - task: CopyFiles@2 + displayName: Gather Asset Manifests + inputs: + SourceFolder: '$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)/AssetManifest' + TargetFolder: '$(Build.ArtifactStagingDirectory)/AssetManifests' + continueOnError: ${{ parameters.continueOnError }} + condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) - - ${{ if eq(parameters.enablePublishBuildArtifacts, 'true') }}: + - task: PublishBuildArtifacts@1 + displayName: Push Asset Manifests + inputs: + PathtoPublish: '$(Build.ArtifactStagingDirectory)/AssetManifests' + PublishLocation: Container + ArtifactName: AssetManifests + continueOnError: ${{ parameters.continueOnError }} + condition: and(succeeded(), eq(variables['_DotNetPublishToBlobFeed'], 'true')) + + - ${{ if ne(parameters.enablePublishBuildArtifacts, 'false') }}: - task: PublishBuildArtifacts@1 displayName: Publish Logs inputs: PathtoPublish: '$(Build.SourcesDirectory)/artifacts/log/$(_BuildConfig)' PublishLocation: Container - ArtifactName: $(Agent.Os)_$(Agent.JobName) + ArtifactName: ${{ coalesce(parameters.enablePublishBuildArtifacts.artifactName, '$(Agent.Os)_$(Agent.JobName)' ) }} continueOnError: true condition: always() diff --git a/eng/common/templates/jobs/jobs.yml b/eng/common/templates/jobs/jobs.yml index 6a2f98c03..c08225a9a 100644 --- a/eng/common/templates/jobs/jobs.yml +++ b/eng/common/templates/jobs/jobs.yml @@ -1,19 +1,10 @@ parameters: - # Optional: 'true' if failures in job.yml job should not fail the job + # See schema documentation in /Documentation/AzureDevOps/TemplateSchema.md continueOnError: false - # Optional: Enable installing Microbuild plugin - # if 'true', these "variables" must be specified in the variables object or as part of the queue matrix - # _TeamName - the name of your team - # _SignType - 'test' or 'real' - enableMicrobuild: false - # Optional: Include PublishBuildArtifacts task enablePublishBuildArtifacts: false - # Optional: Enable publishing to the build asset registry - enablePublishBuildAssets: false - # Optional: Enable publishing using release pipelines enablePublishUsingPipelines: false @@ -23,19 +14,9 @@ parameters: # Optional: Include toolset dependencies in the generated graph files includeToolset: false - # Optional: Include PublishTestResults task - enablePublishTestResults: false - - # Optional: enable sending telemetry - # if enabled then the 'helixRepo' parameter should also be specified - enableTelemetry: false - # Required: A collection of jobs to run - https://docs.microsoft.com/en-us/azure/devops/pipelines/yaml-schema?view=vsts&tabs=schema#job jobs: [] - # Optional: define the helix repo for telemetry (example: 'dotnet/arcade') - helixRepo: '' - # Optional: Override automatically derived dependsOn value for "publish build assets" job publishBuildAssetsDependsOn: '' @@ -62,29 +43,30 @@ jobs: name: ${{ job.job }} -- ${{ if and(eq(parameters.enablePublishBuildAssets, true), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - template: ../job/publish-build-assets.yml - parameters: - continueOnError: ${{ parameters.continueOnError }} - dependsOn: - - ${{ if ne(parameters.publishBuildAssetsDependsOn, '') }}: - - ${{ each job in parameters.publishBuildAssetsDependsOn }}: - - ${{ job.job }} - - ${{ if eq(parameters.publishBuildAssetsDependsOn, '') }}: - - ${{ each job in parameters.jobs }}: - - ${{ job.job }} - pool: - vmImage: vs2017-win2016 - runAsPublic: ${{ parameters.runAsPublic }} - publishUsingPipelines: ${{ parameters.enablePublishUsingPipelines }} - enablePublishBuildArtifacts: ${{ parameters.enablePublishBuildArtifacts }} - -- ${{ if and(eq(parameters.graphFileGeneration.enabled, true), eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - - template: ../job/generate-graph-files.yml - parameters: - continueOnError: ${{ parameters.continueOnError }} - includeToolset: ${{ parameters.graphFileGeneration.includeToolset }} - dependsOn: - - Asset_Registry_Publish - pool: - vmImage: vs2017-win2016 +- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: + - ${{ if or(eq(parameters.enablePublishBuildAssets, true), eq(parameters.artifacts.publish.manifests, 'true'), ne(parameters.artifacts.publish.manifests, '')) }}: + - template: ../job/publish-build-assets.yml + parameters: + continueOnError: ${{ parameters.continueOnError }} + dependsOn: + - ${{ if ne(parameters.publishBuildAssetsDependsOn, '') }}: + - ${{ each job in parameters.publishBuildAssetsDependsOn }}: + - ${{ job.job }} + - ${{ if eq(parameters.publishBuildAssetsDependsOn, '') }}: + - ${{ each job in parameters.jobs }}: + - ${{ job.job }} + pool: + vmImage: vs2017-win2016 + runAsPublic: ${{ parameters.runAsPublic }} + publishUsingPipelines: ${{ parameters.enablePublishUsingPipelines }} + enablePublishBuildArtifacts: ${{ parameters.enablePublishBuildArtifacts }} + + - ${{ if eq(parameters.graphFileGeneration.enabled, true) }}: + - template: ../job/generate-graph-files.yml + parameters: + continueOnError: ${{ parameters.continueOnError }} + includeToolset: ${{ parameters.graphFileGeneration.includeToolset }} + dependsOn: + - Asset_Registry_Publish + pool: + vmImage: vs2017-win2016 diff --git a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml index cdb74031f..e77e4b911 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml @@ -1,10 +1,12 @@ parameters: artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false stages: - stage: NetCore_3_Tools_Validation_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET 3 Tools - Validation Publishing @@ -81,7 +83,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-3-tools.yml b/eng/common/templates/post-build/channels/netcore-3-tools.yml index 70eec773e..b7103833a 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools.yml +++ b/eng/common/templates/post-build/channels/netcore-3-tools.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_3_Tools_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET 3 Tools Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml index db2125418..1c6a8ed4a 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_Dev31_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Core 3.1 Dev Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index c4f5a16ac..6e7d7e42c 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_Dev5_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Core 5 Dev Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 177b38df3..732015258 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -1,10 +1,12 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_30_Internal_Servicing_Publishing - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Core 3.0 Internal Servicing Publishing @@ -32,6 +34,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -114,7 +128,6 @@ stages: /p:ChecksumsAzureAccountKey=$(InternalChecksumsBlobFeedKey) /p:InstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(InternalInstallersBlobFeedKey) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml index 16ade0db2..410f6de4c 100644 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_Release30_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Core 3.0 Release Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml index 01d56410c..e05699cd8 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_Release31_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Core 3.1 Release Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 157d2d4b9..5cea6264f 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -1,11 +1,13 @@ parameters: - symbolPublishingAdditionalParameters: '' artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' stages: - stage: NetCore_Tools_Latest_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Tools - Latest Publishing @@ -116,7 +118,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/channels/netcore-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-tools-validation.yml index d8447e49a..b5e214255 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-validation.yml @@ -1,10 +1,12 @@ parameters: artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate publishInstallersAndChecksums: false stages: - stage: PVR_Publish - dependsOn: validate + dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml displayName: .NET Tools - Validation Publishing @@ -81,7 +83,6 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:PublishToAzureDevOpsNuGetFeeds=true /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 7ee82d9ff..913ac244a 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -16,11 +16,14 @@ parameters: signingValidationAdditionalParameters: '' # Which stages should finish execution before post-build stages start - dependsOn: [build] + validateDependsOn: + - build + publishDependsOn: + - Validate stages: -- stage: validate - dependsOn: ${{ parameters.dependsOn }} +- stage: Validate + dependsOn: ${{ parameters.validateDependsOn }} displayName: Validate jobs: - ${{ if eq(parameters.enableNugetValidation, 'true') }}: @@ -45,6 +48,9 @@ stages: - ${{ if eq(parameters.enableSigningValidation, 'true') }}: - job: displayName: Signing Validation + variables: + - template: common-variables.yml + - group: AzureDevOps-Artifact-Feeds-Pats pool: vmImage: 'windows-2019' steps: @@ -54,6 +60,19 @@ stages: buildType: current artifactName: PackageArtifacts + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + condition: eq(variables['IsInternalBuild'], 'true') + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Validate inputs: @@ -97,51 +116,60 @@ stages: - template: \eng\common\templates\post-build\channels\netcore-dev-5.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - + - template: \eng\common\templates\post-build\channels\netcore-dev-31.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-tools-validation.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-3-tools-validation.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-3-tools.yml parameters: + dependsOn: ${{ parameters.publishDependsOn }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - template: \eng\common\templates\post-build\channels\netcore-release-30.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-release-31.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - template: \eng\common\templates\post-build\channels\netcore-internal-30.yml parameters: - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} diff --git a/eng/common/templates/post-build/setup-maestro-vars.yml b/eng/common/templates/post-build/setup-maestro-vars.yml index 56242b068..716b53f74 100644 --- a/eng/common/templates/post-build/setup-maestro-vars.yml +++ b/eng/common/templates/post-build/setup-maestro-vars.yml @@ -4,6 +4,8 @@ jobs: pool: vmImage: 'windows-2019' steps: + - checkout: none + - task: DownloadBuildArtifacts@0 displayName: Download Release Configs inputs: @@ -14,5 +16,25 @@ jobs: name: setReleaseVars displayName: Set Release Configs Vars inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/setup-maestro-vars.ps1 - arguments: -ReleaseConfigsPath '$(Build.StagingDirectory)/ReleaseConfigs/ReleaseConfigs.txt' + targetType: inline + script: | + try { + $Content = Get-Content $(Build.StagingDirectory)/ReleaseConfigs/ReleaseConfigs.txt + + $BarId = $Content | Select -Index 0 + + $Channels = "" + $Content | Select -Index 1 | ForEach-Object { $Channels += "$_ ," } + + $IsStableBuild = $Content | Select -Index 2 + + Write-Host "##vso[task.setvariable variable=BARBuildId;isOutput=true]$BarId" + Write-Host "##vso[task.setvariable variable=InitialChannels;isOutput=true]$Channels" + Write-Host "##vso[task.setvariable variable=IsStableBuild;isOutput=true]$IsStableBuild" + } + catch { + Write-Host $_ + Write-Host $_.Exception + Write-Host $_.ScriptStackTrace + exit 1 + } diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 91efea940..c4ca69dd4 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -49,6 +49,8 @@ # An array of names of processes to stop on script exit if prepareMachine is true. $processesToStopOnExit = if (Test-Path variable:processesToStopOnExit) { $processesToStopOnExit } else { @("msbuild", "dotnet", "vbcscompiler") } +$disableConfigureToolsetImport = if (Test-Path variable:disableConfigureToolsetImport) { $disableConfigureToolsetImport } else { $null } + set-strictmode -version 2.0 $ErrorActionPreference = "Stop" [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 @@ -154,15 +156,6 @@ function InitializeDotNetCli([bool]$install) { # Make Sure that our bootstrapped dotnet cli is available in future steps of the Azure Pipelines build Write-PipelinePrependPath -Path $dotnetRoot - # Work around issues with Azure Artifacts credential provider - # https://github.com/dotnet/arcade/issues/3932 - if ($ci) { - $env:NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS = 20 - $env:NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS = 20 - Write-PipelineSetVariable -Name 'NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS' -Value '20' - Write-PipelineSetVariable -Name 'NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS' -Value '20' - } - Write-PipelineSetVariable -Name 'DOTNET_MULTILEVEL_LOOKUP' -Value '0' Write-PipelineSetVariable -Name 'DOTNET_SKIP_FIRST_TIME_EXPERIENCE' -Value '1' @@ -184,7 +177,14 @@ function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $arc InstallDotNet $dotnetRoot $version $architecture } -function InstallDotNet([string] $dotnetRoot, [string] $version, [string] $architecture = "", [string] $runtime = "", [bool] $skipNonVersionedFiles = $false) { +function InstallDotNet([string] $dotnetRoot, + [string] $version, + [string] $architecture = "", + [string] $runtime = "", + [bool] $skipNonVersionedFiles = $false, + [string] $runtimeSourceFeed = "", + [string] $runtimeSourceFeedKey = "") { + $installScript = GetDotNetInstallScript $dotnetRoot $installParameters = @{ Version = $version @@ -195,10 +195,29 @@ function InstallDotNet([string] $dotnetRoot, [string] $version, [string] $archit if ($runtime) { $installParameters.Runtime = $runtime } if ($skipNonVersionedFiles) { $installParameters.SkipNonVersionedFiles = $skipNonVersionedFiles } - & $installScript @installParameters - if ($lastExitCode -ne 0) { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet cli (exit code '$lastExitCode')." - ExitWithExitCode $lastExitCode + try { + & $installScript @installParameters + } + catch { + Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet runtime '$runtime' from public location." + + # Only the runtime can be installed from a custom [private] location. + if ($runtime -and ($runtimeSourceFeed -or $runtimeSourceFeedKey)) { + if ($runtimeSourceFeed) { $installParameters.AzureFeed = $runtimeSourceFeed } + + if ($runtimeSourceFeedKey) { + $decodedBytes = [System.Convert]::FromBase64String($runtimeSourceFeedKey) + $decodedString = [System.Text.Encoding]::UTF8.GetString($decodedBytes) + $installParameters.FeedCredential = $decodedString + } + + try { + & $installScript @installParameters + } + catch { + Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet runtime '$runtime' from custom location '$runtimeSourceFeed'." + } + } } } @@ -427,6 +446,9 @@ function GetSdkTaskProject([string]$taskName) { } function InitializeNativeTools() { + if ($env:DisableNativeToolsetInstalls) { + return + } if (Get-Member -InputObject $GlobalJson -Name "native-tools") { $nativeArgs= @{} if ($ci) { @@ -504,6 +526,11 @@ function MSBuild() { # https://github.com/dotnet/arcade/issues/3932 if ($ci -and $buildTool.Tool -eq "dotnet") { dotnet nuget locals http-cache -c + + $env:NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS = 20 + $env:NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS = 20 + Write-PipelineSetVariable -Name 'NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS' -Value '20' + Write-PipelineSetVariable -Name 'NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS' -Value '20' } $toolsetBuildProject = InitializeToolset @@ -603,3 +630,12 @@ Write-PipelineSetVariable -Name 'Artifacts.Toolset' -Value $ToolsetDir Write-PipelineSetVariable -Name 'Artifacts.Log' -Value $LogDir Write-PipelineSetVariable -Name 'TEMP' -Value $TempDir Write-PipelineSetVariable -Name 'TMP' -Value $TempDir + +# Import custom tools configuration, if present in the repo. +# Note: Import in global scope so that the script set top-level variables without qualification. +if (!$disableConfigureToolsetImport) { + $configureToolsetScript = Join-Path $EngRoot "configure-toolset.ps1" + if (Test-Path $configureToolsetScript) { + . $configureToolsetScript + } +} diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 757d5b9ea..35a80c3f1 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -4,6 +4,7 @@ # CI mode - set to true on CI server for PR validation build or official build. ci=${ci:-false} +disable_configure_toolset_import=${disable_configure_toolset_import:-null} # Set to true to use the pipelines logger which will enable Azure logging output. # https://github.com/Microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md @@ -152,15 +153,6 @@ function InitializeDotNetCli { # build steps from using anything other than what we've downloaded. Write-PipelinePrependPath -path "$dotnet_root" - # Work around issues with Azure Artifacts credential provider - # https://github.com/dotnet/arcade/issues/3932 - if [[ "$ci" == true ]]; then - export NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS=20 - export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20 - Write-PipelineSetVariable -name "NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS" -value "20" - Write-PipelineSetVariable -name "NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS" -value "20" - fi - Write-PipelineSetVariable -name "DOTNET_MULTILEVEL_LOOKUP" -value "0" Write-PipelineSetVariable -name "DOTNET_SKIP_FIRST_TIME_EXPERIENCE" -value "1" @@ -200,8 +192,28 @@ function InstallDotNet { fi bash "$install_script" --version $version --install-dir "$root" $archArg $runtimeArg $skipNonVersionedFilesArg || { local exit_code=$? - Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK (exit code '$exit_code')." - ExitWithExitCode $exit_code + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from public location (exit code '$exit_code')." + + if [[ -n "$runtimeArg" ]]; then + local runtimeSourceFeed='' + if [[ -n "${6:-}" ]]; then + runtimeSourceFeed="--azure-feed $6" + fi + + local runtimeSourceFeedKey='' + if [[ -n "${7:-}" ]]; then + decodedFeedKey=`echo $7 | base64 --decode` + runtimeSourceFeedKey="--feed-credential $decodedFeedKey" + fi + + if [[ -n "$runtimeSourceFeed" || -n "$runtimeSourceFeedKey" ]]; then + bash "$install_script" --version $version --install-dir "$root" $archArg $runtimeArg $skipNonVersionedFilesArg $runtimeSourceFeed $runtimeSourceFeedKey || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from custom location '$runtimeSourceFeed' (exit code '$exit_code')." + ExitWithExitCode $exit_code + } + fi + fi } } @@ -261,6 +273,9 @@ function GetNuGetPackageCachePath { } function InitializeNativeTools() { + if [[ -z "${DisableNativeToolsetInstalls:-}" ]]; then + return + fi if grep -Fq "native-tools" $global_json_file then local nativeArgs="" @@ -341,7 +356,12 @@ function MSBuild { # Work around issues with Azure Artifacts credential provider # https://github.com/dotnet/arcade/issues/3932 if [[ "$ci" == true ]]; then - dotnet nuget locals http-cache -c + "$_InitializeBuildTool" nuget locals http-cache -c + + export NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS=20 + export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20 + Write-PipelineSetVariable -name "NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS" -value "20" + Write-PipelineSetVariable -name "NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS" -value "20" fi local toolset_dir="${_InitializeToolset%/*}" @@ -415,3 +435,18 @@ Write-PipelineSetVariable -name "Artifacts.Toolset" -value "$toolset_dir" Write-PipelineSetVariable -name "Artifacts.Log" -value "$log_dir" Write-PipelineSetVariable -name "Temp" -value "$temp_dir" Write-PipelineSetVariable -name "TMP" -value "$temp_dir" + +# Import custom tools configuration, if present in the repo. +if [[ "$disable_configure_toolset_import" != null ]]; then + configure_toolset_script="$eng_root/configure-toolset.sh" + if [[ -a "$configure_toolset_script" ]]; then + . "$configure_toolset_script" + fi +fi + +# TODO: https://github.com/dotnet/arcade/issues/1468 +# Temporary workaround to avoid breaking change. +# Remove once repos are updated. +if [[ -n "${useInstalledDotNetCli:-}" ]]; then + use_installed_dotnet_cli="$useInstalledDotNetCli" +fi diff --git a/global.json b/global.json index e4f0b955b..4091799cf 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19474.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19523.3" } } From 4bafb1ce3bc157583f64258d6fd892d62fb5c689 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 05:40:56 +0000 Subject: [PATCH 0893/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191024.2 (#5329) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19524.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19524.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19524.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b9eeac819..5940e33ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6dd270d8238e37621a100ecf524b29433fb14ac8 + f8bab985431681573fabf12abe3c7e4b08893a74 - + https://github.com/dotnet/windowsdesktop - 6dd270d8238e37621a100ecf524b29433fb14ac8 + f8bab985431681573fabf12abe3c7e4b08893a74 - + https://github.com/dotnet/windowsdesktop - 6dd270d8238e37621a100ecf524b29433fb14ac8 + f8bab985431681573fabf12abe3c7e4b08893a74 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 26d85fa73..6940d6eaf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19523.4 - 5.0.0-alpha1.19523.4 - 5.0.0-alpha1.19523.4 + 5.0.0-alpha1.19524.2 + 5.0.0-alpha1.19524.2 + 5.0.0-alpha1.19524.2 From 2f86f88e3627290e9fd484b823e3f15f82f4ce4f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 07:45:52 +0000 Subject: [PATCH 0894/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191024.3 (#5330) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19524.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19524.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19524.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5940e33ba..b981c62cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f8bab985431681573fabf12abe3c7e4b08893a74 + c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 - + https://github.com/dotnet/windowsdesktop - f8bab985431681573fabf12abe3c7e4b08893a74 + c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 - + https://github.com/dotnet/windowsdesktop - f8bab985431681573fabf12abe3c7e4b08893a74 + c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 6940d6eaf..03c22b509 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19524.2 - 5.0.0-alpha1.19524.2 - 5.0.0-alpha1.19524.2 + 5.0.0-alpha1.19524.3 + 5.0.0-alpha1.19524.3 + 5.0.0-alpha1.19524.3 From 8a257dc46c01454a888a6f576092cfc4f659f350 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 11:37:37 +0000 Subject: [PATCH 0895/2259] [master] Update dependencies from dotnet/core-setup (#5331) * Update dependencies from https://github.com/dotnet/core-setup build 20191024.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19524.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19524.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19524.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19524.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19524.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.13 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191024.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19524.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19524.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19524.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19524.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19524.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19524.14 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b981c62cf..66103b425 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 - + https://github.com/dotnet/core-setup - 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 + 452fc211978be1672e98d811e9f97eeecf27a1c0 - + https://github.com/dotnet/core-setup - 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 + 452fc211978be1672e98d811e9f97eeecf27a1c0 - + https://github.com/dotnet/core-setup - 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 + 452fc211978be1672e98d811e9f97eeecf27a1c0 - + https://github.com/dotnet/core-setup - 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 + 452fc211978be1672e98d811e9f97eeecf27a1c0 - + https://github.com/dotnet/core-setup - 35ee54b6ae5c86f78e3160a595c8d8e39e338ea3 + 452fc211978be1672e98d811e9f97eeecf27a1c0 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 46299619e290936c495264162ede68354ced5b18 + 0954a975f972546314bd3ac4eb6e0a6380a85701 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 03c22b509..acbbcab46 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha1.19521.4 + 5.0.0-alpha.1.19524.14 - 5.0.0-alpha1.19523.1 - 5.0.0-alpha1.19523.1 - 5.0.0-alpha1.19523.1 - 5.0.0-alpha1.19523.1 - 5.0.0-alpha1.19523.1 + 5.0.0-alpha1.19524.4 + 5.0.0-alpha1.19524.4 + 5.0.0-alpha1.19524.4 + 5.0.0-alpha1.19524.4 + 5.0.0-alpha1.19524.4 2.1.0 From d8e5ad75d718b4c4b960853ca22c41e99dec8f41 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 12:42:18 +0000 Subject: [PATCH 0896/2259] Update dependencies from https://github.com/dotnet/arcade build 20191024.2 (#5333) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19524.2 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/steps/send-to-helix.yml | 3 +++ global.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 66103b425..a0b47c0e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 894bd005267af53f7d39ac988881e61193e67ae1 + da545119ed327334c1d3577afd806c63eda7241c diff --git a/eng/common/templates/steps/send-to-helix.yml b/eng/common/templates/steps/send-to-helix.yml index 05df886f5..30becf01e 100644 --- a/eng/common/templates/steps/send-to-helix.yml +++ b/eng/common/templates/steps/send-to-helix.yml @@ -23,6 +23,7 @@ parameters: EnableXUnitReporter: false # optional -- true enables XUnit result reporting to Mission Control WaitForWorkItemCompletion: true # optional -- true will make the task wait until work items have been completed and fail the build if work items fail. False is "fire and forget." IsExternal: false # [DEPRECATED] -- doesn't do anything, jobs are external if HelixAccessToken is empty and Creator is set + HelixBaseUri: 'https://helix.dot.net/' # optional -- sets the Helix API base URI (allows targeting int) Creator: '' # optional -- if the build is external, use this to specify who is sending the job DisplayNamePrefix: 'Run Tests' # optional -- rename the beginning of the displayName of the steps in AzDO condition: succeeded() # optional -- condition for step to execute; defaults to succeeded() @@ -55,6 +56,7 @@ steps: DotNetCliVersion: ${{ parameters.DotNetCliVersion }} EnableXUnitReporter: ${{ parameters.EnableXUnitReporter }} WaitForWorkItemCompletion: ${{ parameters.WaitForWorkItemCompletion }} + HelixBaseUri: ${{ parameters.HelixBaseUri }} Creator: ${{ parameters.Creator }} SYSTEM_ACCESSTOKEN: $(System.AccessToken) condition: and(${{ parameters.condition }}, eq(variables['Agent.Os'], 'Windows_NT')) @@ -85,6 +87,7 @@ steps: DotNetCliVersion: ${{ parameters.DotNetCliVersion }} EnableXUnitReporter: ${{ parameters.EnableXUnitReporter }} WaitForWorkItemCompletion: ${{ parameters.WaitForWorkItemCompletion }} + HelixBaseUri: ${{ parameters.HelixBaseUri }} Creator: ${{ parameters.Creator }} SYSTEM_ACCESSTOKEN: $(System.AccessToken) condition: and(${{ parameters.condition }}, ne(variables['Agent.Os'], 'Windows_NT')) diff --git a/global.json b/global.json index 4091799cf..9f6adc103 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19523.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19524.2" } } From 232d1280cfd695b5c2756615c2c33a1d03b5d930 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 13:55:34 +0000 Subject: [PATCH 0897/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191025.1 (#5334) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19525.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19525.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19525.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a0b47c0e4..854181ecd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 + 4ca0e54b540385da11fc17f22cdf040cc1ba937d - + https://github.com/dotnet/windowsdesktop - c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 + 4ca0e54b540385da11fc17f22cdf040cc1ba937d - + https://github.com/dotnet/windowsdesktop - c5b9da32e22047a1d76cb3ed339315dab9a5c0e3 + 4ca0e54b540385da11fc17f22cdf040cc1ba937d https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index acbbcab46..d1c7304d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19524.3 - 5.0.0-alpha1.19524.3 - 5.0.0-alpha1.19524.3 + 5.0.0-alpha1.19525.1 + 5.0.0-alpha1.19525.1 + 5.0.0-alpha1.19525.1 From 29721f9d6af230efa9d1e07cc2f5f5a2b0a25a15 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 17:35:38 +0000 Subject: [PATCH 0898/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191025.2 (#5339) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19525.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19525.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19525.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 854181ecd..955ceccf6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4ca0e54b540385da11fc17f22cdf040cc1ba937d + b5453dc33ac52b900a34e8306d4dbc8e3e2f042b - + https://github.com/dotnet/windowsdesktop - 4ca0e54b540385da11fc17f22cdf040cc1ba937d + b5453dc33ac52b900a34e8306d4dbc8e3e2f042b - + https://github.com/dotnet/windowsdesktop - 4ca0e54b540385da11fc17f22cdf040cc1ba937d + b5453dc33ac52b900a34e8306d4dbc8e3e2f042b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index d1c7304d6..f280d2ce1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19525.1 - 5.0.0-alpha1.19525.1 - 5.0.0-alpha1.19525.1 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 From 22c4aee7c31a990fdb63f919c1d256adf538e699 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 18:21:42 +0000 Subject: [PATCH 0899/2259] [master] Update dependencies from dotnet/core-setup (#5336) * Update dependencies from https://github.com/dotnet/core-setup build 20191025.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.1 * Update dependencies from https://github.com/dotnet/core-setup build 20191025.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.2 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 955ceccf6..39b822bb8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop b5453dc33ac52b900a34e8306d4dbc8e3e2f042b - + https://github.com/dotnet/core-setup - 452fc211978be1672e98d811e9f97eeecf27a1c0 + fb120c043aa1aff817846f814301e8fe35aa4d66 - + https://github.com/dotnet/core-setup - 452fc211978be1672e98d811e9f97eeecf27a1c0 + fb120c043aa1aff817846f814301e8fe35aa4d66 - + https://github.com/dotnet/core-setup - 452fc211978be1672e98d811e9f97eeecf27a1c0 + fb120c043aa1aff817846f814301e8fe35aa4d66 - + https://github.com/dotnet/core-setup - 452fc211978be1672e98d811e9f97eeecf27a1c0 + fb120c043aa1aff817846f814301e8fe35aa4d66 - + https://github.com/dotnet/core-setup - 452fc211978be1672e98d811e9f97eeecf27a1c0 + fb120c043aa1aff817846f814301e8fe35aa4d66 diff --git a/eng/Versions.props b/eng/Versions.props index f280d2ce1..6582abcdd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19524.4 - 5.0.0-alpha1.19524.4 - 5.0.0-alpha1.19524.4 - 5.0.0-alpha1.19524.4 - 5.0.0-alpha1.19524.4 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.2 2.1.0 From 8134a954fdf6faab4402fe3433f1633a34d4fefd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 21:20:38 +0000 Subject: [PATCH 0900/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191025.3 (#5344) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19525.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19525.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19525.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 39b822bb8..d9dc40920 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b5453dc33ac52b900a34e8306d4dbc8e3e2f042b + 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 - + https://github.com/dotnet/windowsdesktop - b5453dc33ac52b900a34e8306d4dbc8e3e2f042b + 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 - + https://github.com/dotnet/windowsdesktop - b5453dc33ac52b900a34e8306d4dbc8e3e2f042b + 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 6582abcdd..dad50546a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 From 83e035d7ceab8d69b023501df926aae3a92c8ac6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 25 Oct 2019 21:45:54 +0000 Subject: [PATCH 0901/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191025.3 (#5343) - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9dc40920..868ac9807 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 - + https://github.com/dotnet/core-setup - fb120c043aa1aff817846f814301e8fe35aa4d66 + be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b - + https://github.com/dotnet/core-setup - fb120c043aa1aff817846f814301e8fe35aa4d66 + be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b - + https://github.com/dotnet/core-setup - fb120c043aa1aff817846f814301e8fe35aa4d66 + be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b - + https://github.com/dotnet/core-setup - fb120c043aa1aff817846f814301e8fe35aa4d66 + be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b - + https://github.com/dotnet/core-setup - fb120c043aa1aff817846f814301e8fe35aa4d66 + be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 0954a975f972546314bd3ac4eb6e0a6380a85701 + a04338f538abc58d4cd8a060e87f4d5c3885475b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index dad50546a..8c8b25800 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19524.14 + 5.0.0-alpha.1.19525.1 - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 - 5.0.0-alpha1.19525.2 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.3 2.1.0 From 3f2c2a2e01ce7a07bd7dd7025089d1465e1f66cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 03:57:29 +0000 Subject: [PATCH 0902/2259] [master] Update dependencies from dotnet/windowsdesktop (#5347) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191025.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19525.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19525.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19525.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191025.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19525.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19525.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19525.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 868ac9807..348fa2fd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 + 97c568b4136b16110949dbb2b1de100647ea1800 - + https://github.com/dotnet/windowsdesktop - 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 + 97c568b4136b16110949dbb2b1de100647ea1800 - + https://github.com/dotnet/windowsdesktop - 7b5317e9d59aa5e46c31f71d922ba107dc6753a4 + 97c568b4136b16110949dbb2b1de100647ea1800 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 8c8b25800..ddd8e06a0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.5 + 5.0.0-alpha1.19525.5 + 5.0.0-alpha1.19525.5 From 514347107b9b9c96f9f926fb1c9f2f82b24fbfbd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 04:58:18 +0000 Subject: [PATCH 0903/2259] [master] Update dependencies from dotnet/core-setup (#5345) * Update dependencies from https://github.com/dotnet/core-setup build 20191025.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.4 * Update dependencies from https://github.com/dotnet/core-setup build 20191025.7 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.7 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.2 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191025.8 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19525.8 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19525.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19525.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19525.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.8 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 348fa2fd2..ee74586bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 97c568b4136b16110949dbb2b1de100647ea1800 - + https://github.com/dotnet/core-setup - be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b + a24982d5b1cd258591af07007dd1acef71feb834 - + https://github.com/dotnet/core-setup - be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b + a24982d5b1cd258591af07007dd1acef71feb834 - + https://github.com/dotnet/core-setup - be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b + a24982d5b1cd258591af07007dd1acef71feb834 - + https://github.com/dotnet/core-setup - be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b + a24982d5b1cd258591af07007dd1acef71feb834 - + https://github.com/dotnet/core-setup - be32cb4c9e2045a3838e28f4a67d6b5a4b1fea3b + a24982d5b1cd258591af07007dd1acef71feb834 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - a04338f538abc58d4cd8a060e87f4d5c3885475b + 567241af05d1e43142d04572dee84870b78761aa https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ddd8e06a0..c3240efd8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19525.1 + 5.0.0-alpha.1.19525.3 - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 - 5.0.0-alpha1.19525.3 + 5.0.0-alpha1.19525.8 + 5.0.0-alpha1.19525.8 + 5.0.0-alpha1.19525.8 + 5.0.0-alpha1.19525.8 + 5.0.0-alpha1.19525.8 2.1.0 From 14bf596c95afd08dfd23831dab616e59ca9e870b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 11:40:49 +0000 Subject: [PATCH 0904/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.1 (#5357) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee74586bd..d0635a8e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 97c568b4136b16110949dbb2b1de100647ea1800 + 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 - + https://github.com/dotnet/windowsdesktop - 97c568b4136b16110949dbb2b1de100647ea1800 + 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 - + https://github.com/dotnet/windowsdesktop - 97c568b4136b16110949dbb2b1de100647ea1800 + 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c3240efd8..f3a65f6d5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19525.5 - 5.0.0-alpha1.19525.5 - 5.0.0-alpha1.19525.5 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 From ee6c4a053cfabee53f40662e6ad9ef402295f313 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 12:46:57 +0000 Subject: [PATCH 0905/2259] Update dependencies from https://github.com/dotnet/arcade build 20191025.2 (#5358) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19525.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d0635a8e1..8c0b3a994 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - da545119ed327334c1d3577afd806c63eda7241c + 73d62201bc4802ff3320a6d25433d9289e465087 diff --git a/global.json b/global.json index 9f6adc103..5c71e08ee 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19524.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19525.2" } } From 23115b1b374895afda6d159ef1be34540de009a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 14:05:35 +0000 Subject: [PATCH 0906/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.2 (#5359) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8c0b3a994..651cac161 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 + 1b53769a27e6d62507039501c11ebb1598d74d5b - + https://github.com/dotnet/windowsdesktop - 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 + 1b53769a27e6d62507039501c11ebb1598d74d5b - + https://github.com/dotnet/windowsdesktop - 06ceb08ae6171396774ad0e46c2fcde6a548c8a2 + 1b53769a27e6d62507039501c11ebb1598d74d5b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index f3a65f6d5..b0be78ba9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 From d3cfbd95505e4b6153f448382ee30c2698dc6666 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 15:20:34 +0000 Subject: [PATCH 0907/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191026.1 (#5360) - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19526.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19526.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19526.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19526.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19526.1 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 651cac161..71eee4035 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 1b53769a27e6d62507039501c11ebb1598d74d5b - + https://github.com/dotnet/core-setup - a24982d5b1cd258591af07007dd1acef71feb834 + e0ca7a5d75da563dde50d75da61a28dbcc9b512c - + https://github.com/dotnet/core-setup - a24982d5b1cd258591af07007dd1acef71feb834 + e0ca7a5d75da563dde50d75da61a28dbcc9b512c - + https://github.com/dotnet/core-setup - a24982d5b1cd258591af07007dd1acef71feb834 + e0ca7a5d75da563dde50d75da61a28dbcc9b512c - + https://github.com/dotnet/core-setup - a24982d5b1cd258591af07007dd1acef71feb834 + e0ca7a5d75da563dde50d75da61a28dbcc9b512c - + https://github.com/dotnet/core-setup - a24982d5b1cd258591af07007dd1acef71feb834 + e0ca7a5d75da563dde50d75da61a28dbcc9b512c diff --git a/eng/Versions.props b/eng/Versions.props index b0be78ba9..8b4d0e8d3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19525.8 - 5.0.0-alpha1.19525.8 - 5.0.0-alpha1.19525.8 - 5.0.0-alpha1.19525.8 - 5.0.0-alpha1.19525.8 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.1 2.1.0 From b03692403247a9a6f6354ac5dc3dd97b9f53e1fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 16:30:34 +0000 Subject: [PATCH 0908/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.3 (#5361) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71eee4035..dd9daf855 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1b53769a27e6d62507039501c11ebb1598d74d5b + 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab - + https://github.com/dotnet/windowsdesktop - 1b53769a27e6d62507039501c11ebb1598d74d5b + 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab - + https://github.com/dotnet/windowsdesktop - 1b53769a27e6d62507039501c11ebb1598d74d5b + 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 8b4d0e8d3..760df7105 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.3 + 5.0.0-alpha1.19526.3 + 5.0.0-alpha1.19526.3 From 7e16015b29ebc9374f2b26f0cbd77a580452b47f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 17:55:42 +0000 Subject: [PATCH 0909/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191026.2 (#5362) - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19526.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19526.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19526.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19526.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19526.2 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd9daf855..2b241bf57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab - + https://github.com/dotnet/core-setup - e0ca7a5d75da563dde50d75da61a28dbcc9b512c + 73e44b881a28160367e0024dbe6150b198910464 - + https://github.com/dotnet/core-setup - e0ca7a5d75da563dde50d75da61a28dbcc9b512c + 73e44b881a28160367e0024dbe6150b198910464 - + https://github.com/dotnet/core-setup - e0ca7a5d75da563dde50d75da61a28dbcc9b512c + 73e44b881a28160367e0024dbe6150b198910464 - + https://github.com/dotnet/core-setup - e0ca7a5d75da563dde50d75da61a28dbcc9b512c + 73e44b881a28160367e0024dbe6150b198910464 - + https://github.com/dotnet/core-setup - e0ca7a5d75da563dde50d75da61a28dbcc9b512c + 73e44b881a28160367e0024dbe6150b198910464 diff --git a/eng/Versions.props b/eng/Versions.props index 760df7105..3ff61e434 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 - 5.0.0-alpha1.19526.1 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19526.2 2.1.0 From b5c1e77509c01deca18bcbb12366af0dd5b040cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 26 Oct 2019 22:00:44 +0000 Subject: [PATCH 0910/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.4 (#5363) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b241bf57..c426a7df3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab + 4f6d96c840c8bffd650cbea7772f02c971a3518c - + https://github.com/dotnet/windowsdesktop - 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab + 4f6d96c840c8bffd650cbea7772f02c971a3518c - + https://github.com/dotnet/windowsdesktop - 82536bf8dee7543f5dfcc5a6d12c532c5c3a46ab + 4f6d96c840c8bffd650cbea7772f02c971a3518c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 3ff61e434..7b48244b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.3 - 5.0.0-alpha1.19526.3 - 5.0.0-alpha1.19526.3 + 5.0.0-alpha1.19526.4 + 5.0.0-alpha1.19526.4 + 5.0.0-alpha1.19526.4 From 89219df9f5c418b3e3680155f776b2e84dc60b07 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 00:25:44 +0000 Subject: [PATCH 0911/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.5 (#5364) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c426a7df3..550fe0849 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4f6d96c840c8bffd650cbea7772f02c971a3518c + f41ef26c6cf7db33cfc92c97d9aa430affc25484 - + https://github.com/dotnet/windowsdesktop - 4f6d96c840c8bffd650cbea7772f02c971a3518c + f41ef26c6cf7db33cfc92c97d9aa430affc25484 - + https://github.com/dotnet/windowsdesktop - 4f6d96c840c8bffd650cbea7772f02c971a3518c + f41ef26c6cf7db33cfc92c97d9aa430affc25484 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7b48244b4..44a358ffd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.4 - 5.0.0-alpha1.19526.4 - 5.0.0-alpha1.19526.4 + 5.0.0-alpha1.19526.5 + 5.0.0-alpha1.19526.5 + 5.0.0-alpha1.19526.5 From 8c28513bda774a4648108adcdfd4eb0f6a142080 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 03:35:31 +0000 Subject: [PATCH 0912/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.6 (#5365) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 550fe0849..412fbef9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f41ef26c6cf7db33cfc92c97d9aa430affc25484 + d3ddec1dc126224dd78e39427819f597de57099d - + https://github.com/dotnet/windowsdesktop - f41ef26c6cf7db33cfc92c97d9aa430affc25484 + d3ddec1dc126224dd78e39427819f597de57099d - + https://github.com/dotnet/windowsdesktop - f41ef26c6cf7db33cfc92c97d9aa430affc25484 + d3ddec1dc126224dd78e39427819f597de57099d https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 44a358ffd..2d5d59891 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.5 - 5.0.0-alpha1.19526.5 - 5.0.0-alpha1.19526.5 + 5.0.0-alpha1.19526.6 + 5.0.0-alpha1.19526.6 + 5.0.0-alpha1.19526.6 From 641fe710f0c7556312fffb49bc2fa3dc3ee0af32 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 05:40:30 +0000 Subject: [PATCH 0913/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191026.7 (#5366) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19526.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19526.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19526.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 412fbef9c..5cd6e5158 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d3ddec1dc126224dd78e39427819f597de57099d + e11eee3fb46edfda21048d1ce9713bbf2a4bd04c - + https://github.com/dotnet/windowsdesktop - d3ddec1dc126224dd78e39427819f597de57099d + e11eee3fb46edfda21048d1ce9713bbf2a4bd04c - + https://github.com/dotnet/windowsdesktop - d3ddec1dc126224dd78e39427819f597de57099d + e11eee3fb46edfda21048d1ce9713bbf2a4bd04c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2d5d59891..c7d429ad3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.6 - 5.0.0-alpha1.19526.6 - 5.0.0-alpha1.19526.6 + 5.0.0-alpha1.19526.7 + 5.0.0-alpha1.19526.7 + 5.0.0-alpha1.19526.7 From 13b4f3e88d3174009bc9727e8f286c336821c9e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 13:01:40 +0000 Subject: [PATCH 0914/2259] Update dependencies from https://github.com/dotnet/arcade build 20191026.1 (#5367) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19526.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5cd6e5158..126c61a81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 73d62201bc4802ff3320a6d25433d9289e465087 + 109b87c8a520a14ec4a156f0364133c16a8cbc1e diff --git a/global.json b/global.json index 5c71e08ee..6010818c0 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19525.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19526.1" } } From 34dce04f0cc36cfa5fc0596c1ae831e11a07ac7d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 15:45:45 +0000 Subject: [PATCH 0915/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191027.1 (#5369) - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19527.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19527.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19527.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19527.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19527.1 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 126c61a81..d0e5607a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop e11eee3fb46edfda21048d1ce9713bbf2a4bd04c - + https://github.com/dotnet/core-setup - 73e44b881a28160367e0024dbe6150b198910464 + bf59e8ee8dda6c2244d78714a0d93a70dc27c910 - + https://github.com/dotnet/core-setup - 73e44b881a28160367e0024dbe6150b198910464 + bf59e8ee8dda6c2244d78714a0d93a70dc27c910 - + https://github.com/dotnet/core-setup - 73e44b881a28160367e0024dbe6150b198910464 + bf59e8ee8dda6c2244d78714a0d93a70dc27c910 - + https://github.com/dotnet/core-setup - 73e44b881a28160367e0024dbe6150b198910464 + bf59e8ee8dda6c2244d78714a0d93a70dc27c910 - + https://github.com/dotnet/core-setup - 73e44b881a28160367e0024dbe6150b198910464 + bf59e8ee8dda6c2244d78714a0d93a70dc27c910 diff --git a/eng/Versions.props b/eng/Versions.props index c7d429ad3..5b6b2e5df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 - 5.0.0-alpha1.19526.2 + 5.0.0-alpha1.19527.1 + 5.0.0-alpha1.19527.1 + 5.0.0-alpha1.19527.1 + 5.0.0-alpha1.19527.1 + 5.0.0-alpha1.19527.1 2.1.0 From 06eb79abae00dd634c8973c8d5383ec1805694e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 17:55:32 +0000 Subject: [PATCH 0916/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191027.2 (#5370) - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19527.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19527.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19527.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19527.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19527.2 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d0e5607a1..8747ce2bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop e11eee3fb46edfda21048d1ce9713bbf2a4bd04c - + https://github.com/dotnet/core-setup - bf59e8ee8dda6c2244d78714a0d93a70dc27c910 + b3749864f47f38599a94070497225c665124fe82 - + https://github.com/dotnet/core-setup - bf59e8ee8dda6c2244d78714a0d93a70dc27c910 + b3749864f47f38599a94070497225c665124fe82 - + https://github.com/dotnet/core-setup - bf59e8ee8dda6c2244d78714a0d93a70dc27c910 + b3749864f47f38599a94070497225c665124fe82 - + https://github.com/dotnet/core-setup - bf59e8ee8dda6c2244d78714a0d93a70dc27c910 + b3749864f47f38599a94070497225c665124fe82 - + https://github.com/dotnet/core-setup - bf59e8ee8dda6c2244d78714a0d93a70dc27c910 + b3749864f47f38599a94070497225c665124fe82 diff --git a/eng/Versions.props b/eng/Versions.props index 5b6b2e5df..05c362369 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19527.1 - 5.0.0-alpha1.19527.1 - 5.0.0-alpha1.19527.1 - 5.0.0-alpha1.19527.1 - 5.0.0-alpha1.19527.1 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 2.1.0 From 68521e297df0cd5730d258aa033c671b1245623e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2019 19:57:57 +0000 Subject: [PATCH 0917/2259] [master] Update dependencies from dotnet/windowsdesktop (#5368) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191027.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19527.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19527.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19527.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191027.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19527.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19527.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19527.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8747ce2bb..00aa032cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e11eee3fb46edfda21048d1ce9713bbf2a4bd04c + fec28b6be764fdf9c6a3b28331df895fd1846f00 - + https://github.com/dotnet/windowsdesktop - e11eee3fb46edfda21048d1ce9713bbf2a4bd04c + fec28b6be764fdf9c6a3b28331df895fd1846f00 - + https://github.com/dotnet/windowsdesktop - e11eee3fb46edfda21048d1ce9713bbf2a4bd04c + fec28b6be764fdf9c6a3b28331df895fd1846f00 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 05c362369..78aa4fcb2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19526.7 - 5.0.0-alpha1.19526.7 - 5.0.0-alpha1.19526.7 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 From 6837fe706ac5a8f18cb9a3d99f2b66609dab64bf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 02:05:30 +0000 Subject: [PATCH 0918/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191027.3 (#5372) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19527.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19527.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19527.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 00aa032cd..70af02a2b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fec28b6be764fdf9c6a3b28331df895fd1846f00 + 621fd470efe67cd14cea7a316e7c6872b80fe441 - + https://github.com/dotnet/windowsdesktop - fec28b6be764fdf9c6a3b28331df895fd1846f00 + 621fd470efe67cd14cea7a316e7c6872b80fe441 - + https://github.com/dotnet/windowsdesktop - fec28b6be764fdf9c6a3b28331df895fd1846f00 + 621fd470efe67cd14cea7a316e7c6872b80fe441 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 78aa4fcb2..9adb1f5ab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.3 + 5.0.0-alpha1.19527.3 + 5.0.0-alpha1.19527.3 From 50976ee2b7107d80affa7dd3bb272b694ca9522d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 12:27:01 +0000 Subject: [PATCH 0919/2259] [master] Update dependencies from dotnet/windowsdesktop (#5373) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191027.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19527.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19527.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19527.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191028.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19528.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19528.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19528.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 70af02a2b..39f5b87b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 621fd470efe67cd14cea7a316e7c6872b80fe441 + dfcc8991e910909bf0c7448cd559369bf5aba425 - + https://github.com/dotnet/windowsdesktop - 621fd470efe67cd14cea7a316e7c6872b80fe441 + dfcc8991e910909bf0c7448cd559369bf5aba425 - + https://github.com/dotnet/windowsdesktop - 621fd470efe67cd14cea7a316e7c6872b80fe441 + dfcc8991e910909bf0c7448cd559369bf5aba425 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 9adb1f5ab..69b7ab609 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19527.3 - 5.0.0-alpha1.19527.3 - 5.0.0-alpha1.19527.3 + 5.0.0-alpha1.19528.1 + 5.0.0-alpha1.19528.1 + 5.0.0-alpha1.19528.1 From cddd5f03a2527551854b12c0178c57fc03c00ef0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 12:41:53 +0000 Subject: [PATCH 0920/2259] Update dependencies from https://github.com/dotnet/arcade build 20191027.3 (#5374) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19527.3 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 39f5b87b0..9859b4a12 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 109b87c8a520a14ec4a156f0364133c16a8cbc1e + 5ce0aaed2f8df9cd2fe0221a426c021efe37f655 diff --git a/global.json b/global.json index 6010818c0..e4228d9e5 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19526.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19527.3" } } From fe0f103694e2eade6a98476ae858de5518669bf8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 14:11:03 +0000 Subject: [PATCH 0921/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191028.2 (#5375) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19528.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19528.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19528.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9859b4a12..92075e71f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - dfcc8991e910909bf0c7448cd559369bf5aba425 + cf45b69616065b019197c1d4b9a4901ed71eae84 - + https://github.com/dotnet/windowsdesktop - dfcc8991e910909bf0c7448cd559369bf5aba425 + cf45b69616065b019197c1d4b9a4901ed71eae84 - + https://github.com/dotnet/windowsdesktop - dfcc8991e910909bf0c7448cd559369bf5aba425 + cf45b69616065b019197c1d4b9a4901ed71eae84 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 69b7ab609..4442c9bc3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19528.1 - 5.0.0-alpha1.19528.1 - 5.0.0-alpha1.19528.1 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 From d225a95ffbfd9433534193af63825f04018ffe45 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 28 Oct 2019 17:26:44 +0000 Subject: [PATCH 0922/2259] [master] Update dependencies from dotnet/core-setup (#5376) * Update dependencies from https://github.com/dotnet/core-setup build 20191028.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19528.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19528.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19528.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19528.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19528.1 * Update dependencies from https://github.com/dotnet/core-setup build 20191028.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha1.19528.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha1.19528.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha1.19528.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha1.19528.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha1.19528.2 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 92075e71f..c8e71045b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop cf45b69616065b019197c1d4b9a4901ed71eae84 - + https://github.com/dotnet/core-setup - b3749864f47f38599a94070497225c665124fe82 + 138d7d2544aa836d73b8711998877fb0ed6620cb - + https://github.com/dotnet/core-setup - b3749864f47f38599a94070497225c665124fe82 + 138d7d2544aa836d73b8711998877fb0ed6620cb - + https://github.com/dotnet/core-setup - b3749864f47f38599a94070497225c665124fe82 + 138d7d2544aa836d73b8711998877fb0ed6620cb - + https://github.com/dotnet/core-setup - b3749864f47f38599a94070497225c665124fe82 + 138d7d2544aa836d73b8711998877fb0ed6620cb - + https://github.com/dotnet/core-setup - b3749864f47f38599a94070497225c665124fe82 + 138d7d2544aa836d73b8711998877fb0ed6620cb diff --git a/eng/Versions.props b/eng/Versions.props index 4442c9bc3..be9872785 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 - 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.2 2.1.0 From 5949eddf91bda53de3330f1309ba4e7d5e4ec4e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 02:42:41 +0000 Subject: [PATCH 0923/2259] [master] Update dependencies from dotnet/windowsdesktop (#5381) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191028.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19528.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19528.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19528.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191028.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19528.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19528.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19528.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b63cc201c..304c18759 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - cf45b69616065b019197c1d4b9a4901ed71eae84 + 280115e8a968b4169280dcb54dfc55a6fab3364b - + https://github.com/dotnet/windowsdesktop - cf45b69616065b019197c1d4b9a4901ed71eae84 + 280115e8a968b4169280dcb54dfc55a6fab3364b - + https://github.com/dotnet/windowsdesktop - cf45b69616065b019197c1d4b9a4901ed71eae84 + 280115e8a968b4169280dcb54dfc55a6fab3364b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index be9872785..9253f3578 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 From 765033a2bf834cf30c439d5c33e4644158939b60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 03:15:20 +0000 Subject: [PATCH 0924/2259] [master] Update dependencies from aspnet/AspNetCore (#5350) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191025.3 - dotnet-user-secrets - 5.0.0-alpha1.19525.3 - dotnet-watch - 5.0.0-alpha1.19525.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19525.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19525.3 - dotnet-dev-certs - 5.0.0-alpha1.19525.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19525.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191028.3 - dotnet-user-secrets - 5.0.0-alpha1.19528.3 - dotnet-watch - 5.0.0-alpha1.19528.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19528.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19528.3 - dotnet-dev-certs - 5.0.0-alpha1.19528.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19528.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191028.4 - dotnet-user-secrets - 5.0.0-alpha1.19528.4 - dotnet-watch - 5.0.0-alpha1.19528.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19528.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19528.4 - dotnet-dev-certs - 5.0.0-alpha1.19528.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19528.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 304c18759..cc6b8b186 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 567241af05d1e43142d04572dee84870b78761aa - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 - + https://github.com/aspnet/AspNetCore - 74360c7d97f9b55b94fecbd6e0598daf0c1b7cd1 + d34dc80e02161369908d8560f550e6e2822807b3 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 9253f3578..65fcb543b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19522.13 - 5.0.0-alpha1.19522.13 - 5.0.0-alpha1.19522.13 - 5.0.0-alpha1.19522.13 - 5.0.0-alpha1.19522.13 - 5.0.0-alpha1.19522.13 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.4 From 45a95cf99863d6aff3b1b8f180553ab7acf8404d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 06:50:50 +0000 Subject: [PATCH 0925/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191028.5 (#5386) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19528.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19528.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19528.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cc6b8b186..8616fec06 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 280115e8a968b4169280dcb54dfc55a6fab3364b + 58fca161c042a3a101d9099dea6b15bf8f0312eb - + https://github.com/dotnet/windowsdesktop - 280115e8a968b4169280dcb54dfc55a6fab3364b + 58fca161c042a3a101d9099dea6b15bf8f0312eb - + https://github.com/dotnet/windowsdesktop - 280115e8a968b4169280dcb54dfc55a6fab3364b + 58fca161c042a3a101d9099dea6b15bf8f0312eb https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 65fcb543b..c02a48702 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.5 + 5.0.0-alpha1.19528.5 + 5.0.0-alpha1.19528.5 From 20c74fb6b73dd3f948e0db6892084a01e8a978a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 09:40:51 +0000 Subject: [PATCH 0926/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191028.9 (#5389) - dotnet-user-secrets - 5.0.0-alpha1.19528.9 - dotnet-watch - 5.0.0-alpha1.19528.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19528.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19528.9 - dotnet-dev-certs - 5.0.0-alpha1.19528.9 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19528.9 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8616fec06..4748c5dfc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 567241af05d1e43142d04572dee84870b78761aa - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 - + https://github.com/aspnet/AspNetCore - d34dc80e02161369908d8560f550e6e2822807b3 + 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index c02a48702..625ab5a32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 - 5.0.0-alpha1.19528.4 + 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19528.9 From e549978173305835d5b0e40ff0c4c7ce73efe70d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 12:38:02 +0000 Subject: [PATCH 0927/2259] Update dependencies from https://github.com/dotnet/arcade build 20191028.5 (#5392) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19528.5 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4748c5dfc..7ce3e1c63 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 5ce0aaed2f8df9cd2fe0221a426c021efe37f655 + 96e8fc12aa98264c4e1980252e962b908eaae956 diff --git a/global.json b/global.json index e4228d9e5..9933e18a5 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19527.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19528.5" } } From 018ecd4f5668501159fd14963a4fdb9a5f753a6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 18:00:39 +0000 Subject: [PATCH 0928/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191029.2 (#5393) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19529.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19529.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19529.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ce3e1c63..8103f494f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 58fca161c042a3a101d9099dea6b15bf8f0312eb + 50165b432e03a57e5fafa3e0f3341c201e0fb912 - + https://github.com/dotnet/windowsdesktop - 58fca161c042a3a101d9099dea6b15bf8f0312eb + 50165b432e03a57e5fafa3e0f3341c201e0fb912 - + https://github.com/dotnet/windowsdesktop - 58fca161c042a3a101d9099dea6b15bf8f0312eb + 50165b432e03a57e5fafa3e0f3341c201e0fb912 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 625ab5a32..72c9287cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19528.5 - 5.0.0-alpha1.19528.5 - 5.0.0-alpha1.19528.5 + 5.0.0-alpha1.19529.2 + 5.0.0-alpha1.19529.2 + 5.0.0-alpha1.19529.2 From 806d509d0479b1ab5cc1fc19ea750aad59fce282 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 19:30:07 +0000 Subject: [PATCH 0929/2259] [master] Update dependencies from dotnet/toolset (#5322) * Update dependencies from https://github.com/dotnet/toolset build 20191024.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19524.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19524.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191024.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19524.11 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19524.11 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191024.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19524.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19524.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191025.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19525.13 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19525.13 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191026.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19526.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19526.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191026.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19526.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19526.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191028.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19528.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191028.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19528.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Fixup NuGet references from tests * Update dependencies from https://github.com/dotnet/toolset build 20191028.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.4 * Update dependencies from https://github.com/dotnet/toolset build 20191028.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19528.6 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19528.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191029.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191029.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19516.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/TestVersions.props | 3 ++- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- .../Microsoft.DotNet.Tools.Tests.Utilities.csproj | 1 + 4 files changed, 12 insertions(+), 10 deletions(-) diff --git a/eng/TestVersions.props b/eng/TestVersions.props index 3a2ece51e..e56829432 100644 --- a/eng/TestVersions.props +++ b/eng/TestVersions.props @@ -1,6 +1,7 @@ - 5.0.0 + 5.3.0 + $(NuGetFrameworksPackageVersion) $(MicrosoftDotnetToolsetInternalPackageVersion) 0.1.1 15.8.0 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8103f494f..e0315b4e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 40bcaca36d5db25dae9f9ad7e85891fc73714320 + 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - afa5f4c566ce34f827d21ebcbc8aefe7dcb08b39 + 5f0e5099959bd6f690b9c74c37a40c51439fc875 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - afa5f4c566ce34f827d21ebcbc8aefe7dcb08b39 + 5f0e5099959bd6f690b9c74c37a40c51439fc875 diff --git a/eng/Versions.props b/eng/Versions.props index 72c9287cf..b42164b92 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha1.19522.14 + 5.0.100-alpha.1.19529.6 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19428.1 + 5.0.0-alpha1.19516.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha1.19522.14 + 5.0.100-alpha.1.19529.6 0.2.0 diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj index a0d76c961..b93932c36 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj @@ -8,5 +8,6 @@ + \ No newline at end of file From d7194c9ae4440746409214a7d4fb2ccd2c39fbfe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 20:30:31 +0000 Subject: [PATCH 0930/2259] Update dependencies from https://github.com/dotnet/toolset build 20191029.7 (#5395) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0315b4e4..fa6c8322e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 5f0e5099959bd6f690b9c74c37a40c51439fc875 + 7e3aca31cc15fbed210fd0cac89775a1f2092314 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 5f0e5099959bd6f690b9c74c37a40c51439fc875 + 7e3aca31cc15fbed210fd0cac89775a1f2092314 diff --git a/eng/Versions.props b/eng/Versions.props index b42164b92..b379d7f51 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19529.6 + 5.0.100-alpha.1.19529.7 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19529.6 + 5.0.100-alpha.1.19529.7 0.2.0 From 32c4c171f001e74c70fdd70fec63f0aab3f73d2e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2019 22:31:38 +0000 Subject: [PATCH 0931/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191029.3 (#5397) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19529.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19529.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19529.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa6c8322e..600366019 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 50165b432e03a57e5fafa3e0f3341c201e0fb912 + 7e37a343cbbf02e21c03260e9f3a58988819d3e7 - + https://github.com/dotnet/windowsdesktop - 50165b432e03a57e5fafa3e0f3341c201e0fb912 + 7e37a343cbbf02e21c03260e9f3a58988819d3e7 - + https://github.com/dotnet/windowsdesktop - 50165b432e03a57e5fafa3e0f3341c201e0fb912 + 7e37a343cbbf02e21c03260e9f3a58988819d3e7 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b379d7f51..e405c82a6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19529.2 - 5.0.0-alpha1.19529.2 - 5.0.0-alpha1.19529.2 + 5.0.0-alpha1.19529.3 + 5.0.0-alpha1.19529.3 + 5.0.0-alpha1.19529.3 From a778b533240c09e9805b197b145dd9d5794eeeb8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 07:27:03 +0000 Subject: [PATCH 0932/2259] [master] Update dependencies from dotnet/windowsdesktop (#5404) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191029.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19529.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19529.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19529.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191029.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19529.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19529.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19529.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 600366019..08a90ed0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7e37a343cbbf02e21c03260e9f3a58988819d3e7 + cb2c8dd4aff62958d7b301e1e92d9fbd07a4fde7 - + https://github.com/dotnet/windowsdesktop - 7e37a343cbbf02e21c03260e9f3a58988819d3e7 + cb2c8dd4aff62958d7b301e1e92d9fbd07a4fde7 - + https://github.com/dotnet/windowsdesktop - 7e37a343cbbf02e21c03260e9f3a58988819d3e7 + cb2c8dd4aff62958d7b301e1e92d9fbd07a4fde7 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index e405c82a6..6ca44e71f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19529.3 - 5.0.0-alpha1.19529.3 - 5.0.0-alpha1.19529.3 + 5.0.0-alpha1.19529.5 + 5.0.0-alpha1.19529.5 + 5.0.0-alpha1.19529.5 From f90faf94b4dcf4208aa166442ca6cabb9f965766 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 12:42:17 +0000 Subject: [PATCH 0933/2259] Update dependencies from https://github.com/dotnet/arcade build 20191029.9 (#5409) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19529.9 --- eng/Version.Details.xml | 4 ++-- eng/common/PublishToSymbolServers.proj | 6 ++++-- .../post-build/channels/netcore-3-tools-validation.yml | 2 ++ .../templates/post-build/channels/netcore-3-tools.yml | 2 ++ eng/common/templates/post-build/channels/netcore-dev-31.yml | 2 ++ eng/common/templates/post-build/channels/netcore-dev-5.yml | 2 ++ .../templates/post-build/channels/netcore-internal-30.yml | 3 +++ .../templates/post-build/channels/netcore-release-30.yml | 2 ++ .../templates/post-build/channels/netcore-release-31.yml | 2 ++ .../templates/post-build/channels/netcore-tools-latest.yml | 2 ++ .../post-build/channels/netcore-tools-validation.yml | 2 ++ global.json | 2 +- 12 files changed, 26 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 08a90ed0d..6a5fbaa8b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 96e8fc12aa98264c4e1980252e962b908eaae956 + ff023241f6484abaf827c4287c59fddd9ad6c382 diff --git a/eng/common/PublishToSymbolServers.proj b/eng/common/PublishToSymbolServers.proj index 5d55e312b..311e2bbe0 100644 --- a/eng/common/PublishToSymbolServers.proj +++ b/eng/common/PublishToSymbolServers.proj @@ -37,6 +37,8 @@ 3650 true + true + true false @@ -56,7 +58,7 @@ DryRun="false" ConvertPortablePdbsToWindowsPdbs="false" PdbConversionTreatAsWarning="" - Condition="$(PublishToSymbolServer)"/> + Condition="$(PublishToSymbolServer) and $(PublishToMSDL)"/> - 5.0.0-alpha1.19529.5 - 5.0.0-alpha1.19529.5 - 5.0.0-alpha1.19529.5 + 5.0.0-alpha1.19530.1 + 5.0.0-alpha1.19530.1 + 5.0.0-alpha1.19530.1 From d5cbe330af2207906427093d605e1949638179a1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 15:31:13 +0000 Subject: [PATCH 0935/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191030.2 (#5411) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19530.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19530.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19530.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c197a7b8..3bb4c0f23 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4f7ca20b1e66632dc6ea838632772e56b21baaa0 + e11805983e7b4c7db557653701070c406757d15e - + https://github.com/dotnet/windowsdesktop - 4f7ca20b1e66632dc6ea838632772e56b21baaa0 + e11805983e7b4c7db557653701070c406757d15e - + https://github.com/dotnet/windowsdesktop - 4f7ca20b1e66632dc6ea838632772e56b21baaa0 + e11805983e7b4c7db557653701070c406757d15e https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index d78765d53..64d171a77 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19530.1 - 5.0.0-alpha1.19530.1 - 5.0.0-alpha1.19530.1 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 From 5c7a413f73c4b422a006be25e537f70209b7fc53 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 16:24:50 +0000 Subject: [PATCH 0936/2259] [master] Update dependencies from aspnet/AspNetCore (#5399) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191029.3 - dotnet-user-secrets - 5.0.0-alpha1.19529.3 - dotnet-watch - 5.0.0-alpha1.19529.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19529.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19529.3 - dotnet-dev-certs - 5.0.0-alpha1.19529.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19529.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191030.2 - dotnet-user-secrets - 5.0.0-alpha1.19530.2 - dotnet-watch - 5.0.0-alpha1.19530.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19530.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19530.2 - dotnet-dev-certs - 5.0.0-alpha1.19530.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19530.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3bb4c0f23..1a15f028a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 567241af05d1e43142d04572dee84870b78761aa - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 - + https://github.com/aspnet/AspNetCore - 0da5fabdbdd462cdd9528398efb6b1ffb9b27f65 + 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 64d171a77..265b7944f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19528.9 - 5.0.0-alpha1.19528.9 - 5.0.0-alpha1.19528.9 - 5.0.0-alpha1.19528.9 - 5.0.0-alpha1.19528.9 - 5.0.0-alpha1.19528.9 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.2 From 59298d9cd915f5d4951a2ac9f2c97a91cbb7245e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2019 18:58:14 +0000 Subject: [PATCH 0937/2259] [master] Update dependencies from dotnet/toolset (#5398) * Update dependencies from https://github.com/dotnet/toolset build 20191029.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.9 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191029.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19529.14 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19529.14 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191030.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19530.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19530.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191030.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19530.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19530.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1a15f028a..cf3bfcf03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 7e3aca31cc15fbed210fd0cac89775a1f2092314 + 5f7a44dd8fd3c939273b11207dcd8be97f707e03 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 7e3aca31cc15fbed210fd0cac89775a1f2092314 + 5f7a44dd8fd3c939273b11207dcd8be97f707e03 diff --git a/eng/Versions.props b/eng/Versions.props index 265b7944f..d618b3730 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19529.7 + 5.0.100-alpha.1.19530.6 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19529.7 + 5.0.100-alpha.1.19530.6 0.2.0 From 720a79ba1986393db130f19e3ae4498a004703eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 01:17:02 +0000 Subject: [PATCH 0938/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191030.3 (#5419) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19530.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19530.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19530.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cf3bfcf03..000ad9703 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e11805983e7b4c7db557653701070c406757d15e + f8cd66283815ad5ebd2e358304af398c41bc1387 - + https://github.com/dotnet/windowsdesktop - e11805983e7b4c7db557653701070c406757d15e + f8cd66283815ad5ebd2e358304af398c41bc1387 - + https://github.com/dotnet/windowsdesktop - e11805983e7b4c7db557653701070c406757d15e + f8cd66283815ad5ebd2e358304af398c41bc1387 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index d618b3730..c2e96de08 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19530.3 + 5.0.0-alpha1.19530.3 + 5.0.0-alpha1.19530.3 From 0114aeb9720f7e70fb2860ad8a171eef25b11e11 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 05:15:54 +0000 Subject: [PATCH 0939/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191030.5 (#5424) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19530.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19530.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19530.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 000ad9703..9dea43608 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f8cd66283815ad5ebd2e358304af398c41bc1387 + f606dde5042af78ec1adf971e8df80e83c68ec14 - + https://github.com/dotnet/windowsdesktop - f8cd66283815ad5ebd2e358304af398c41bc1387 + f606dde5042af78ec1adf971e8df80e83c68ec14 - + https://github.com/dotnet/windowsdesktop - f8cd66283815ad5ebd2e358304af398c41bc1387 + f606dde5042af78ec1adf971e8df80e83c68ec14 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c2e96de08..eaec3cb42 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19530.3 - 5.0.0-alpha1.19530.3 - 5.0.0-alpha1.19530.3 + 5.0.0-alpha1.19530.5 + 5.0.0-alpha1.19530.5 + 5.0.0-alpha1.19530.5 From e619b755f129f04adc74ad3fdb7dc58d2f80f28b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 08:21:30 +0000 Subject: [PATCH 0940/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191030.6 (#5427) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19530.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19530.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19530.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9dea43608..77b26d3a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f606dde5042af78ec1adf971e8df80e83c68ec14 + 3538f20c348107a6329c0d0baec7b1081351fee0 - + https://github.com/dotnet/windowsdesktop - f606dde5042af78ec1adf971e8df80e83c68ec14 + 3538f20c348107a6329c0d0baec7b1081351fee0 - + https://github.com/dotnet/windowsdesktop - f606dde5042af78ec1adf971e8df80e83c68ec14 + 3538f20c348107a6329c0d0baec7b1081351fee0 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index eaec3cb42..5fafb07b6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19530.5 - 5.0.0-alpha1.19530.5 - 5.0.0-alpha1.19530.5 + 5.0.0-alpha1.19530.6 + 5.0.0-alpha1.19530.6 + 5.0.0-alpha1.19530.6 From 5e4db9ef72426b9be8e7dfa473ea6961e5612ed8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 08:28:07 +0000 Subject: [PATCH 0941/2259] [master] Update dependencies from dotnet/core-setup (#5378) * Update dependencies from https://github.com/dotnet/core-setup build 20191028.5 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19528.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19528.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19528.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19528.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19528.5 * Update dependencies from https://github.com/dotnet/core-setup build 20191030.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19530.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19530.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19530.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.1 * Update dependencies from https://github.com/dotnet/core-setup build 20191030.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19530.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19530.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19530.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.2 * Update dependencies from https://github.com/dotnet/core-setup build 20191030.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19530.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19530.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19530.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.3 * Update dependencies from https://github.com/dotnet/core-setup build 20191030.9 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.9 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19530.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19530.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19530.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.9 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19525.4 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 77b26d3a8..d4e459270 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3538f20c348107a6329c0d0baec7b1081351fee0 - + https://github.com/dotnet/core-setup - 138d7d2544aa836d73b8711998877fb0ed6620cb + b031f4729cdc493f386cbd1c07564b8e69182f2b - + https://github.com/dotnet/core-setup - 138d7d2544aa836d73b8711998877fb0ed6620cb + b031f4729cdc493f386cbd1c07564b8e69182f2b - + https://github.com/dotnet/core-setup - 138d7d2544aa836d73b8711998877fb0ed6620cb + b031f4729cdc493f386cbd1c07564b8e69182f2b - + https://github.com/dotnet/core-setup - 138d7d2544aa836d73b8711998877fb0ed6620cb + b031f4729cdc493f386cbd1c07564b8e69182f2b - + https://github.com/dotnet/core-setup - 138d7d2544aa836d73b8711998877fb0ed6620cb + b031f4729cdc493f386cbd1c07564b8e69182f2b @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 567241af05d1e43142d04572dee84870b78761aa + c78b7189eabe20c6f4c8d386ca18b68fea513189 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 5fafb07b6..530e78a47 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19525.3 + 5.0.0-alpha.1.19525.4 - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 - 5.0.0-alpha1.19528.2 + 5.0.0-alpha.1.19530.9 + 5.0.0-alpha.1.19530.9 + 5.0.0-alpha.1.19530.9 + 5.0.0-alpha.1.19530.9 + 5.0.0-alpha.1.19530.9 2.1.0 From 146d8695b7cfd88c4c67fa7aa19375129bd2b8b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 10:55:47 +0000 Subject: [PATCH 0942/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191030.10 (#5430) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19530.10 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19530.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19530.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19530.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19530.10 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.13 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d4e459270..b06efa4f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3538f20c348107a6329c0d0baec7b1081351fee0 - + https://github.com/dotnet/core-setup - b031f4729cdc493f386cbd1c07564b8e69182f2b + d7830341bb37df45e96f3677e2e4c74d4869fc35 - + https://github.com/dotnet/core-setup - b031f4729cdc493f386cbd1c07564b8e69182f2b + d7830341bb37df45e96f3677e2e4c74d4869fc35 - + https://github.com/dotnet/core-setup - b031f4729cdc493f386cbd1c07564b8e69182f2b + d7830341bb37df45e96f3677e2e4c74d4869fc35 - + https://github.com/dotnet/core-setup - b031f4729cdc493f386cbd1c07564b8e69182f2b + d7830341bb37df45e96f3677e2e4c74d4869fc35 - + https://github.com/dotnet/core-setup - b031f4729cdc493f386cbd1c07564b8e69182f2b + d7830341bb37df45e96f3677e2e4c74d4869fc35 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - c78b7189eabe20c6f4c8d386ca18b68fea513189 + 54efc1141aba6c1572f3128372ee8835d063c850 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 530e78a47..83dd6719f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19525.4 + 5.0.0-alpha.1.19530.13 - 5.0.0-alpha.1.19530.9 - 5.0.0-alpha.1.19530.9 - 5.0.0-alpha.1.19530.9 - 5.0.0-alpha.1.19530.9 - 5.0.0-alpha.1.19530.9 + 5.0.0-alpha.1.19530.10 + 5.0.0-alpha.1.19530.10 + 5.0.0-alpha.1.19530.10 + 5.0.0-alpha.1.19530.10 + 5.0.0-alpha.1.19530.10 2.1.0 From be60f3ee3ba024ad21d45737b979b7820594343f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 13:02:24 +0000 Subject: [PATCH 0943/2259] Update dependencies from https://github.com/dotnet/arcade build 20191030.15 (#5431) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19530.15 --- eng/Version.Details.xml | 4 ++-- .../templates/post-build/channels/netcore-internal-30.yml | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b06efa4f0..8a9d2c84a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - ff023241f6484abaf827c4287c59fddd9ad6c382 + 35c10b82920baacbb3945fd952a0e49c4caec708 diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 61d86adaa..8b2c9dafa 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -57,6 +57,7 @@ stages: /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' /p:Configuration=Release + /p:PublishToMSDL=false ${{ parameters.symbolPublishingAdditionalParameters }} - job: publish_assets @@ -136,7 +137,6 @@ stages: /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:PublishToMSDL=false ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/promote-build.yml diff --git a/global.json b/global.json index 2e16c81a9..6d9d42c31 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19529.9" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19530.15" } } From 31b3c94458ced5cc6d740965b62faba9ecf0e43d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 14:30:52 +0000 Subject: [PATCH 0944/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191031.1 (#5432) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19530.14 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8a9d2c84a..1b77e6be9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3538f20c348107a6329c0d0baec7b1081351fee0 - + https://github.com/dotnet/core-setup - d7830341bb37df45e96f3677e2e4c74d4869fc35 + d46df3150273bacb107a77aeed18c8c3085f4c73 - + https://github.com/dotnet/core-setup - d7830341bb37df45e96f3677e2e4c74d4869fc35 + d46df3150273bacb107a77aeed18c8c3085f4c73 - + https://github.com/dotnet/core-setup - d7830341bb37df45e96f3677e2e4c74d4869fc35 + d46df3150273bacb107a77aeed18c8c3085f4c73 - + https://github.com/dotnet/core-setup - d7830341bb37df45e96f3677e2e4c74d4869fc35 + d46df3150273bacb107a77aeed18c8c3085f4c73 - + https://github.com/dotnet/core-setup - d7830341bb37df45e96f3677e2e4c74d4869fc35 + d46df3150273bacb107a77aeed18c8c3085f4c73 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 54efc1141aba6c1572f3128372ee8835d063c850 + 51686cbf80a980f187a144fa02cf3730ef16ba00 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 83dd6719f..4d7fb3fa8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19530.13 + 5.0.0-alpha.1.19530.14 - 5.0.0-alpha.1.19530.10 - 5.0.0-alpha.1.19530.10 - 5.0.0-alpha.1.19530.10 - 5.0.0-alpha.1.19530.10 - 5.0.0-alpha.1.19530.10 + 5.0.0-alpha.1.19531.1 + 5.0.0-alpha.1.19531.1 + 5.0.0-alpha.1.19531.1 + 5.0.0-alpha.1.19531.1 + 5.0.0-alpha.1.19531.1 2.1.0 From 5380ecf6b65d40f71b6fb2da5b1daa95011f5144 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 14:37:48 +0000 Subject: [PATCH 0945/2259] [master] Update dependencies from dotnet/windowsdesktop (#5429) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.2 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1b77e6be9..578aaf30c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3538f20c348107a6329c0d0baec7b1081351fee0 + f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 - + https://github.com/dotnet/windowsdesktop - 3538f20c348107a6329c0d0baec7b1081351fee0 + f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 - + https://github.com/dotnet/windowsdesktop - 3538f20c348107a6329c0d0baec7b1081351fee0 + f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4d7fb3fa8..edd6be8c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19530.6 - 5.0.0-alpha1.19530.6 - 5.0.0-alpha1.19530.6 + 5.0.0-alpha1.19531.3 + 5.0.0-alpha1.19531.3 + 5.0.0-alpha1.19531.3 From 5806c3f46a1adf542099fa6260f4ba084642d624 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 15:01:13 +0000 Subject: [PATCH 0946/2259] [master] Update dependencies from dotnet/toolset (#5433) * Update dependencies from https://github.com/dotnet/toolset build 20191031.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19531.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19531.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191031.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19531.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19531.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 578aaf30c..0292ddad4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 5f7a44dd8fd3c939273b11207dcd8be97f707e03 + 3951661fbea1c10abd197b1bf9d70277b25d7ee4 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 5f7a44dd8fd3c939273b11207dcd8be97f707e03 + 3951661fbea1c10abd197b1bf9d70277b25d7ee4 diff --git a/eng/Versions.props b/eng/Versions.props index edd6be8c5..4146a62f9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19530.6 + 5.0.100-alpha.1.19531.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19530.6 + 5.0.100-alpha.1.19531.4 0.2.0 From fecf3c0683ff3cd8b9253e94094c9d65d4f55a7a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 16:21:03 +0000 Subject: [PATCH 0947/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.4 (#5435) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0292ddad4..0aafcc0c0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 + 902a8afbf96ea9523be2baef45d1d9d32243e831 - + https://github.com/dotnet/windowsdesktop - f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 + 902a8afbf96ea9523be2baef45d1d9d32243e831 - + https://github.com/dotnet/windowsdesktop - f0a877ec16cfd0f0b6187b2dcad0dcafc9ffa962 + 902a8afbf96ea9523be2baef45d1d9d32243e831 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4146a62f9..0c80a84a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19531.3 - 5.0.0-alpha1.19531.3 - 5.0.0-alpha1.19531.3 + 5.0.0-alpha1.19531.4 + 5.0.0-alpha1.19531.4 + 5.0.0-alpha1.19531.4 From 48b2b3340113d8912eb3bbb0e2fbdc1d8065736a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 17:40:41 +0000 Subject: [PATCH 0948/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191031.5 (#5436) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.5 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.2 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0aafcc0c0..cbf9049a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 902a8afbf96ea9523be2baef45d1d9d32243e831 - + https://github.com/dotnet/core-setup - d46df3150273bacb107a77aeed18c8c3085f4c73 + 70e8814a441fd541bf3f99cda86b979e9c5ec31f - + https://github.com/dotnet/core-setup - d46df3150273bacb107a77aeed18c8c3085f4c73 + 70e8814a441fd541bf3f99cda86b979e9c5ec31f - + https://github.com/dotnet/core-setup - d46df3150273bacb107a77aeed18c8c3085f4c73 + 70e8814a441fd541bf3f99cda86b979e9c5ec31f - + https://github.com/dotnet/core-setup - d46df3150273bacb107a77aeed18c8c3085f4c73 + 70e8814a441fd541bf3f99cda86b979e9c5ec31f - + https://github.com/dotnet/core-setup - d46df3150273bacb107a77aeed18c8c3085f4c73 + 70e8814a441fd541bf3f99cda86b979e9c5ec31f @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 51686cbf80a980f187a144fa02cf3730ef16ba00 + 4ae4147bc525010fd96a36c121555e17cd4473ef https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0c80a84a7..2bdd25ee3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19530.14 + 5.0.0-alpha.1.19531.2 - 5.0.0-alpha.1.19531.1 - 5.0.0-alpha.1.19531.1 - 5.0.0-alpha.1.19531.1 - 5.0.0-alpha.1.19531.1 - 5.0.0-alpha.1.19531.1 + 5.0.0-alpha.1.19531.5 + 5.0.0-alpha.1.19531.5 + 5.0.0-alpha.1.19531.5 + 5.0.0-alpha.1.19531.5 + 5.0.0-alpha.1.19531.5 2.1.0 From ef028b454cbfa7e706432f3e9e51c98d44a773fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2019 18:50:49 +0000 Subject: [PATCH 0949/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.5 (#5437) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cbf9049a8..8b4dc36fb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 902a8afbf96ea9523be2baef45d1d9d32243e831 + 612fd169232e00939583293570eb9658db9df675 - + https://github.com/dotnet/windowsdesktop - 902a8afbf96ea9523be2baef45d1d9d32243e831 + 612fd169232e00939583293570eb9658db9df675 - + https://github.com/dotnet/windowsdesktop - 902a8afbf96ea9523be2baef45d1d9d32243e831 + 612fd169232e00939583293570eb9658db9df675 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2bdd25ee3..f46f6e096 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19531.4 - 5.0.0-alpha1.19531.4 - 5.0.0-alpha1.19531.4 + 5.0.0-alpha1.19531.5 + 5.0.0-alpha1.19531.5 + 5.0.0-alpha1.19531.5 From e7d4728a7bab26f31cb0d9ccdc2f716b1a5ea9e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 00:21:08 +0000 Subject: [PATCH 0950/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.7 (#5445) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b4dc36fb..91c369662 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 612fd169232e00939583293570eb9658db9df675 + dd0fa423229974a83d13910283e1d66467907628 - + https://github.com/dotnet/windowsdesktop - 612fd169232e00939583293570eb9658db9df675 + dd0fa423229974a83d13910283e1d66467907628 - + https://github.com/dotnet/windowsdesktop - 612fd169232e00939583293570eb9658db9df675 + dd0fa423229974a83d13910283e1d66467907628 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index f46f6e096..03977b19c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19531.5 - 5.0.0-alpha1.19531.5 - 5.0.0-alpha1.19531.5 + 5.0.0-alpha1.19531.7 + 5.0.0-alpha1.19531.7 + 5.0.0-alpha1.19531.7 From 847a580d91fc4ab67a18cbe783b20cd896deeab4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 01:45:45 +0000 Subject: [PATCH 0951/2259] Update dependencies from https://github.com/dotnet/toolset build 20191031.20 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19531.20 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19531.20 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 91c369662..a9b5caa9b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 3951661fbea1c10abd197b1bf9d70277b25d7ee4 + 67b183e5b7c99ca62a2283c321112d4c674549ec https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 3951661fbea1c10abd197b1bf9d70277b25d7ee4 + 67b183e5b7c99ca62a2283c321112d4c674549ec diff --git a/eng/Versions.props b/eng/Versions.props index 03977b19c..0c37447c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19531.4 + 5.0.100-alpha.1.19531.20 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19531.4 + 5.0.100-alpha.1.19531.20 0.2.0 From 7cdeac7343950e55ad2690cf559160b14dec5606 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 02:05:58 +0000 Subject: [PATCH 0952/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191031.6 (#5447) - dotnet-user-secrets - 5.0.0-alpha1.19531.6 - dotnet-watch - 5.0.0-alpha1.19531.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19531.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19531.6 - dotnet-dev-certs - 5.0.0-alpha1.19531.6 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19531.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 91c369662..d48c6efc2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 4ae4147bc525010fd96a36c121555e17cd4473ef - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf - + https://github.com/aspnet/AspNetCore - 73f2bbdb101fe3092c4aa0370501acbb4c11d3e1 + 0e40856d46cc51d24cdb3c84214be87b1a5f2faf https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 03977b19c..bcea13eb5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 - 5.0.0-alpha1.19530.2 + 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19531.6 From 9fbcb3bcb9c54cd7b6e567a545749b62d43d2b47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 04:50:38 +0000 Subject: [PATCH 0953/2259] Update dependencies from https://github.com/dotnet/toolset build 20191031.23 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19531.23 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a9b5caa9b..9ce6069da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 67b183e5b7c99ca62a2283c321112d4c674549ec + aea772b9ea55b8c89a6682015b68593267b0ccb5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0c37447c3..da814060b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19531.20 + 5.0.100-alpha.1.19531.23 From 94fa7121922b5c0b46d72f48c5b1f4b699614f43 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 04:50:45 +0000 Subject: [PATCH 0954/2259] Update dependencies from https://github.com/dotnet/toolset build 20191031.26 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19531.26 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ce6069da..66008e8c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - aea772b9ea55b8c89a6682015b68593267b0ccb5 + 95ddcf0d92550073dc553b7ba2e3d41eae774dee https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index da814060b..a5a86ab28 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19531.23 + 5.0.100-alpha.1.19531.26 From 01ec34b4843a31c70af903cdb46a12133b430d3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 04:50:53 +0000 Subject: [PATCH 0955/2259] Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19531.26 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 66008e8c9..ac75ba952 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,9 +83,9 @@ https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 67b183e5b7c99ca62a2283c321112d4c674549ec + 95ddcf0d92550073dc553b7ba2e3d41eae774dee diff --git a/eng/Versions.props b/eng/Versions.props index a5a86ab28..b4686fc33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19531.20 + 5.0.100-alpha.1.19531.26 0.2.0 From 7ef47f71f39d7b89b6ed4db312ae426bdd13e21e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 06:35:10 +0000 Subject: [PATCH 0956/2259] [master] Update dependencies from dotnet/core-setup (#5442) * Update dependencies from https://github.com/dotnet/core-setup build 20191031.9 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.9 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.9 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.3 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191031.16 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.16 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.16 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.16 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.16 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.16 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.7 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d48c6efc2..becff7e3a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop dd0fa423229974a83d13910283e1d66467907628 - + https://github.com/dotnet/core-setup - 70e8814a441fd541bf3f99cda86b979e9c5ec31f + 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 - + https://github.com/dotnet/core-setup - 70e8814a441fd541bf3f99cda86b979e9c5ec31f + 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 - + https://github.com/dotnet/core-setup - 70e8814a441fd541bf3f99cda86b979e9c5ec31f + 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 - + https://github.com/dotnet/core-setup - 70e8814a441fd541bf3f99cda86b979e9c5ec31f + 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 - + https://github.com/dotnet/core-setup - 70e8814a441fd541bf3f99cda86b979e9c5ec31f + 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 4ae4147bc525010fd96a36c121555e17cd4473ef + 18d2d60caa5ddfc89f9a8bce6568cf207b4d1c24 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index bcea13eb5..8fdba5abc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19531.2 + 5.0.0-alpha.1.19531.7 - 5.0.0-alpha.1.19531.5 - 5.0.0-alpha.1.19531.5 - 5.0.0-alpha.1.19531.5 - 5.0.0-alpha.1.19531.5 - 5.0.0-alpha.1.19531.5 + 5.0.0-alpha.1.19531.16 + 5.0.0-alpha.1.19531.16 + 5.0.0-alpha.1.19531.16 + 5.0.0-alpha.1.19531.16 + 5.0.0-alpha.1.19531.16 2.1.0 From 26f8f544635ab0f058bf1ca63352d75627ff3b21 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 08:31:21 +0000 Subject: [PATCH 0957/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191031.18 (#5455) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.18 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.18 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.18 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.18 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.18 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.9 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index becff7e3a..12ca2be1f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop dd0fa423229974a83d13910283e1d66467907628 - + https://github.com/dotnet/core-setup - 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 + ed1ba151d71b9e06ada930526dd43b402890fa93 - + https://github.com/dotnet/core-setup - 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 + ed1ba151d71b9e06ada930526dd43b402890fa93 - + https://github.com/dotnet/core-setup - 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 + ed1ba151d71b9e06ada930526dd43b402890fa93 - + https://github.com/dotnet/core-setup - 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 + ed1ba151d71b9e06ada930526dd43b402890fa93 - + https://github.com/dotnet/core-setup - 935cf723085cf3b6020b0e6be8ac42a9ca1490d2 + ed1ba151d71b9e06ada930526dd43b402890fa93 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 18d2d60caa5ddfc89f9a8bce6568cf207b4d1c24 + 4c3bd8a0533a2e35df371b91045a1a5f0ada7d54 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8fdba5abc..2d07f60c4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19531.7 + 5.0.0-alpha.1.19531.9 - 5.0.0-alpha.1.19531.16 - 5.0.0-alpha.1.19531.16 - 5.0.0-alpha.1.19531.16 - 5.0.0-alpha.1.19531.16 - 5.0.0-alpha.1.19531.16 + 5.0.0-alpha.1.19531.18 + 5.0.0-alpha.1.19531.18 + 5.0.0-alpha.1.19531.18 + 5.0.0-alpha.1.19531.18 + 5.0.0-alpha.1.19531.18 2.1.0 From 7174a4646a8e934e1b4aafb8cae3eae7a3bde479 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 08:58:31 +0000 Subject: [PATCH 0958/2259] [master] Update dependencies from dotnet/windowsdesktop (#5449) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.8 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.9 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191031.10 - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19531.10 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19531.10 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19531.10 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 12ca2be1f..6f5de8bf7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - dd0fa423229974a83d13910283e1d66467907628 + e9c9f3d1d8658e487cb83479925b1e0a313fad09 - + https://github.com/dotnet/windowsdesktop - dd0fa423229974a83d13910283e1d66467907628 + e9c9f3d1d8658e487cb83479925b1e0a313fad09 - + https://github.com/dotnet/windowsdesktop - dd0fa423229974a83d13910283e1d66467907628 + e9c9f3d1d8658e487cb83479925b1e0a313fad09 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2d07f60c4..38929a4e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19531.7 - 5.0.0-alpha1.19531.7 - 5.0.0-alpha1.19531.7 + 5.0.0-alpha1.19531.10 + 5.0.0-alpha1.19531.10 + 5.0.0-alpha1.19531.10 From 313bacb39f8c33836e22545fd6fcc5c8e0729b0d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 10:16:10 +0000 Subject: [PATCH 0959/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191031.19 (#5456) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19531.19 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19531.19 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19531.19 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19531.19 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19531.19 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19531.13 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f5de8bf7..b972be7fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop e9c9f3d1d8658e487cb83479925b1e0a313fad09 - + https://github.com/dotnet/core-setup - ed1ba151d71b9e06ada930526dd43b402890fa93 + 14e7a3b2fb40b377562d3d3e739d471841ae3316 - + https://github.com/dotnet/core-setup - ed1ba151d71b9e06ada930526dd43b402890fa93 + 14e7a3b2fb40b377562d3d3e739d471841ae3316 - + https://github.com/dotnet/core-setup - ed1ba151d71b9e06ada930526dd43b402890fa93 + 14e7a3b2fb40b377562d3d3e739d471841ae3316 - + https://github.com/dotnet/core-setup - ed1ba151d71b9e06ada930526dd43b402890fa93 + 14e7a3b2fb40b377562d3d3e739d471841ae3316 - + https://github.com/dotnet/core-setup - ed1ba151d71b9e06ada930526dd43b402890fa93 + 14e7a3b2fb40b377562d3d3e739d471841ae3316 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 4c3bd8a0533a2e35df371b91045a1a5f0ada7d54 + a24db0ba5666f46f50649810fe698ad267b60331 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 38929a4e0..ea18e4d92 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19531.9 + 5.0.0-alpha.1.19531.13 - 5.0.0-alpha.1.19531.18 - 5.0.0-alpha.1.19531.18 - 5.0.0-alpha.1.19531.18 - 5.0.0-alpha.1.19531.18 - 5.0.0-alpha.1.19531.18 + 5.0.0-alpha.1.19531.19 + 5.0.0-alpha.1.19531.19 + 5.0.0-alpha.1.19531.19 + 5.0.0-alpha.1.19531.19 + 5.0.0-alpha.1.19531.19 2.1.0 From 9e8ebee139991b45dad4a7343790a05d79601ce2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 13:20:16 +0000 Subject: [PATCH 0960/2259] Update dependencies from https://github.com/dotnet/toolset build 20191101.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19551.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19551.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac75ba952..e74c56aa4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 95ddcf0d92550073dc553b7ba2e3d41eae774dee + 4af3cc1a908f0304b49c26d10329c27e83e5a31b https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 95ddcf0d92550073dc553b7ba2e3d41eae774dee + 4af3cc1a908f0304b49c26d10329c27e83e5a31b diff --git a/eng/Versions.props b/eng/Versions.props index b4686fc33..6410dca9e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19531.26 + 5.0.100-alpha.1.19551.3 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19531.26 + 5.0.100-alpha.1.19551.3 0.2.0 From 31de75f58c84b9055d2ba5fb6d2ae6174da40296 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 1 Nov 2019 13:40:40 +0000 Subject: [PATCH 0961/2259] Update dependencies from https://github.com/dotnet/toolset build 20191101.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19551.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19551.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e74c56aa4..677dd6738 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 4af3cc1a908f0304b49c26d10329c27e83e5a31b + 15814fe3b5c44a68dd73bb7236ad368d94f02eff https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 4af3cc1a908f0304b49c26d10329c27e83e5a31b + 15814fe3b5c44a68dd73bb7236ad368d94f02eff diff --git a/eng/Versions.props b/eng/Versions.props index 6410dca9e..abe798968 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19551.3 + 5.0.100-alpha.1.19551.5 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19551.3 + 5.0.100-alpha.1.19551.5 0.2.0 From 9da69f828cef68cb300ac976ffc0f801bbbf5fbe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 15:50:47 +0000 Subject: [PATCH 0962/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191101.1 (#5460) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19551.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19551.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19551.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19551.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.1 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b972be7fa..6956f9344 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop e9c9f3d1d8658e487cb83479925b1e0a313fad09 - + https://github.com/dotnet/core-setup - 14e7a3b2fb40b377562d3d3e739d471841ae3316 + e460275e7463fdc900bf5c9e0a574ec8946ac6c2 - + https://github.com/dotnet/core-setup - 14e7a3b2fb40b377562d3d3e739d471841ae3316 + e460275e7463fdc900bf5c9e0a574ec8946ac6c2 - + https://github.com/dotnet/core-setup - 14e7a3b2fb40b377562d3d3e739d471841ae3316 + e460275e7463fdc900bf5c9e0a574ec8946ac6c2 - + https://github.com/dotnet/core-setup - 14e7a3b2fb40b377562d3d3e739d471841ae3316 + e460275e7463fdc900bf5c9e0a574ec8946ac6c2 - + https://github.com/dotnet/core-setup - 14e7a3b2fb40b377562d3d3e739d471841ae3316 + e460275e7463fdc900bf5c9e0a574ec8946ac6c2 diff --git a/eng/Versions.props b/eng/Versions.props index ea18e4d92..4c79cde75 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19531.19 - 5.0.0-alpha.1.19531.19 - 5.0.0-alpha.1.19531.19 - 5.0.0-alpha.1.19531.19 - 5.0.0-alpha.1.19531.19 + 5.0.0-alpha.1.19551.1 + 5.0.0-alpha.1.19551.1 + 5.0.0-alpha.1.19551.1 + 5.0.0-alpha.1.19551.1 + 5.0.0-alpha.1.19551.1 2.1.0 From 58e5c246843c418ce4e914e86cefee9de152be1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 17:56:06 +0000 Subject: [PATCH 0963/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.2 (#5462) - Microsoft.WindowsDesktop.App - 5.0.0-alpha1.19551.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha1.19551.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha1.19551.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6956f9344..a0f087bab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e9c9f3d1d8658e487cb83479925b1e0a313fad09 + b16d3deff1a6ea164a80392045fd857afe40110a - + https://github.com/dotnet/windowsdesktop - e9c9f3d1d8658e487cb83479925b1e0a313fad09 + b16d3deff1a6ea164a80392045fd857afe40110a - + https://github.com/dotnet/windowsdesktop - e9c9f3d1d8658e487cb83479925b1e0a313fad09 + b16d3deff1a6ea164a80392045fd857afe40110a https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 4c79cde75..c6909d08c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19531.10 - 5.0.0-alpha1.19531.10 - 5.0.0-alpha1.19531.10 + 5.0.0-alpha1.19551.2 + 5.0.0-alpha1.19551.2 + 5.0.0-alpha1.19551.2 From ea62a3576256f5f8e7934cbd87e88a0fd1a320de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2019 19:45:40 +0000 Subject: [PATCH 0964/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.3 (#5468) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19551.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19551.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a0f087bab..1c5e5c9b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b16d3deff1a6ea164a80392045fd857afe40110a + 18c1d011d3ea14dba90b050fb053f8a18032dc79 - + https://github.com/dotnet/windowsdesktop - b16d3deff1a6ea164a80392045fd857afe40110a + 18c1d011d3ea14dba90b050fb053f8a18032dc79 - + https://github.com/dotnet/windowsdesktop - b16d3deff1a6ea164a80392045fd857afe40110a + 18c1d011d3ea14dba90b050fb053f8a18032dc79 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c6909d08c..c95c08c9d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha1.19551.2 - 5.0.0-alpha1.19551.2 - 5.0.0-alpha1.19551.2 + 5.0.0-alpha.1.19551.3 + 5.0.0-alpha.1.19551.3 + 5.0.0-alpha.1.19551.3 From 022ecaf7191667b87662bdaae0ad83cfb24488b3 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Fri, 1 Nov 2019 13:05:02 -0700 Subject: [PATCH 0965/2259] Remove direct ref causing downgrade from test utils --- eng/TestVersions.props | 1 - .../Microsoft.DotNet.Tools.Tests.Utilities.csproj | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/eng/TestVersions.props b/eng/TestVersions.props index e56829432..4942dec93 100644 --- a/eng/TestVersions.props +++ b/eng/TestVersions.props @@ -1,7 +1,6 @@ 5.3.0 - $(NuGetFrameworksPackageVersion) $(MicrosoftDotnetToolsetInternalPackageVersion) 0.1.1 15.8.0 diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj index b93932c36..785b8aae3 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj @@ -1,6 +1,6 @@  - netcoreapp3.0 + netcoreapp5.0 @@ -8,6 +8,5 @@ - \ No newline at end of file From 7df03e4f35a76281edcdc8837619c7d76ef217a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 03:18:34 +0000 Subject: [PATCH 0966/2259] [master] Update dependencies from dotnet/windowsdesktop (#5470) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19551.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19551.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19551.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19551.5 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19551.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19551.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b504ac3e..fcb2764a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 18c1d011d3ea14dba90b050fb053f8a18032dc79 + c1c18e5d973f20079613b8e1d3846c3d26f5ecbd - + https://github.com/dotnet/windowsdesktop - 18c1d011d3ea14dba90b050fb053f8a18032dc79 + c1c18e5d973f20079613b8e1d3846c3d26f5ecbd - + https://github.com/dotnet/windowsdesktop - 18c1d011d3ea14dba90b050fb053f8a18032dc79 + c1c18e5d973f20079613b8e1d3846c3d26f5ecbd https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 9042f190c..03e50d487 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19551.3 - 5.0.0-alpha.1.19551.3 - 5.0.0-alpha.1.19551.3 + 5.0.0-alpha.1.19551.6 + 5.0.0-alpha.1.19551.6 + 5.0.0-alpha.1.19551.6 From b2001ab89436d0960d058eb655e79728f5d291b1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 08:45:45 +0000 Subject: [PATCH 0967/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191101.8 (#5481) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19551.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19551.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fcb2764a3..a44ba4d24 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c1c18e5d973f20079613b8e1d3846c3d26f5ecbd + 54525403396ec51a0893651588c01a6962e7659b - + https://github.com/dotnet/windowsdesktop - c1c18e5d973f20079613b8e1d3846c3d26f5ecbd + 54525403396ec51a0893651588c01a6962e7659b - + https://github.com/dotnet/windowsdesktop - c1c18e5d973f20079613b8e1d3846c3d26f5ecbd + 54525403396ec51a0893651588c01a6962e7659b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 03e50d487..c02810fa6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19551.6 - 5.0.0-alpha.1.19551.6 - 5.0.0-alpha.1.19551.6 + 5.0.0-alpha.1.19551.8 + 5.0.0-alpha.1.19551.8 + 5.0.0-alpha.1.19551.8 From 5ebdba23de7bb14737e7afc6075d88c8bcabe7f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 11:58:30 +0000 Subject: [PATCH 0968/2259] [master] Update dependencies from dotnet/core-setup (#5464) * Update dependencies from https://github.com/dotnet/core-setup build 20191101.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19551.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19551.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19551.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19551.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.2 * Update dependencies from https://github.com/dotnet/core-setup build 20191101.9 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19551.9 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19551.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19551.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19551.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19551.9 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19551.16 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191102.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19552.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19552.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19552.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19552.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19551.24 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a44ba4d24..78ebc8f1c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 54525403396ec51a0893651588c01a6962e7659b - + https://github.com/dotnet/core-setup - e460275e7463fdc900bf5c9e0a574ec8946ac6c2 + 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 - + https://github.com/dotnet/core-setup - e460275e7463fdc900bf5c9e0a574ec8946ac6c2 + 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 - + https://github.com/dotnet/core-setup - e460275e7463fdc900bf5c9e0a574ec8946ac6c2 + 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 - + https://github.com/dotnet/core-setup - e460275e7463fdc900bf5c9e0a574ec8946ac6c2 + 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 - + https://github.com/dotnet/core-setup - e460275e7463fdc900bf5c9e0a574ec8946ac6c2 + 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - a24db0ba5666f46f50649810fe698ad267b60331 + eb41b7841f1d8edc499a8c0fbaec5e4d53187fa0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c02810fa6..9cd452308 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19531.13 + 5.0.0-alpha.1.19551.24 - 5.0.0-alpha.1.19551.1 - 5.0.0-alpha.1.19551.1 - 5.0.0-alpha.1.19551.1 - 5.0.0-alpha.1.19551.1 - 5.0.0-alpha.1.19551.1 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 2.1.0 From a79abcb600114d65c919a28e9afefa6d92581928 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 12:56:53 +0000 Subject: [PATCH 0969/2259] [master] Update dependencies from dotnet/arcade (#5458) * Update dependencies from https://github.com/dotnet/arcade build 20191031.14 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19531.14 * Update dependencies from https://github.com/dotnet/arcade build 20191101.3 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19551.3 --- eng/Version.Details.xml | 4 ++-- .../channels/netcore-3-tools-validation.yml | 2 -- .../post-build/channels/netcore-3-tools.yml | 16 +++++++++++++--- .../post-build/channels/netcore-dev-31.yml | 14 ++++++++++++-- .../post-build/channels/netcore-dev-5.yml | 14 ++++++++++++-- .../post-build/channels/netcore-internal-30.yml | 2 -- .../post-build/channels/netcore-release-30.yml | 14 ++++++++++++-- .../post-build/channels/netcore-release-31.yml | 14 ++++++++++++-- .../post-build/channels/netcore-tools-latest.yml | 16 +++++++++++++--- .../channels/netcore-tools-validation.yml | 4 ++-- .../templates/post-build/common-variables.yml | 4 +++- eng/common/templates/post-build/post-build.yml | 2 -- eng/common/tools.ps1 | 5 +---- eng/common/tools.sh | 6 +++--- global.json | 2 +- 15 files changed, 86 insertions(+), 33 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78ebc8f1c..b54c5d9bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 35c10b82920baacbb3945fd952a0e49c4caec708 + f757dab263c59ffa51717974ec9a5da76a7a3b6e diff --git a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml index 084bd15e4..9c452797b 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml @@ -17,8 +17,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-3-tools.yml b/eng/common/templates/post-build/channels/netcore-3-tools.yml index b8f8ce917..374eb50af 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools.yml +++ b/eng/common/templates/post-build/channels/netcore-3-tools.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise there will be authentication failures when accessing a private feed hosted in a different org. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild @@ -130,4 +140,4 @@ stages: - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.NetCore_3_Tools_Channel_Id }} \ No newline at end of file + ChannelId: ${{ variables.NetCore_3_Tools_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml index d61a83214..43806d65d 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-31.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml index 2a7fc3407..0a6b477ae 100644 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ b/eng/common/templates/post-build/channels/netcore-dev-5.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 8b2c9dafa..216931d70 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -64,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml index 56c34590a..bd9bfc68f 100644 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ b/eng/common/templates/post-build/channels/netcore-release-30.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/netcore-release-31.yml index a65254fe0..da9159566 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/netcore-release-31.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-tools-latest.yml index 84ab12967..b66b68195 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-latest.yml @@ -35,6 +35,18 @@ stages: artifactName: 'PDBArtifacts' continueOnError: true + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + - task: PowerShell@2 displayName: Publish inputs: @@ -52,8 +64,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild @@ -130,4 +140,4 @@ stages: - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} \ No newline at end of file + ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-tools-validation.yml index 2dfc48c12..ed80ff29d 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-tools-validation.yml @@ -17,8 +17,6 @@ stages: displayName: Publish Assets dependsOn: setupMaestroVars variables: - - group: DotNet-Blob-Feed - - group: AzureDevOps-Artifact-Feeds-Pats - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild @@ -51,6 +49,8 @@ stages: displayName: 'Install NuGet.exe' # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. - task: NuGetAuthenticate@0 displayName: 'Authenticate to AzDO Feeds' diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index b4eed6f18..77056df67 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -1,7 +1,9 @@ variables: - - group: Publish-Build-Assets + - group: AzureDevOps-Artifact-Feeds-Pats + - group: DotNet-Blob-Feed - group: DotNet-DotNetCli-Storage - group: DotNet-MSRC-Storage + - group: Publish-Build-Assets # .NET Core 3.1 Dev - name: PublicDevRelease_31_Channel_Id diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 913ac244a..3a5686082 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -50,7 +50,6 @@ stages: displayName: Signing Validation variables: - template: common-variables.yml - - group: AzureDevOps-Artifact-Feeds-Pats pool: vmImage: 'windows-2019' steps: @@ -64,7 +63,6 @@ stages: # Since sdk-task.ps1 tries to restore packages we need to do this authentication here # otherwise it'll complain about accessing a private feed. - task: NuGetAuthenticate@0 - condition: eq(variables['IsInternalBuild'], 'true') displayName: 'Authenticate to AzDO Feeds' - task: PowerShell@2 diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index c4ca69dd4..42ca33ac3 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -446,10 +446,7 @@ function GetSdkTaskProject([string]$taskName) { } function InitializeNativeTools() { - if ($env:DisableNativeToolsetInstalls) { - return - } - if (Get-Member -InputObject $GlobalJson -Name "native-tools") { + if (-Not (Test-Path variable:DisableNativeToolsetInstalls) -And (Get-Member -InputObject $GlobalJson -Name "native-tools")) { $nativeArgs= @{} if ($ci) { $nativeArgs = @{ diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 35a80c3f1..6a23ac0a3 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -4,7 +4,7 @@ # CI mode - set to true on CI server for PR validation build or official build. ci=${ci:-false} -disable_configure_toolset_import=${disable_configure_toolset_import:-null} +disable_configure_toolset_import=${disable_configure_toolset_import:-} # Set to true to use the pipelines logger which will enable Azure logging output. # https://github.com/Microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md @@ -273,7 +273,7 @@ function GetNuGetPackageCachePath { } function InitializeNativeTools() { - if [[ -z "${DisableNativeToolsetInstalls:-}" ]]; then + if [[ -n "${DisableNativeToolsetInstalls:-}" ]]; then return fi if grep -Fq "native-tools" $global_json_file @@ -437,7 +437,7 @@ Write-PipelineSetVariable -name "Temp" -value "$temp_dir" Write-PipelineSetVariable -name "TMP" -value "$temp_dir" # Import custom tools configuration, if present in the repo. -if [[ "$disable_configure_toolset_import" != null ]]; then +if [[ -z "$disable_configure_toolset_import" ]]; then configure_toolset_script="$eng_root/configure-toolset.sh" if [[ -a "$configure_toolset_script" ]]; then . "$configure_toolset_script" diff --git a/global.json b/global.json index 6d9d42c31..6a3530008 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19530.15" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19551.3" } } From 28666eaaecd7d4ac670ec69211e06919e124d004 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 14:31:13 +0000 Subject: [PATCH 0970/2259] [master] Update dependencies from dotnet/toolset (#5486) * Update dependencies from https://github.com/dotnet/toolset build 20191102.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19552.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19552.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191102.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19552.5 * Update dependencies from https://github.com/dotnet/toolset build 20191102.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19552.6 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19552.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191102.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19552.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19552.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b54c5d9bc..e42018d91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 15814fe3b5c44a68dd73bb7236ad368d94f02eff + d7a59f3056ed2f2bf522cf4902cdf65cffb373a6 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 15814fe3b5c44a68dd73bb7236ad368d94f02eff + d7a59f3056ed2f2bf522cf4902cdf65cffb373a6 diff --git a/eng/Versions.props b/eng/Versions.props index 9cd452308..1fa3819e9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19551.5 + 5.0.100-alpha.1.19552.7 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19551.5 + 5.0.100-alpha.1.19552.7 0.2.0 From a69acfb6813ce1fccf044dd0531bb2c9814c5edf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 17:45:46 +0000 Subject: [PATCH 0971/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191102.3 (#5488) - dotnet-user-secrets - 5.0.0-alpha1.19552.3 - dotnet-watch - 5.0.0-alpha1.19552.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19552.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19552.3 - dotnet-dev-certs - 5.0.0-alpha1.19552.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19552.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e42018d91..8f8ed6d4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx eb41b7841f1d8edc499a8c0fbaec5e4d53187fa0 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 - + https://github.com/aspnet/AspNetCore - 0e40856d46cc51d24cdb3c84214be87b1a5f2faf + 07dab17c3f1186b1626988284693d6b87e0091e5 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 1fa3819e9..a2b4bf7fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19531.6 - 5.0.0-alpha1.19531.6 - 5.0.0-alpha1.19531.6 - 5.0.0-alpha1.19531.6 - 5.0.0-alpha1.19531.6 - 5.0.0-alpha1.19531.6 + 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19552.3 From 525ad43ed6dc6d80cdc70f3b93bd6f08cc67fa6f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 19:15:42 +0000 Subject: [PATCH 0972/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.1 (#5489) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19552.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19552.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f8ed6d4c..234c29935 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 54525403396ec51a0893651588c01a6962e7659b + c8b800d6102db2c874f70e401cd76fbeb9ba9ebf - + https://github.com/dotnet/windowsdesktop - 54525403396ec51a0893651588c01a6962e7659b + c8b800d6102db2c874f70e401cd76fbeb9ba9ebf - + https://github.com/dotnet/windowsdesktop - 54525403396ec51a0893651588c01a6962e7659b + c8b800d6102db2c874f70e401cd76fbeb9ba9ebf https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index a2b4bf7fb..089e78850 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19551.8 - 5.0.0-alpha.1.19551.8 - 5.0.0-alpha.1.19551.8 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.1 From 5efc02399e9b8797c9b10842761c819881918f62 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 2 Nov 2019 19:50:31 +0000 Subject: [PATCH 0973/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191102.3 (#5490) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19552.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19552.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19552.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19552.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19552.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 234c29935..29ff0cf8b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop c8b800d6102db2c874f70e401cd76fbeb9ba9ebf - + https://github.com/dotnet/core-setup - 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 + a2d3f0a848eeda14d784066d27fbef3ea5a84b4a - + https://github.com/dotnet/core-setup - 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 + a2d3f0a848eeda14d784066d27fbef3ea5a84b4a - + https://github.com/dotnet/core-setup - 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 + a2d3f0a848eeda14d784066d27fbef3ea5a84b4a - + https://github.com/dotnet/core-setup - 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 + a2d3f0a848eeda14d784066d27fbef3ea5a84b4a - + https://github.com/dotnet/core-setup - 6013b0ac35043c72715f7de80838aaa3ee4f9bd1 + a2d3f0a848eeda14d784066d27fbef3ea5a84b4a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - eb41b7841f1d8edc499a8c0fbaec5e4d53187fa0 + 59b691296d29c392a3fe10ca8f590c0b8233ff0b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 089e78850..320806081 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19551.24 + 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 2.1.0 From 21f262106f2e4d3a44089996401a75908c76f6eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 00:45:46 +0000 Subject: [PATCH 0974/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.3 (#5491) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19552.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19552.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 29ff0cf8b..fd5fe86c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c8b800d6102db2c874f70e401cd76fbeb9ba9ebf + 57fd23d591f25548c2d3f3ac537f03df4135eb56 - + https://github.com/dotnet/windowsdesktop - c8b800d6102db2c874f70e401cd76fbeb9ba9ebf + 57fd23d591f25548c2d3f3ac537f03df4135eb56 - + https://github.com/dotnet/windowsdesktop - c8b800d6102db2c874f70e401cd76fbeb9ba9ebf + 57fd23d591f25548c2d3f3ac537f03df4135eb56 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 320806081..aed21a2ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 - 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.3 From 264ffa333973af0d64ae866fb27d906aa316ee94 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 03:20:44 +0000 Subject: [PATCH 0975/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.4 (#5492) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19552.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19552.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd5fe86c6..788ad0c88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 57fd23d591f25548c2d3f3ac537f03df4135eb56 + 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f - + https://github.com/dotnet/windowsdesktop - 57fd23d591f25548c2d3f3ac537f03df4135eb56 + 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f - + https://github.com/dotnet/windowsdesktop - 57fd23d591f25548c2d3f3ac537f03df4135eb56 + 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index aed21a2ce..80c43a1f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19552.4 + 5.0.0-alpha.1.19552.4 + 5.0.0-alpha.1.19552.4 From 5da9af97810a3af49dc42840a6f449041b0a9662 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 06:10:39 +0000 Subject: [PATCH 0976/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.5 (#5494) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19552.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19552.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 788ad0c88..a780db4c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f + 016010a0effd241842f4a055b9c1115d20069837 - + https://github.com/dotnet/windowsdesktop - 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f + 016010a0effd241842f4a055b9c1115d20069837 - + https://github.com/dotnet/windowsdesktop - 2bb69bb6ba9e2028cf9b152542da2c5f46ab5d9f + 016010a0effd241842f4a055b9c1115d20069837 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 80c43a1f6..5f69a8a70 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19552.4 - 5.0.0-alpha.1.19552.4 - 5.0.0-alpha.1.19552.4 + 5.0.0-alpha.1.19552.5 + 5.0.0-alpha.1.19552.5 + 5.0.0-alpha.1.19552.5 From ce0e5303db4aea1a1e0746ecb1bc722a0d27a06a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 14:46:13 +0000 Subject: [PATCH 0977/2259] Update dependencies from https://github.com/dotnet/toolset build 20191103.1 (#5499) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19553.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19553.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a780db4c4..f7efa410a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - d7a59f3056ed2f2bf522cf4902cdf65cffb373a6 + f9c3dc9f7ffbafe152802ae70c16e9adee9edf4b https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - d7a59f3056ed2f2bf522cf4902cdf65cffb373a6 + f9c3dc9f7ffbafe152802ae70c16e9adee9edf4b diff --git a/eng/Versions.props b/eng/Versions.props index 5f69a8a70..1b00222d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19552.7 + 5.0.100-alpha.1.19553.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19552.7 + 5.0.100-alpha.1.19553.1 0.2.0 From 7f76bcc1cdf826441cb252b50b7849af088ed402 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 15:51:59 +0000 Subject: [PATCH 0978/2259] Update dependencies from https://github.com/dotnet/toolset build 20191103.2 (#5501) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19553.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19553.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7efa410a..e65cb8df8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - f9c3dc9f7ffbafe152802ae70c16e9adee9edf4b + 72f6a95f9845348f3da9c9b018afc4a145ba2909 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - f9c3dc9f7ffbafe152802ae70c16e9adee9edf4b + 72f6a95f9845348f3da9c9b018afc4a145ba2909 diff --git a/eng/Versions.props b/eng/Versions.props index 1b00222d9..0991d889c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19553.1 + 5.0.100-alpha.1.19553.2 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19553.1 + 5.0.100-alpha.1.19553.2 0.2.0 From 826bc6dbe12fee8413855943c023b4842e1a2380 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 18:34:56 +0000 Subject: [PATCH 0979/2259] [master] Update dependencies from dotnet/windowsdesktop (#5496) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191102.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19552.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19552.6 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e65cb8df8..2b5f4660b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 016010a0effd241842f4a055b9c1115d20069837 + 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b - + https://github.com/dotnet/windowsdesktop - 016010a0effd241842f4a055b9c1115d20069837 + 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b - + https://github.com/dotnet/windowsdesktop - 016010a0effd241842f4a055b9c1115d20069837 + 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 0991d889c..63c4fd576 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19552.5 - 5.0.0-alpha.1.19552.5 - 5.0.0-alpha.1.19552.5 + 5.0.0-alpha.1.19553.1 + 5.0.0-alpha.1.19553.1 + 5.0.0-alpha.1.19553.1 From c20c623f77f4094212a5b216df2145021e4a2896 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 20:06:03 +0000 Subject: [PATCH 0980/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191103.1 (#5504) - dotnet-user-secrets - 5.0.0-alpha1.19553.1 - dotnet-watch - 5.0.0-alpha1.19553.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19553.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19553.1 - dotnet-dev-certs - 5.0.0-alpha1.19553.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19553.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b5f4660b..4e4af0d68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 59b691296d29c392a3fe10ca8f590c0b8233ff0b - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 - + https://github.com/aspnet/AspNetCore - 07dab17c3f1186b1626988284693d6b87e0091e5 + dba39d60c89b743d45411ba6bc6b02b5a8019032 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 63c4fd576..7848006f4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19552.3 - 5.0.0-alpha1.19552.3 - 5.0.0-alpha1.19552.3 - 5.0.0-alpha1.19552.3 - 5.0.0-alpha1.19552.3 - 5.0.0-alpha1.19552.3 + 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19553.1 From 3899ca54bd2665114946cbd33dbc53f18bbc16ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 20:10:38 +0000 Subject: [PATCH 0981/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.2 (#5505) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4e4af0d68..5bd910862 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b + 3948d5ac4b580d5ece399bcfddab1f3041b95d5b - + https://github.com/dotnet/windowsdesktop - 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b + 3948d5ac4b580d5ece399bcfddab1f3041b95d5b - + https://github.com/dotnet/windowsdesktop - 3465f7f5ae1c4ef69c1a8c41b69cc473092e7f0b + 3948d5ac4b580d5ece399bcfddab1f3041b95d5b https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7848006f4..19647226f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.1 - 5.0.0-alpha.1.19553.1 - 5.0.0-alpha.1.19553.1 + 5.0.0-alpha.1.19553.2 + 5.0.0-alpha.1.19553.2 + 5.0.0-alpha.1.19553.2 From 1869d27a41adc4586c8c4d90768f484d6c42b4e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 20:16:34 +0000 Subject: [PATCH 0982/2259] [master] Update dependencies from dotnet/core-setup (#5495) * Update dependencies from https://github.com/dotnet/core-setup build 20191102.7 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19552.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19552.7 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19552.5 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191103.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19553.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19552.6 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5bd910862..aa8f23c6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3948d5ac4b580d5ece399bcfddab1f3041b95d5b - + https://github.com/dotnet/core-setup - a2d3f0a848eeda14d784066d27fbef3ea5a84b4a + 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 - + https://github.com/dotnet/core-setup - a2d3f0a848eeda14d784066d27fbef3ea5a84b4a + 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 - + https://github.com/dotnet/core-setup - a2d3f0a848eeda14d784066d27fbef3ea5a84b4a + 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 - + https://github.com/dotnet/core-setup - a2d3f0a848eeda14d784066d27fbef3ea5a84b4a + 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 - + https://github.com/dotnet/core-setup - a2d3f0a848eeda14d784066d27fbef3ea5a84b4a + 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 59b691296d29c392a3fe10ca8f590c0b8233ff0b + bfaed4d48a921a339f9691c74425bec9d2f760a1 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 19647226f..22a2fdbf5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19552.1 + 5.0.0-alpha.1.19552.6 - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 - 5.0.0-alpha.1.19552.3 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 2.1.0 From e7c746c9c286d8b3b0cb811693c098e7876d0586 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 21:10:36 +0000 Subject: [PATCH 0983/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191103.5 (#5506) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19553.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19553.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19553.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19553.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.5 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19553.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aa8f23c6b..bd687b232 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3948d5ac4b580d5ece399bcfddab1f3041b95d5b - + https://github.com/dotnet/core-setup - 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 + c914b5ef77d2bdf5f79872083e5aab99ec6bf4df - + https://github.com/dotnet/core-setup - 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 + c914b5ef77d2bdf5f79872083e5aab99ec6bf4df - + https://github.com/dotnet/core-setup - 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 + c914b5ef77d2bdf5f79872083e5aab99ec6bf4df - + https://github.com/dotnet/core-setup - 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 + c914b5ef77d2bdf5f79872083e5aab99ec6bf4df - + https://github.com/dotnet/core-setup - 03cc30ce0dc565a4f9a78ac48dd4dc987d51e153 + c914b5ef77d2bdf5f79872083e5aab99ec6bf4df @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - bfaed4d48a921a339f9691c74425bec9d2f760a1 + ba25a05f32b3cd0503b1a306f6e769b427456bd0 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 22a2fdbf5..f403bf557 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19552.6 + 5.0.0-alpha.1.19553.1 - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 2.1.0 From 3a15b55fa9d07ba8529867cc2636775614bd7a36 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 22:19:48 +0000 Subject: [PATCH 0984/2259] Update dependencies from https://github.com/dotnet/arcade build 20191102.1 (#5497) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19552.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd687b232..f0645522c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - f757dab263c59ffa51717974ec9a5da76a7a3b6e + bfa46e9e624cc148bd5c6b7af63f52f6e1d48c8d diff --git a/global.json b/global.json index 6a3530008..5c045c215 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19551.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19552.1" } } From c4883835666a61819e1c388faeae15d4808d4841 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 23:35:51 +0000 Subject: [PATCH 0985/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191103.6 (#5507) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19553.6 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19553.6 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19553.6 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19553.6 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.6 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19553.2 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f0645522c..3e084ba93 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3948d5ac4b580d5ece399bcfddab1f3041b95d5b - + https://github.com/dotnet/core-setup - c914b5ef77d2bdf5f79872083e5aab99ec6bf4df + 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 - + https://github.com/dotnet/core-setup - c914b5ef77d2bdf5f79872083e5aab99ec6bf4df + 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 - + https://github.com/dotnet/core-setup - c914b5ef77d2bdf5f79872083e5aab99ec6bf4df + 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 - + https://github.com/dotnet/core-setup - c914b5ef77d2bdf5f79872083e5aab99ec6bf4df + 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 - + https://github.com/dotnet/core-setup - c914b5ef77d2bdf5f79872083e5aab99ec6bf4df + 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - ba25a05f32b3cd0503b1a306f6e769b427456bd0 + dbf74fac15dad697ae7e7c4d88327c0478f465ef https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f403bf557..224ea8e6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19553.1 + 5.0.0-alpha.1.19553.2 - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 2.1.0 From e582e960398f481f4c145c4e238ae2c503906a90 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2019 23:45:31 +0000 Subject: [PATCH 0986/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.3 (#5510) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3e084ba93..40d87df05 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3948d5ac4b580d5ece399bcfddab1f3041b95d5b + be453c035df5c2839d3fad1a8a6d1f6b805abfab - + https://github.com/dotnet/windowsdesktop - 3948d5ac4b580d5ece399bcfddab1f3041b95d5b + be453c035df5c2839d3fad1a8a6d1f6b805abfab - + https://github.com/dotnet/windowsdesktop - 3948d5ac4b580d5ece399bcfddab1f3041b95d5b + be453c035df5c2839d3fad1a8a6d1f6b805abfab https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 224ea8e6c..f49400cc3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.2 - 5.0.0-alpha.1.19553.2 - 5.0.0-alpha.1.19553.2 + 5.0.0-alpha.1.19553.3 + 5.0.0-alpha.1.19553.3 + 5.0.0-alpha.1.19553.3 From 65af3720a73b9a98ef6d6fa31fde368135dced4f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 01:40:38 +0000 Subject: [PATCH 0987/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.4 (#5513) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 40d87df05..0c214f5e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - be453c035df5c2839d3fad1a8a6d1f6b805abfab + 75a7c1c65029b1a5e8cc221811f55c5f11d8528a - + https://github.com/dotnet/windowsdesktop - be453c035df5c2839d3fad1a8a6d1f6b805abfab + 75a7c1c65029b1a5e8cc221811f55c5f11d8528a - + https://github.com/dotnet/windowsdesktop - be453c035df5c2839d3fad1a8a6d1f6b805abfab + 75a7c1c65029b1a5e8cc221811f55c5f11d8528a https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index f49400cc3..f35786ae4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.3 - 5.0.0-alpha.1.19553.3 - 5.0.0-alpha.1.19553.3 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.4 From 16f5201b0428f1272f4f46c3de4b1d1de7a3b484 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 01:40:42 +0000 Subject: [PATCH 0988/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191103.7 (#5512) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19553.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19553.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19553.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19553.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.7 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19553.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c214f5e6..78750ff8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 75a7c1c65029b1a5e8cc221811f55c5f11d8528a - + https://github.com/dotnet/core-setup - 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 + eb4e9587fc235021664e82782518a06d437a78e9 - + https://github.com/dotnet/core-setup - 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 + eb4e9587fc235021664e82782518a06d437a78e9 - + https://github.com/dotnet/core-setup - 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 + eb4e9587fc235021664e82782518a06d437a78e9 - + https://github.com/dotnet/core-setup - 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 + eb4e9587fc235021664e82782518a06d437a78e9 - + https://github.com/dotnet/core-setup - 7b32e61cf04e8644fdc9c7fbdf8adac174e46f29 + eb4e9587fc235021664e82782518a06d437a78e9 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - dbf74fac15dad697ae7e7c4d88327c0478f465ef + bf4b04519cb86facf793797406910cbd40cf2354 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f35786ae4..0376ee24c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19553.2 + 5.0.0-alpha.1.19553.3 - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.7 + 5.0.0-alpha.1.19553.7 + 5.0.0-alpha.1.19553.7 + 5.0.0-alpha.1.19553.7 + 5.0.0-alpha.1.19553.7 2.1.0 From 182c4b83b5576308ba7af23d8823d62d0180c981 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 04:15:42 +0000 Subject: [PATCH 0989/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.5 (#5515) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78750ff8c..ca4e7821a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 75a7c1c65029b1a5e8cc221811f55c5f11d8528a + b665294ea12966d230caaa7540cffdd3f13a80a3 - + https://github.com/dotnet/windowsdesktop - 75a7c1c65029b1a5e8cc221811f55c5f11d8528a + b665294ea12966d230caaa7540cffdd3f13a80a3 - + https://github.com/dotnet/windowsdesktop - 75a7c1c65029b1a5e8cc221811f55c5f11d8528a + b665294ea12966d230caaa7540cffdd3f13a80a3 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 0376ee24c..88fb9e1ed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 - 5.0.0-alpha.1.19553.4 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.5 From 2d58878ff0b9e032577a58652cc41d931c83e928 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 09:15:21 +0000 Subject: [PATCH 0990/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191103.6 (#5516) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19553.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19553.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19553.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca4e7821a..ab35196b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b665294ea12966d230caaa7540cffdd3f13a80a3 + 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 - + https://github.com/dotnet/windowsdesktop - b665294ea12966d230caaa7540cffdd3f13a80a3 + 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 - + https://github.com/dotnet/windowsdesktop - b665294ea12966d230caaa7540cffdd3f13a80a3 + 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 88fb9e1ed..6dee11c0f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 - 5.0.0-alpha.1.19553.5 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19553.6 From 772a02e5665c324ab6f08fce045b528cc95fc5a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 10:06:10 +0000 Subject: [PATCH 0991/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.1 (#5517) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab35196b3..bf6040038 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 + e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 - + https://github.com/dotnet/windowsdesktop - 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 + e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 - + https://github.com/dotnet/windowsdesktop - 0d391e091fa5ee61cedc50b7d4e652decd70b5e7 + e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 6dee11c0f..0f938e354 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 - 5.0.0-alpha.1.19553.6 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 From c0ab4a65ba83e33fe4a6bd0da08731300e3b02b6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 11:55:52 +0000 Subject: [PATCH 0992/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.2 (#5518) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf6040038..12fe2abc7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 + d3215f99757e8f5863ff8164d540bd262166ff18 - + https://github.com/dotnet/windowsdesktop - e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 + d3215f99757e8f5863ff8164d540bd262166ff18 - + https://github.com/dotnet/windowsdesktop - e0f44af32f2486bbc5a809ae700e6aebcd1e5cd7 + d3215f99757e8f5863ff8164d540bd262166ff18 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 0f938e354..094eaceb1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 From 9ecf4bcf544b3f0e45c736226e3f989e6c1ccef2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 12:25:34 +0000 Subject: [PATCH 0993/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191104.1 (#5519) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19553.8 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 12fe2abc7..b66f6f620 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop d3215f99757e8f5863ff8164d540bd262166ff18 - + https://github.com/dotnet/core-setup - eb4e9587fc235021664e82782518a06d437a78e9 + 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 - + https://github.com/dotnet/core-setup - eb4e9587fc235021664e82782518a06d437a78e9 + 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 - + https://github.com/dotnet/core-setup - eb4e9587fc235021664e82782518a06d437a78e9 + 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 - + https://github.com/dotnet/core-setup - eb4e9587fc235021664e82782518a06d437a78e9 + 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 - + https://github.com/dotnet/core-setup - eb4e9587fc235021664e82782518a06d437a78e9 + 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - bf4b04519cb86facf793797406910cbd40cf2354 + 15e7e1569a8c3a5502c476c31b60e06d633b3efa https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 094eaceb1..9b84841ca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19553.3 + 5.0.0-alpha.1.19553.8 - 5.0.0-alpha.1.19553.7 - 5.0.0-alpha.1.19553.7 - 5.0.0-alpha.1.19553.7 - 5.0.0-alpha.1.19553.7 - 5.0.0-alpha.1.19553.7 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.1 2.1.0 From 60695544c64628378440b7cbcb53c7ef9755988a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 19:11:00 +0000 Subject: [PATCH 0994/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191104.2 (#5522) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b66f6f620..a9c76fa71 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop d3215f99757e8f5863ff8164d540bd262166ff18 - + https://github.com/dotnet/core-setup - 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 + 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 - + https://github.com/dotnet/core-setup - 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 + 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 - + https://github.com/dotnet/core-setup - 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 + 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 - + https://github.com/dotnet/core-setup - 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 + 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 - + https://github.com/dotnet/core-setup - 59b0c432ab3622cde2d2e1fe35150b7ff64e5f96 + 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 15e7e1569a8c3a5502c476c31b60e06d633b3efa + 5ac93ba0cc5843e4a544c8a23b5a9fcb05d0d69d https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 9b84841ca..a2a6586ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19553.8 + 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 - 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.2 2.1.0 From 6201745033ce2cc6533a7c1c2117719b7d5409ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 19:12:22 +0000 Subject: [PATCH 0995/2259] [master] Update dependencies from dotnet/windowsdesktop (#5521) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a9c76fa71..2e79c7b74 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d3215f99757e8f5863ff8164d540bd262166ff18 + 2e34341f2ac781b03c75d9e5a06b8197d643ce83 - + https://github.com/dotnet/windowsdesktop - d3215f99757e8f5863ff8164d540bd262166ff18 + 2e34341f2ac781b03c75d9e5a06b8197d643ce83 - + https://github.com/dotnet/windowsdesktop - d3215f99757e8f5863ff8164d540bd262166ff18 + 2e34341f2ac781b03c75d9e5a06b8197d643ce83 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index a2a6586ba..771dd33b4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.4 + 5.0.0-alpha.1.19554.4 + 5.0.0-alpha.1.19554.4 From ae3bb99a5118a033cee4bd5a40f619953e25f388 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 20:55:52 +0000 Subject: [PATCH 0996/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191104.3 (#5525) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.3 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e79c7b74..47aee0633 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 2e34341f2ac781b03c75d9e5a06b8197d643ce83 - + https://github.com/dotnet/core-setup - 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 + 7568060a06bef3862b091e3be09d03b2302ea062 - + https://github.com/dotnet/core-setup - 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 + 7568060a06bef3862b091e3be09d03b2302ea062 - + https://github.com/dotnet/core-setup - 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 + 7568060a06bef3862b091e3be09d03b2302ea062 - + https://github.com/dotnet/core-setup - 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 + 7568060a06bef3862b091e3be09d03b2302ea062 - + https://github.com/dotnet/core-setup - 4a7a680bfd856ee9fa420b24cc9d2f8cb997f111 + 7568060a06bef3862b091e3be09d03b2302ea062 diff --git a/eng/Versions.props b/eng/Versions.props index 771dd33b4..91798ad2a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 - 5.0.0-alpha.1.19554.2 + 5.0.0-alpha.1.19554.3 + 5.0.0-alpha.1.19554.3 + 5.0.0-alpha.1.19554.3 + 5.0.0-alpha.1.19554.3 + 5.0.0-alpha.1.19554.3 2.1.0 From 72b48a2390b5c95f9287e56a9133b6fba123c3ed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 21:08:41 +0000 Subject: [PATCH 0997/2259] [master] Update dependencies from dotnet/toolset (#5520) * Update dependencies from https://github.com/dotnet/toolset build 20191104.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191104.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191104.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 47aee0633..0b86e6050 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6f180514b4aefc006d50c07c947da61e0ac2ed4c - + https://github.com/dotnet/toolset - 72f6a95f9845348f3da9c9b018afc4a145ba2909 + 3f97a56c424ba9e464bdb828da983dc1bf4fc2c9 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 72f6a95f9845348f3da9c9b018afc4a145ba2909 + 3f97a56c424ba9e464bdb828da983dc1bf4fc2c9 diff --git a/eng/Versions.props b/eng/Versions.props index 91798ad2a..346f68dd3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19553.2 + 5.0.100-alpha.1.19554.3 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19553.2 + 5.0.100-alpha.1.19554.3 0.2.0 From 148d754f7a834a26d5f63b0b53191584e2bcef2a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 22:05:55 +0000 Subject: [PATCH 0998/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.5 (#5527) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0b86e6050..e77688fed 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2e34341f2ac781b03c75d9e5a06b8197d643ce83 + fae3751dd8255d1eb10b61856ac6e3a85abfb668 - + https://github.com/dotnet/windowsdesktop - 2e34341f2ac781b03c75d9e5a06b8197d643ce83 + fae3751dd8255d1eb10b61856ac6e3a85abfb668 - + https://github.com/dotnet/windowsdesktop - 2e34341f2ac781b03c75d9e5a06b8197d643ce83 + fae3751dd8255d1eb10b61856ac6e3a85abfb668 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 346f68dd3..7e8de66aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.4 - 5.0.0-alpha.1.19554.4 - 5.0.0-alpha.1.19554.4 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 From a2961674e07ce8b1e7d9ad715f4a0f0f134885c8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2019 22:27:18 +0000 Subject: [PATCH 0999/2259] [master] Update dependencies from aspnet/AspNetCore (#5524) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191104.1 - dotnet-user-secrets - 5.0.0-alpha1.19554.1 - dotnet-watch - 5.0.0-alpha1.19554.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19554.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19554.1 - dotnet-dev-certs - 5.0.0-alpha1.19554.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19554.1 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191104.3 - dotnet-user-secrets - 5.0.0-alpha1.19554.3 - dotnet-watch - 5.0.0-alpha1.19554.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19554.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19554.3 - dotnet-dev-certs - 5.0.0-alpha1.19554.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19554.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e77688fed..994876e5a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5ac93ba0cc5843e4a544c8a23b5a9fcb05d0d69d - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 - + https://github.com/aspnet/AspNetCore - dba39d60c89b743d45411ba6bc6b02b5a8019032 + 774f8dbdbd8a2cd438a7aadd624122f556428dd7 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7e8de66aa..b8b7eb882 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19553.1 - 5.0.0-alpha1.19553.1 - 5.0.0-alpha1.19553.1 - 5.0.0-alpha1.19553.1 - 5.0.0-alpha1.19553.1 - 5.0.0-alpha1.19553.1 + 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19554.3 From d902ea5b33581c6aa242f159e546c8e065afb6a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 00:00:49 +0000 Subject: [PATCH 1000/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.6 (#5530) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 994876e5a..cafaacf88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fae3751dd8255d1eb10b61856ac6e3a85abfb668 + baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 - + https://github.com/dotnet/windowsdesktop - fae3751dd8255d1eb10b61856ac6e3a85abfb668 + baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 - + https://github.com/dotnet/windowsdesktop - fae3751dd8255d1eb10b61856ac6e3a85abfb668 + baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b8b7eb882..ceee53fd4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 From e169e528e90b368235b073e520bdef939f96b989 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 01:05:43 +0000 Subject: [PATCH 1001/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191104.5 (#5532) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.5 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.6 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cafaacf88..e5f6ad64e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 - + https://github.com/dotnet/core-setup - 7568060a06bef3862b091e3be09d03b2302ea062 + cadbd004fd81f8dd83ce84f25400ba9f497e7061 - + https://github.com/dotnet/core-setup - 7568060a06bef3862b091e3be09d03b2302ea062 + cadbd004fd81f8dd83ce84f25400ba9f497e7061 - + https://github.com/dotnet/core-setup - 7568060a06bef3862b091e3be09d03b2302ea062 + cadbd004fd81f8dd83ce84f25400ba9f497e7061 - + https://github.com/dotnet/core-setup - 7568060a06bef3862b091e3be09d03b2302ea062 + cadbd004fd81f8dd83ce84f25400ba9f497e7061 - + https://github.com/dotnet/core-setup - 7568060a06bef3862b091e3be09d03b2302ea062 + cadbd004fd81f8dd83ce84f25400ba9f497e7061 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 5ac93ba0cc5843e4a544c8a23b5a9fcb05d0d69d + f664740a41ea54e7b061731c36d262cfd9b39570 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ceee53fd4..e529a5fca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19554.1 + 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.3 - 5.0.0-alpha.1.19554.3 - 5.0.0-alpha.1.19554.3 - 5.0.0-alpha.1.19554.3 - 5.0.0-alpha.1.19554.3 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.5 2.1.0 From e6740e9604d12f34009c06d19a9bb52c3f9086e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 03:15:58 +0000 Subject: [PATCH 1002/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191104.6 (#5533) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.6 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.6 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.6 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.6 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.6 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.7 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e5f6ad64e..1694cc60f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 - + https://github.com/dotnet/core-setup - cadbd004fd81f8dd83ce84f25400ba9f497e7061 + d1ffffc5f5313182ca782356ef2063d9fa6a4a28 - + https://github.com/dotnet/core-setup - cadbd004fd81f8dd83ce84f25400ba9f497e7061 + d1ffffc5f5313182ca782356ef2063d9fa6a4a28 - + https://github.com/dotnet/core-setup - cadbd004fd81f8dd83ce84f25400ba9f497e7061 + d1ffffc5f5313182ca782356ef2063d9fa6a4a28 - + https://github.com/dotnet/core-setup - cadbd004fd81f8dd83ce84f25400ba9f497e7061 + d1ffffc5f5313182ca782356ef2063d9fa6a4a28 - + https://github.com/dotnet/core-setup - cadbd004fd81f8dd83ce84f25400ba9f497e7061 + d1ffffc5f5313182ca782356ef2063d9fa6a4a28 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - f664740a41ea54e7b061731c36d262cfd9b39570 + bc7a5b1899f081dad41b418d6538a429caf5e7bf https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index ce14f2d88..e8ef9f241 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 - 5.0.0-alpha.1.19554.5 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.6 2.1.0 From bb1c7619fec616b2e1c4836b136bd2947de5b3d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 05:06:04 +0000 Subject: [PATCH 1003/2259] [master] Update dependencies from dotnet/toolset (#5538) * Update dependencies from https://github.com/dotnet/toolset build 20191104.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.9 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191104.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19554.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19554.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19554.10 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1694cc60f..bf26ee9cb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 6f180514b4aefc006d50c07c947da61e0ac2ed4c + 138e01b066c29d77f1493fcfa5adce82a310e5fd - + https://github.com/dotnet/toolset - 3f97a56c424ba9e464bdb828da983dc1bf4fc2c9 + f975fc29d687259d7ded61f059b80def567c6957 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 3f97a56c424ba9e464bdb828da983dc1bf4fc2c9 + f975fc29d687259d7ded61f059b80def567c6957 diff --git a/eng/Versions.props b/eng/Versions.props index e8ef9f241..b435d1033 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19554.3 + 5.0.100-alpha.1.19554.10 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19516.1 + 5.0.0-alpha1.19554.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19554.3 + 5.0.100-alpha.1.19554.10 0.2.0 From a04125b38966e3f7ffad7eca2b41667976afd086 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 08:20:32 +0000 Subject: [PATCH 1004/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191104.7 (#5542) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19554.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19554.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf26ee9cb..70691ad8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 + 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f - + https://github.com/dotnet/windowsdesktop - baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 + 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f - + https://github.com/dotnet/windowsdesktop - baa9373b631d6b4ed365d07fc3b3cfb45c2e5c59 + 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b435d1033..e1e769b09 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 From 0fffbe8f2034593e029b848126d0f89ae4ea0fe1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 09:45:37 +0000 Subject: [PATCH 1005/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191104.7 (#5543) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19554.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19554.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19554.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19554.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19554.7 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 70691ad8d..6bfc32feb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f - + https://github.com/dotnet/core-setup - d1ffffc5f5313182ca782356ef2063d9fa6a4a28 + e7d395df56f99222a27b5992311b436ee979e138 - + https://github.com/dotnet/core-setup - d1ffffc5f5313182ca782356ef2063d9fa6a4a28 + e7d395df56f99222a27b5992311b436ee979e138 - + https://github.com/dotnet/core-setup - d1ffffc5f5313182ca782356ef2063d9fa6a4a28 + e7d395df56f99222a27b5992311b436ee979e138 - + https://github.com/dotnet/core-setup - d1ffffc5f5313182ca782356ef2063d9fa6a4a28 + e7d395df56f99222a27b5992311b436ee979e138 - + https://github.com/dotnet/core-setup - d1ffffc5f5313182ca782356ef2063d9fa6a4a28 + e7d395df56f99222a27b5992311b436ee979e138 diff --git a/eng/Versions.props b/eng/Versions.props index e1e769b09..337e59a6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 - 5.0.0-alpha.1.19554.6 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.7 2.1.0 From a71f56d24880c07f83aad8d763abe7fd76b8c7aa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 11:20:39 +0000 Subject: [PATCH 1006/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.1 (#5544) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6bfc32feb..f40369b16 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f + d02e03e6c5547e10d206857bb63bd636104f34da - + https://github.com/dotnet/windowsdesktop - 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f + d02e03e6c5547e10d206857bb63bd636104f34da - + https://github.com/dotnet/windowsdesktop - 3cb9ec7f30b4d3a3c24423cbe32f4086aa90a59f + d02e03e6c5547e10d206857bb63bd636104f34da https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 337e59a6c..fce7a8823 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 From d10fdf42974201dcc9d24c2611f417af7bace11d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 13:37:40 +0000 Subject: [PATCH 1007/2259] Update dependencies from https://github.com/dotnet/arcade build 20191104.3 (#5545) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19554.3 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f40369b16..58a8a73c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - bfa46e9e624cc148bd5c6b7af63f52f6e1d48c8d + ec6a0344dd2b1237cd63b38281295ce1e4b71458 diff --git a/global.json b/global.json index 5c045c215..14b2e9672 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19552.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19554.3" } } From b63e7ef0c8a854833312042ada0acaf09384d197 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 14:00:40 +0000 Subject: [PATCH 1008/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191105.1 (#5546) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.9 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 58a8a73c9..cb6af1d88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop d02e03e6c5547e10d206857bb63bd636104f34da - + https://github.com/dotnet/core-setup - e7d395df56f99222a27b5992311b436ee979e138 + d15a44c618e7b0b7caeeede9a81d35f3466dcf1a - + https://github.com/dotnet/core-setup - e7d395df56f99222a27b5992311b436ee979e138 + d15a44c618e7b0b7caeeede9a81d35f3466dcf1a - + https://github.com/dotnet/core-setup - e7d395df56f99222a27b5992311b436ee979e138 + d15a44c618e7b0b7caeeede9a81d35f3466dcf1a - + https://github.com/dotnet/core-setup - e7d395df56f99222a27b5992311b436ee979e138 + d15a44c618e7b0b7caeeede9a81d35f3466dcf1a - + https://github.com/dotnet/core-setup - e7d395df56f99222a27b5992311b436ee979e138 + d15a44c618e7b0b7caeeede9a81d35f3466dcf1a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - bc7a5b1899f081dad41b418d6538a429caf5e7bf + 279292804fa4f6cb856577e59246ac934a2ef9e5 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index fce7a8823..8c08deb32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19554.9 - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 - 5.0.0-alpha.1.19554.7 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.1 2.1.0 From 5600154f8639c8c9c7ba245e66f2193d12670d0d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 15:11:01 +0000 Subject: [PATCH 1009/2259] [master] Update dependencies from dotnet/toolset (#5548) * Update dependencies from https://github.com/dotnet/toolset build 20191105.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19555.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19555.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191105.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19555.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19555.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cb6af1d88..43cf3babc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 138e01b066c29d77f1493fcfa5adce82a310e5fd - + https://github.com/dotnet/toolset - f975fc29d687259d7ded61f059b80def567c6957 + d0d39d22b6c1de26cd67b6dc0cf8cb5b0ba148c8 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - f975fc29d687259d7ded61f059b80def567c6957 + d0d39d22b6c1de26cd67b6dc0cf8cb5b0ba148c8 diff --git a/eng/Versions.props b/eng/Versions.props index 8c08deb32..db7fa6277 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19554.10 + 5.0.100-alpha.1.19555.2 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19554.10 + 5.0.100-alpha.1.19555.2 0.2.0 From 4115eeb46ab3c03b67022f1f1884f2b3cf652720 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 17:00:37 +0000 Subject: [PATCH 1010/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191105.2 (#5550) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19554.10 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 43cf3babc..fb5d6c459 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop d02e03e6c5547e10d206857bb63bd636104f34da - + https://github.com/dotnet/core-setup - d15a44c618e7b0b7caeeede9a81d35f3466dcf1a + 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 - + https://github.com/dotnet/core-setup - d15a44c618e7b0b7caeeede9a81d35f3466dcf1a + 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 - + https://github.com/dotnet/core-setup - d15a44c618e7b0b7caeeede9a81d35f3466dcf1a + 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 - + https://github.com/dotnet/core-setup - d15a44c618e7b0b7caeeede9a81d35f3466dcf1a + 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 - + https://github.com/dotnet/core-setup - d15a44c618e7b0b7caeeede9a81d35f3466dcf1a + 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 279292804fa4f6cb856577e59246ac934a2ef9e5 + ee038925bde85c1c45c52f235ab09ea03b9c126c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index db7fa6277..c9dc83f20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19554.9 + 5.0.0-alpha.1.19554.10 - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.2 + 5.0.0-alpha.1.19555.2 + 5.0.0-alpha.1.19555.2 + 5.0.0-alpha.1.19555.2 + 5.0.0-alpha.1.19555.2 2.1.0 From ce6d25043368f680ec10ed66ad43eaecbf508274 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2019 21:26:17 +0000 Subject: [PATCH 1011/2259] [master] Update dependencies from dotnet/windowsdesktop (#5551) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.2 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fb5d6c459..980b80d78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d02e03e6c5547e10d206857bb63bd636104f34da + 54f2f17f2b7a25b0f764503afac65620f4855540 - + https://github.com/dotnet/windowsdesktop - d02e03e6c5547e10d206857bb63bd636104f34da + 54f2f17f2b7a25b0f764503afac65620f4855540 - + https://github.com/dotnet/windowsdesktop - d02e03e6c5547e10d206857bb63bd636104f34da + 54f2f17f2b7a25b0f764503afac65620f4855540 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c9dc83f20..c640b69df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19555.3 + 5.0.0-alpha.1.19555.3 + 5.0.0-alpha.1.19555.3 From 9d625b9ea467cc6fef234d8496b586f0a59db588 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 00:45:36 +0000 Subject: [PATCH 1012/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191105.5 (#5556) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.5 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19555.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 980b80d78..26d3a0eab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 54f2f17f2b7a25b0f764503afac65620f4855540 - + https://github.com/dotnet/core-setup - 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 + 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 - + https://github.com/dotnet/core-setup - 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 + 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 - + https://github.com/dotnet/core-setup - 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 + 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 - + https://github.com/dotnet/core-setup - 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 + 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 - + https://github.com/dotnet/core-setup - 8fd5261b6b6b01749bb1ebcfa70cb89b29bbd315 + 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - ee038925bde85c1c45c52f235ab09ea03b9c126c + 38dee8059b096aecfa7e3e4c99d7795c700ff3ca https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c640b69df..bc2ffeee8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19554.10 + 5.0.0-alpha.1.19555.1 - 5.0.0-alpha.1.19555.2 - 5.0.0-alpha.1.19555.2 - 5.0.0-alpha.1.19555.2 - 5.0.0-alpha.1.19555.2 - 5.0.0-alpha.1.19555.2 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 2.1.0 From b10d48acc4d2f33034884dbce881020dc858c7a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 04:30:37 +0000 Subject: [PATCH 1013/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.5 (#5559) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 26d3a0eab..0e3a4a6ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 54f2f17f2b7a25b0f764503afac65620f4855540 + ec0e0887eec3869916b859caee2b7f8c8e62de16 - + https://github.com/dotnet/windowsdesktop - 54f2f17f2b7a25b0f764503afac65620f4855540 + ec0e0887eec3869916b859caee2b7f8c8e62de16 - + https://github.com/dotnet/windowsdesktop - 54f2f17f2b7a25b0f764503afac65620f4855540 + ec0e0887eec3869916b859caee2b7f8c8e62de16 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index bc2ffeee8..a316aa063 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19555.3 - 5.0.0-alpha.1.19555.3 - 5.0.0-alpha.1.19555.3 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19555.5 From 8ffc8fa4f06c92e70873025e60fe8a274ec3e810 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 10:37:10 +0000 Subject: [PATCH 1014/2259] [master] Update dependencies from dotnet/windowsdesktop (#5560) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191105.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19555.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19555.6 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e3a4a6ff..f990a3554 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ec0e0887eec3869916b859caee2b7f8c8e62de16 + cfaba4c54c67ec1d4f00290417a397668fb706aa - + https://github.com/dotnet/windowsdesktop - ec0e0887eec3869916b859caee2b7f8c8e62de16 + cfaba4c54c67ec1d4f00290417a397668fb706aa - + https://github.com/dotnet/windowsdesktop - ec0e0887eec3869916b859caee2b7f8c8e62de16 + cfaba4c54c67ec1d4f00290417a397668fb706aa https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index a316aa063..e8c2bf664 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19556.1 + 5.0.0-alpha.1.19556.1 + 5.0.0-alpha.1.19556.1 From ccc34abfc67ce6f7c992a590232b80bc5f10d465 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 13:10:33 +0000 Subject: [PATCH 1015/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.2 (#5562) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f990a3554..3033685b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - cfaba4c54c67ec1d4f00290417a397668fb706aa + 3b427cced83195ce1fe61aee767027d1140cb993 - + https://github.com/dotnet/windowsdesktop - cfaba4c54c67ec1d4f00290417a397668fb706aa + 3b427cced83195ce1fe61aee767027d1140cb993 - + https://github.com/dotnet/windowsdesktop - cfaba4c54c67ec1d4f00290417a397668fb706aa + 3b427cced83195ce1fe61aee767027d1140cb993 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index e8c2bf664..943e51fb7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.1 - 5.0.0-alpha.1.19556.1 - 5.0.0-alpha.1.19556.1 + 5.0.0-alpha.1.19556.2 + 5.0.0-alpha.1.19556.2 + 5.0.0-alpha.1.19556.2 From 1f94f6683572d346ad280080a6ee36a075b4bafa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 17:05:33 +0000 Subject: [PATCH 1016/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.3 (#5567) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3033685b2..ddc859b39 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3b427cced83195ce1fe61aee767027d1140cb993 + e5d40c994444f9bd59fbd7348d85206f720700b6 - + https://github.com/dotnet/windowsdesktop - 3b427cced83195ce1fe61aee767027d1140cb993 + e5d40c994444f9bd59fbd7348d85206f720700b6 - + https://github.com/dotnet/windowsdesktop - 3b427cced83195ce1fe61aee767027d1140cb993 + e5d40c994444f9bd59fbd7348d85206f720700b6 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 943e51fb7..d7fc7296f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.2 - 5.0.0-alpha.1.19556.2 - 5.0.0-alpha.1.19556.2 + 5.0.0-alpha.1.19556.3 + 5.0.0-alpha.1.19556.3 + 5.0.0-alpha.1.19556.3 From 1e050512b579671aa7d1fa2d31e6ff855c45bfbd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 18:23:02 +0000 Subject: [PATCH 1017/2259] [master] Update dependencies from dotnet/toolset (#5565) * Update dependencies from https://github.com/dotnet/toolset build 20191106.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191106.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191106.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ddc859b39..84067d552 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 138e01b066c29d77f1493fcfa5adce82a310e5fd - + https://github.com/dotnet/toolset - d0d39d22b6c1de26cd67b6dc0cf8cb5b0ba148c8 + e52818d964b58aa90bc7fb963e1193de102e019c https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - d0d39d22b6c1de26cd67b6dc0cf8cb5b0ba148c8 + e52818d964b58aa90bc7fb963e1193de102e019c diff --git a/eng/Versions.props b/eng/Versions.props index d7fc7296f..c8121620d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19555.2 + 5.0.100-alpha.1.19556.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19555.2 + 5.0.100-alpha.1.19556.4 0.2.0 From 37058993f4ae84326f10b64c056895fe95342663 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 18:30:36 +0000 Subject: [PATCH 1018/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.4 (#5568) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84067d552..ce01b12b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e5d40c994444f9bd59fbd7348d85206f720700b6 + 2ed12faaa5f3540515dc82ee5823d739243df550 - + https://github.com/dotnet/windowsdesktop - e5d40c994444f9bd59fbd7348d85206f720700b6 + 2ed12faaa5f3540515dc82ee5823d739243df550 - + https://github.com/dotnet/windowsdesktop - e5d40c994444f9bd59fbd7348d85206f720700b6 + 2ed12faaa5f3540515dc82ee5823d739243df550 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c8121620d..948b8c278 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.3 - 5.0.0-alpha.1.19556.3 - 5.0.0-alpha.1.19556.3 + 5.0.0-alpha.1.19556.4 + 5.0.0-alpha.1.19556.4 + 5.0.0-alpha.1.19556.4 From cb371ff8fc75608e9aa8aff909e40d11915deea3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 20:10:35 +0000 Subject: [PATCH 1019/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.5 (#5569) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ce01b12b1..adb9faa9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2ed12faaa5f3540515dc82ee5823d739243df550 + 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be - + https://github.com/dotnet/windowsdesktop - 2ed12faaa5f3540515dc82ee5823d739243df550 + 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be - + https://github.com/dotnet/windowsdesktop - 2ed12faaa5f3540515dc82ee5823d739243df550 + 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 948b8c278..20b26984d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.4 - 5.0.0-alpha.1.19556.4 - 5.0.0-alpha.1.19556.4 + 5.0.0-alpha.1.19556.5 + 5.0.0-alpha.1.19556.5 + 5.0.0-alpha.1.19556.5 From e6e0f7a6f8a9ec0a003d1f68ddb9d3868b16f1a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 21:10:35 +0000 Subject: [PATCH 1020/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.6 (#5570) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index adb9faa9c..e70882ecb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be + 1bccccc3525e69c9accf786ff33dd625edc69624 - + https://github.com/dotnet/windowsdesktop - 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be + 1bccccc3525e69c9accf786ff33dd625edc69624 - + https://github.com/dotnet/windowsdesktop - 0ac6b8a28c8e456a8acab0b7548f0a0fbc3ea5be + 1bccccc3525e69c9accf786ff33dd625edc69624 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 20b26984d..030b71262 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.5 - 5.0.0-alpha.1.19556.5 - 5.0.0-alpha.1.19556.5 + 5.0.0-alpha.1.19556.6 + 5.0.0-alpha.1.19556.6 + 5.0.0-alpha.1.19556.6 From c1b49215f2d63a80544b6e6bc2f7f1899ea68db6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 22:00:38 +0000 Subject: [PATCH 1021/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.7 (#5571) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e70882ecb..9b61b7460 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1bccccc3525e69c9accf786ff33dd625edc69624 + 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c - + https://github.com/dotnet/windowsdesktop - 1bccccc3525e69c9accf786ff33dd625edc69624 + 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c - + https://github.com/dotnet/windowsdesktop - 1bccccc3525e69c9accf786ff33dd625edc69624 + 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 030b71262..4358a36b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.6 - 5.0.0-alpha.1.19556.6 - 5.0.0-alpha.1.19556.6 + 5.0.0-alpha.1.19556.7 + 5.0.0-alpha.1.19556.7 + 5.0.0-alpha.1.19556.7 From b20a66d74215d7ddb3d1ebd9178d757e7ac979a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 00:00:45 +0000 Subject: [PATCH 1022/2259] Update dependencies from https://github.com/dotnet/toolset build 20191106.5 (#5572) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19556.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19556.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9b61b7460..67aa3f3d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 138e01b066c29d77f1493fcfa5adce82a310e5fd - + https://github.com/dotnet/toolset - e52818d964b58aa90bc7fb963e1193de102e019c + b5059ac44d30c60e920aa84f628d21f3c549e3b8 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - e52818d964b58aa90bc7fb963e1193de102e019c + b5059ac44d30c60e920aa84f628d21f3c549e3b8 diff --git a/eng/Versions.props b/eng/Versions.props index 4358a36b3..155a2d094 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19556.4 + 5.0.100-alpha.1.19556.5 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19556.4 + 5.0.100-alpha.1.19556.5 0.2.0 From 7488dc6788fba9fb9ed8f5669266e10a578f1766 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 7 Nov 2019 00:40:36 +0000 Subject: [PATCH 1023/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.8 (#5573) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67aa3f3d8..baa8f06b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c + 92985ed7280493977c668ec29cca751fcf459b4e - + https://github.com/dotnet/windowsdesktop - 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c + 92985ed7280493977c668ec29cca751fcf459b4e - + https://github.com/dotnet/windowsdesktop - 45a607b0b4574f8c277ebb33ad7c7edbed1aa14c + 92985ed7280493977c668ec29cca751fcf459b4e https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 155a2d094..0f64d2771 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.7 - 5.0.0-alpha.1.19556.7 - 5.0.0-alpha.1.19556.7 + 5.0.0-alpha.1.19556.8 + 5.0.0-alpha.1.19556.8 + 5.0.0-alpha.1.19556.8 From 17b5d95d8be3f634e0547dfdde6cc09d29a95ed0 Mon Sep 17 00:00:00 2001 From: Omair Majid Date: Thu, 7 Nov 2019 11:33:59 -0500 Subject: [PATCH 1024/2259] Enable building on arm64 machines (#4102) With this commit, I can build core-sdk on RHEL 8 on arm64 directly, without cross compilation. Bump the sourcelink version to pick up the ability to parse git info without depending on libgit2sharp. This allows sourcelink to work on arm64. The version is the same as the one recently added to core-setup: https://github.com/dotnet/core-setup/pull/7696 Introduce a new 'BuildArchitecture' msbuild property that contains the host architecture (arm64, x64, etc). This is the architecture of the currently running machine, and may be different from the architecture we are targetting in the case of cross compilation. There's a gotcha with BuildArchitecture: under Visual Studio (an x86) process, we generally want a x64 architecture. So try and restrict it to arm64 only. Use BuildArchitecture to determine whether _crossDir and LibCLRJitRid need to be special-cased for arm64 or or not. --- Directory.Build.props | 6 ++++++ eng/Versions.props | 2 +- src/redist/targets/Crossgen.targets | 6 +++--- src/redist/targets/GenerateLayout.targets | 4 ++-- src/redist/targets/GetRuntimeInformation.targets | 1 - 5 files changed, 12 insertions(+), 7 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 02487bf33..e63ff8273 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -7,6 +7,12 @@ MIT + + $([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant()) + $(BuildArchitecture) + x64 + + True embedded diff --git a/eng/Versions.props b/eng/Versions.props index 0f64d2771..4c942f39e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -122,7 +122,7 @@ $(BuildTasksFeedToolVersion) 2.0.0 15.8.0 - 1.0.0-beta2-18618-05 + 1.0.0-beta2-19367-01 diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index 47adeabea..3fccba0e6 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -5,14 +5,14 @@ microsoft.netcore.app.runtime.$(SharedFrameworkRid) - <_crossDir Condition="'$(Architecture)' == 'arm64'">/x64_arm64 + <_crossDir Condition="'$(Architecture)' == 'arm64' and '$(BuildArchitecture)' != 'arm64'">/x64_arm64 <_crossDir Condition="'$(Architecture)' == 'arm' And '$(OSName)' == 'win'">/x86_arm <_crossDir Condition="'$(Architecture)' == 'arm' And '$(OSName)' == 'linux'">/x64_arm $(NuGetPackageRoot)/$(RuntimeNETCoreAppPackageName)/$(MicrosoftNETCoreAppRuntimePackageVersion)/tools$(_crossDir)/crossgen$(ExeExtension) - $(SharedFrameworkRid) - x64_arm64 + x64_arm64 x86_arm x64_arm + $(SharedFrameworkRid) $(NuGetPackageRoot)/$(RuntimeNETCoreAppPackageName)/$(MicrosoftNETCoreAppRuntimePackageVersion)/runtimes/$(LibCLRJitRid)/native/$(DynamicLibPrefix)clrjit$(DynamicLibExtension) $(RedistLayoutPath)shared/$(SharedFrameworkName)/$(MicrosoftNETCoreAppRuntimePackageVersion) * diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 24aedd08f..1d1c0d435 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -48,11 +48,11 @@ $(CoreSetupRid) - x64 + $(Architecture) $(CoreSetupRid) - x64 + $(Architecture) x64 x86 diff --git a/src/redist/targets/GetRuntimeInformation.targets b/src/redist/targets/GetRuntimeInformation.targets index 695a56908..cd75c251b 100644 --- a/src/redist/targets/GetRuntimeInformation.targets +++ b/src/redist/targets/GetRuntimeInformation.targets @@ -13,7 +13,6 @@ linux linux - x64 $(OSName)-$(Architecture) From 0ccf95c3168ac334b57bbbe20c30c35e8dd0adc9 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 7 Nov 2019 17:21:17 -0800 Subject: [PATCH 1025/2259] Fix up download table in README.md (#5379) Remove branches that are no longer supported, fix merge errors --- README.md | 82 ++++++++----------------------------------------------- 1 file changed, 11 insertions(+), 71 deletions(-) diff --git a/README.md b/README.md index 7a8dddb72..6ec2e9d9b 100644 --- a/README.md +++ b/README.md @@ -51,19 +51,17 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
(5.0.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | Release/2.2.4XX
(2.2.x Runtime) | Release/2.2.2XX
(2.2.x Runtime) | Release/2.2.1XX
(2.2.x Runtime) | Release/2.1.7XX
(2.1.7 Runtime) | Release/2.1.6XX
(2.1.6 Runtime) | Release/2.1.5XX
(2.1.5 Runtime) | -|:---------|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:| -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-3.1.1xx]][win-x64-version-3.1.1xx]
[Installer][win-x64-installer-3.1.1xx] - [Checksum][win-x64-installer-checksum-3.1.1xx]
[zip][win-x64-zip-3.1.1xx] - [Checksum][win-x64-zip-checksum-3.1.1xx] | [![][win-x64-badge-3.0.1xx]][win-x64-version-3.0.1xx]
[Installer][win-x64-installer-3.0.1xx] - [Checksum][win-x64-installer-checksum-3.0.1xx]
[zip][win-x64-zip-3.0.1xx] - [Checksum][win-x64-zip-checksum-3.0.1xx] | [![][win-x64-badge-2.2.4xx]][win-x64-version-2.2.4xx]
[Installer][win-x64-installer-2.2.4xx] - [Checksum][win-x64-installer-checksum-2.2.4xx]
[zip][win-x64-zip-2.2.4xx] - [Checksum][win-x64-zip-checksum-2.2.4xx] |[![][win-x64-badge-2.2.2XX]][win-x64-version-2.2.2XX]
[Installer][win-x64-installer-2.2.2XX] - [Checksum][win-x64-installer-checksum-2.2.2XX]
[zip][win-x64-zip-2.2.2XX] - [Checksum][win-x64-zip-checksum-2.2.2XX] |[![][win-x64-badge-2.2.1XX]][win-x64-version-2.2.1XX]
[Installer][win-x64-installer-2.2.1XX] - [Checksum][win-x64-installer-checksum-2.2.1XX]
[zip][win-x64-zip-2.2.1XX] - [Checksum][win-x64-zip-checksum-2.2.1XX] |[![][win-x64-badge-2.1.7XX]][win-x64-version-2.1.7XX]
[Installer][win-x64-installer-2.1.7XX] - [Checksum][win-x64-installer-checksum-2.1.7XX]
[zip][win-x64-zip-2.1.7XX] - [Checksum][win-x64-zip-checksum-2.1.7XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
[Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
[zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
[Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
[zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-3.1.1xx]][win-x86-version-3.1.1xx]
[Installer][win-x86-installer-3.1.1xx] - [Checksum][win-x86-installer-checksum-3.1.1xx]
[zip][win-x86-zip-3.1.1xx] - [Checksum][win-x86-zip-checksum-3.1.1xx] | [![][win-x86-badge-3.0.1xx]][win-x86-version-3.0.1xx]
[Installer][win-x86-installer-3.0.1xx] - [Checksum][win-x86-installer-checksum-3.0.1xx]
[zip][win-x86-zip-3.0.1xx] - [Checksum][win-x86-zip-checksum-3.0.1xx] | [![][win-x86-badge-2.2.4xx]][win-x86-version-2.2.4xx]
[Installer][win-x86-installer-2.2.4xx] - [Checksum][win-x86-installer-checksum-2.2.4xx]
[zip][win-x86-zip-2.2.4xx] - [Checksum][win-x86-zip-checksum-2.2.4xx] |[![][win-x86-badge-2.2.2XX]][win-x86-version-2.2.2XX]
[Installer][win-x86-installer-2.2.2XX] - [Checksum][win-x86-installer-checksum-2.2.2XX]
[zip][win-x86-zip-2.2.2XX] - [Checksum][win-x86-zip-checksum-2.2.2XX] |[![][win-x86-badge-2.2.1XX]][win-x86-version-2.2.1XX]
[Installer][win-x86-installer-2.2.1XX] - [Checksum][win-x86-installer-checksum-2.2.1XX]
[zip][win-x86-zip-2.2.1XX] - [Checksum][win-x86-zip-checksum-2.2.1XX] |[![][win-x86-badge-2.1.7XX]][win-x86-version-2.1.7XX]
[Installer][win-x86-installer-2.1.7XX] - [Checksum][win-x86-installer-checksum-2.1.7XX]
[zip][win-x86-zip-2.1.7XX] - [Checksum][win-x86-zip-checksum-2.1.7XX] | [![][win-x86-badge-2.1.6XX]][win-x86-version-2.1.6XX]
[Installer][win-x86-installer-2.1.6XX] - [Checksum][win-x86-installer-checksum-2.1.6XX]
[zip][win-x86-zip-2.1.6XX] - [Checksum][win-x86-zip-checksum-2.1.6XX] | [![][win-x86-badge-2.1.5XX]][win-x86-version-2.1.5XX]
[Installer][win-x86-installer-2.1.5XX] - [Checksum][win-x86-installer-checksum-2.1.5XX]
[zip][win-x86-zip-2.1.5XX] - [Checksum][win-x86-zip-checksum-2.1.5XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-3.1.1xx]][osx-version-3.1.1xx]
[Installer][osx-installer-3.1.1xx] - [Checksum][osx-installer-checksum-3.1.1xx]
[tar.gz][osx-targz-3.1.1xx] - [Checksum][osx-targz-checksum-3.1.1xx] | [![][osx-badge-3.0.1xx]][osx-version-3.0.1xx]
[Installer][osx-installer-3.0.1xx] - [Checksum][osx-installer-checksum-3.0.1xx]
[tar.gz][osx-targz-3.0.1xx] - [Checksum][osx-targz-checksum-3.0.1xx] | [![][osx-badge-2.2.4xx]][osx-version-2.2.4xx]
[Installer][osx-installer-2.2.4xx] - [Checksum][osx-installer-checksum-2.2.4xx]
[tar.gz][osx-targz-2.2.4xx] - [Checksum][osx-targz-checksum-2.2.4xx] |[![][osx-badge-2.2.2XX]][osx-version-2.2.2XX]
[Installer][osx-installer-2.2.2XX] - [Checksum][osx-installer-checksum-2.2.2XX]
[tar.gz][osx-targz-2.2.2XX] - [Checksum][osx-targz-checksum-2.2.2XX] |[![][osx-badge-2.2.1XX]][osx-version-2.2.1XX]
[Installer][osx-installer-2.2.1XX] - [Checksum][osx-installer-checksum-2.2.1XX]
[tar.gz][osx-targz-2.2.1XX] - [Checksum][osx-targz-checksum-2.2.1XX] |[![][osx-badge-2.1.7XX]][osx-version-2.1.7XX]
[Installer][osx-installer-2.1.7XX] - [Checksum][osx-installer-checksum-2.1.7XX]
[tar.gz][osx-targz-2.1.7XX] - [Checksum][osx-targz-checksum-2.1.7XX] | [![][osx-badge-2.1.6XX]][osx-version-2.1.6XX]
[Installer][osx-installer-2.1.6XX] - [Checksum][osx-installer-checksum-2.1.6XX]
[tar.gz][osx-targz-2.1.6XX] - [Checksum][osx-targz-checksum-2.1.6XX] | [![][osx-badge-2.1.5XX]][osx-version-2.1.5XX]
[Installer][osx-installer-2.1.5XX] - [Checksum][osx-installer-checksum-2.1.5XX]
[tar.gz][osx-targz-2.1.5XX] - [Checksum][osx-targz-checksum-2.1.5XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-3.1.1xx]][linux-version-3.1.1xx]
[DEB Installer][linux-DEB-installer-3.1.1xx] - [Checksum][linux-DEB-installer-checksum-3.1.1xx]
[RPM Installer][linux-RPM-installer-3.1.1xx] - [Checksum][linux-RPM-installer-checksum-3.1.1xx]
_see installer note below_1
[tar.gz][linux-targz-3.1.1xx] - [Checksum][linux-targz-checksum-3.1.1xx] | [![][linux-badge-3.0.1xx]][linux-version-3.0.1xx]
[DEB Installer][linux-DEB-installer-3.0.1xx] - [Checksum][linux-DEB-installer-checksum-3.0.1xx]
[RPM Installer][linux-RPM-installer-3.0.1xx] - [Checksum][linux-RPM-installer-checksum-3.0.1xx]
_see installer note below_1
[tar.gz][linux-targz-3.0.1xx] - [Checksum][linux-targz-checksum-3.0.1xx] | [![][linux-badge-2.2.4xx]][linux-version-2.2.4xx]
[DEB Installer][linux-DEB-installer-2.2.4xx] - [Checksum][linux-DEB-installer-checksum-2.2.4xx]
[RPM Installer][linux-RPM-installer-2.2.4xx] - [Checksum][linux-RPM-installer-checksum-2.2.4xx]
_see installer note below_1
[tar.gz][linux-targz-2.2.4xx] - [Checksum][linux-targz-checksum-2.2.4xx] |[![][linux-badge-2.2.2xx]][linux-version-2.2.2xx]
[DEB Installer][linux-DEB-installer-2.2.2XX] - [Checksum][linux-DEB-installer-checksum-2.2.2XX]
[RPM Installer][linux-RPM-installer-2.2.2XX] - [Checksum][linux-RPM-installer-checksum-2.2.2XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.2XX] - [Checksum][linux-targz-checksum-2.2.2XX] |[![][linux-badge-2.2.1xx]][linux-version-2.2.1xx]
[DEB Installer][linux-DEB-installer-2.2.1XX] - [Checksum][linux-DEB-installer-checksum-2.2.1XX]
[RPM Installer][linux-RPM-installer-2.2.1XX] - [Checksum][linux-RPM-installer-checksum-2.2.1XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.1XX] - [Checksum][linux-targz-checksum-2.2.1XX] |[![][linux-badge-2.1.7XX]][linux-version-2.1.7XX]
[DEB Installer][linux-DEB-installer-2.1.7XX] - [Checksum][linux-DEB-installer-checksum-2.1.7XX]
[RPM Installer][linux-RPM-installer-2.1.7XX] - [Checksum][linux-RPM-installer-checksum-2.1.7XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.7XX] - [Checksum][linux-targz-checksum-2.1.7XX] | [![][linux-badge-2.1.6XX]][linux-version-2.1.6XX]
[DEB Installer][linux-DEB-installer-2.1.6XX] - [Checksum][linux-DEB-installer-checksum-2.1.6XX]
[RPM Installer][linux-RPM-installer-2.1.6XX] - [Checksum][linux-RPM-installer-checksum-2.1.6XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.6XX] - [Checksum][linux-targz-checksum-2.1.6XX] | [![][linux-badge-2.1.5XX]][linux-version-2.1.5XX]
[DEB Installer][linux-DEB-installer-2.1.5XX] - [Checksum][linux-DEB-installer-checksum-2.1.5XX]
[RPM Installer][linux-RPM-installer-2.1.5XX] - [Checksum][linux-RPM-installer-checksum-2.1.5XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.5XX] - [Checksum][linux-targz-checksum-2.1.5XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-3.1.1xx]][linux-arm-version-3.1.1xx]
[tar.gz][linux-arm-targz-3.1.1xx] - [Checksum][linux-arm-targz-checksum-3.1.1xx] | [![][linux-arm-badge-3.0.1xx]][linux-arm-version-3.0.1xx]
[tar.gz][linux-arm-targz-3.0.1xx] - [Checksum][linux-arm-targz-checksum-3.0.1xx] | [![][linux-arm-badge-2.2.4xx]][linux-arm-version-2.2.4xx]
[tar.gz][linux-arm-targz-2.2.4xx] - [Checksum][linux-arm-targz-checksum-2.2.4xx] | [![][linux-arm-badge-2.2.2XX]][linux-arm-version-2.2.2XX]
[tar.gz][linux-arm-targz-2.2.2XX] - [Checksum][linux-arm-targz-checksum-2.2.2XX] | [![][linux-arm-badge-2.2.1XX]][linux-arm-version-2.2.1XX]
[tar.gz][linux-arm-targz-2.2.1XX] - [Checksum][linux-arm-targz-checksum-2.2.1XX] | [![][linux-arm-badge-2.1.7XX]][linux-arm-version-2.1.7XX]
[tar.gz][linux-arm-targz-2.1.7XX] - [Checksum][linux-arm-targz-checksum-2.1.7XX] | [![][linux-arm-badge-2.1.6XX]][linux-arm-version-2.1.6XX]
[tar.gz][linux-arm-targz-2.1.6XX] - [Checksum][linux-arm-targz-checksum-2.1.6XX] | [![][linux-arm-badge-2.1.5XX]][linux-arm-version-2.1.5XX]
[tar.gz][linux-arm-targz-2.1.5XX] - [Checksum][linux-arm-targz-checksum-2.1.5XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-3.1.1xx]][linux-arm64-version-3.1.1xx]
[tar.gz][linux-arm64-targz-3.1.1xx] - [Checksum][linux-arm64-targz-checksum-3.1.1xx] | [![][linux-arm64-badge-3.0.1xx]][linux-arm64-version-3.0.1xx]
[tar.gz][linux-arm64-targz-3.0.1xx] - [Checksum][linux-arm64-targz-checksum-3.0.1xx] | [![][linux-arm64-badge-2.2.4xx]][linux-arm64-version-2.2.4xx]
[tar.gz][linux-arm64-targz-2.2.4xx] - [Checksum][linux-arm64-targz-checksum-2.2.4xx] | [![][linux-arm64-badge-2.2.2XX]][linux-arm64-version-2.2.2XX]
[tar.gz][linux-arm64-targz-2.2.2XX] - [Checksum][linux-arm64-targz-checksum-2.2.2XX] | [![][linux-arm64-badge-2.2.1XX]][linux-arm64-version-2.2.1XX]
[tar.gz][linux-arm64-targz-2.2.1XX] - [Checksum][linux-arm64-targz-checksum-2.2.1XX] | [![][linux-arm64-badge-2.1.7XX]][linux-arm64-version-2.1.7XX]
[tar.gz][linux-arm64-targz-2.1.7XX] - [Checksum][linux-arm64-targz-checksum-2.1.7XX] | [![][linux-arm64-badge-2.1.6XX]][linux-arm64-version-2.1.6XX]
[tar.gz][linux-arm64-targz-2.1.6XX] - [Checksum][linux-arm64-targz-checksum-2.1.6XX] | [![][linux-arm64-badge-2.1.5XX]][linux-arm64-version-2.1.5XX]
[tar.gz][linux-arm64-targz-2.1.5XX] - [Checksum][linux-arm64-targz-checksum-2.1.5XX] | -| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
[tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-3.1.1xx]][rhel-6-version-3.1.1xx]
[tar.gz][rhel-6-targz-3.1.1xx] - [Checksum][rhel-6-targz-checksum-3.1.1xx] | [![][rhel-6-badge-3.0.1xx]][rhel-6-version-3.0.1xx]
[tar.gz][rhel-6-targz-3.0.1xx] - [Checksum][rhel-6-targz-checksum-3.0.1xx] | [![][rhel-6-badge-2.2.4xx]][rhel-6-version-2.2.4xx]
[tar.gz][rhel-6-targz-2.2.4xx] - [Checksum][rhel-6-targz-checksum-2.2.4xx] | [![][rhel-6-badge-2.2.2XX]][rhel-6-version-2.2.2XX]
[tar.gz][rhel-6-targz-2.2.2XX] - [Checksum][rhel-6-targz-checksum-2.2.2XX] | [![][rhel-6-badge-2.2.1XX]][rhel-6-version-2.2.1XX]
[tar.gz][rhel-6-targz-2.2.1XX] - [Checksum][rhel-6-targz-checksum-2.2.1XX] | [![][rhel-6-badge-2.1.7XX]][rhel-6-version-2.1.7XX]
[tar.gz][rhel-6-targz-2.1.7XX] - [Checksum][rhel-6-targz-checksum-2.1.7XX] | [![][rhel-6-badge-2.1.6XX]][rhel-6-version-2.1.6XX]
[tar.gz][rhel-6-targz-2.1.6XX] - [Checksum][rhel-6-targz-checksum-2.1.6XX] | [![][rhel-6-badge-2.1.5XX]][rhel-6-version-2.1.5XX]
[tar.gz][rhel-6-targz-2.1.5XX] - [Checksum][rhel-6-targz-checksum-2.1.5XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-3.1.1xx]][linux-musl-version-3.1.1xx]
[tar.gz][linux-musl-targz-3.1.1xx] - [Checksum][linux-musl-targz-checksum-3.1.1xx] | [![][linux-musl-badge-3.0.1xx]][linux-musl-version-3.0.1xx]
[tar.gz][linux-musl-targz-3.0.1xx] - [Checksum][linux-musl-targz-checksum-3.0.1xx] | [![][linux-musl-badge-2.2.4xx]][linux-musl-version-2.2.4xx]
[tar.gz][linux-musl-targz-2.2.4xx] - [Checksum][linux-musl-targz-checksum-2.2.4xx] | [![][linux-musl-badge-2.2.2XX]][linux-musl-version-2.2.2XX]
[tar.gz][linux-musl-targz-2.2.2XX] - [Checksum][linux-musl-targz-checksum-2.2.2XX] | [![][linux-musl-badge-2.2.1XX]][linux-musl-version-2.2.1XX]
[tar.gz][linux-musl-targz-2.2.1XX] - [Checksum][linux-musl-targz-checksum-2.2.1XX] | [![][linux-musl-badge-2.1.7XX]][linux-musl-version-2.1.7XX]
[tar.gz][linux-musl-targz-2.1.7XX] - [Checksum][linux-musl-targz-checksum-2.1.7XX] | [![][linux-musl-badge-2.1.6XX]][linux-musl-version-2.1.6XX]
[tar.gz][linux-musl-targz-2.1.6XX] - [Checksum][linux-musl-targz-checksum-2.1.6XX] | [![][linux-musl-badge-2.1.5XX]][linux-musl-version-2.1.5XX]
[tar.gz][linux-musl-targz-2.1.5XX] - [Checksum][linux-musl-targz-checksum-2.1.5XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-3.1.1xx]][win-arm-version-3.1.1xx]
[zip][win-arm-zip-3.1.1xx] - [Checksum][win-arm-zip-checksum-3.1.1xx] | [![][win-arm-badge-3.0.1xx]][win-arm-version-3.0.1xx]
[zip][win-arm-zip-3.0.1xx] - [Checksum][win-arm-zip-checksum-3.0.1xx] | [![][win-arm-badge-2.2.4xx]][win-arm-version-2.2.4xx]
[zip][win-arm-zip-2.2.4xx] - [Checksum][win-arm-zip-checksum-2.2.4xx] | [![][win-arm-badge-2.2.2XX]][win-arm-version-2.2.2XX]
[zip][win-arm-zip-2.2.2XX] - [Checksum][win-arm-zip-checksum-2.2.2XX] | [![][win-arm-badge-2.2.1XX]][win-arm-version-2.2.1XX]
[zip][win-arm-zip-2.2.1XX] - [Checksum][win-arm-zip-checksum-2.2.1XX] | **N/A** | **N/A** | **N/A** | -| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
[tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | [![][freebsd-x64-badge-3.1.1xx]][freebsd-x64-version-3.1.1xx]
[tar.gz][freebsd-x64-zip-3.1.1xx] - [Checksum][freebsd-x64-zip-checksum-3.1.1xx] | [![][freebsd-x64-badge-3.0.1xx]][freebsd-x64-version-3.0.1xx]
[tar.gz][freebsd-x64-zip-3.0.1xx] - [Checksum][freebsd-x64-zip-checksum-3.0.1xx] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | -| **Constituent Repo Shas** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | +| Platform | Master
(5.0.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | Release/2.2.2XX
(2.2.x Runtime) | Release/2.2.1XX
(2.2.x Runtime) | Release/2.1.6XX
(2.1.x Runtime) | Release/2.1.5XX
(2.1.x Runtime) | +|:------------- |:--------------------------------:|:----------------------------------:|:----------------------------------:|:-----------------------------------:|:----------------------------------:|:-----------------------------------:|:-----------------------------------:| +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-3.1.1xx]][win-x64-version-3.1.1xx]
[Installer][win-x64-installer-3.1.1xx] - [Checksum][win-x64-installer-checksum-3.1.1xx]
[zip][win-x64-zip-3.1.1xx] - [Checksum][win-x64-zip-checksum-3.1.1xx] | [![][win-x64-badge-3.0.1xx]][win-x64-version-3.0.1xx]
[Installer][win-x64-installer-3.0.1xx] - [Checksum][win-x64-installer-checksum-3.0.1xx]
[zip][win-x64-zip-3.0.1xx] - [Checksum][win-x64-zip-checksum-3.0.1xx] |[![][win-x64-badge-2.2.2XX]][win-x64-version-2.2.2XX]
[Installer][win-x64-installer-2.2.2XX] - [Checksum][win-x64-installer-checksum-2.2.2XX]
[zip][win-x64-zip-2.2.2XX] - [Checksum][win-x64-zip-checksum-2.2.2XX] |[![][win-x64-badge-2.2.1XX]][win-x64-version-2.2.1XX]
[Installer][win-x64-installer-2.2.1XX] - [Checksum][win-x64-installer-checksum-2.2.1XX]
[zip][win-x64-zip-2.2.1XX] - [Checksum][win-x64-zip-checksum-2.2.1XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
[Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
[zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
[Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
[zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-3.1.1xx]][win-x86-version-3.1.1xx]
[Installer][win-x86-installer-3.1.1xx] - [Checksum][win-x86-installer-checksum-3.1.1xx]
[zip][win-x86-zip-3.1.1xx] - [Checksum][win-x86-zip-checksum-3.1.1xx] | [![][win-x86-badge-3.0.1xx]][win-x86-version-3.0.1xx]
[Installer][win-x86-installer-3.0.1xx] - [Checksum][win-x86-installer-checksum-3.0.1xx]
[zip][win-x86-zip-3.0.1xx] - [Checksum][win-x86-zip-checksum-3.0.1xx] |[![][win-x86-badge-2.2.2XX]][win-x86-version-2.2.2XX]
[Installer][win-x86-installer-2.2.2XX] - [Checksum][win-x86-installer-checksum-2.2.2XX]
[zip][win-x86-zip-2.2.2XX] - [Checksum][win-x86-zip-checksum-2.2.2XX] |[![][win-x86-badge-2.2.1XX]][win-x86-version-2.2.1XX]
[Installer][win-x86-installer-2.2.1XX] - [Checksum][win-x86-installer-checksum-2.2.1XX]
[zip][win-x86-zip-2.2.1XX] - [Checksum][win-x86-zip-checksum-2.2.1XX] | [![][win-x86-badge-2.1.6XX]][win-x86-version-2.1.6XX]
[Installer][win-x86-installer-2.1.6XX] - [Checksum][win-x86-installer-checksum-2.1.6XX]
[zip][win-x86-zip-2.1.6XX] - [Checksum][win-x86-zip-checksum-2.1.6XX] | [![][win-x86-badge-2.1.5XX]][win-x86-version-2.1.5XX]
[Installer][win-x86-installer-2.1.5XX] - [Checksum][win-x86-installer-checksum-2.1.5XX]
[zip][win-x86-zip-2.1.5XX] - [Checksum][win-x86-zip-checksum-2.1.5XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-3.1.1xx]][osx-version-3.1.1xx]
[Installer][osx-installer-3.1.1xx] - [Checksum][osx-installer-checksum-3.1.1xx]
[tar.gz][osx-targz-3.1.1xx] - [Checksum][osx-targz-checksum-3.1.1xx] | [![][osx-badge-3.0.1xx]][osx-version-3.0.1xx]
[Installer][osx-installer-3.0.1xx] - [Checksum][osx-installer-checksum-3.0.1xx]
[tar.gz][osx-targz-3.0.1xx] - [Checksum][osx-targz-checksum-3.0.1xx] ] |[![][osx-badge-2.2.2XX]][osx-version-2.2.2XX]
[Installer][osx-installer-2.2.2XX] - [Checksum][osx-installer-checksum-2.2.2XX]
[tar.gz][osx-targz-2.2.2XX] - [Checksum][osx-targz-checksum-2.2.2XX] |[![][osx-badge-2.2.1XX]][osx-version-2.2.1XX]
[Installer][osx-installer-2.2.1XX] - [Checksum][osx-installer-checksum-2.2.1XX]
[tar.gz][osx-targz-2.2.1XX] - [Checksum][osx-targz-checksum-2.2.1XX] | [![][osx-badge-2.1.6XX]][osx-version-2.1.6XX]
[Installer][osx-installer-2.1.6XX] - [Checksum][osx-installer-checksum-2.1.6XX]
[tar.gz][osx-targz-2.1.6XX] - [Checksum][osx-targz-checksum-2.1.6XX] | [![][osx-badge-2.1.5XX]][osx-version-2.1.5XX]
[Installer][osx-installer-2.1.5XX] - [Checksum][osx-installer-checksum-2.1.5XX]
[tar.gz][osx-targz-2.1.5XX] - [Checksum][osx-targz-checksum-2.1.5XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-3.1.1xx]][linux-version-3.1.1xx]
[DEB Installer][linux-DEB-installer-3.1.1xx] - [Checksum][linux-DEB-installer-checksum-3.1.1xx]
[RPM Installer][linux-RPM-installer-3.1.1xx] - [Checksum][linux-RPM-installer-checksum-3.1.1xx]
_see installer note below_1
[tar.gz][linux-targz-3.1.1xx] - [Checksum][linux-targz-checksum-3.1.1xx] | [![][linux-badge-3.0.1xx]][linux-version-3.0.1xx]
[DEB Installer][linux-DEB-installer-3.0.1xx] - [Checksum][linux-DEB-installer-checksum-3.0.1xx]
[RPM Installer][linux-RPM-installer-3.0.1xx] - [Checksum][linux-RPM-installer-checksum-3.0.1xx]
_see installer note below_1
[tar.gz][linux-targz-3.0.1xx] - [Checksum][linux-targz-checksum-3.0.1xx] | [![][linux-badge-2.2.2xx]][linux-version-2.2.2xx]
[DEB Installer][linux-DEB-installer-2.2.2XX] - [Checksum][linux-DEB-installer-checksum-2.2.2XX]
[RPM Installer][linux-RPM-installer-2.2.2XX] - [Checksum][linux-RPM-installer-checksum-2.2.2XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.2XX] - [Checksum][linux-targz-checksum-2.2.2XX] | [![][linux-badge-2.2.1xx]][linux-version-2.2.1xx]
[DEB Installer][linux-DEB-installer-2.2.1XX] - [Checksum][linux-DEB-installer-checksum-2.2.1XX]
[RPM Installer][linux-RPM-installer-2.2.1XX] - [Checksum][linux-RPM-installer-checksum-2.2.1XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.1XX] - [Checksum][linux-targz-checksum-2.2.1XX] | [![][linux-badge-2.1.6XX]][linux-version-2.1.6XX]
[DEB Installer][linux-DEB-installer-2.1.6XX] - [Checksum][linux-DEB-installer-checksum-2.1.6XX]
[RPM Installer][linux-RPM-installer-2.1.6XX] - [Checksum][linux-RPM-installer-checksum-2.1.6XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.6XX] - [Checksum][linux-targz-checksum-2.1.6XX] | [![][linux-badge-2.1.5XX]][linux-version-2.1.5XX]
[DEB Installer][linux-DEB-installer-2.1.5XX] - [Checksum][linux-DEB-installer-checksum-2.1.5XX]
[RPM Installer][linux-RPM-installer-2.1.5XX] - [Checksum][linux-RPM-installer-checksum-2.1.5XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.5XX] - [Checksum][linux-targz-checksum-2.1.5XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-3.1.1xx]][linux-arm-version-3.1.1xx]
[tar.gz][linux-arm-targz-3.1.1xx] - [Checksum][linux-arm-targz-checksum-3.1.1xx] | [![][linux-arm-badge-3.0.1xx]][linux-arm-version-3.0.1xx]
[tar.gz][linux-arm-targz-3.0.1xx] - [Checksum][linux-arm-targz-checksum-3.0.1xx] | [![][linux-arm-badge-2.2.2XX]][linux-arm-version-2.2.2XX]
[tar.gz][linux-arm-targz-2.2.2XX] - [Checksum][linux-arm-targz-checksum-2.2.2XX] | [![][linux-arm-badge-2.2.1XX]][linux-arm-version-2.2.1XX]
[tar.gz][linux-arm-targz-2.2.1XX] - [Checksum][linux-arm-targz-checksum-2.2.1XX] | [![][linux-arm-badge-2.1.6XX]][linux-arm-version-2.1.6XX]
[tar.gz][linux-arm-targz-2.1.6XX] - [Checksum][linux-arm-targz-checksum-2.1.6XX] | [![][linux-arm-badge-2.1.5XX]][linux-arm-version-2.1.5XX]
[tar.gz][linux-arm-targz-2.1.5XX] - [Checksum][linux-arm-targz-checksum-2.1.5XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-3.1.1xx]][linux-arm64-version-3.1.1xx]
[tar.gz][linux-arm64-targz-3.1.1xx] - [Checksum][linux-arm64-targz-checksum-3.1.1xx] | [![][linux-arm64-badge-3.0.1xx]][linux-arm64-version-3.0.1xx]
[tar.gz][linux-arm64-targz-3.0.1xx] - [Checksum][linux-arm64-targz-checksum-3.0.1xx] | [![][linux-arm64-badge-2.2.2XX]][linux-arm64-version-2.2.2XX]
[tar.gz][linux-arm64-targz-2.2.2XX] - [Checksum][linux-arm64-targz-checksum-2.2.2XX] | [![][linux-arm64-badge-2.2.1XX]][linux-arm64-version-2.2.1XX]
[tar.gz][linux-arm64-targz-2.2.1XX] - [Checksum][linux-arm64-targz-checksum-2.2.1XX] | [![][linux-arm64-badge-2.1.6XX]][linux-arm64-version-2.1.6XX]
[tar.gz][linux-arm64-targz-2.1.6XX] - [Checksum][linux-arm64-targz-checksum-2.1.6XX] | [![][linux-arm64-badge-2.1.5XX]][linux-arm64-version-2.1.5XX]
[tar.gz][linux-arm64-targz-2.1.5XX] - [Checksum][linux-arm64-targz-checksum-2.1.5XX] | +| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
[tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-3.1.1xx]][rhel-6-version-3.1.1xx]
[tar.gz][rhel-6-targz-3.1.1xx] - [Checksum][rhel-6-targz-checksum-3.1.1xx] | [![][rhel-6-badge-3.0.1xx]][rhel-6-version-3.0.1xx]
[tar.gz][rhel-6-targz-3.0.1xx] - [Checksum][rhel-6-targz-checksum-3.0.1xx] | [![][rhel-6-badge-2.2.2XX]][rhel-6-version-2.2.2XX]
[tar.gz][rhel-6-targz-2.2.2XX] - [Checksum][rhel-6-targz-checksum-2.2.2XX] | [![][rhel-6-badge-2.2.1XX]][rhel-6-version-2.2.1XX]
[tar.gz][rhel-6-targz-2.2.1XX] - [Checksum][rhel-6-targz-checksum-2.2.1XX] | [![][rhel-6-badge-2.1.6XX]][rhel-6-version-2.1.6XX]
[tar.gz][rhel-6-targz-2.1.6XX] - [Checksum][rhel-6-targz-checksum-2.1.6XX] | [![][rhel-6-badge-2.1.5XX]][rhel-6-version-2.1.5XX]
[tar.gz][rhel-6-targz-2.1.5XX] - [Checksum][rhel-6-targz-checksum-2.1.5XX] | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-3.1.1xx]][linux-musl-version-3.1.1xx]
[tar.gz][linux-musl-targz-3.1.1xx] - [Checksum][linux-musl-targz-checksum-3.1.1xx] | [![][linux-musl-badge-3.0.1xx]][linux-musl-version-3.0.1xx]
[tar.gz][linux-musl-targz-3.0.1xx] - [Checksum][linux-musl-targz-checksum-3.0.1xx] | [![][linux-musl-badge-2.2.2XX]][linux-musl-version-2.2.2XX]
[tar.gz][linux-musl-targz-2.2.2XX] - [Checksum][linux-musl-targz-checksum-2.2.2XX] | [![][linux-musl-badge-2.2.1XX]][linux-musl-version-2.2.1XX]
[tar.gz][linux-musl-targz-2.2.1XX] - [Checksum][linux-musl-targz-checksum-2.2.1XX] | [![][linux-musl-badge-2.1.6XX]][linux-musl-version-2.1.6XX]
[tar.gz][linux-musl-targz-2.1.6XX] - [Checksum][linux-musl-targz-checksum-2.1.6XX] | [![][linux-musl-badge-2.1.5XX]][linux-musl-version-2.1.5XX]
[tar.gz][linux-musl-targz-2.1.5XX] - [Checksum][linux-musl-targz-checksum-2.1.5XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-3.1.1xx]][win-arm-version-3.1.1xx]
[zip][win-arm-zip-3.1.1xx] - [Checksum][win-arm-zip-checksum-3.1.1xx] | [![][win-arm-badge-3.0.1xx]][win-arm-version-3.0.1xx]
[zip][win-arm-zip-3.0.1xx] - [Checksum][win-arm-zip-checksum-3.0.1xx] | [![][win-arm-badge-2.2.2XX]][win-arm-version-2.2.2XX]
[zip][win-arm-zip-2.2.2XX] - [Checksum][win-arm-zip-checksum-2.2.2XX] | [![][win-arm-badge-2.2.1XX]][win-arm-version-2.2.1XX]
[zip][win-arm-zip-2.2.1XX] - [Checksum][win-arm-zip-checksum-2.2.1XX] | **N/A** | **N/A** | **N/A** | Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: @@ -92,14 +90,6 @@ Reference notes: [win-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip.sha - -[win-x64-badge-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/win_x64_Release_version_badge.svg -[win-x64-version-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/latest.version -[win-x64-installer-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.2.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.2.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x64.zip.sha - [win-x64-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/win_x64_Release_version_badge.svg [win-x64-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version [win-x64-installer-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x64.exe @@ -114,13 +104,6 @@ Reference notes: [win-x64-zip-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x64.zip.sha -[win-x64-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/win_x64_Release_version_badge.svg -[win-x64-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[win-x64-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.zip.sha - [win-x64-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/win_x64_Release_version_badge.svg [win-x64-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version [win-x64-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x64.exe @@ -156,20 +139,6 @@ Reference notes: [win-x86-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip.sha -[win-x86-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/win_x86_Release_version_badge.svg -[win-x86-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[win-x86-installer-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.zip.sha - -[win-x86-badge-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/win_x86_Release_version_badge.svg -[win-x86-version-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/latest.version -[win-x86-installer-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.2.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.2.4XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.2.4XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.4xx/dotnet-sdk-latest-win-x86.zip.sha - [win-x86-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/win_x86_Release_version_badge.svg [win-x86-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version [win-x86-installer-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x86.exe @@ -184,13 +153,6 @@ Reference notes: [win-x86-zip-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x86.zip.sha -[win-x86-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/win_x86_Release_version_badge.svg -[win-x86-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[win-x86-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.zip.sha - [win-x86-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/win_x86_Release_version_badge.svg [win-x86-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version [win-x86-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x86.exe @@ -600,28 +562,6 @@ Reference notes: [win-arm-zip-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-arm.zip.sha -[freebsd-x64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[freebsd-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - -[freebsd-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version -[freebsd-x64-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - -[freebsd-x64-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[freebsd-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - -[freebsd-x64-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[freebsd-x64-zip-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - -[sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories - Questions & Comments -------------------- From 36f267888027ab69d003dce3ccdb1df745707424 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 7 Nov 2019 07:05:11 -0800 Subject: [PATCH 1026/2259] Update implicit package versions for 2.2.7 and 2.1.14 (#5566) --- src/redist/targets/GenerateBundledVersions.targets | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 18bfa55c2..e3d975489 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -106,28 +106,28 @@ + LatestVersion="2.1.14" /> + LatestVersion="2.2.8" /> + LatestVersion="2.1.14"/> + LatestVersion="2.1.14"/> + LatestVersion="2.2.8"/> + LatestVersion="2.2.8"/> From 760598230660987b01bc6d4e5a54d71d00927792 Mon Sep 17 00:00:00 2001 From: William Li Date: Fri, 8 Nov 2019 13:58:10 -0800 Subject: [PATCH 1027/2259] Set DOTNET_ROOT in tests (#5584) --- .../Commands/TestCommand.cs | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Commands/TestCommand.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/Commands/TestCommand.cs index a82872429..c25fcd533 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Commands/TestCommand.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Commands/TestCommand.cs @@ -145,6 +145,17 @@ namespace Microsoft.DotNet.Tools.Test.Utilities psi.Environment["DOTNET_MULTILEVEL_LOOKUP"] = "0"; psi.Environment["DOTNET_SKIP_FIRST_TIME_EXPERIENCE"] = "1"; + // Set DOTNET_ROOT to ensure sub process find the same host fxr + string dotnetDirectoryPath = Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest); + if (System.Environment.Is64BitProcess) + { + psi.Environment.Add("DOTNET_ROOT", dotnetDirectoryPath); + } + else + { + psi.Environment.Add("DOTNET_ROOT(x86)", dotnetDirectoryPath); + } + AddEnvironmentVariablesTo(psi); AddWorkingDirectoryTo(psi); From 3a1fd7236a419235ca54b67181bc9e89fe1c0228 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 23:29:16 +0000 Subject: [PATCH 1028/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191105.3 (#5558) - dotnet-user-secrets - 5.0.0-alpha1.19555.3 - dotnet-watch - 5.0.0-alpha1.19555.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19555.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19555.3 - dotnet-dev-certs - 5.0.0-alpha1.19555.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19555.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index baa8f06b7..f426b7aae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 38dee8059b096aecfa7e3e4c99d7795c700ff3ca
- + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 - + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 - + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 - + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 - + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 - + https://github.com/aspnet/AspNetCore - 774f8dbdbd8a2cd438a7aadd624122f556428dd7 + d4f7a199c7616a6e2c3374c33587d65d83882904 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 4c942f39e..c156ab87f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19554.3 - 5.0.0-alpha1.19554.3 - 5.0.0-alpha1.19554.3 - 5.0.0-alpha1.19554.3 - 5.0.0-alpha1.19554.3 - 5.0.0-alpha1.19554.3 + 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19555.3 From df33ca46c6ea72dae7c831d051079d5bf1024057 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 23:46:49 +0000 Subject: [PATCH 1029/2259] [master] Update dependencies from dotnet/arcade (#5563) * Update dependencies from https://github.com/dotnet/arcade build 20191105.7 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19555.7 * Update dependencies from https://github.com/dotnet/arcade build 20191106.10 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19556.10 * Update dependencies from https://github.com/dotnet/arcade build 20191107.20 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19557.20 --- eng/Version.Details.xml | 4 +- eng/common/SetupNugetSources.ps1 | 127 ++++++++++++++++ eng/common/SetupNugetSources.sh | 117 ++++++++++++++ eng/common/cross/toolchain.cmake | 49 ++---- .../post-build/channels/general-testing.yml | 143 ++++++++++++++++++ ...ation.yml => netcore-3-eng-validation.yml} | 6 +- ...{netcore-3-tools.yml => netcore-3-eng.yml} | 6 +- .../channels/netcore-blazor-31-features.yml | 143 ++++++++++++++++++ ...ools-latest.yml => netcore-eng-latest.yml} | 6 +- ...idation.yml => netcore-eng-validation.yml} | 6 +- .../channels/netcore-internal-30.yml | 1 + .../templates/post-build/common-variables.yml | 8 + .../templates/post-build/post-build.yml | 37 +++-- global.json | 2 +- 14 files changed, 595 insertions(+), 60 deletions(-) create mode 100644 eng/common/SetupNugetSources.ps1 create mode 100644 eng/common/SetupNugetSources.sh create mode 100644 eng/common/templates/post-build/channels/general-testing.yml rename eng/common/templates/post-build/channels/{netcore-3-tools-validation.yml => netcore-3-eng-validation.yml} (95%) rename eng/common/templates/post-build/channels/{netcore-3-tools.yml => netcore-3-eng.yml} (96%) create mode 100644 eng/common/templates/post-build/channels/netcore-blazor-31-features.yml rename eng/common/templates/post-build/channels/{netcore-tools-latest.yml => netcore-eng-latest.yml} (96%) rename eng/common/templates/post-build/channels/{netcore-tools-validation.yml => netcore-eng-validation.yml} (95%) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f426b7aae..375ed4e6e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - ec6a0344dd2b1237cd63b38281295ce1e4b71458 + b62f1617f2c453497fd55697c04dd8021a38dc17
diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 new file mode 100644 index 000000000..2cb40c294 --- /dev/null +++ b/eng/common/SetupNugetSources.ps1 @@ -0,0 +1,127 @@ +# This file is a temporary workaround for internal builds to be able to restore from private AzDO feeds. +# This file should be removed as part of this issue: https://github.com/dotnet/arcade/issues/4080 +# +# What the script does is iterate over all package sources in the pointed NuGet.config and add a credential entry +# under for each Maestro managed private feed. Two additional credential +# entries are also added for the two private static internal feeds: dotnet3-internal and dotnet3-internal-transport. +# +# This script needs to be called in every job that will restore packages and which the base repo has +# private AzDO feeds in the NuGet.config. +# +# See example YAML call for this script below. Note the use of the variable `$(dn-bot-dnceng-artifact-feeds-rw)` +# from the AzureDevOps-Artifact-Feeds-Pats variable group. +# +# - task: PowerShell@2 +# displayName: Setup Private Feeds Credentials +# condition: eq(variables['Agent.OS'], 'Windows_NT') +# inputs: +# filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1 +# arguments: -ConfigFile ${Env:BUILD_SOURCESDIRECTORY}/NuGet.config -Password $Env:Token +# env: +# Token: $(dn-bot-dnceng-artifact-feeds-rw) + +[CmdletBinding()] +param ( + [Parameter(Mandatory = $true)][string]$ConfigFile, + [Parameter(Mandatory = $true)][string]$Password +) + +$ErrorActionPreference = "Stop" +Set-StrictMode -Version 2.0 +[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 + +. $PSScriptRoot\tools.ps1 + +# Add source entry to PackageSources +function AddPackageSource($sources, $SourceName, $SourceEndPoint, $creds, $Username, $Password) { + $packageSource = $sources.SelectSingleNode("add[@key='$SourceName']") + + if ($packageSource -eq $null) + { + $packageSource = $doc.CreateElement("add") + $packageSource.SetAttribute("key", $SourceName) + $packageSource.SetAttribute("value", $SourceEndPoint) + $sources.AppendChild($packageSource) | Out-Null + } + else { + Write-Host "Package source $SourceName already present." + } + + AddCredential -Creds $creds -Source $SourceName -Username $Username -Password $Password +} + +# Add a credential node for the specified source +function AddCredential($creds, $source, $username, $password) { + # Looks for credential configuration for the given SourceName. Create it if none is found. + $sourceElement = $creds.SelectSingleNode($Source) + if ($sourceElement -eq $null) + { + $sourceElement = $doc.CreateElement($Source) + $creds.AppendChild($sourceElement) | Out-Null + } + + # Add the node to the credential if none is found. + $usernameElement = $sourceElement.SelectSingleNode("add[@key='Username']") + if ($usernameElement -eq $null) + { + $usernameElement = $doc.CreateElement("add") + $usernameElement.SetAttribute("key", "Username") + $sourceElement.AppendChild($usernameElement) | Out-Null + } + $usernameElement.SetAttribute("value", $Username) + + # Add the to the credential if none is found. + # Add it as a clear text because there is no support for encrypted ones in non-windows .Net SDKs. + # -> https://github.com/NuGet/Home/issues/5526 + $passwordElement = $sourceElement.SelectSingleNode("add[@key='ClearTextPassword']") + if ($passwordElement -eq $null) + { + $passwordElement = $doc.CreateElement("add") + $passwordElement.SetAttribute("key", "ClearTextPassword") + $sourceElement.AppendChild($passwordElement) | Out-Null + } + $passwordElement.SetAttribute("value", $Password) +} + +function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Password) { + $maestroPrivateSources = $Sources.SelectNodes("add[contains(@key,'darc-int')]") + + Write-Host "Inserting credentials for $($maestroPrivateSources.Count) Maestro's private feeds." + + ForEach ($PackageSource in $maestroPrivateSources) { + Write-Host "`tInserting credential for Maestro's feed:" $PackageSource.Key + AddCredential -Creds $creds -Source $PackageSource.Key -Username $Username -Password $Password + } +} + +if (!(Test-Path $ConfigFile -PathType Leaf)) { + Write-Host "Couldn't find the file NuGet config file: $ConfigFile" + ExitWithExitCode 1 +} + +# Load NuGet.config +$doc = New-Object System.Xml.XmlDocument +$filename = (Get-Item $ConfigFile).FullName +$doc.Load($filename) + +# Get reference to or create one if none exist already +$sources = $doc.DocumentElement.SelectSingleNode("packageSources") +if ($sources -eq $null) { + $sources = $doc.CreateElement("packageSources") + $doc.DocumentElement.AppendChild($sources) | Out-Null +} + +# Looks for a node. Create it if none is found. +$creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") +if ($creds -eq $null) { + $creds = $doc.CreateElement("packageSourceCredentials") + $doc.DocumentElement.AppendChild($creds) | Out-Null +} + +# Insert credential nodes for Maestro's private feeds +InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password + +AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password +AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + +$doc.Save($filename) diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh new file mode 100644 index 000000000..126452131 --- /dev/null +++ b/eng/common/SetupNugetSources.sh @@ -0,0 +1,117 @@ +#!/usr/bin/env bash + +# This file is a temporary workaround for internal builds to be able to restore from private AzDO feeds. +# This file should be removed as part of this issue: https://github.com/dotnet/arcade/issues/4080 +# +# What the script does is iterate over all package sources in the pointed NuGet.config and add a credential entry +# under for each Maestro's managed private feed. Two additional credential +# entries are also added for the two private static internal feeds: dotnet3-internal and dotnet3-internal-transport. +# +# This script needs to be called in every job that will restore packages and which the base repo has +# private AzDO feeds in the NuGet.config. +# +# See example YAML call for this script below. Note the use of the variable `$(dn-bot-dnceng-artifact-feeds-rw)` +# from the AzureDevOps-Artifact-Feeds-Pats variable group. +# +# - task: Bash@3 +# displayName: Setup Private Feeds Credentials +# inputs: +# filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh +# arguments: $BUILD_SOURCESDIRECTORY/NuGet.config $Token +# condition: ne(variables['Agent.OS'], 'Windows_NT') +# env: +# Token: $(dn-bot-dnceng-artifact-feeds-rw) + +ConfigFile=$1 +CredToken=$2 +NL='\n' +TB=' ' + +source="${BASH_SOURCE[0]}" + +# resolve $source until the file is no longer a symlink +while [[ -h "$source" ]]; do + scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" + source="$(readlink "$source")" + # if $source was a relative symlink, we need to resolve it relative to the path where the + # symlink file was located + [[ $source != /* ]] && source="$scriptroot/$source" +done +scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" + +. "$scriptroot/tools.sh" + +if [ ! -f "$ConfigFile" ]; then + echo "Couldn't find the file NuGet config file: $ConfigFile" + ExitWithExitCode 1 +fi + +if [[ `uname -s` == "Darwin" ]]; then + NL=$'\\\n' + TB='' +fi + +# Ensure there is a ... section. +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding ... section." + ConfigNodeHeader="" + PackageSourcesTemplate="${TB}${NL}${TB}" + + sed -i.bak "s|$ConfigNodeHeader|$ConfigNodeHeader${NL}$PackageSourcesTemplate|" NuGet.config +fi + +# Ensure there is a ... section. +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding ... section." + + PackageSourcesNodeFooter="" + PackageSourceCredentialsTemplate="${TB}${NL}${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourcesNodeFooter${NL}$PackageSourceCredentialsTemplate|" NuGet.config +fi + +# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding dotnet3-internal to the packageSources." + + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" NuGet.config +fi + +# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding dotnet3-internal-transport to the packageSources." + + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" NuGet.config +fi + +# I want things split line by line +PrevIFS=$IFS +IFS=$'\n' +PackageSources=$(grep -oh '"darc-int-[^"]*"' $ConfigFile | tr -d '"') +IFS=$PrevIFS + +PackageSources+=('dotnet3-internal') +PackageSources+=('dotnet3-internal-transport') + +for FeedName in ${PackageSources[@]} ; do + # Check if there is no existing credential for this FeedName + grep -i "<$FeedName>" $ConfigFile + if [ "$?" != "0" ]; then + echo "Adding credentials for $FeedName." + + PackageSourceCredentialsNodeFooter="" + NewCredential="${TB}${TB}<$FeedName>${NL}${NL}${NL}" + + sed -i.bak "s|$PackageSourceCredentialsNodeFooter|$NewCredential${NL}$PackageSourceCredentialsNodeFooter|" NuGet.config + fi +done diff --git a/eng/common/cross/toolchain.cmake b/eng/common/cross/toolchain.cmake index 071d41124..0eea7d1df 100644 --- a/eng/common/cross/toolchain.cmake +++ b/eng/common/cross/toolchain.cmake @@ -31,6 +31,10 @@ else() message(FATAL_ERROR "Arch is ${TARGET_ARCH_NAME}. Only armel, arm, arm64 and x86 are supported!") endif() +if(DEFINED ENV{TOOLCHAIN}) + set(TOOLCHAIN $ENV{TOOLCHAIN}) +endif() + # Specify include paths if(TARGET_ARCH_NAME STREQUAL "armel") if(DEFINED TIZEN_TOOLCHAIN) @@ -39,48 +43,25 @@ if(TARGET_ARCH_NAME STREQUAL "armel") endif() endif() -# add_compile_param - adds only new options without duplicates. -# arg0 - list with result options, arg1 - list with new options. -# arg2 - optional argument, quick summary string for optional using CACHE FORCE mode. -macro(add_compile_param) - if(NOT ${ARGC} MATCHES "^(2|3)$") - message(FATAL_ERROR "Wrong using add_compile_param! Two or three parameters must be given! See add_compile_param description.") - endif() - foreach(OPTION ${ARGV1}) - if(NOT ${ARGV0} MATCHES "${OPTION}($| )") - set(${ARGV0} "${${ARGV0}} ${OPTION}") - if(${ARGC} EQUAL "3") # CACHE FORCE mode - set(${ARGV0} "${${ARGV0}}" CACHE STRING "${ARGV2}" FORCE) - endif() - endif() - endforeach() -endmacro() +set(CMAKE_SYSROOT "${CROSS_ROOTFS}") +set(CMAKE_C_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") +set(CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") +set(CMAKE_ASM_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") # Specify link flags -add_compile_param(CROSS_LINK_FLAGS "--sysroot=${CROSS_ROOTFS}") -add_compile_param(CROSS_LINK_FLAGS "--gcc-toolchain=${CROSS_ROOTFS}/usr") -add_compile_param(CROSS_LINK_FLAGS "--target=${TOOLCHAIN}") -add_compile_param(CROSS_LINK_FLAGS "-fuse-ld=gold") if(TARGET_ARCH_NAME STREQUAL "armel") if(DEFINED TIZEN_TOOLCHAIN) # For Tizen only - add_compile_param(CROSS_LINK_FLAGS "-B${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}") - add_compile_param(CROSS_LINK_FLAGS "-L${CROSS_ROOTFS}/lib") - add_compile_param(CROSS_LINK_FLAGS "-L${CROSS_ROOTFS}/usr/lib") - add_compile_param(CROSS_LINK_FLAGS "-L${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}") + add_link_options("-B${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}") + add_link_options("-L${CROSS_ROOTFS}/lib") + add_link_options("-L${CROSS_ROOTFS}/usr/lib") + add_link_options("-L${CROSS_ROOTFS}/usr/lib/gcc/${TIZEN_TOOLCHAIN}") endif() elseif(TARGET_ARCH_NAME STREQUAL "x86") - add_compile_param(CROSS_LINK_FLAGS "-m32") + add_link_options(-m32) endif() -add_compile_param(CMAKE_EXE_LINKER_FLAGS "${CROSS_LINK_FLAGS}" "TOOLCHAIN_EXE_LINKER_FLAGS") -add_compile_param(CMAKE_SHARED_LINKER_FLAGS "${CROSS_LINK_FLAGS}" "TOOLCHAIN_EXE_LINKER_FLAGS") -add_compile_param(CMAKE_MODULE_LINKER_FLAGS "${CROSS_LINK_FLAGS}" "TOOLCHAIN_EXE_LINKER_FLAGS") - # Specify compile options -add_compile_options("--sysroot=${CROSS_ROOTFS}") -add_compile_options("--target=${TOOLCHAIN}") -add_compile_options("--gcc-toolchain=${CROSS_ROOTFS}/usr") if(TARGET_ARCH_NAME MATCHES "^(arm|armel|arm64)$") set(CMAKE_C_COMPILER_TARGET ${TOOLCHAIN}) @@ -103,7 +84,7 @@ elseif(TARGET_ARCH_NAME STREQUAL "x86") add_compile_options(-Wno-error=unused-command-line-argument) endif() -# Set LLDB include and library paths +# Set LLDB include and library paths for builds that need lldb. if(TARGET_ARCH_NAME MATCHES "^(arm|armel|x86)$") if(TARGET_ARCH_NAME STREQUAL "x86") set(LLVM_CROSS_DIR "$ENV{LLVM_CROSS_HOME}") @@ -131,7 +112,7 @@ if(TARGET_ARCH_NAME MATCHES "^(arm|armel|x86)$") endif() endif() -set(CMAKE_FIND_ROOT_PATH "${CROSS_ROOTFS}") + set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) diff --git a/eng/common/templates/post-build/channels/general-testing.yml b/eng/common/templates/post-build/channels/general-testing.yml new file mode 100644 index 000000000..229e80a88 --- /dev/null +++ b/eng/common/templates/post-build/channels/general-testing.yml @@ -0,0 +1,143 @@ +parameters: + artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate + publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' + +stages: +- stage: General_Testing_Publish + dependsOn: ${{ parameters.dependsOn }} + variables: + - template: ../common-variables.yml + displayName: General Testing Publishing + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.GeneralTesting_Channel_Id)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true + + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' + /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} + + - job: publish_assets + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.GeneralTesting_Channel_Id)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + + - task: PowerShell@2 + displayName: Publish Assets + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + ${{ parameters.artifactsPublishingAdditionalParameters }} + + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.GeneralTesting_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-3-eng-validation.yml similarity index 95% rename from eng/common/templates/post-build/channels/netcore-3-tools-validation.yml rename to eng/common/templates/post-build/channels/netcore-3-eng-validation.yml index 9c452797b..47f7a445b 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-3-eng-validation.yml @@ -83,11 +83,11 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/eng/common/templates/post-build/channels/netcore-3-tools.yml b/eng/common/templates/post-build/channels/netcore-3-eng.yml similarity index 96% rename from eng/common/templates/post-build/channels/netcore-3-tools.yml rename to eng/common/templates/post-build/channels/netcore-3-eng.yml index 374eb50af..a8ef4435d 100644 --- a/eng/common/templates/post-build/channels/netcore-3-tools.yml +++ b/eng/common/templates/post-build/channels/netcore-3-eng.yml @@ -130,11 +130,11 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml b/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml new file mode 100644 index 000000000..8be0506ff --- /dev/null +++ b/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml @@ -0,0 +1,143 @@ +parameters: + artifactsPublishingAdditionalParameters: '' + dependsOn: + - Validate + publishInstallersAndChecksums: false + symbolPublishingAdditionalParameters: '' + +stages: +- stage: NetCore_Blazor31_Features_Publish + dependsOn: ${{ parameters.dependsOn }} + variables: + - template: ../common-variables.yml + displayName: .NET Core 3.1 Blazor Features Publishing + jobs: + - template: ../setup-maestro-vars.yml + + - job: + displayName: Symbol Publishing + dependsOn: setupMaestroVars + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features)) + variables: + - group: DotNet-Symbol-Server-Pats + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + artifactName: 'BlobArtifacts' + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download PDB Artifacts + inputs: + artifactName: 'PDBArtifacts' + continueOnError: true + + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + + - task: PowerShell@2 + displayName: Publish + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet + /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) + /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) + /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' + /p:Configuration=Release + ${{ parameters.symbolPublishingAdditionalParameters }} + + - job: publish_assets + displayName: Publish Assets + dependsOn: setupMaestroVars + variables: + - name: BARBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] + - name: IsStableBuild + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features)) + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: current + artifactName: PackageArtifacts + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: current + artifactName: BlobArtifacts + continueOnError: true + + - task: DownloadBuildArtifacts@0 + displayName: Download Asset Manifests + inputs: + buildType: current + artifactName: AssetManifests + + - task: NuGetToolInstaller@1 + displayName: 'Install NuGet.exe' + + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + + - task: PowerShell@2 + displayName: Publish Assets + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet + /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:IsStableBuild=$(IsStableBuild) + /p:IsInternalBuild=$(IsInternalBuild) + /p:RepositoryName=$(Build.Repository.Name) + /p:CommitSha=$(Build.SourceVersion) + /p:NugetPath=$(NuGetExeToolPath) + /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' + /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' + /p:BARBuildId=$(BARBuildId) + /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' + /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' + /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' + /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' + /p:Configuration=Release + /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} + /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) + /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) + /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) + /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + ${{ parameters.artifactsPublishingAdditionalParameters }} + + - template: ../../steps/promote-build.yml + parameters: + ChannelId: ${{ variables.NetCore_31_Blazor_Features }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-latest.yml b/eng/common/templates/post-build/channels/netcore-eng-latest.yml similarity index 96% rename from eng/common/templates/post-build/channels/netcore-tools-latest.yml rename to eng/common/templates/post-build/channels/netcore-eng-latest.yml index b66b68195..9954fae98 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-latest.yml +++ b/eng/common/templates/post-build/channels/netcore-eng-latest.yml @@ -130,11 +130,11 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/eng/common/templates/post-build/channels/netcore-tools-validation.yml b/eng/common/templates/post-build/channels/netcore-eng-validation.yml similarity index 95% rename from eng/common/templates/post-build/channels/netcore-tools-validation.yml rename to eng/common/templates/post-build/channels/netcore-eng-validation.yml index ed80ff29d..36991ed02 100644 --- a/eng/common/templates/post-build/channels/netcore-tools-validation.yml +++ b/eng/common/templates/post-build/channels/netcore-eng-validation.yml @@ -85,11 +85,11 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/netcore-internal-30.yml index 216931d70..b0b39c8b6 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/netcore-internal-30.yml @@ -2,6 +2,7 @@ parameters: artifactsPublishingAdditionalParameters: '' dependsOn: - Validate + publishInstallersAndChecksums: false symbolPublishingAdditionalParameters: '' stages: diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 77056df67..a9f116d87 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -41,6 +41,14 @@ variables: - name: PublicRelease_31_Channel_Id value: 129 + # General Testing + - name: GeneralTesting_Channel_Id + value: 529 + + # .NET Core 3.1 Blazor Features + - name: NetCore_31_Blazor_Features + value: 531 + # Whether the build is internal or not - name: IsInternalBuild value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 3a5686082..f5755590c 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -117,7 +117,8 @@ stages: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + - template: \eng\common\templates\post-build\channels\netcore-dev-31.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} @@ -125,27 +126,26 @@ stages: publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} -- template: \eng\common\templates\post-build\channels\netcore-tools-latest.yml +- template: \eng\common\templates\post-build\channels\netcore-eng-latest.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} -- template: \eng\common\templates\post-build\channels\netcore-tools-validation.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - -- template: \eng\common\templates\post-build\channels\netcore-3-tools-validation.yml +- template: \eng\common\templates\post-build\channels\netcore-eng-validation.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} -- template: \eng\common\templates\post-build\channels\netcore-3-tools.yml +- template: \eng\common\templates\post-build\channels\netcore-3-eng-validation.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + +- template: \eng\common\templates\post-build\channels\netcore-3-eng.yml parameters: dependsOn: ${{ parameters.publishDependsOn }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} @@ -166,8 +166,23 @@ stages: publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} +- template: \eng\common\templates\post-build\channels\netcore-blazor-31-features.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + - template: \eng\common\templates\post-build\channels\netcore-internal-30.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + +- template: \eng\common\templates\post-build\channels\general-testing.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} diff --git a/global.json b/global.json index 14b2e9672..a32f8f4ec 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19554.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19557.20" } } From 51226383c669ceb36859265fcbe25b2607a69d2b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 00:16:35 +0000 Subject: [PATCH 1030/2259] [master] Update dependencies from dotnet/windowsdesktop (#5574) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.9 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.9 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191106.11 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19556.11 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19556.11 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19556.11 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.5 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.6 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.7 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.7 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191107.8 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19557.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19557.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19557.8 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.2 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 375ed4e6e..8a62f3349 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 92985ed7280493977c668ec29cca751fcf459b4e + 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba - + https://github.com/dotnet/windowsdesktop - 92985ed7280493977c668ec29cca751fcf459b4e + 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba - + https://github.com/dotnet/windowsdesktop - 92985ed7280493977c668ec29cca751fcf459b4e + 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c156ab87f..19e6850af 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19556.8 - 5.0.0-alpha.1.19556.8 - 5.0.0-alpha.1.19556.8 + 5.0.0-alpha.1.19558.5 + 5.0.0-alpha.1.19558.5 + 5.0.0-alpha.1.19558.5 From befdd3588e88f4167e3a2f7a2f4dfa2551d022d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 00:50:50 +0000 Subject: [PATCH 1031/2259] [master] Update dependencies from dotnet/core-setup (#5561) * Update dependencies from https://github.com/dotnet/core-setup build 20191105.8 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19555.8 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19555.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19555.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19555.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19555.8 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19555.5 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191108.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19558.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19558.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19558.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19558.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19556.7 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/core-setup build 20191108.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19558.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19558.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19558.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19558.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19556.7 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8a62f3349..19ac36e97 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba - + https://github.com/dotnet/core-setup - 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 + 912ae187d62b19a2a8dba3390267c910651a0f86 - + https://github.com/dotnet/core-setup - 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 + 912ae187d62b19a2a8dba3390267c910651a0f86 - + https://github.com/dotnet/core-setup - 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 + 912ae187d62b19a2a8dba3390267c910651a0f86 - + https://github.com/dotnet/core-setup - 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 + 912ae187d62b19a2a8dba3390267c910651a0f86 - + https://github.com/dotnet/core-setup - 3abe982e79a6943a11a6f42c0dbc8e01b72d47b9 + 912ae187d62b19a2a8dba3390267c910651a0f86 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 38dee8059b096aecfa7e3e4c99d7795c700ff3ca + 475778fa982064e26a8b3a5d7545112f6586ac61 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 19e6850af..b6cf35270 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19555.1 + 5.0.0-alpha.1.19556.7 - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 - 5.0.0-alpha.1.19555.5 + 5.0.0-alpha.1.19558.2 + 5.0.0-alpha.1.19558.2 + 5.0.0-alpha.1.19558.2 + 5.0.0-alpha.1.19558.2 + 5.0.0-alpha.1.19558.2 2.1.0 From 00fc478f4cf3892df054eeb1a140d7fa8b39bedb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 01:25:30 +0000 Subject: [PATCH 1032/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.6 (#5588) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19ac36e97..8fcf9daea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba + 5ab0bf9aa1d989673922e397629651125d9a2b7e - + https://github.com/dotnet/windowsdesktop - 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba + 5ab0bf9aa1d989673922e397629651125d9a2b7e - + https://github.com/dotnet/windowsdesktop - 4af95206b1c5749f2bfab4c1f8fcc6a79bfd3eba + 5ab0bf9aa1d989673922e397629651125d9a2b7e https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b6cf35270..8f7a18f75 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19558.5 - 5.0.0-alpha.1.19558.5 - 5.0.0-alpha.1.19558.5 + 5.0.0-alpha.1.19558.6 + 5.0.0-alpha.1.19558.6 + 5.0.0-alpha.1.19558.6 From 107cf4af77670d4f1bacaafd8cc9557fe7ad17a4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2019 19:21:57 -0800 Subject: [PATCH 1033/2259] [master] Update dependencies from dotnet/toolset (#5583) * Update dependencies from https://github.com/dotnet/toolset build 20191108.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191108.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191108.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19558.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191108.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19558.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Remove unnecessary direct dependency to avoid downgrade --- eng/TestVersions.props | 1 - eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- test/EndToEnd/EndToEnd.Tests.csproj | 5 ----- .../Microsoft.DotNet.Tools.Tests.Utilities.csproj | 1 - 5 files changed, 9 insertions(+), 16 deletions(-) diff --git a/eng/TestVersions.props b/eng/TestVersions.props index 4942dec93..915406932 100644 --- a/eng/TestVersions.props +++ b/eng/TestVersions.props @@ -4,7 +4,6 @@ $(MicrosoftDotnetToolsetInternalPackageVersion) 0.1.1 15.8.0 - 3.0.0 1.3.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fcf9daea..0bdbe881c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 138e01b066c29d77f1493fcfa5adce82a310e5fd + d7ad22f87aa61912172e861f55679dbeebd2493f - + https://github.com/dotnet/toolset - b5059ac44d30c60e920aa84f628d21f3c549e3b8 + 2de2b164ff407352e976264a364a5efd0578fe88 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - b5059ac44d30c60e920aa84f628d21f3c549e3b8 + 2de2b164ff407352e976264a364a5efd0578fe88 diff --git a/eng/Versions.props b/eng/Versions.props index 8f7a18f75..aed61221d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19556.5 + 5.0.100-alpha.1.19558.6 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19554.1 + 5.0.0-alpha1.19558.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19556.5 + 5.0.100-alpha.1.19558.6 0.2.0 diff --git a/test/EndToEnd/EndToEnd.Tests.csproj b/test/EndToEnd/EndToEnd.Tests.csproj index f6a90b401..19303cea7 100644 --- a/test/EndToEnd/EndToEnd.Tests.csproj +++ b/test/EndToEnd/EndToEnd.Tests.csproj @@ -7,11 +7,6 @@ - - - - - diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj index 785b8aae3..5967198be 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/Microsoft.DotNet.Tools.Tests.Utilities.csproj @@ -6,7 +6,6 @@ - \ No newline at end of file From e566c45eda5968b004c1b2227cea02d1545d3334 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Fri, 8 Nov 2019 19:22:43 -0800 Subject: [PATCH 1034/2259] Move dotnet-tools -> dotnet-eng (#5580) The dotnet-tools feed is being moved to dotnet-eng so that dotnet-tools can be used for actual tools. https://github.com/dotnet/arcade/issues/4197 --- NuGet.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NuGet.config b/NuGet.config index e82be11a9..a8b3a2d1f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,7 +9,7 @@ - + From 3ea1293bac2930dc75c54744ad7db0942390f934 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 03:56:21 +0000 Subject: [PATCH 1035/2259] Update dependencies from https://github.com/dotnet/toolset build 20191108.8 (#5590) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19558.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19558.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19558.8 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0bdbe881c..02115faba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - d7ad22f87aa61912172e861f55679dbeebd2493f + 976a357e9d00f9eaf70c8ae5ff2b3b5e6ecec7e9 - + https://github.com/dotnet/toolset - 2de2b164ff407352e976264a364a5efd0578fe88 + 2fcc637bb3d2ece0715b10aec24e1e6ad5e6bbf0 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 2de2b164ff407352e976264a364a5efd0578fe88 + 2fcc637bb3d2ece0715b10aec24e1e6ad5e6bbf0 diff --git a/eng/Versions.props b/eng/Versions.props index aed61221d..ed1db5f3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19558.6 + 5.0.100-alpha.1.19558.8 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19558.1 + 5.0.0-alpha1.19558.2 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19558.6 + 5.0.100-alpha.1.19558.8 0.2.0 From e715cac11fd503ed072a0d8a2c342cf05876196a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 07:15:32 +0000 Subject: [PATCH 1036/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191108.9 (#5591) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19558.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19558.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 02115faba..e083e6eeb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5ab0bf9aa1d989673922e397629651125d9a2b7e + 53fa413a956b713a2567e6f986f0c0e46b623f52 - + https://github.com/dotnet/windowsdesktop - 5ab0bf9aa1d989673922e397629651125d9a2b7e + 53fa413a956b713a2567e6f986f0c0e46b623f52 - + https://github.com/dotnet/windowsdesktop - 5ab0bf9aa1d989673922e397629651125d9a2b7e + 53fa413a956b713a2567e6f986f0c0e46b623f52 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index ed1db5f3e..2c59983a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19558.6 - 5.0.0-alpha.1.19558.6 - 5.0.0-alpha.1.19558.6 + 5.0.0-alpha.1.19558.9 + 5.0.0-alpha.1.19558.9 + 5.0.0-alpha.1.19558.9 From 6a3b149dabe985b9c6a4fd3fa462a08bdb3b9719 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 10:20:32 +0000 Subject: [PATCH 1037/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.1 (#5592) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e083e6eeb..5feec308a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 53fa413a956b713a2567e6f986f0c0e46b623f52 + 130770f6563f8b80d728b4d8e07f307628cdfb2a - + https://github.com/dotnet/windowsdesktop - 53fa413a956b713a2567e6f986f0c0e46b623f52 + 130770f6563f8b80d728b4d8e07f307628cdfb2a - + https://github.com/dotnet/windowsdesktop - 53fa413a956b713a2567e6f986f0c0e46b623f52 + 130770f6563f8b80d728b4d8e07f307628cdfb2a https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2c59983a4..c7ce7d6b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19558.9 - 5.0.0-alpha.1.19558.9 - 5.0.0-alpha.1.19558.9 + 5.0.0-alpha.1.19559.1 + 5.0.0-alpha.1.19559.1 + 5.0.0-alpha.1.19559.1 From 60464483605e185d61037673b49c9f21370d83e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 12:40:34 +0000 Subject: [PATCH 1038/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.2 (#5593) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5feec308a..992ba1c58 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 130770f6563f8b80d728b4d8e07f307628cdfb2a + 646bd23b14c2b15c9ca0ce4279470c58264a287c - + https://github.com/dotnet/windowsdesktop - 130770f6563f8b80d728b4d8e07f307628cdfb2a + 646bd23b14c2b15c9ca0ce4279470c58264a287c - + https://github.com/dotnet/windowsdesktop - 130770f6563f8b80d728b4d8e07f307628cdfb2a + 646bd23b14c2b15c9ca0ce4279470c58264a287c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index c7ce7d6b3..ef2272efe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.1 - 5.0.0-alpha.1.19559.1 - 5.0.0-alpha.1.19559.1 + 5.0.0-alpha.1.19559.2 + 5.0.0-alpha.1.19559.2 + 5.0.0-alpha.1.19559.2 From de6704cbc07e6030626a6563508caf38b3c14e71 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 13:42:32 +0000 Subject: [PATCH 1039/2259] Update dependencies from https://github.com/dotnet/arcade build 20191108.11 (#5594) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19558.11 --- eng/Version.Details.xml | 4 +-- eng/common/templates/job/execute-sdl.yml | 28 ++++++++++++++----- .../channels/netcore-blazor-31-features.yml | 6 ++-- .../templates/post-build/common-variables.yml | 2 +- .../templates/post-build/post-build.yml | 2 ++ global.json | 2 +- 6 files changed, 30 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 992ba1c58..d3b19282e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - b62f1617f2c453497fd55697c04dd8021a38dc17 + be7971c98d4ad60cdf8c3d1aa41f950f42bd466a diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index 9a00430d6..2973bcaf3 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -6,6 +6,11 @@ parameters: # This can also be remedied by the caller (post-build.yml) if it does not use a nested parameter sdlContinueOnError: false # optional: determines whether to continue the build if the step errors; dependsOn: '' # Optional: dependencies of the job + artifactNames: '' # Optional: patterns supplied to DownloadBuildArtifacts + # Usage: + # artifactNames: + # - 'BlobArtifacts' + # - 'Artifacts_Windows_NT_Release' jobs: - job: Run_SDL @@ -18,13 +23,22 @@ jobs: steps: - checkout: self clean: true - - task: DownloadBuildArtifacts@0 - displayName: Download Build Artifacts - inputs: - buildType: current - downloadType: specific files - matchingPattern: "**" - downloadPath: $(Build.ArtifactStagingDirectory)\artifacts + - ${{ if ne(parameters.artifactNames, '') }}: + - ${{ each artifactName in parameters.artifactNames }}: + - task: DownloadBuildArtifacts@0 + displayName: Download Build Artifacts + inputs: + buildType: current + artifactName: ${{ artifactName }} + downloadPath: $(Build.ArtifactStagingDirectory)\artifacts + - ${{ if eq(parameters.artifactNames, '') }}: + - task: DownloadBuildArtifacts@0 + displayName: Download Build Artifacts + inputs: + buildType: current + downloadType: specific files + itemPattern: "**" + downloadPath: $(Build.ArtifactStagingDirectory)\artifacts - powershell: eng/common/sdl/extract-artifact-packages.ps1 -InputPath $(Build.ArtifactStagingDirectory)\artifacts\BlobArtifacts -ExtractPath $(Build.ArtifactStagingDirectory)\artifacts\BlobArtifacts diff --git a/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml b/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml index 8be0506ff..297b541f9 100644 --- a/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml +++ b/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml @@ -17,7 +17,7 @@ stages: - job: displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features_Channel_Id)) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -68,7 +68,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features_Channel_Id)) pool: vmImage: 'windows-2019' steps: @@ -140,4 +140,4 @@ stages: - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.NetCore_31_Blazor_Features }} + ChannelId: ${{ variables.NetCore_31_Blazor_Features_Channel_Id }} diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index a9f116d87..0a2c40c10 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -46,7 +46,7 @@ variables: value: 529 # .NET Core 3.1 Blazor Features - - name: NetCore_31_Blazor_Features + - name: NetCore_31_Blazor_Features_Channel_Id value: 531 # Whether the build is internal or not diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index f5755590c..69286f51f 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -8,6 +8,7 @@ parameters: enable: false continueOnError: false params: '' + artifactNames: '' # These parameters let the user customize the call to sdk-task.ps1 for publishing # symbols & general artifacts as well as for signing validation @@ -111,6 +112,7 @@ stages: parameters: additionalParameters: ${{ parameters.SDLValidationParameters.params }} continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} + artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }} - template: \eng\common\templates\post-build\channels\netcore-dev-5.yml parameters: diff --git a/global.json b/global.json index a32f8f4ec..dfd23ed15 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19557.20" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19558.11" } } From f70cd180bd768aa9f1ea18942873e045154b03ab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 15:46:54 +0000 Subject: [PATCH 1040/2259] Update dependencies from https://github.com/dotnet/toolset build 20191109.1 (#5595) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19559.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19559.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d3b19282e..e9c0986f8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 976a357e9d00f9eaf70c8ae5ff2b3b5e6ecec7e9
- + https://github.com/dotnet/toolset - 2fcc637bb3d2ece0715b10aec24e1e6ad5e6bbf0 + 9598e492dc826dabc71d3d8a12907ec34e8c8e68 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 2fcc637bb3d2ece0715b10aec24e1e6ad5e6bbf0 + 9598e492dc826dabc71d3d8a12907ec34e8c8e68 diff --git a/eng/Versions.props b/eng/Versions.props index ef2272efe..39cdab599 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19558.8 + 5.0.100-alpha.1.19559.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19558.8 + 5.0.100-alpha.1.19559.1 0.2.0 From 50b4065e633d31dced5286ea3c2fe3a1bbe1b110 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 16:25:03 +0000 Subject: [PATCH 1041/2259] [master] Update dependencies from dotnet/toolset (#5597) * Update dependencies from https://github.com/dotnet/toolset build 20191109.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19559.3 * Update dependencies from https://github.com/dotnet/toolset build 20191109.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19559.4 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19559.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9c0986f8..737e383d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 976a357e9d00f9eaf70c8ae5ff2b3b5e6ecec7e9 - + https://github.com/dotnet/toolset - 9598e492dc826dabc71d3d8a12907ec34e8c8e68 + 8a7233911d89cf46ba01ceda8829b2efa7d58c54 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 9598e492dc826dabc71d3d8a12907ec34e8c8e68 + 8a7233911d89cf46ba01ceda8829b2efa7d58c54 diff --git a/eng/Versions.props b/eng/Versions.props index 39cdab599..d2a310a32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19559.1 + 5.0.100-alpha.1.19559.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19559.1 + 5.0.100-alpha.1.19559.4 0.2.0 From 119cc136273419a77d029fc5348e9974685cd1bc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 20:28:11 +0000 Subject: [PATCH 1042/2259] [master] Update dependencies from dotnet/core-setup (#5589) * Update dependencies from https://github.com/dotnet/core-setup build 20191108.5 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19558.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19558.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19558.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19558.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.5 * Update dependencies from https://github.com/dotnet/core-setup build 20191108.7 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19558.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19558.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19558.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19558.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19558.7 * Update dependencies from https://github.com/dotnet/core-setup build 20191109.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19559.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19559.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19559.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19559.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.3 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 737e383d6..829ca59ea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 646bd23b14c2b15c9ca0ce4279470c58264a287c - + https://github.com/dotnet/core-setup - 912ae187d62b19a2a8dba3390267c910651a0f86 + a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b - + https://github.com/dotnet/core-setup - 912ae187d62b19a2a8dba3390267c910651a0f86 + a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b - + https://github.com/dotnet/core-setup - 912ae187d62b19a2a8dba3390267c910651a0f86 + a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b - + https://github.com/dotnet/core-setup - 912ae187d62b19a2a8dba3390267c910651a0f86 + a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b - + https://github.com/dotnet/core-setup - 912ae187d62b19a2a8dba3390267c910651a0f86 + a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b diff --git a/eng/Versions.props b/eng/Versions.props index d2a310a32..6b6bf14c8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19558.2 - 5.0.0-alpha.1.19558.2 - 5.0.0-alpha.1.19558.2 - 5.0.0-alpha.1.19558.2 - 5.0.0-alpha.1.19558.2 + 5.0.0-alpha.1.19559.3 + 5.0.0-alpha.1.19559.3 + 5.0.0-alpha.1.19559.3 + 5.0.0-alpha.1.19559.3 + 5.0.0-alpha.1.19559.3 2.1.0 From aa7dc844d1e9928b6b5831bdb529b1ffb527b2b7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 21:02:33 +0000 Subject: [PATCH 1043/2259] [master] Update dependencies from dotnet/windowsdesktop (#5596) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.3 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 829ca59ea..82a7dac00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 646bd23b14c2b15c9ca0ce4279470c58264a287c + 6d7335f8bac273cc60e14e5741a7380c01b51cbf - + https://github.com/dotnet/windowsdesktop - 646bd23b14c2b15c9ca0ce4279470c58264a287c + 6d7335f8bac273cc60e14e5741a7380c01b51cbf - + https://github.com/dotnet/windowsdesktop - 646bd23b14c2b15c9ca0ce4279470c58264a287c + 6d7335f8bac273cc60e14e5741a7380c01b51cbf https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 6b6bf14c8..14d86a7c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.2 - 5.0.0-alpha.1.19559.2 - 5.0.0-alpha.1.19559.2 + 5.0.0-alpha.1.19559.6 + 5.0.0-alpha.1.19559.6 + 5.0.0-alpha.1.19559.6 From 9bb1288048d384f93a820611c31d7d915b889329 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 23:05:33 +0000 Subject: [PATCH 1044/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.7 (#5599) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 82a7dac00..a71cfc0b5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6d7335f8bac273cc60e14e5741a7380c01b51cbf + c496640bbb410ddc75c2bfbd850d11ee9c38cd8c - + https://github.com/dotnet/windowsdesktop - 6d7335f8bac273cc60e14e5741a7380c01b51cbf + c496640bbb410ddc75c2bfbd850d11ee9c38cd8c - + https://github.com/dotnet/windowsdesktop - 6d7335f8bac273cc60e14e5741a7380c01b51cbf + c496640bbb410ddc75c2bfbd850d11ee9c38cd8c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 14d86a7c7..b0aa149a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.6 - 5.0.0-alpha.1.19559.6 - 5.0.0-alpha.1.19559.6 + 5.0.0-alpha.1.19559.7 + 5.0.0-alpha.1.19559.7 + 5.0.0-alpha.1.19559.7 From a1bf943c673a42ff1ae8e79bb080d5cb3b20ad1e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 9 Nov 2019 23:50:38 +0000 Subject: [PATCH 1045/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.8 (#5600) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.8 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a71cfc0b5..d6d44e231 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c496640bbb410ddc75c2bfbd850d11ee9c38cd8c + 5d0348c8e863993c760a6361962dab0117842810 - + https://github.com/dotnet/windowsdesktop - c496640bbb410ddc75c2bfbd850d11ee9c38cd8c + 5d0348c8e863993c760a6361962dab0117842810 - + https://github.com/dotnet/windowsdesktop - c496640bbb410ddc75c2bfbd850d11ee9c38cd8c + 5d0348c8e863993c760a6361962dab0117842810 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b0aa149a4..b8079b808 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.7 - 5.0.0-alpha.1.19559.7 - 5.0.0-alpha.1.19559.7 + 5.0.0-alpha.1.19559.8 + 5.0.0-alpha.1.19559.8 + 5.0.0-alpha.1.19559.8 From a9ff2daee6794a03e9a49e82787b015b45f55a28 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 01:10:31 +0000 Subject: [PATCH 1046/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191109.9 (#5601) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19559.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19559.9 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d6d44e231..6fa5d144f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5d0348c8e863993c760a6361962dab0117842810 + b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 - + https://github.com/dotnet/windowsdesktop - 5d0348c8e863993c760a6361962dab0117842810 + b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 - + https://github.com/dotnet/windowsdesktop - 5d0348c8e863993c760a6361962dab0117842810 + b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b8079b808..1b960942b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.8 - 5.0.0-alpha.1.19559.8 - 5.0.0-alpha.1.19559.8 + 5.0.0-alpha.1.19559.9 + 5.0.0-alpha.1.19559.9 + 5.0.0-alpha.1.19559.9 From 224cb4ed44fb9a55af8821ee2ca97ba7a80e1db7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 04:50:37 +0000 Subject: [PATCH 1047/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191109.2 (#5603) - dotnet-user-secrets - 5.0.0-alpha1.19559.2 - dotnet-watch - 5.0.0-alpha1.19559.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19559.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19559.2 - dotnet-dev-certs - 5.0.0-alpha1.19559.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19559.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6fa5d144f..184afa5df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 475778fa982064e26a8b3a5d7545112f6586ac61 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 - + https://github.com/aspnet/AspNetCore - d4f7a199c7616a6e2c3374c33587d65d83882904 + 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 1b960942b..c5110d3dd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19555.3 - 5.0.0-alpha1.19555.3 - 5.0.0-alpha1.19555.3 - 5.0.0-alpha1.19555.3 - 5.0.0-alpha1.19555.3 - 5.0.0-alpha1.19555.3 + 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19559.2 From 175866873402fa4bfb3bf31e3bc63d10970fc7d2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 06:01:14 +0000 Subject: [PATCH 1048/2259] [master] Update dependencies from dotnet/toolset (#5598) * Update dependencies from https://github.com/dotnet/toolset build 20191109.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19559.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19559.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19559.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191109.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19559.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19559.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19559.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 184afa5df..808275a9a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 976a357e9d00f9eaf70c8ae5ff2b3b5e6ecec7e9 + 539753fa6913246cd958816e54bb5af610c328a8 - + https://github.com/dotnet/toolset - 8a7233911d89cf46ba01ceda8829b2efa7d58c54 + 999ea6a34d5cb383922784edbf081a99af2fb7b2 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 8a7233911d89cf46ba01ceda8829b2efa7d58c54 + 999ea6a34d5cb383922784edbf081a99af2fb7b2 diff --git a/eng/Versions.props b/eng/Versions.props index c5110d3dd..a75d61051 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19559.4 + 5.0.100-alpha.1.19559.6 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19558.2 + 5.0.0-alpha1.19559.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19559.4 + 5.0.100-alpha.1.19559.6 0.2.0 From d388403f872dcfec49d021d59e458c80ab908a17 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 09:45:32 +0000 Subject: [PATCH 1049/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191110.1 (#5604) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19560.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19560.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19560.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 808275a9a..7ea4032a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 + fcbf59d259ba8094fd1d72de430fba3e7c93a852 - + https://github.com/dotnet/windowsdesktop - b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 + fcbf59d259ba8094fd1d72de430fba3e7c93a852 - + https://github.com/dotnet/windowsdesktop - b0e1c0ae383a3a892c5916c9d244ffbf9bba1d48 + fcbf59d259ba8094fd1d72de430fba3e7c93a852 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index a75d61051..3fbdbcd0b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19559.9 - 5.0.0-alpha.1.19559.9 - 5.0.0-alpha.1.19559.9 + 5.0.0-alpha.1.19560.1 + 5.0.0-alpha.1.19560.1 + 5.0.0-alpha.1.19560.1 From 63ff1018d3d873668a4492788fba5d8998063aff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 15:00:35 +0000 Subject: [PATCH 1050/2259] Update dependencies from https://github.com/dotnet/toolset build 20191110.1 (#5605) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19560.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19560.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ea4032a1..2e1d489e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 539753fa6913246cd958816e54bb5af610c328a8 - + https://github.com/dotnet/toolset - 999ea6a34d5cb383922784edbf081a99af2fb7b2 + 451af1d1468fb1caf5eb7aa21a1eb87d3464ca40 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 999ea6a34d5cb383922784edbf081a99af2fb7b2 + 451af1d1468fb1caf5eb7aa21a1eb87d3464ca40 diff --git a/eng/Versions.props b/eng/Versions.props index 3fbdbcd0b..db7552fae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19559.6 + 5.0.100-alpha.1.19560.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19559.6 + 5.0.100-alpha.1.19560.1 0.2.0 From d1088adad21c60737100279eef18ed4dc322409a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2019 19:35:32 +0000 Subject: [PATCH 1051/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191110.2 (#5606) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19560.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19560.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19560.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e1d489e6..8298a5d9d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fcbf59d259ba8094fd1d72de430fba3e7c93a852 + c5948e9386e6eab900d51a9073e9a88882eec836 - + https://github.com/dotnet/windowsdesktop - fcbf59d259ba8094fd1d72de430fba3e7c93a852 + c5948e9386e6eab900d51a9073e9a88882eec836 - + https://github.com/dotnet/windowsdesktop - fcbf59d259ba8094fd1d72de430fba3e7c93a852 + c5948e9386e6eab900d51a9073e9a88882eec836 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index db7552fae..d06e92be6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19560.1 - 5.0.0-alpha.1.19560.1 - 5.0.0-alpha.1.19560.1 + 5.0.0-alpha.1.19560.2 + 5.0.0-alpha.1.19560.2 + 5.0.0-alpha.1.19560.2 From d4d2228c2d7403c7e4d5065f19ec3670fff741c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 07:55:32 +0000 Subject: [PATCH 1052/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191110.3 (#5607) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19560.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19560.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19560.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8298a5d9d..2fd627306 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c5948e9386e6eab900d51a9073e9a88882eec836 + 3dc3cf26804103c58e09b123f6df319220bd03f6 - + https://github.com/dotnet/windowsdesktop - c5948e9386e6eab900d51a9073e9a88882eec836 + 3dc3cf26804103c58e09b123f6df319220bd03f6 - + https://github.com/dotnet/windowsdesktop - c5948e9386e6eab900d51a9073e9a88882eec836 + 3dc3cf26804103c58e09b123f6df319220bd03f6 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index d06e92be6..a7b1c3b98 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19560.2 - 5.0.0-alpha.1.19560.2 - 5.0.0-alpha.1.19560.2 + 5.0.0-alpha.1.19560.3 + 5.0.0-alpha.1.19560.3 + 5.0.0-alpha.1.19560.3 From c3d38bf97318f5a84d472643aa5ce0e0207252f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 14:55:30 +0000 Subject: [PATCH 1053/2259] Update dependencies from https://github.com/dotnet/toolset build 20191111.1 (#5608) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19561.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19561.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2fd627306..97a64f15d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 539753fa6913246cd958816e54bb5af610c328a8 - + https://github.com/dotnet/toolset - 451af1d1468fb1caf5eb7aa21a1eb87d3464ca40 + 52212bbd0baff917f90d2a00b1de817df4a807d3 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 451af1d1468fb1caf5eb7aa21a1eb87d3464ca40 + 52212bbd0baff917f90d2a00b1de817df4a807d3 diff --git a/eng/Versions.props b/eng/Versions.props index a7b1c3b98..b569cb950 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19560.1 + 5.0.100-alpha.1.19561.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19560.1 + 5.0.100-alpha.1.19561.1 0.2.0 From 82c2805bb9ad786aa812d23b477048bb00a65851 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2019 23:31:35 +0000 Subject: [PATCH 1054/2259] [master] Update dependencies from dotnet/windowsdesktop (#5613) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191111.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19561.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19561.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191111.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19561.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19561.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97a64f15d..7b7aa6c9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3dc3cf26804103c58e09b123f6df319220bd03f6 + d05f79608bbdad4542b3252a56ccb3475542c8f2 - + https://github.com/dotnet/windowsdesktop - 3dc3cf26804103c58e09b123f6df319220bd03f6 + d05f79608bbdad4542b3252a56ccb3475542c8f2 - + https://github.com/dotnet/windowsdesktop - 3dc3cf26804103c58e09b123f6df319220bd03f6 + d05f79608bbdad4542b3252a56ccb3475542c8f2 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index b569cb950..bec84c3d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19560.3 - 5.0.0-alpha.1.19560.3 - 5.0.0-alpha.1.19560.3 + 5.0.0-alpha.1.19561.2 + 5.0.0-alpha.1.19561.2 + 5.0.0-alpha.1.19561.2 From 078af079d20b06496e2937c449eafcea9e8b1b02 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 03:25:35 +0000 Subject: [PATCH 1055/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191111.3 (#5622) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19561.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19561.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7b7aa6c9c..a55037554 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d05f79608bbdad4542b3252a56ccb3475542c8f2 + a79650985e9b658668eab31f2991ef3089e1c58c - + https://github.com/dotnet/windowsdesktop - d05f79608bbdad4542b3252a56ccb3475542c8f2 + a79650985e9b658668eab31f2991ef3089e1c58c - + https://github.com/dotnet/windowsdesktop - d05f79608bbdad4542b3252a56ccb3475542c8f2 + a79650985e9b658668eab31f2991ef3089e1c58c https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index bec84c3d6..5abec8c95 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19561.2 - 5.0.0-alpha.1.19561.2 - 5.0.0-alpha.1.19561.2 + 5.0.0-alpha.1.19561.3 + 5.0.0-alpha.1.19561.3 + 5.0.0-alpha.1.19561.3 From e216338bee06dab615fb7f06caa420a59507c6b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 09:27:45 +0000 Subject: [PATCH 1056/2259] [master] Update dependencies from dotnet/windowsdesktop (#5626) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191111.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19561.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19561.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191111.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19561.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19561.6 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a55037554..6c52ce2ea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a79650985e9b658668eab31f2991ef3089e1c58c + b562e63b3fe930f87bc39cb4a75e64822ef78ac7 - + https://github.com/dotnet/windowsdesktop - a79650985e9b658668eab31f2991ef3089e1c58c + b562e63b3fe930f87bc39cb4a75e64822ef78ac7 - + https://github.com/dotnet/windowsdesktop - a79650985e9b658668eab31f2991ef3089e1c58c + b562e63b3fe930f87bc39cb4a75e64822ef78ac7 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5abec8c95..17a35ba00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19561.3 - 5.0.0-alpha.1.19561.3 - 5.0.0-alpha.1.19561.3 + 5.0.0-alpha.1.19561.6 + 5.0.0-alpha.1.19561.6 + 5.0.0-alpha.1.19561.6 From c9f8d1a7faf73f3fe65c08c667b8fe1c369e3cd0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 15:16:06 +0000 Subject: [PATCH 1057/2259] Update dependencies from https://github.com/dotnet/toolset build 20191112.5 (#5636) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19562.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19562.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6c52ce2ea..528371b30 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 539753fa6913246cd958816e54bb5af610c328a8 - + https://github.com/dotnet/toolset - 52212bbd0baff917f90d2a00b1de817df4a807d3 + 386fd43a8861c7ab77105ef2f82b7cda68bb2fa7 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 52212bbd0baff917f90d2a00b1de817df4a807d3 + 386fd43a8861c7ab77105ef2f82b7cda68bb2fa7 diff --git a/eng/Versions.props b/eng/Versions.props index 17a35ba00..1d3f84be4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19561.1 + 5.0.100-alpha.1.19562.5 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19561.1 + 5.0.100-alpha.1.19562.5 0.2.0 From 0777b1c8fc596dbc378b5f352e2432b196f053cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 15:46:57 +0000 Subject: [PATCH 1058/2259] [master] Update dependencies from dotnet/toolset (#5637) * Update dependencies from https://github.com/dotnet/toolset build 20191112.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19562.6 * Update dependencies from https://github.com/dotnet/toolset build 20191112.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19562.7 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19562.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 528371b30..10eeed427 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 539753fa6913246cd958816e54bb5af610c328a8 - + https://github.com/dotnet/toolset - 386fd43a8861c7ab77105ef2f82b7cda68bb2fa7 + 627a8513f3010928c0c26cfd8231055fb2bb76d6 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 386fd43a8861c7ab77105ef2f82b7cda68bb2fa7 + 627a8513f3010928c0c26cfd8231055fb2bb76d6 diff --git a/eng/Versions.props b/eng/Versions.props index 1d3f84be4..ba58bcfd7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19562.5 + 5.0.100-alpha.1.19562.7 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19562.5 + 5.0.100-alpha.1.19562.7 0.2.0 From 235998bc1546d3c760f00eb17844582e3b102de8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 12 Nov 2019 16:35:38 +0000 Subject: [PATCH 1059/2259] Update dependencies from https://github.com/dotnet/toolset build 20191112.9 (#5639) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19562.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19562.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19562.9 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 10eeed427..ce5e47338 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 539753fa6913246cd958816e54bb5af610c328a8 + 0f77bd58501d23d5de4616e057f2ac08ecd70e94 - + https://github.com/dotnet/toolset - 627a8513f3010928c0c26cfd8231055fb2bb76d6 + 7b4e0c24448fa3074b27d6e8f93405bc1ea3b494 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 627a8513f3010928c0c26cfd8231055fb2bb76d6 + 7b4e0c24448fa3074b27d6e8f93405bc1ea3b494 diff --git a/eng/Versions.props b/eng/Versions.props index ba58bcfd7..019c478d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19562.7 + 5.0.100-alpha.1.19562.9 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19559.1 + 5.0.0-alpha1.19562.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19562.7 + 5.0.100-alpha.1.19562.9 0.2.0 From eb4a28cf82303eed7e070013dcdb706c2dd094a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 01:51:00 +0000 Subject: [PATCH 1060/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191112.3 (#5646) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19562.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19562.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19562.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ce5e47338..6aedf1d5b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b562e63b3fe930f87bc39cb4a75e64822ef78ac7 + c495d94dc57260f8f4eebffc2ab748467d390974 - + https://github.com/dotnet/windowsdesktop - b562e63b3fe930f87bc39cb4a75e64822ef78ac7 + c495d94dc57260f8f4eebffc2ab748467d390974 - + https://github.com/dotnet/windowsdesktop - b562e63b3fe930f87bc39cb4a75e64822ef78ac7 + c495d94dc57260f8f4eebffc2ab748467d390974 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 019c478d9..2e9475d86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19561.6 - 5.0.0-alpha.1.19561.6 - 5.0.0-alpha.1.19561.6 + 5.0.0-alpha.1.19562.3 + 5.0.0-alpha.1.19562.3 + 5.0.0-alpha.1.19562.3 From a674aa4b77d381bfab381db698efa2d40d24030a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 07:35:37 +0000 Subject: [PATCH 1061/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191112.5 (#5653) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19562.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19562.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19562.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6aedf1d5b..416a028c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c495d94dc57260f8f4eebffc2ab748467d390974 + 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 - + https://github.com/dotnet/windowsdesktop - c495d94dc57260f8f4eebffc2ab748467d390974 + 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 - + https://github.com/dotnet/windowsdesktop - c495d94dc57260f8f4eebffc2ab748467d390974 + 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 2e9475d86..24528a171 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19562.3 - 5.0.0-alpha.1.19562.3 - 5.0.0-alpha.1.19562.3 + 5.0.0-alpha.1.19562.5 + 5.0.0-alpha.1.19562.5 + 5.0.0-alpha.1.19562.5 From e6edf2d93f8491a21aa4b0b32e2a55dacb8ef9c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 13:01:51 +0000 Subject: [PATCH 1062/2259] [master] Update dependencies from dotnet/windowsdesktop (#5655) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 416a028c2..9bd546dbc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 + 325d5b7d5db60293bb4830bf2f933013e3b2dd5d - + https://github.com/dotnet/windowsdesktop - 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 + 325d5b7d5db60293bb4830bf2f933013e3b2dd5d - + https://github.com/dotnet/windowsdesktop - 9bd1d428c5a2ff66d32da2f86b9e750dcc49a567 + 325d5b7d5db60293bb4830bf2f933013e3b2dd5d https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 24528a171..75f94dc0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19562.5 - 5.0.0-alpha.1.19562.5 - 5.0.0-alpha.1.19562.5 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 From f6a2a7ccc16f10371e19d2b73bf7776711444e78 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 16:57:18 +0000 Subject: [PATCH 1063/2259] [master] Update dependencies from dotnet/toolset (#5648) * Update dependencies from https://github.com/dotnet/toolset build 20191112.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19562.14 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19562.14 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191113.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19563.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19563.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19563.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9bd546dbc..cd3abb44f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22 - + https://github.com/dotnet/templating - 0f77bd58501d23d5de4616e057f2ac08ecd70e94 + bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 7b4e0c24448fa3074b27d6e8f93405bc1ea3b494 + e3b7b6248473f9af2c5ab1fbba38e74182a6804a https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 7b4e0c24448fa3074b27d6e8f93405bc1ea3b494 + e3b7b6248473f9af2c5ab1fbba38e74182a6804a diff --git a/eng/Versions.props b/eng/Versions.props index 75f94dc0d..6a473b3c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19562.9 + 5.0.100-alpha.1.19563.2 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19562.1 + 5.0.0-alpha1.19563.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19562.9 + 5.0.100-alpha.1.19563.2 0.2.0 From 6b36200dabff0d5dd5367f0f62498a3dc14f3977 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 18:35:18 +0000 Subject: [PATCH 1064/2259] [master] Update dependencies from dotnet/core-setup (#5602) * Update dependencies from https://github.com/dotnet/core-setup build 20191109.5 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19559.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19559.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19559.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19559.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19559.5 * Update dependencies from https://github.com/dotnet/core-setup build 20191111.10 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19561.10 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19561.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19561.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19561.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19561.10 * Update dependencies from https://github.com/dotnet/core-setup build 20191112.8 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19562.8 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19562.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19562.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19562.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19562.8 * Update dependencies from https://github.com/dotnet/core-setup build 20191113.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19563.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19563.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19563.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19563.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.1 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd3abb44f..797fdb24d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 325d5b7d5db60293bb4830bf2f933013e3b2dd5d - + https://github.com/dotnet/core-setup - a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b + 9feb75f11691334b199995cc42e28d24f6d56082 - + https://github.com/dotnet/core-setup - a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b + 9feb75f11691334b199995cc42e28d24f6d56082 - + https://github.com/dotnet/core-setup - a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b + 9feb75f11691334b199995cc42e28d24f6d56082 - + https://github.com/dotnet/core-setup - a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b + 9feb75f11691334b199995cc42e28d24f6d56082 - + https://github.com/dotnet/core-setup - a8a8dbd6a255dbaae184d5c00da6ed9b7ce2a57b + 9feb75f11691334b199995cc42e28d24f6d56082 diff --git a/eng/Versions.props b/eng/Versions.props index 6a473b3c5..8f5165f5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19559.3 - 5.0.0-alpha.1.19559.3 - 5.0.0-alpha.1.19559.3 - 5.0.0-alpha.1.19559.3 - 5.0.0-alpha.1.19559.3 + 5.0.0-alpha.1.19563.1 + 5.0.0-alpha.1.19563.1 + 5.0.0-alpha.1.19563.1 + 5.0.0-alpha.1.19563.1 + 5.0.0-alpha.1.19563.1 2.1.0 From af8c34c76012eb995a3f071bf5457dec594273f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 19:20:59 +0000 Subject: [PATCH 1065/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191113.2 (#5656) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19563.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19563.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19563.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19563.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.2 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 797fdb24d..24c0cea0d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 325d5b7d5db60293bb4830bf2f933013e3b2dd5d - + https://github.com/dotnet/core-setup - 9feb75f11691334b199995cc42e28d24f6d56082 + cd30e7c14ca5f0924af5c6acefb880b3feffd650 - + https://github.com/dotnet/core-setup - 9feb75f11691334b199995cc42e28d24f6d56082 + cd30e7c14ca5f0924af5c6acefb880b3feffd650 - + https://github.com/dotnet/core-setup - 9feb75f11691334b199995cc42e28d24f6d56082 + cd30e7c14ca5f0924af5c6acefb880b3feffd650 - + https://github.com/dotnet/core-setup - 9feb75f11691334b199995cc42e28d24f6d56082 + cd30e7c14ca5f0924af5c6acefb880b3feffd650 - + https://github.com/dotnet/core-setup - 9feb75f11691334b199995cc42e28d24f6d56082 + cd30e7c14ca5f0924af5c6acefb880b3feffd650 diff --git a/eng/Versions.props b/eng/Versions.props index 8f5165f5a..5cc8d9ffe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,11 +62,11 @@ - 5.0.0-alpha.1.19563.1 - 5.0.0-alpha.1.19563.1 - 5.0.0-alpha.1.19563.1 - 5.0.0-alpha.1.19563.1 - 5.0.0-alpha.1.19563.1 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.2 2.1.0 From c964e9e11ce88c5acc39b4bd01cf68bc08f34f01 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 21:30:36 +0000 Subject: [PATCH 1066/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.3 (#5658) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 24c0cea0d..100d6f575 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 325d5b7d5db60293bb4830bf2f933013e3b2dd5d + 312238964d5d5e800a699d00a61680cc3d3a929a - + https://github.com/dotnet/windowsdesktop - 325d5b7d5db60293bb4830bf2f933013e3b2dd5d + 312238964d5d5e800a699d00a61680cc3d3a929a - + https://github.com/dotnet/windowsdesktop - 325d5b7d5db60293bb4830bf2f933013e3b2dd5d + 312238964d5d5e800a699d00a61680cc3d3a929a https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5cc8d9ffe..ca5150fd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.3 + 5.0.0-alpha.1.19563.3 + 5.0.0-alpha.1.19563.3 From 854983d3165a5e74fd3d0bf33d79b7d0ce46b764 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 21:55:36 +0000 Subject: [PATCH 1067/2259] Update dependencies from https://github.com/dotnet/toolset build 20191113.4 (#5659) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19563.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19563.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 100d6f575..8f426a6e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - e3b7b6248473f9af2c5ab1fbba38e74182a6804a + 8eaeccfa4d658a67ea197941e0ad455556ad62f6 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - e3b7b6248473f9af2c5ab1fbba38e74182a6804a + 8eaeccfa4d658a67ea197941e0ad455556ad62f6 diff --git a/eng/Versions.props b/eng/Versions.props index ca5150fd9..2a9a1b00e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19563.2 + 5.0.100-alpha.1.19563.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19563.2 + 5.0.100-alpha.1.19563.4 0.2.0 From 911bf82695e652eae11f833fecbc09d850ef41b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2019 22:35:36 +0000 Subject: [PATCH 1068/2259] Update dependencies from https://github.com/dotnet/toolset build 20191113.6 (#5661) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19563.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19563.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f426a6e4..e2b2b5fb7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 8eaeccfa4d658a67ea197941e0ad455556ad62f6 + 6c3c51578eef40c4f2a38510dd9f922f25af2a2d https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 8eaeccfa4d658a67ea197941e0ad455556ad62f6 + 6c3c51578eef40c4f2a38510dd9f922f25af2a2d diff --git a/eng/Versions.props b/eng/Versions.props index 2a9a1b00e..f32b126c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19563.4 + 5.0.100-alpha.1.19563.6 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19563.4 + 5.0.100-alpha.1.19563.6 0.2.0 From a28168d5a3b4ffed1c8a81720345d0dd2e9c644e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 01:40:50 +0000 Subject: [PATCH 1069/2259] Update dependencies from https://github.com/dotnet/toolset build 20191113.7 (#5662) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19563.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19563.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e2b2b5fb7..8b573fffd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 6c3c51578eef40c4f2a38510dd9f922f25af2a2d + b0ef2c9816a631a5e595c44ece482ca0fc17f8ba https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 6c3c51578eef40c4f2a38510dd9f922f25af2a2d + b0ef2c9816a631a5e595c44ece482ca0fc17f8ba diff --git a/eng/Versions.props b/eng/Versions.props index f32b126c5..5d672892e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19563.6 + 5.0.100-alpha.1.19563.7 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19563.6 + 5.0.100-alpha.1.19563.7 0.2.0 From a0ce5957b0f97cb38fe382c30f03b9e083adfe25 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 04:51:17 +0000 Subject: [PATCH 1070/2259] [master] Update dependencies from dotnet/windowsdesktop (#5663) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.4 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b573fffd..5819f8097 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 312238964d5d5e800a699d00a61680cc3d3a929a + 39d3903a9feec0661fa65a20aa4e16ebde2c9344 - + https://github.com/dotnet/windowsdesktop - 312238964d5d5e800a699d00a61680cc3d3a929a + 39d3903a9feec0661fa65a20aa4e16ebde2c9344 - + https://github.com/dotnet/windowsdesktop - 312238964d5d5e800a699d00a61680cc3d3a929a + 39d3903a9feec0661fa65a20aa4e16ebde2c9344 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 5d672892e..3d5ed8420 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19563.3 - 5.0.0-alpha.1.19563.3 - 5.0.0-alpha.1.19563.3 + 5.0.0-alpha.1.19563.5 + 5.0.0-alpha.1.19563.5 + 5.0.0-alpha.1.19563.5 From b01c4f4d23d237de509ebb12ae772837e906226e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 06:41:12 +0000 Subject: [PATCH 1071/2259] [master] Update dependencies from dotnet/core-setup (#5664) * Update dependencies from https://github.com/dotnet/core-setup build 20191113.5 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19563.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19563.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19563.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19563.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.5 * Update dependencies from https://github.com/dotnet/core-setup build 20191113.6 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19563.6 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19563.6 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19563.6 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19563.6 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.6 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19563.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5819f8097..c823eea3d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 39d3903a9feec0661fa65a20aa4e16ebde2c9344 - + https://github.com/dotnet/core-setup - cd30e7c14ca5f0924af5c6acefb880b3feffd650 + 8743c312a9d1ce4035140046d44bb959c44f194f - + https://github.com/dotnet/core-setup - cd30e7c14ca5f0924af5c6acefb880b3feffd650 + 8743c312a9d1ce4035140046d44bb959c44f194f - + https://github.com/dotnet/core-setup - cd30e7c14ca5f0924af5c6acefb880b3feffd650 + 8743c312a9d1ce4035140046d44bb959c44f194f - + https://github.com/dotnet/core-setup - cd30e7c14ca5f0924af5c6acefb880b3feffd650 + 8743c312a9d1ce4035140046d44bb959c44f194f - + https://github.com/dotnet/core-setup - cd30e7c14ca5f0924af5c6acefb880b3feffd650 + 8743c312a9d1ce4035140046d44bb959c44f194f @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - 475778fa982064e26a8b3a5d7545112f6586ac61 + cf64918877d98577363bb40d5eafac52beb80a79 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 3d5ed8420..9a43362ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19556.7 + 5.0.0-alpha.1.19563.3 - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 - 5.0.0-alpha.1.19563.2 + 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19563.6 2.1.0 From 8713da1827f7a5562dff4a0fc5f49bf61fdb451b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 15:25:33 +0000 Subject: [PATCH 1072/2259] Update dependencies from https://github.com/dotnet/toolset build 20191114.2 (#5668) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19564.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19564.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c823eea3d..52c08134e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - b0ef2c9816a631a5e595c44ece482ca0fc17f8ba + 80fe16c0513b2b45caeeb3a28d2bb984f5569554 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - b0ef2c9816a631a5e595c44ece482ca0fc17f8ba + 80fe16c0513b2b45caeeb3a28d2bb984f5569554 diff --git a/eng/Versions.props b/eng/Versions.props index 9a43362ee..943a3895d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19563.7 + 5.0.100-alpha.1.19564.2 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19563.7 + 5.0.100-alpha.1.19564.2 0.2.0 From b09106e1f8677135cc1aff9ef3153f4fa9130a31 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 22:30:37 +0000 Subject: [PATCH 1073/2259] Update dependencies from https://github.com/dotnet/toolset build 20191114.3 (#5669) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19564.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19564.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 52c08134e..b248ab598 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 80fe16c0513b2b45caeeb3a28d2bb984f5569554 + 000c4b0c14e73a40cb1f59d985781b5975beac18 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 80fe16c0513b2b45caeeb3a28d2bb984f5569554 + 000c4b0c14e73a40cb1f59d985781b5975beac18 diff --git a/eng/Versions.props b/eng/Versions.props index 943a3895d..c86066647 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19564.2 + 5.0.100-alpha.1.19564.3 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19564.2 + 5.0.100-alpha.1.19564.3 0.2.0 From 7444396429e52fe37662f9bed61cbbd002ad1b08 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 14 Nov 2019 23:21:53 +0000 Subject: [PATCH 1074/2259] [master] Update dependencies from dotnet/arcade (#5635) * Update dependencies from https://github.com/dotnet/arcade build 20191111.8 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19561.8 * Update dependencies from https://github.com/dotnet/arcade build 20191112.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19562.5 * Update dependencies from https://github.com/dotnet/arcade build 20191113.9 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19563.9 * Update dependencies from https://github.com/dotnet/arcade build 20191114.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19564.2 * Remove explicit sourcelink version and use arcade version --- eng/Version.Details.xml | 4 +- eng/Versions.props | 1 - .../post-build/channels/general-testing.yml | 143 ---------------- ...al-30.yml => generic-internal-channel.yml} | 35 +++- ...ease-31.yml => generic-public-channel.yml} | 35 +++- .../channels/netcore-3-eng-validation.yml | 96 ----------- .../post-build/channels/netcore-3-eng.yml | 143 ---------------- .../channels/netcore-blazor-31-features.yml | 143 ---------------- .../post-build/channels/netcore-dev-31.yml | 143 ---------------- .../post-build/channels/netcore-dev-5.yml | 143 ---------------- .../channels/netcore-eng-latest.yml | 143 ---------------- .../channels/netcore-eng-validation.yml | 98 ----------- .../channels/netcore-release-30.yml | 143 ---------------- .../templates/post-build/post-build.yml | 154 ++++++++++++++---- eng/common/templates/steps/publish-logs.yml | 23 +++ global.json | 2 +- 16 files changed, 204 insertions(+), 1245 deletions(-) delete mode 100644 eng/common/templates/post-build/channels/general-testing.yml rename eng/common/templates/post-build/channels/{netcore-internal-30.yml => generic-internal-channel.yml} (84%) rename eng/common/templates/post-build/channels/{netcore-release-31.yml => generic-public-channel.yml} (84%) delete mode 100644 eng/common/templates/post-build/channels/netcore-3-eng-validation.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-3-eng.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-blazor-31-features.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-dev-31.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-dev-5.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-eng-latest.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-eng-validation.yml delete mode 100644 eng/common/templates/post-build/channels/netcore-release-30.yml create mode 100644 eng/common/templates/steps/publish-logs.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b248ab598..3bf03fd03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - be7971c98d4ad60cdf8c3d1aa41f950f42bd466a + 44214d4d7d9091e31f57c5e6bc51180cbb0f79bf
diff --git a/eng/Versions.props b/eng/Versions.props index c86066647..a19940fd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -122,7 +122,6 @@ $(BuildTasksFeedToolVersion) 2.0.0 15.8.0 - 1.0.0-beta2-19367-01 diff --git a/eng/common/templates/post-build/channels/general-testing.yml b/eng/common/templates/post-build/channels/general-testing.yml deleted file mode 100644 index 229e80a88..000000000 --- a/eng/common/templates/post-build/channels/general-testing.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: General_Testing_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: General Testing Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.GeneralTesting_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.GeneralTesting_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.GeneralTesting_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-internal-30.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml similarity index 84% rename from eng/common/templates/post-build/channels/netcore-internal-30.yml rename to eng/common/templates/post-build/channels/generic-internal-channel.yml index b0b39c8b6..2ea807033 100644 --- a/eng/common/templates/post-build/channels/netcore-internal-30.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -4,20 +4,26 @@ parameters: - Validate publishInstallersAndChecksums: false symbolPublishingAdditionalParameters: '' + stageName: '' + channelName: '' + channelId: '' + transportFeed: '' + shippingFeed: '' + symbolsFeed: '' stages: -- stage: NetCore_30_Internal_Servicing_Publishing +- stage: ${{ parameters.stageName }} dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml - displayName: .NET Core 3.0 Internal Servicing Publishing + displayName: ${{ parameters.channelName }} Publishing jobs: - template: ../setup-maestro-vars.yml - - job: + - job: publish_symbols displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -61,6 +67,11 @@ stages: /p:PublishToMSDL=false ${{ parameters.symbolPublishingAdditionalParameters }} + - template: ../../steps/publish-logs.yml + parameters: + StageLabel: '${{ parameters.stageName }}' + JobLabel: 'SymbolPublishing' + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars @@ -69,7 +80,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.InternalServicing_30_Channel_Id)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }})) pool: vmImage: 'windows-2019' steps: @@ -130,14 +141,20 @@ stages: /p:ChecksumsAzureAccountKey=$(InternalChecksumsBlobFeedKey) /p:InstallersTargetStaticFeed=$(InternalInstallersBlobFeedUrl) /p:InstallersAzureAccountKey=$(InternalInstallersBlobFeedKey) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='${{ parameters.shippingFeed }}' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='${{ parameters.transportFeed }}' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='${{ parameters.symbolsFeed }}' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:PublishToMSDL=false ${{ parameters.artifactsPublishingAdditionalParameters }} + - template: ../../steps/publish-logs.yml + parameters: + StageLabel: '${{ parameters.stageName }}' + JobLabel: 'AssetsPublishing' + - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.InternalServicing_30_Channel_Id }} + ChannelId: ${{ parameters.channelId }} diff --git a/eng/common/templates/post-build/channels/netcore-release-31.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml similarity index 84% rename from eng/common/templates/post-build/channels/netcore-release-31.yml rename to eng/common/templates/post-build/channels/generic-public-channel.yml index da9159566..59b4765da 100644 --- a/eng/common/templates/post-build/channels/netcore-release-31.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -4,20 +4,26 @@ parameters: - Validate publishInstallersAndChecksums: false symbolPublishingAdditionalParameters: '' + stageName: '' + channelName: '' + channelId: '' + transportFeed: '' + shippingFeed: '' + symbolsFeed: '' stages: -- stage: NetCore_Release31_Publish +- stage: ${{ parameters.stageName }} dependsOn: ${{ parameters.dependsOn }} variables: - template: ../common-variables.yml - displayName: .NET Core 3.1 Release Publishing + displayName: ${{ parameters.channelName }} Publishing jobs: - template: ../setup-maestro-vars.yml - - job: + - job: publish_symbols displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )) variables: - group: DotNet-Symbol-Server-Pats pool: @@ -60,6 +66,12 @@ stages: /p:Configuration=Release ${{ parameters.symbolPublishingAdditionalParameters }} + - template: ../../steps/publish-logs.yml + parameters: + StageLabel: '${{ parameters.stageName }}' + JobLabel: 'SymbolPublishing' + + - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars @@ -68,7 +80,7 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_31_Channel_Id)) + condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }})) pool: vmImage: 'windows-2019' steps: @@ -130,14 +142,19 @@ stages: /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + /p:AzureDevOpsStaticShippingFeed='${{ parameters.shippingFeed }}' /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + /p:AzureDevOpsStaticTransportFeed='${{ parameters.transportFeed }}' /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + /p:AzureDevOpsStaticSymbolsFeed='${{ parameters.symbolsFeed }}' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' ${{ parameters.artifactsPublishingAdditionalParameters }} + - template: ../../steps/publish-logs.yml + parameters: + StageLabel: '${{ parameters.stageName }}' + JobLabel: 'AssetsPublishing' + - template: ../../steps/promote-build.yml parameters: - ChannelId: ${{ variables.PublicRelease_31_Channel_Id }} + ChannelId: ${{ parameters.channelId }} diff --git a/eng/common/templates/post-build/channels/netcore-3-eng-validation.yml b/eng/common/templates/post-build/channels/netcore-3-eng-validation.yml deleted file mode 100644 index 47f7a445b..000000000 --- a/eng/common/templates/post-build/channels/netcore-3-eng-validation.yml +++ /dev/null @@ -1,96 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - -stages: -- stage: NetCore_3_Tools_Validation_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET 3 Tools - Validation Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NETCore_3_Tools_Validation_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetValidationArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NETCore_3_Tools_Validation_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-3-eng.yml b/eng/common/templates/post-build/channels/netcore-3-eng.yml deleted file mode 100644 index a8ef4435d..000000000 --- a/eng/common/templates/post-build/channels/netcore-3-eng.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_3_Tools_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET 3 Tools Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_3_Tools_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise there will be authentication failures when accessing a private feed hosted in a different org. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_3_Tools_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_3_Tools_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml b/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml deleted file mode 100644 index 297b541f9..000000000 --- a/eng/common/templates/post-build/channels/netcore-blazor-31-features.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_Blazor31_Features_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Core 3.1 Blazor Features Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_31_Blazor_Features_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_31_Blazor_Features_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-31.yml b/eng/common/templates/post-build/channels/netcore-dev-31.yml deleted file mode 100644 index 43806d65d..000000000 --- a/eng/common/templates/post-build/channels/netcore-dev-31.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_Dev31_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Core 3.1 Dev Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicDevRelease_31_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.PublicDevRelease_31_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-dev-5.yml b/eng/common/templates/post-build/channels/netcore-dev-5.yml deleted file mode 100644 index 0a6b477ae..000000000 --- a/eng/common/templates/post-build/channels/netcore-dev-5.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_Dev5_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Core 5 Dev Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_5_Dev_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_5_Dev_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-eng-latest.yml b/eng/common/templates/post-build/channels/netcore-eng-latest.yml deleted file mode 100644 index 9954fae98..000000000 --- a/eng/common/templates/post-build/channels/netcore-eng-latest.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_Tools_Latest_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Tools - Latest Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Latest_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_Tools_Latest_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-eng-validation.yml b/eng/common/templates/post-build/channels/netcore-eng-validation.yml deleted file mode 100644 index 36991ed02..000000000 --- a/eng/common/templates/post-build/channels/netcore-eng-validation.yml +++ /dev/null @@ -1,98 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - -stages: -- stage: PVR_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Tools - Validation Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.NetCore_Tools_Validation_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetValidationArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.NetCore_Tools_Validation_Channel_Id }} diff --git a/eng/common/templates/post-build/channels/netcore-release-30.yml b/eng/common/templates/post-build/channels/netcore-release-30.yml deleted file mode 100644 index bd9bfc68f..000000000 --- a/eng/common/templates/post-build/channels/netcore-release-30.yml +++ /dev/null @@ -1,143 +0,0 @@ -parameters: - artifactsPublishingAdditionalParameters: '' - dependsOn: - - Validate - publishInstallersAndChecksums: false - symbolPublishingAdditionalParameters: '' - -stages: -- stage: NetCore_Release30_Publish - dependsOn: ${{ parameters.dependsOn }} - variables: - - template: ../common-variables.yml - displayName: .NET Core 3.0 Release Publishing - jobs: - - template: ../setup-maestro-vars.yml - - - job: - displayName: Symbol Publishing - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) - variables: - - group: DotNet-Symbol-Server-Pats - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts - inputs: - artifactName: 'PDBArtifacts' - continueOnError: true - - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishToSymbolServers -restore -msbuildEngine dotnet - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) - /p:PDBArtifactsDirectory='$(Build.ArtifactStagingDirectory)/PDBArtifacts/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:SymbolPublishingExclusionsFile='$(Build.SourcesDirectory)/eng/SymbolPublishingExclusionsFile.txt' - /p:Configuration=Release - ${{ parameters.symbolPublishingAdditionalParameters }} - - - job: publish_assets - displayName: Publish Assets - dependsOn: setupMaestroVars - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: IsStableBuild - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', variables.PublicRelease_30_Channel_Id)) - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests - - - task: NuGetToolInstaller@1 - displayName: 'Install NuGet.exe' - - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - - task: PowerShell@2 - displayName: Publish Assets - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) - /p:IsStableBuild=$(IsStableBuild) - /p:IsInternalBuild=$(IsInternalBuild) - /p:RepositoryName=$(Build.Repository.Name) - /p:CommitSha=$(Build.SourceVersion) - /p:NugetPath=$(NuGetExeToolPath) - /p:AzdoTargetFeedPAT='$(dn-bot-dnceng-universal-packages-rw)' - /p:AzureStorageTargetFeedPAT='$(dotnetfeed-storage-access-key-1)' - /p:BARBuildId=$(BARBuildId) - /p:MaestroApiEndpoint='$(MaestroApiEndPoint)' - /p:BuildAssetRegistryToken='$(MaestroApiAccessToken)' - /p:ManifestsBasePath='$(Build.ArtifactStagingDirectory)/AssetManifests/' - /p:BlobBasePath='$(Build.ArtifactStagingDirectory)/BlobArtifacts/' - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts/' - /p:Configuration=Release - /p:PublishInstallersAndChecksums=${{ parameters.publishInstallersAndChecksums }} - /p:InstallersTargetStaticFeed=$(InstallersBlobFeedUrl) - /p:InstallersAzureAccountKey=$(dotnetcli-storage-key) - /p:ChecksumsTargetStaticFeed=$(ChecksumsBlobFeedUrl) - /p:ChecksumsAzureAccountKey=$(dotnetclichecksums-storage-key) - /p:AzureDevOpsStaticShippingFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' - /p:AzureDevOpsStaticShippingFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticTransportFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' - /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - /p:AzureDevOpsStaticSymbolsFeed='https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' - /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' - ${{ parameters.artifactsPublishingAdditionalParameters }} - - - template: ../../steps/promote-build.yml - parameters: - ChannelId: ${{ variables.PublicRelease_30_Channel_Id }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 69286f51f..adedc70b8 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -79,9 +79,13 @@ stages: arguments: -task SigningValidation -restore -msbuildEngine dotnet /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' - /p:Configuration=Release ${{ parameters.signingValidationAdditionalParameters }} + - template: ../steps/publish-logs.yml + parameters: + StageLabel: 'Validation' + JobLabel: 'Signing' + - ${{ if eq(parameters.enableSourceLinkValidation, 'true') }}: - job: displayName: SourceLink Validation @@ -114,77 +118,171 @@ stages: continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }} -- template: \eng\common\templates\post-build\channels\netcore-dev-5.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Dev5_Publish' + channelName: '.NET Core 5 Dev' + channelId: 131 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-dev-31.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Dev31_Publish' + channelName: '.NET Core 3.1 Dev' + channelId: 128 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-eng-latest.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Tools_Latest_Publish' + channelName: '.NET Tools - Latest' + channelId: 2 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-eng-validation.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - -- template: \eng\common\templates\post-build\channels\netcore-3-eng-validation.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - -- template: \eng\common\templates\post-build\channels\netcore-3-eng.yml - parameters: - dependsOn: ${{ parameters.publishDependsOn }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - -- template: \eng\common\templates\post-build\channels\netcore-release-30.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'PVR_Publish' + channelName: '.NET Tools - Validation' + channelId: 9 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-release-31.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_3_Tools_Validation_Publish' + channelName: '.NET 3 Tools - Validation' + channelId: 390 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-blazor-31-features.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_3_Tools_Publish' + channelName: '.NET 3 Tools' + channelId: 344 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\netcore-internal-30.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Release30_Publish' + channelName: '.NET Core 3.0 Release' + channelId: 19 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\general-testing.yml +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Release31_Publish' + channelName: '.NET Core 3.1 Release' + channelId: 129 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_Blazor31_Features_Publish' + channelName: '.NET Core 3.1 Blazor Features' + channelId: 531 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NetCore_30_Internal_Servicing_Publishing' + channelName: '.NET Core 3.0 Internal Servicing' + channelId: 184 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'General_Testing_Publish' + channelName: 'General Testing' + channelId: 529 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_Tooling_Dev_Publishing' + channelName: '.NET Core Tooling Dev' + channelId: 548 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_Tooling_Release_Publishing' + channelName: '.NET Core Tooling Release' + channelId: 549 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' diff --git a/eng/common/templates/steps/publish-logs.yml b/eng/common/templates/steps/publish-logs.yml new file mode 100644 index 000000000..8903ba57c --- /dev/null +++ b/eng/common/templates/steps/publish-logs.yml @@ -0,0 +1,23 @@ +parameters: + StageLabel: '' + JobLabel: '' + +steps: +- task: Powershell@2 + displayName: Prepare Binlogs to Upload + inputs: + targetType: inline + script: | + New-Item -ItemType Directory $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/ + Move-Item -Path $(Build.SourcesDirectory)/artifacts/log/Debug/* $(Build.SourcesDirectory)/PostBuildLogs/${{parameters.StageLabel}}/${{parameters.JobLabel}}/ + continueOnError: true + condition: always() + +- task: PublishBuildArtifacts@1 + displayName: Publish Logs + inputs: + PathtoPublish: '$(Build.SourcesDirectory)/PostBuildLogs' + PublishLocation: Container + ArtifactName: PostBuilLogs + continueOnError: true + condition: always() diff --git a/global.json b/global.json index dfd23ed15..fe3f89d22 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19558.11" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19564.2" } } From 2f412fdca1bf6bfffb4f67c2b9dfd01a9990dcdd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 00:45:11 +0000 Subject: [PATCH 1075/2259] Update dependencies from https://github.com/dotnet/toolset build 20191114.4 (#5670) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19564.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19564.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3bf03fd03..db16ac4bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d
- + https://github.com/dotnet/toolset - 000c4b0c14e73a40cb1f59d985781b5975beac18 + 9868882ae30dae0b064d438829df671a15556d6f https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 000c4b0c14e73a40cb1f59d985781b5975beac18 + 9868882ae30dae0b064d438829df671a15556d6f diff --git a/eng/Versions.props b/eng/Versions.props index a19940fd9..9b8e9cc83 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19564.3 + 5.0.100-alpha.1.19564.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19564.3 + 5.0.100-alpha.1.19564.4 0.2.0 From 85a9a2442f10c46b9412344132ceac44972da8c5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 00:58:30 +0000 Subject: [PATCH 1076/2259] [master] Update dependencies from dotnet/windowsdesktop (#5666) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191113.6 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19563.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19563.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19563.6 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191114.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19564.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19564.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19564.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191114.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19564.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19564.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19564.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db16ac4bb..13d37b0db 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 39d3903a9feec0661fa65a20aa4e16ebde2c9344 + 9abb19f270147d197162dd5b66150196d2da9d18 - + https://github.com/dotnet/windowsdesktop - 39d3903a9feec0661fa65a20aa4e16ebde2c9344 + 9abb19f270147d197162dd5b66150196d2da9d18 - + https://github.com/dotnet/windowsdesktop - 39d3903a9feec0661fa65a20aa4e16ebde2c9344 + 9abb19f270147d197162dd5b66150196d2da9d18 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 9b8e9cc83..93a761041 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19563.5 - 5.0.0-alpha.1.19563.5 - 5.0.0-alpha.1.19563.5 + 5.0.0-alpha.1.19564.2 + 5.0.0-alpha.1.19564.2 + 5.0.0-alpha.1.19564.2 From dafce99a8c53da822fd8500beae92b9f26c263bd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 01:30:54 +0000 Subject: [PATCH 1077/2259] Update dependencies from https://github.com/dotnet/toolset build 20191114.5 (#5672) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19564.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19564.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13d37b0db..8bb247cd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 9868882ae30dae0b064d438829df671a15556d6f + ff89d2ae6199cb02437947cafa87a8a683dfdc94 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 9868882ae30dae0b064d438829df671a15556d6f + ff89d2ae6199cb02437947cafa87a8a683dfdc94 diff --git a/eng/Versions.props b/eng/Versions.props index 93a761041..5f00bb735 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19564.4 + 5.0.100-alpha.1.19564.5 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19564.4 + 5.0.100-alpha.1.19564.5 0.2.0 From 8fc99cf3a372e6484973f3bd3ce15e5c1b390167 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 14:03:04 +0000 Subject: [PATCH 1078/2259] Update dependencies from https://github.com/dotnet/arcade build 20191114.6 (#5684) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19564.6 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8bb247cd2..a3766e317 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 44214d4d7d9091e31f57c5e6bc51180cbb0f79bf + c1cd0349f7d29cf21d93d61cdea382aecc422e36
diff --git a/global.json b/global.json index fe3f89d22..28216d747 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19564.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19564.6" } } From 5383181f4c1b9703f62e7fbef084cf4889dfce51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2019 17:22:05 +0000 Subject: [PATCH 1079/2259] Update dependencies from https://github.com/dotnet/toolset build 20191115.8 (#5685) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19565.8 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19565.8 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a3766e317..a1c79738d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d
- + https://github.com/dotnet/toolset - ff89d2ae6199cb02437947cafa87a8a683dfdc94 + 98af5ebbafe388c897d84757178bd9e37fc28a4f https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - ff89d2ae6199cb02437947cafa87a8a683dfdc94 + 98af5ebbafe388c897d84757178bd9e37fc28a4f diff --git a/eng/Versions.props b/eng/Versions.props index 5f00bb735..20314ca4a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19564.5 + 5.0.100-alpha.1.19565.8 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19564.5 + 5.0.100-alpha.1.19565.8 0.2.0 From 219c96ebea6d426156a7cad766a62a09c5e1b1df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 07:20:32 +0000 Subject: [PATCH 1080/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191115.8 (#5692) - dotnet-user-secrets - 5.0.0-alpha1.19565.8 - dotnet-watch - 5.0.0-alpha1.19565.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19565.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19565.8 - dotnet-dev-certs - 5.0.0-alpha1.19565.8 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19565.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a1c79738d..d47857aee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx cf64918877d98577363bb40d5eafac52beb80a79 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 - + https://github.com/aspnet/AspNetCore - 909f1d368f1e195e9fa2368e12d07b5b5584f8e8 + e683b087c5c395bfa279940aadd3ee8b57b7d886 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 20314ca4a..18c5590e8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19559.2 - 5.0.0-alpha1.19559.2 - 5.0.0-alpha1.19559.2 - 5.0.0-alpha1.19559.2 - 5.0.0-alpha1.19559.2 - 5.0.0-alpha1.19559.2 + 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19565.8 From ae976400bc8e3f21d71fc0d4428c2f535821ef1b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 08:42:28 +0000 Subject: [PATCH 1081/2259] [master] Update dependencies from dotnet/toolset (#5691) * Update dependencies from https://github.com/dotnet/toolset build 20191115.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19565.11 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19565.11 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191115.17 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19565.17 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19565.17 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d47857aee..d015a4abb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating bd8e359370519410c75c795c11b3cdda1f888a4d - + https://github.com/dotnet/toolset - 98af5ebbafe388c897d84757178bd9e37fc28a4f + ddfccb0b2f37d596d71d2794f2139ff5f0e9bab6 https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 98af5ebbafe388c897d84757178bd9e37fc28a4f + ddfccb0b2f37d596d71d2794f2139ff5f0e9bab6 diff --git a/eng/Versions.props b/eng/Versions.props index 18c5590e8..e77f32401 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19565.8 + 5.0.100-alpha.1.19565.17 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19565.8 + 5.0.100-alpha.1.19565.17 0.2.0 From 1dbbbbf7e82e0a9d5201cc13bb95a37f79d5b000 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 13:51:43 +0000 Subject: [PATCH 1082/2259] Update dependencies from https://github.com/dotnet/arcade build 20191115.1 (#5693) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19565.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d015a4abb..b2c000fa4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - c1cd0349f7d29cf21d93d61cdea382aecc422e36 + ccb393e43ad12d84d3ce4ccdd931a0bcd05eacb1
diff --git a/global.json b/global.json index 28216d747..ca7a04894 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19564.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19565.1" } } From 1ec58a66fbb7bfbc0b6b0a4c93b0607996f6516d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 16 Nov 2019 21:13:11 +0000 Subject: [PATCH 1083/2259] [master] Update dependencies from dotnet/toolset (#5695) * Update dependencies from https://github.com/dotnet/toolset build 20191116.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19566.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19566.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191116.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19566.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19566.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19566.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191116.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19566.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19566.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19566.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b2c000fa4..a9e1c9af3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 6ae8a6e7dd862c9447771c108d43fb9028f22c22
- + https://github.com/dotnet/templating - bd8e359370519410c75c795c11b3cdda1f888a4d + dcf5adbd4b5665887f22ad19592dedfb9f1e1b68 - + https://github.com/dotnet/toolset - ddfccb0b2f37d596d71d2794f2139ff5f0e9bab6 + 5023f238da1dc1ce5337113299250e6cae56933c https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - ddfccb0b2f37d596d71d2794f2139ff5f0e9bab6 + 5023f238da1dc1ce5337113299250e6cae56933c diff --git a/eng/Versions.props b/eng/Versions.props index e77f32401..cb0a5a80a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19565.17 + 5.0.100-alpha.1.19566.5 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19563.1 + 5.0.0-alpha1.19566.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19565.17 + 5.0.100-alpha.1.19566.5 0.2.0 From 543b89ac7161eb72fd1c8311260de4b8f8bc1f82 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 03:05:29 +0000 Subject: [PATCH 1084/2259] Update dependencies from https://github.com/dotnet/toolset build 20191116.6 (#5700) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19566.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19566.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a9e1c9af3..9695ae7b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating dcf5adbd4b5665887f22ad19592dedfb9f1e1b68 - + https://github.com/dotnet/toolset - 5023f238da1dc1ce5337113299250e6cae56933c + d80eb0d4feb481d2172bff960fa410da21cbc7ba https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 5023f238da1dc1ce5337113299250e6cae56933c + d80eb0d4feb481d2172bff960fa410da21cbc7ba diff --git a/eng/Versions.props b/eng/Versions.props index cb0a5a80a..58ea4fbf2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19566.5 + 5.0.100-alpha.1.19566.6 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19566.5 + 5.0.100-alpha.1.19566.6 0.2.0 From 240b1078e9cfae8b1d98085544bce69e1e368339 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 04:51:49 +0000 Subject: [PATCH 1085/2259] [master] Update dependencies from aspnet/AspNetCore (#5699) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191116.2 - dotnet-user-secrets - 5.0.0-alpha1.19566.2 - dotnet-watch - 5.0.0-alpha1.19566.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19566.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19566.2 - dotnet-dev-certs - 5.0.0-alpha1.19566.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19566.2 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191116.3 - dotnet-user-secrets - 5.0.0-alpha1.19566.3 - dotnet-watch - 5.0.0-alpha1.19566.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19566.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19566.3 - dotnet-dev-certs - 5.0.0-alpha1.19566.3 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19566.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9695ae7b1..4649fe2f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx cf64918877d98577363bb40d5eafac52beb80a79 - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b - + https://github.com/aspnet/AspNetCore - e683b087c5c395bfa279940aadd3ee8b57b7d886 + ef5ad1df199a126944096718d66de27c84c4e38b https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 58ea4fbf2..821b7f3fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19565.8 - 5.0.0-alpha1.19565.8 - 5.0.0-alpha1.19565.8 - 5.0.0-alpha1.19565.8 - 5.0.0-alpha1.19565.8 - 5.0.0-alpha1.19565.8 + 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.3 From bbf5d8c047b75901f1cd0501ce66d0c3bbda5b6c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 06:10:29 +0000 Subject: [PATCH 1086/2259] Update dependencies from https://github.com/dotnet/toolset build 20191116.7 (#5701) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19566.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19566.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4649fe2f0..a037f2511 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating dcf5adbd4b5665887f22ad19592dedfb9f1e1b68 - + https://github.com/dotnet/toolset - d80eb0d4feb481d2172bff960fa410da21cbc7ba + 547fd5edb8ddae5974a98990d78b26cda58d6c9e https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - d80eb0d4feb481d2172bff960fa410da21cbc7ba + 547fd5edb8ddae5974a98990d78b26cda58d6c9e diff --git a/eng/Versions.props b/eng/Versions.props index 821b7f3fa..3d6ac54e4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19566.6 + 5.0.100-alpha.1.19566.7 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19566.6 + 5.0.100-alpha.1.19566.7 0.2.0 From f0c7de56718daad7456d16adf4849ea78777dbe6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 08:30:32 +0000 Subject: [PATCH 1087/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191116.4 (#5702) - dotnet-user-secrets - 5.0.0-alpha1.19566.4 - dotnet-watch - 5.0.0-alpha1.19566.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19566.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19566.4 - dotnet-dev-certs - 5.0.0-alpha1.19566.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19566.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a037f2511..c2f5bebe7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx cf64918877d98577363bb40d5eafac52beb80a79 - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d - + https://github.com/aspnet/AspNetCore - ef5ad1df199a126944096718d66de27c84c4e38b + 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 3d6ac54e4..257a64f5e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19566.3 - 5.0.0-alpha1.19566.3 - 5.0.0-alpha1.19566.3 - 5.0.0-alpha1.19566.3 - 5.0.0-alpha1.19566.3 - 5.0.0-alpha1.19566.3 + 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19566.4 From 10513f649d802e111e64abe20d118e1ea99078c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 10:00:31 +0000 Subject: [PATCH 1088/2259] Update dependencies from https://github.com/dotnet/toolset build 20191117.1 (#5703) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19567.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19567.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c2f5bebe7..7f9dfd88f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating dcf5adbd4b5665887f22ad19592dedfb9f1e1b68 - + https://github.com/dotnet/toolset - 547fd5edb8ddae5974a98990d78b26cda58d6c9e + 52ad01255b30c157c5fbea985d4cd0834d1fc9fb https://github.com/dotnet/sdk 419501cb5731805c7e49bae276a2938e7c1844de - + https://github.com/dotnet/toolset - 547fd5edb8ddae5974a98990d78b26cda58d6c9e + 52ad01255b30c157c5fbea985d4cd0834d1fc9fb diff --git a/eng/Versions.props b/eng/Versions.props index 257a64f5e..11e5a5653 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19566.7 + 5.0.100-alpha.1.19567.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19566.7 + 5.0.100-alpha.1.19567.1 0.2.0 From 621ffb31c9086997d1e1a903b00a89e91de280a6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 17 Nov 2019 13:57:38 +0000 Subject: [PATCH 1089/2259] Update dependencies from https://github.com/dotnet/arcade build 20191116.1 (#5704) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19566.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f9dfd88f..7740ddcfd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - ccb393e43ad12d84d3ce4ccdd931a0bcd05eacb1 + 2c6db6ee8d8adeb2e8ccc1485e6780635890e419
diff --git a/global.json b/global.json index ca7a04894..a690198dc 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19565.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19566.1" } } From 559fbcdb6353f7260c6da2e8458e42b3014ae8c4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 13:36:37 +0000 Subject: [PATCH 1090/2259] Update dependencies from https://github.com/dotnet/arcade build 20191117.2 (#5705) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19567.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7740ddcfd..c3041e791 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 2c6db6ee8d8adeb2e8ccc1485e6780635890e419 + 928efaa081ffd17b37f6c662fee44775f2d0b90f
diff --git a/global.json b/global.json index a690198dc..a53e22a73 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19566.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19567.2" } } From 2f0e9e18261d5106f02d7fe5d5738e23b5df9e13 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 18 Nov 2019 09:05:18 -0800 Subject: [PATCH 1091/2259] Change copy-to-latest dependencies (#5687) Remove the dependency on release channels (and the validation channel, which should not be used by core-sdk) in master, where we should never publish to those channels. This is to get ready for https://github.com/dotnet/arcade/pull/4373. which will remove these stages from the build. --- .vsts-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 6748aa26d..8619d5581 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -264,11 +264,7 @@ stages: dependsOn: # This will run only after all the publishing stages have run. # These stages are introduced in the eng/common/templates/post-build/channels YAML templates - - NetCore_Dev31_Publish - NetCore_Dev5_Publish - - NetCore_Release30_Publish - - NetCore_Release31_Publish - - PVR_Publish jobs: - job: Copy_SDK_To_Latest pool: From c5bc84b9a8e018a61eada482fa9e758cb483f125 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 04:10:35 +0000 Subject: [PATCH 1092/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191118.5 (#5709) - dotnet-user-secrets - 5.0.0-alpha1.19568.5 - dotnet-watch - 5.0.0-alpha1.19568.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19568.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19568.5 - dotnet-dev-certs - 5.0.0-alpha1.19568.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19568.5 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c3041e791..21d5e5848 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx cf64918877d98577363bb40d5eafac52beb80a79
- + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 - + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 - + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 - + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 - + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 - + https://github.com/aspnet/AspNetCore - 426a70c4506cd000cbf827d8bfa1c4a7ad8aa45d + 8d1c8005d8f84daef433c2387dade6ef312fca67 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 11e5a5653..f7f31c7fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19566.4 - 5.0.0-alpha1.19566.4 - 5.0.0-alpha1.19566.4 - 5.0.0-alpha1.19566.4 - 5.0.0-alpha1.19566.4 - 5.0.0-alpha1.19566.4 + 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19568.5 From d7077a89e79e4ccd0e373f2f63e962325b1b3e05 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2019 20:18:01 -0800 Subject: [PATCH 1093/2259] Update dependencies from https://github.com/dotnet/core-setup build 20191114.1 (#5710) - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19564.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19564.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19564.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19564.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19564.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19563.6 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 21d5e5848..4b60c73a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 9abb19f270147d197162dd5b66150196d2da9d18 - + https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + c77948d92a2f950140f09384f057cb893ec3955a - + https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + c77948d92a2f950140f09384f057cb893ec3955a - + https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + c77948d92a2f950140f09384f057cb893ec3955a - + https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + c77948d92a2f950140f09384f057cb893ec3955a - + https://github.com/dotnet/core-setup - 8743c312a9d1ce4035140046d44bb959c44f194f + c77948d92a2f950140f09384f057cb893ec3955a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/corefx - cf64918877d98577363bb40d5eafac52beb80a79 + 5cee7c97d602f294e27c582d4dab81ec388f1d7b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f7f31c7fa..721217eed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19563.3 + 5.0.0-alpha.1.19563.6 - 5.0.0-alpha.1.19563.6 - 5.0.0-alpha.1.19563.6 - 5.0.0-alpha.1.19563.6 - 5.0.0-alpha.1.19563.6 - 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19564.1 + 5.0.0-alpha.1.19564.1 + 5.0.0-alpha.1.19564.1 + 5.0.0-alpha.1.19564.1 + 5.0.0-alpha.1.19564.1 2.1.0 From 2f891ddccde09e5e82aebd2ce1581e2fa1fc7748 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2019 13:41:23 +0000 Subject: [PATCH 1094/2259] Update dependencies from https://github.com/dotnet/arcade build 20191118.10 (#5719) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19568.10 --- eng/Version.Details.xml | 4 +- eng/common/cross/build-rootfs.sh | 2 +- .../channels/generic-public-channel.yml | 1 - .../templates/post-build/post-build.yml | 91 ------------------- global.json | 2 +- 5 files changed, 4 insertions(+), 96 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b60c73a6..e0c00884e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 928efaa081ffd17b37f6c662fee44775f2d0b90f + 303e0fac8703c7147c9e1f1046082c8db4fb66fa
diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index d7d5d7d5f..8d61377a8 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -193,7 +193,7 @@ fi if [[ "$__LinuxCodeName" == "alpine" ]]; then __ApkToolsVersion=2.9.1 - __AlpineVersion=3.7 + __AlpineVersion=3.9 __ApkToolsDir=$(mktemp -d) wget https://github.com/alpinelinux/apk-tools/releases/download/v$__ApkToolsVersion/apk-tools-$__ApkToolsVersion-x86_64-linux.tar.gz -P $__ApkToolsDir tar -xf $__ApkToolsDir/apk-tools-$__ApkToolsVersion-x86_64-linux.tar.gz -C $__ApkToolsDir diff --git a/eng/common/templates/post-build/channels/generic-public-channel.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml index 59b4765da..3f572f8b1 100644 --- a/eng/common/templates/post-build/channels/generic-public-channel.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -71,7 +71,6 @@ stages: StageLabel: '${{ parameters.stageName }}' JobLabel: 'SymbolPublishing' - - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index adedc70b8..5965cc200 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -131,19 +131,6 @@ stages: shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Dev31_Publish' - channelName: '.NET Core 3.1 Dev' - channelId: 128 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' - - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} @@ -170,84 +157,6 @@ stages: shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_3_Tools_Validation_Publish' - channelName: '.NET 3 Tools - Validation' - channelId: 390 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_3_Tools_Publish' - channelName: '.NET 3 Tools' - channelId: 344 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Release30_Publish' - channelName: '.NET Core 3.0 Release' - channelId: 19 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Release31_Publish' - channelName: '.NET Core 3.1 Release' - channelId: 129 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Blazor31_Features_Publish' - channelName: '.NET Core 3.1 Blazor Features' - channelId: 531 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_30_Internal_Servicing_Publishing' - channelName: '.NET Core 3.0 Internal Servicing' - channelId: 184 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' - - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/global.json b/global.json index a53e22a73..8db7e0a48 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19567.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19568.10" } } From 1134b3ed915b6b1744efe7ebf0c56074c96a2402 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 13:36:06 +0000 Subject: [PATCH 1095/2259] Update dependencies from https://github.com/dotnet/arcade build 20191119.6 (#5724) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19569.6 --- eng/Version.Details.xml | 4 ++-- .../post-build/channels/generic-internal-channel.yml | 1 - global.json | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e0c00884e..20ee27847 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 303e0fac8703c7147c9e1f1046082c8db4fb66fa + c29c916a0d1736522cfd944fcc06ead33b5e27db
diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 2ea807033..3a8755fbb 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -97,7 +97,6 @@ stages: buildType: current artifactName: BlobArtifacts continueOnError: true - - task: DownloadBuildArtifacts@0 displayName: Download Asset Manifests inputs: diff --git a/global.json b/global.json index 8db7e0a48..62e693670 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19568.10" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19569.6" } } From 7d921bea90b435be79f4820d88be1dbf8ec85882 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2019 22:33:41 +0000 Subject: [PATCH 1096/2259] [master] Update dependencies from aspnet/AspNetCore (#5715) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191118.8 - dotnet-user-secrets - 5.0.0-alpha1.19568.8 - dotnet-watch - 5.0.0-alpha1.19568.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19568.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19568.8 - dotnet-dev-certs - 5.0.0-alpha1.19568.8 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19568.8 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191120.1 - dotnet-user-secrets - 5.0.0-alpha1.19570.1 - dotnet-watch - 5.0.0-alpha1.19570.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19570.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19570.1 - dotnet-dev-certs - 5.0.0-alpha1.19570.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19570.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20ee27847..31cba60b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 - + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 - + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 - + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 - + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 - + https://github.com/aspnet/AspNetCore - 8d1c8005d8f84daef433c2387dade6ef312fca67 + 242890940e3e881ac605e5fc8b60b3c394e279a3 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 721217eed..fb6559097 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19568.5 - 5.0.0-alpha1.19568.5 - 5.0.0-alpha1.19568.5 - 5.0.0-alpha1.19568.5 - 5.0.0-alpha1.19568.5 - 5.0.0-alpha1.19568.5 + 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19570.1 From c28aeebc62db48a14f78c05c81198d2d51c275fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 13:32:13 +0000 Subject: [PATCH 1097/2259] Update dependencies from https://github.com/dotnet/arcade build 20191120.6 (#5736) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19570.6 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 31cba60b1..dc14f7359 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - c29c916a0d1736522cfd944fcc06ead33b5e27db + be36a2fb1898f4eb69b29a1150a507e371618b8c
diff --git a/global.json b/global.json index 62e693670..b9ab86b49 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19569.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19570.6" } } From fc3c44a49c044eaf111ab2df5c54215bb1232b30 Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 21 Nov 2019 10:23:59 -0800 Subject: [PATCH 1098/2259] Update branding to 3.1.200 preview1 --- src/CopyToLatest/targets/BranchInfo.props | 2 +- src/redist/targets/Versions.targets | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/CopyToLatest/targets/BranchInfo.props b/src/CopyToLatest/targets/BranchInfo.props index 7a1921c15..e67ccd9d2 100644 --- a/src/CopyToLatest/targets/BranchInfo.props +++ b/src/CopyToLatest/targets/BranchInfo.props @@ -1,5 +1,5 @@ - release/3.1.1xx + release/3.1.2xx diff --git a/src/redist/targets/Versions.targets b/src/redist/targets/Versions.targets index 459284ab9..8f83d1cfb 100644 --- a/src/redist/targets/Versions.targets +++ b/src/redist/targets/Versions.targets @@ -2,9 +2,9 @@ 3 1 - 1 + 2 00 - rtm + preview1 From 9018671d62ac3b05763b75412adf0df7dbd6112f Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 21 Nov 2019 11:22:15 -0800 Subject: [PATCH 1099/2259] Set DropSuffix=false (#5737) --- src/redist/targets/Versions.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/Versions.targets b/src/redist/targets/Versions.targets index 8f83d1cfb..3118748cf 100644 --- a/src/redist/targets/Versions.targets +++ b/src/redist/targets/Versions.targets @@ -8,7 +8,7 @@ - true + false From f5d3c3dd00216a1db11ea853ab6c40d64d23f7d7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 22 Nov 2019 13:41:58 +0000 Subject: [PATCH 1100/2259] Update dependencies from https://github.com/dotnet/arcade build 20191121.10 (#5760) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19571.10 --- eng/Version.Details.xml | 4 +- eng/common/CheckSymbols.ps1 | 53 ++-- eng/common/SetupNugetSources.ps1 | 65 +++-- eng/common/SetupNugetSources.sh | 2 +- eng/common/SourceLinkValidation.ps1 | 269 +++++++++--------- eng/common/build.ps1 | 80 +++--- eng/common/darc-init.ps1 | 19 +- eng/common/darc-init.sh | 4 +- eng/common/dotnet-install.ps1 | 25 +- eng/common/dotnet-install.sh | 7 +- eng/common/enable-cross-org-publishing.ps1 | 6 +- eng/common/generate-graph-files.ps1 | 49 ++-- eng/common/init-tools-native.ps1 | 34 +-- eng/common/init-tools-native.sh | 5 +- eng/common/internal-feed-operations.ps1 | 28 +- eng/common/internal-feed-operations.sh | 4 +- eng/common/msbuild.ps1 | 5 +- eng/common/native/common-library.sh | 10 +- eng/common/native/install-cmake-test.sh | 4 +- eng/common/native/install-cmake.sh | 4 +- eng/common/native/install-tool.ps1 | 10 +- eng/common/pipeline-logging-functions.ps1 | 70 ++--- eng/common/pipeline-logging-functions.sh | 11 +- eng/common/post-build/darc-gather-drop.ps1 | 15 +- eng/common/post-build/nuget-validation.ps1 | 11 +- eng/common/post-build/post-build-utils.ps1 | 32 +-- eng/common/post-build/promote-build.ps1 | 18 +- .../post-build/sourcelink-validation.ps1 | 42 +-- eng/common/post-build/symbols-validation.ps1 | 71 +++-- .../post-build/trigger-subscriptions.ps1 | 93 +++--- eng/common/sdk-task.ps1 | 19 +- eng/common/sdl/execute-all-sdl-tools.ps1 | 148 +++++----- eng/common/sdl/extract-artifact-packages.ps1 | 90 +++--- eng/common/sdl/init-sdl.ps1 | 38 ++- eng/common/sdl/push-gdn.ps1 | 92 +++--- eng/common/sdl/run-sdl.ps1 | 88 +++--- .../templates/post-build/common-variables.yml | 16 +- .../templates/post-build/post-build.yml | 21 +- eng/common/tools.ps1 | 146 +++++----- eng/common/tools.sh | 13 +- global.json | 2 +- 41 files changed, 919 insertions(+), 804 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc14f7359..0888ef4a4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - be36a2fb1898f4eb69b29a1150a507e371618b8c + 6ade65ab9d2d63b3fcb73647fc109e2b36ffdc80
diff --git a/eng/common/CheckSymbols.ps1 b/eng/common/CheckSymbols.ps1 index b8d84607b..5442eff38 100644 --- a/eng/common/CheckSymbols.ps1 +++ b/eng/common/CheckSymbols.ps1 @@ -5,11 +5,12 @@ param( ) Add-Type -AssemblyName System.IO.Compression.FileSystem +. $PSScriptRoot\pipeline-logging-functions.ps1 function FirstMatchingSymbolDescriptionOrDefault { param( [string] $FullPath, # Full path to the module that has to be checked - [string] $TargetServerParam, # Parameter to pass to `Symbol Tool` indicating the server to lookup for symbols + [string] $TargetServerParameter, # Parameter to pass to `Symbol Tool` indicating the server to lookup for symbols [string] $SymbolsPath ) @@ -21,36 +22,36 @@ function FirstMatchingSymbolDescriptionOrDefault { # checking and which type of file was uploaded. # The file itself is returned - $SymbolPath = $SymbolsPath + "\" + $FileName + $SymbolPath = $SymbolsPath + '\' + $FileName # PDB file for the module - $PdbPath = $SymbolPath.Replace($Extension, ".pdb") + $PdbPath = $SymbolPath.Replace($Extension, '.pdb') # PDB file for R2R module (created by crossgen) - $NGenPdb = $SymbolPath.Replace($Extension, ".ni.pdb") + $NGenPdb = $SymbolPath.Replace($Extension, '.ni.pdb') # DBG file for a .so library - $SODbg = $SymbolPath.Replace($Extension, ".so.dbg") + $SODbg = $SymbolPath.Replace($Extension, '.so.dbg') # DWARF file for a .dylib - $DylibDwarf = $SymbolPath.Replace($Extension, ".dylib.dwarf") + $DylibDwarf = $SymbolPath.Replace($Extension, '.dylib.dwarf') - .\dotnet-symbol.exe --symbols --modules --windows-pdbs $TargetServerParam $FullPath -o $SymbolsPath | Out-Null + .\dotnet-symbol.exe --symbols --modules --windows-pdbs $TargetServerParameter $FullPath -o $SymbolsPath | Out-Null if (Test-Path $PdbPath) { - return "PDB" + return 'PDB' } elseif (Test-Path $NGenPdb) { - return "NGen PDB" + return 'NGen PDB' } elseif (Test-Path $SODbg) { - return "DBG for SO" + return 'DBG for SO' } elseif (Test-Path $DylibDwarf) { - return "Dwarf for Dylib" + return 'Dwarf for Dylib' } elseif (Test-Path $SymbolPath) { - return "Module" + return 'Module' } else { return $null @@ -68,7 +69,7 @@ function CountMissingSymbols { } # Extensions for which we'll look for symbols - $RelevantExtensions = @(".dll", ".exe", ".so", ".dylib") + $RelevantExtensions = @('.dll', '.exe', '.so', '.dylib') # How many files are missing symbol information $MissingSymbols = 0 @@ -76,7 +77,7 @@ function CountMissingSymbols { $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) $PackageGuid = New-Guid $ExtractPath = Join-Path -Path $ExtractPath -ChildPath $PackageGuid - $SymbolsPath = Join-Path -Path $ExtractPath -ChildPath "Symbols" + $SymbolsPath = Join-Path -Path $ExtractPath -ChildPath 'Symbols' [System.IO.Compression.ZipFile]::ExtractToDirectory($PackagePath, $ExtractPath) @@ -86,31 +87,31 @@ function CountMissingSymbols { Get-ChildItem -Recurse $ExtractPath | Where-Object {$RelevantExtensions -contains $_.Extension} | ForEach-Object { - if ($_.FullName -Match "\\ref\\") { + if ($_.FullName -Match '\\ref\\') { Write-Host "`t Ignoring reference assembly file" $_.FullName return } - $SymbolsOnMSDL = FirstMatchingSymbolDescriptionOrDefault $_.FullName "--microsoft-symbol-server" $SymbolsPath - $SymbolsOnSymWeb = FirstMatchingSymbolDescriptionOrDefault $_.FullName "--internal-server" $SymbolsPath + $SymbolsOnMSDL = FirstMatchingSymbolDescriptionOrDefault -FullPath $_.FullName -TargetServerParameter '--microsoft-symbol-server' -SymbolsPath $SymbolsPath + $SymbolsOnSymWeb = FirstMatchingSymbolDescriptionOrDefault -FullPath $_.FullName -TargetServerParameter '--internal-server' -SymbolsPath $SymbolsPath Write-Host -NoNewLine "`t Checking file" $_.FullName "... " if ($SymbolsOnMSDL -ne $null -and $SymbolsOnSymWeb -ne $null) { - Write-Host "Symbols found on MSDL (" $SymbolsOnMSDL ") and SymWeb (" $SymbolsOnSymWeb ")" + Write-Host "Symbols found on MSDL (${$SymbolsOnMSDL}) and SymWeb (${$SymbolsOnSymWeb})" } else { $MissingSymbols++ if ($SymbolsOnMSDL -eq $null -and $SymbolsOnSymWeb -eq $null) { - Write-Host "No symbols found on MSDL or SymWeb!" + Write-Host 'No symbols found on MSDL or SymWeb!' } else { if ($SymbolsOnMSDL -eq $null) { - Write-Host "No symbols found on MSDL!" + Write-Host 'No symbols found on MSDL!' } else { - Write-Host "No symbols found on SymWeb!" + Write-Host 'No symbols found on SymWeb!' } } } @@ -129,26 +130,26 @@ function CheckSymbolsAvailable { Get-ChildItem "$InputPath\*.nupkg" | ForEach-Object { $FileName = $_.Name - + # These packages from Arcade-Services include some native libraries that # our current symbol uploader can't handle. Below is a workaround until # we get issue: https://github.com/dotnet/arcade/issues/2457 sorted. - if ($FileName -Match "Microsoft\.DotNet\.Darc\.") { + if ($FileName -Match 'Microsoft\.DotNet\.Darc\.') { Write-Host "Ignoring Arcade-services file: $FileName" Write-Host return } - elseif ($FileName -Match "Microsoft\.DotNet\.Maestro\.Tasks\.") { + elseif ($FileName -Match 'Microsoft\.DotNet\.Maestro\.Tasks\.') { Write-Host "Ignoring Arcade-services file: $FileName" Write-Host return } - + Write-Host "Validating $FileName " $Status = CountMissingSymbols "$InputPath\$FileName" if ($Status -ne 0) { - Write-Error "Missing symbols for $Status modules in the package $FileName" + Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "Missing symbols for $Status modules in the package $FileName" } Write-Host diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 index 2cb40c294..6662e4bc1 100644 --- a/eng/common/SetupNugetSources.ps1 +++ b/eng/common/SetupNugetSources.ps1 @@ -94,34 +94,41 @@ function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Password) { } } -if (!(Test-Path $ConfigFile -PathType Leaf)) { - Write-Host "Couldn't find the file NuGet config file: $ConfigFile" - ExitWithExitCode 1 +try { + if (!(Test-Path $ConfigFile -PathType Leaf)) { + Write-PipelineTelemetryError -Category 'Build' -Message "Couldn't find the file NuGet config file: $ConfigFile" + ExitWithExitCode 1 + } + + # Load NuGet.config + $doc = New-Object System.Xml.XmlDocument + $filename = (Get-Item $ConfigFile).FullName + $doc.Load($filename) + + # Get reference to or create one if none exist already + $sources = $doc.DocumentElement.SelectSingleNode("packageSources") + if ($sources -eq $null) { + $sources = $doc.CreateElement("packageSources") + $doc.DocumentElement.AppendChild($sources) | Out-Null + } + + # Looks for a node. Create it if none is found. + $creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") + if ($creds -eq $null) { + $creds = $doc.CreateElement("packageSourceCredentials") + $doc.DocumentElement.AppendChild($creds) | Out-Null + } + + # Insert credential nodes for Maestro's private feeds + InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password + + AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + + $doc.Save($filename) } - -# Load NuGet.config -$doc = New-Object System.Xml.XmlDocument -$filename = (Get-Item $ConfigFile).FullName -$doc.Load($filename) - -# Get reference to or create one if none exist already -$sources = $doc.DocumentElement.SelectSingleNode("packageSources") -if ($sources -eq $null) { - $sources = $doc.CreateElement("packageSources") - $doc.DocumentElement.AppendChild($sources) | Out-Null +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ + ExitWithExitCode 1 } - -# Looks for a node. Create it if none is found. -$creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") -if ($creds -eq $null) { - $creds = $doc.CreateElement("packageSourceCredentials") - $doc.DocumentElement.AppendChild($creds) | Out-Null -} - -# Insert credential nodes for Maestro's private feeds -InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password - -AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password -AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password - -$doc.Save($filename) diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh index 126452131..55ad70e36 100644 --- a/eng/common/SetupNugetSources.sh +++ b/eng/common/SetupNugetSources.sh @@ -42,7 +42,7 @@ scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" . "$scriptroot/tools.sh" if [ ! -f "$ConfigFile" ]; then - echo "Couldn't find the file NuGet config file: $ConfigFile" + Write-PipelineTelemetryError -Category 'Build' -Message "Couldn't find the file NuGet config file: $ConfigFile" ExitWithExitCode 1 fi diff --git a/eng/common/SourceLinkValidation.ps1 b/eng/common/SourceLinkValidation.ps1 index cb2d28cb9..0e4c349e0 100644 --- a/eng/common/SourceLinkValidation.ps1 +++ b/eng/common/SourceLinkValidation.ps1 @@ -6,140 +6,15 @@ param( [Parameter(Mandatory=$true)][string] $GHCommit # GitHub commit SHA used to build the packages ) -# Cache/HashMap (File -> Exist flag) used to consult whether a file exist -# in the repository at a specific commit point. This is populated by inserting -# all files present in the repo at a specific commit point. -$global:RepoFiles = @{} - -$ValidatePackage = { - param( - [string] $PackagePath # Full path to a Symbols.NuGet package - ) - - # Ensure input file exist - if (!(Test-Path $PackagePath)) { - throw "Input file does not exist: $PackagePath" - } - - # Extensions for which we'll look for SourceLink information - # For now we'll only care about Portable & Embedded PDBs - $RelevantExtensions = @(".dll", ".exe", ".pdb") - - Write-Host -NoNewLine "Validating" ([System.IO.Path]::GetFileName($PackagePath)) "... " - - $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) - $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId - $FailedFiles = 0 - - Add-Type -AssemblyName System.IO.Compression.FileSystem - - [System.IO.Directory]::CreateDirectory($ExtractPath); - - $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) - - $zip.Entries | - Where-Object {$RelevantExtensions -contains [System.IO.Path]::GetExtension($_.Name)} | - ForEach-Object { - $FileName = $_.FullName - $Extension = [System.IO.Path]::GetExtension($_.Name) - $FakeName = -Join((New-Guid), $Extension) - $TargetFile = Join-Path -Path $ExtractPath -ChildPath $FakeName - - # We ignore resource DLLs - if ($FileName.EndsWith(".resources.dll")) { - return - } - - [System.IO.Compression.ZipFileExtensions]::ExtractToFile($_, $TargetFile, $true) - - $ValidateFile = { - param( - [string] $FullPath, # Full path to the module that has to be checked - [string] $RealPath, - [ref] $FailedFiles - ) - - # Makes easier to reference `sourcelink cli` - Push-Location $using:SourceLinkToolPath - - $SourceLinkInfos = .\sourcelink.exe print-urls $FullPath | Out-String - - if ($LASTEXITCODE -eq 0 -and -not ([string]::IsNullOrEmpty($SourceLinkInfos))) { - $NumFailedLinks = 0 - - # We only care about Http addresses - $Matches = (Select-String '(http[s]?)(:\/\/)([^\s,]+)' -Input $SourceLinkInfos -AllMatches).Matches - - if ($Matches.Count -ne 0) { - $Matches.Value | - ForEach-Object { - $Link = $_ - $CommitUrl = -Join("https://raw.githubusercontent.com/", $using:GHRepoName, "/", $using:GHCommit, "/") - $FilePath = $Link.Replace($CommitUrl, "") - $Status = 200 - $Cache = $using:RepoFiles - - if ( !($Cache.ContainsKey($FilePath)) ) { - try { - $Uri = $Link -as [System.URI] - - # Only GitHub links are valid - if ($Uri.AbsoluteURI -ne $null -and $Uri.Host -match "github") { - $Status = (Invoke-WebRequest -Uri $Link -UseBasicParsing -Method HEAD -TimeoutSec 5).StatusCode - } - else { - $Status = 0 - } - } - catch { - $Status = 0 - } - } - - if ($Status -ne 200) { - if ($NumFailedLinks -eq 0) { - if ($FailedFiles.Value -eq 0) { - Write-Host - } - - Write-Host "`tFile $RealPath has broken links:" - } - - Write-Host "`t`tFailed to retrieve $Link" - - $NumFailedLinks++ - } - } - } - - if ($NumFailedLinks -ne 0) { - $FailedFiles.value++ - $global:LASTEXITCODE = 1 - } - } - - Pop-Location - } - - &$ValidateFile $TargetFile $FileName ([ref]$FailedFiles) - } - - $zip.Dispose() - - if ($FailedFiles -eq 0) { - Write-Host "Passed." - } -} - function ValidateSourceLinkLinks { if (!($GHRepoName -Match "^[^\s\/]+/[^\s\/]+$")) { - Write-Host "GHRepoName should be in the format /" + Write-PipelineTelemetryError -Category "Build" -Message "GHRepoName should be in the format /" $global:LASTEXITCODE = 1 return } if (!($GHCommit -Match "^[0-9a-fA-F]{40}$")) { - Write-Host "GHCommit should be a 40 chars hexadecimal string" + Write-PipelineTelemetryError -Category "Build" -Message "GHCommit should be a 40 chars hexadecimal string" $global:LASTEXITCODE = 1 return } @@ -160,7 +35,7 @@ function ValidateSourceLinkLinks { } } catch { - Write-Host "Problems downloading the list of files from the repo. Url used: $RepoTreeURL" + Write-PipelineTelemetryError -Category "Build" -Message "Problems downloading the list of files from the repo. Url used: $RepoTreeURL" $global:LASTEXITCODE = 1 return } @@ -181,4 +56,140 @@ function ValidateSourceLinkLinks { } } -Measure-Command { ValidateSourceLinkLinks } +try { + . $PSScriptRoot\pipeline-logging-functions.ps1 + + # Cache/HashMap (File -> Exist flag) used to consult whether a file exist + # in the repository at a specific commit point. This is populated by inserting + # all files present in the repo at a specific commit point. + $global:RepoFiles = @{} + + $ValidatePackage = { + param( + [string] $PackagePath # Full path to a Symbols.NuGet package + ) + + # Ensure input file exist + if (!(Test-Path $PackagePath)) { + throw "Input file does not exist: $PackagePath" + } + + # Extensions for which we'll look for SourceLink information + # For now we'll only care about Portable & Embedded PDBs + $RelevantExtensions = @(".dll", ".exe", ".pdb") + + Write-Host -NoNewLine "Validating" ([System.IO.Path]::GetFileName($PackagePath)) "... " + + $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) + $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId + $FailedFiles = 0 + + Add-Type -AssemblyName System.IO.Compression.FileSystem + + [System.IO.Directory]::CreateDirectory($ExtractPath); + + $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) + + $zip.Entries | + Where-Object {$RelevantExtensions -contains [System.IO.Path]::GetExtension($_.Name)} | + ForEach-Object { + $FileName = $_.FullName + $Extension = [System.IO.Path]::GetExtension($_.Name) + $FakeName = -Join((New-Guid), $Extension) + $TargetFile = Join-Path -Path $ExtractPath -ChildPath $FakeName + + # We ignore resource DLLs + if ($FileName.EndsWith(".resources.dll")) { + return + } + + [System.IO.Compression.ZipFileExtensions]::ExtractToFile($_, $TargetFile, $true) + + $ValidateFile = { + param( + [string] $FullPath, # Full path to the module that has to be checked + [string] $RealPath, + [ref] $FailedFiles + ) + + # Makes easier to reference `sourcelink cli` + Push-Location $using:SourceLinkToolPath + + $SourceLinkInfos = .\sourcelink.exe print-urls $FullPath | Out-String + + if ($LASTEXITCODE -eq 0 -and -not ([string]::IsNullOrEmpty($SourceLinkInfos))) { + $NumFailedLinks = 0 + + # We only care about Http addresses + $Matches = (Select-String '(http[s]?)(:\/\/)([^\s,]+)' -Input $SourceLinkInfos -AllMatches).Matches + + if ($Matches.Count -ne 0) { + $Matches.Value | + ForEach-Object { + $Link = $_ + $CommitUrl = -Join("https://raw.githubusercontent.com/", $using:GHRepoName, "/", $using:GHCommit, "/") + $FilePath = $Link.Replace($CommitUrl, "") + $Status = 200 + $Cache = $using:RepoFiles + + if ( !($Cache.ContainsKey($FilePath)) ) { + try { + $Uri = $Link -as [System.URI] + + # Only GitHub links are valid + if ($Uri.AbsoluteURI -ne $null -and $Uri.Host -match "github") { + $Status = (Invoke-WebRequest -Uri $Link -UseBasicParsing -Method HEAD -TimeoutSec 5).StatusCode + } + else { + $Status = 0 + } + } + catch { + $Status = 0 + } + } + + if ($Status -ne 200) { + if ($NumFailedLinks -eq 0) { + if ($FailedFiles.Value -eq 0) { + Write-Host + } + + Write-Host "`tFile $RealPath has broken links:" + } + + Write-Host "`t`tFailed to retrieve $Link" + + $NumFailedLinks++ + } + } + } + + if ($NumFailedLinks -ne 0) { + $FailedFiles.value++ + $global:LASTEXITCODE = 1 + } + } + + Pop-Location + } + + &$ValidateFile $TargetFile $FileName ([ref]$FailedFiles) + } + + $zip.Dispose() + + if ($FailedFiles -eq 0) { + Write-Host "Passed." + } + } + + Measure-Command { ValidateSourceLinkLinks } +} +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'SourceLink' -Message $_ + ExitWithExitCode 1 +} + + diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 55dff3320..ce6882eea 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -26,42 +26,40 @@ Param( [Parameter(ValueFromRemainingArguments=$true)][String[]]$properties ) -. $PSScriptRoot\tools.ps1 - function Print-Usage() { - Write-Host "Common settings:" - Write-Host " -configuration Build configuration: 'Debug' or 'Release' (short: -c)" - Write-Host " -platform Platform configuration: 'x86', 'x64' or any valid Platform value to pass to msbuild" - Write-Host " -verbosity Msbuild verbosity: q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic] (short: -v)" - Write-Host " -binaryLog Output binary log (short: -bl)" - Write-Host " -help Print help and exit" - Write-Host "" + Write-Host "Common settings:" + Write-Host " -configuration Build configuration: 'Debug' or 'Release' (short: -c)" + Write-Host " -platform Platform configuration: 'x86', 'x64' or any valid Platform value to pass to msbuild" + Write-Host " -verbosity Msbuild verbosity: q[uiet], m[inimal], n[ormal], d[etailed], and diag[nostic] (short: -v)" + Write-Host " -binaryLog Output binary log (short: -bl)" + Write-Host " -help Print help and exit" + Write-Host "" - Write-Host "Actions:" - Write-Host " -restore Restore dependencies (short: -r)" - Write-Host " -build Build solution (short: -b)" - Write-Host " -rebuild Rebuild solution" - Write-Host " -deploy Deploy built VSIXes" - Write-Host " -deployDeps Deploy dependencies (e.g. VSIXes for integration tests)" - Write-Host " -test Run all unit tests in the solution (short: -t)" - Write-Host " -integrationTest Run all integration tests in the solution" - Write-Host " -performanceTest Run all performance tests in the solution" - Write-Host " -pack Package build outputs into NuGet packages and Willow components" - Write-Host " -sign Sign build outputs" - Write-Host " -publish Publish artifacts (e.g. symbols)" - Write-Host " -clean Clean the solution" - Write-Host "" + Write-Host "Actions:" + Write-Host " -restore Restore dependencies (short: -r)" + Write-Host " -build Build solution (short: -b)" + Write-Host " -rebuild Rebuild solution" + Write-Host " -deploy Deploy built VSIXes" + Write-Host " -deployDeps Deploy dependencies (e.g. VSIXes for integration tests)" + Write-Host " -test Run all unit tests in the solution (short: -t)" + Write-Host " -integrationTest Run all integration tests in the solution" + Write-Host " -performanceTest Run all performance tests in the solution" + Write-Host " -pack Package build outputs into NuGet packages and Willow components" + Write-Host " -sign Sign build outputs" + Write-Host " -publish Publish artifacts (e.g. symbols)" + Write-Host " -clean Clean the solution" + Write-Host "" - Write-Host "Advanced settings:" - Write-Host " -projects Semi-colon delimited list of sln/proj's to build. Globbing is supported (*.sln)" - Write-Host " -ci Set when running on CI server" - Write-Host " -prepareMachine Prepare machine for CI run, clean up processes after build" - Write-Host " -warnAsError Sets warnaserror msbuild parameter ('true' or 'false')" - Write-Host " -msbuildEngine Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)." - Write-Host "" + Write-Host "Advanced settings:" + Write-Host " -projects Semi-colon delimited list of sln/proj's to build. Globbing is supported (*.sln)" + Write-Host " -ci Set when running on CI server" + Write-Host " -prepareMachine Prepare machine for CI run, clean up processes after build" + Write-Host " -warnAsError Sets warnaserror msbuild parameter ('true' or 'false')" + Write-Host " -msbuildEngine Msbuild engine to use to run build ('dotnet', 'vs', or unspecified)." + Write-Host "" - Write-Host "Command line arguments not listed above are passed thru to msbuild." - Write-Host "The above arguments can be shortened as much as to be unambiguous (e.g. -co for configuration, -t for test, etc.)." + Write-Host "Command line arguments not listed above are passed thru to msbuild." + Write-Host "The above arguments can be shortened as much as to be unambiguous (e.g. -co for configuration, -t for test, etc.)." } function InitializeCustomToolset { @@ -69,7 +67,7 @@ function InitializeCustomToolset { return } - $script = Join-Path $EngRoot "restore-toolset.ps1" + $script = Join-Path $EngRoot 'restore-toolset.ps1' if (Test-Path $script) { . $script @@ -80,8 +78,8 @@ function Build { $toolsetBuildProj = InitializeToolset InitializeCustomToolset - $bl = if ($binaryLog) { "/bl:" + (Join-Path $LogDir "Build.binlog") } else { "" } - $platformArg = if ($platform) { "/p:Platform=$platform" } else { "" } + $bl = if ($binaryLog) { '/bl:' + (Join-Path $LogDir 'Build.binlog') } else { '' } + $platformArg = if ($platform) { "/p:Platform=$platform" } else { '' } if ($projects) { # Re-assign properties to a new variable because PowerShell doesn't let us append properties directly for unclear reasons. @@ -117,13 +115,19 @@ function Build { if ($clean) { if(Test-Path $ArtifactsDir) { Remove-Item -Recurse -Force $ArtifactsDir - Write-Host "Artifacts directory deleted." + Write-Host 'Artifacts directory deleted.' } exit 0 } try { - if ($help -or (($null -ne $properties) -and ($properties.Contains("/help") -or $properties.Contains("/?")))) { + . $PSScriptRoot\tools.ps1 + If ((Test-Path variable:LastExitCode) -And ($LastExitCode -ne 0)) { + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message 'Eng/common/tools.ps1 returned a non-zero exit code.' + ExitWithExitCode $LastExitCode + } + + if ($help -or (($null -ne $properties) -and ($properties.Contains('/help') -or $properties.Contains('/?')))) { Print-Usage exit 0 } @@ -141,7 +145,7 @@ try { } catch { Write-Host $_.ScriptStackTrace - Write-PipelineTelemetryError -Category "InitializeToolset" -Message $_ + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index 5d7eaa5f9..fc2190365 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -1,14 +1,14 @@ param ( $darcVersion = $null, - $versionEndpoint = "https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16", - $verbosity = "m", + $versionEndpoint = 'https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16', + $verbosity = 'minimal', $toolpath = $null ) . $PSScriptRoot\tools.ps1 function InstallDarcCli ($darcVersion) { - $darcCliPackageName = "microsoft.dotnet.darc" + $darcCliPackageName = 'microsoft.dotnet.darc' $dotnetRoot = InitializeDotNetCli -install:$true $dotnet = "$dotnetRoot\dotnet.exe" @@ -27,12 +27,19 @@ function InstallDarcCli ($darcVersion) { $arcadeServicesSource = 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' Write-Host "Installing Darc CLI version $darcVersion..." - Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." + Write-Host 'You may need to restart your command window if this is the first dotnet tool you have installed.' if (-not $toolpath) { & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g }else { - & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity --tool-path "$toolpath" + & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity --tool-path "$toolpath" } } -InstallDarcCli $darcVersion +try { + InstallDarcCli $darcVersion +} +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Darc' -Message $_ + ExitWithExitCode 1 +} \ No newline at end of file diff --git a/eng/common/darc-init.sh b/eng/common/darc-init.sh index 82b2b5767..d981d7bbf 100755 --- a/eng/common/darc-init.sh +++ b/eng/common/darc-init.sh @@ -2,8 +2,8 @@ source="${BASH_SOURCE[0]}" darcVersion='' -versionEndpoint="https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16" -verbosity=m +versionEndpoint='https://maestro-prod.westus2.cloudapp.azure.com/api/assets/darc-version?api-version=2019-01-16' +verbosity='minimal' while [[ $# > 0 ]]; do opt="$(echo "$1" | awk '{print tolower($0)}')" diff --git a/eng/common/dotnet-install.ps1 b/eng/common/dotnet-install.ps1 index ec3e739fe..811f0f717 100644 --- a/eng/common/dotnet-install.ps1 +++ b/eng/common/dotnet-install.ps1 @@ -1,28 +1,27 @@ [CmdletBinding(PositionalBinding=$false)] Param( - [string] $verbosity = "minimal", - [string] $architecture = "", - [string] $version = "Latest", - [string] $runtime = "dotnet", - [string] $RuntimeSourceFeed = "", - [string] $RuntimeSourceFeedKey = "" + [string] $verbosity = 'minimal', + [string] $architecture = '', + [string] $version = 'Latest', + [string] $runtime = 'dotnet', + [string] $RuntimeSourceFeed = '', + [string] $RuntimeSourceFeedKey = '' ) . $PSScriptRoot\tools.ps1 -$dotnetRoot = Join-Path $RepoRoot ".dotnet" +$dotnetRoot = Join-Path $RepoRoot '.dotnet' $installdir = $dotnetRoot try { - if ($architecture -and $architecture.Trim() -eq "x86") { - $installdir = Join-Path $installdir "x86" + if ($architecture -and $architecture.Trim() -eq 'x86') { + $installdir = Join-Path $installdir 'x86' } - InstallDotNet $installdir $version $architecture $runtime $true -RuntimeSourceFeed $RuntimeSourceFeed -RuntimeSourceFeedKey $RuntimeSourceFeedKey -} + InstallDotNet $installdir $version $architecture $runtime $true -RuntimeSourceFeed $RuntimeSourceFeed -RuntimeSourceFeedKey $RuntimeSourceFeedKey +} catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh index 94ea34388..50bc5e475 100755 --- a/eng/common/dotnet-install.sh +++ b/eng/common/dotnet-install.sh @@ -11,6 +11,8 @@ while [[ -h "$source" ]]; do done scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" +. "$scriptroot/tools.sh" + version='Latest' architecture='' runtime='dotnet' @@ -40,7 +42,7 @@ while [[ $# > 0 ]]; do runtimeSourceFeedKey="$1" ;; *) - echo "Invalid argument: $1" + Write-PipelineTelemetryError -Category 'Build' -Message "Invalid argument: $1" exit 1 ;; esac @@ -73,7 +75,6 @@ case $cpuname in ;; esac -. "$scriptroot/tools.sh" dotnetRoot="$repo_root/.dotnet" if [[ $architecture != "" ]] && [[ $architecture != $buildarch ]]; then dotnetRoot="$dotnetRoot/$architecture" @@ -81,7 +82,7 @@ fi InstallDotNet $dotnetRoot $version "$architecture" $runtime true $runtimeSourceFeed $runtimeSourceFeedKey || { local exit_code=$? - echo "dotnet-install.sh failed (exit code '$exit_code')." >&2 + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "dotnet-install.sh failed (exit code '$exit_code')." >&2 ExitWithExitCode $exit_code } diff --git a/eng/common/enable-cross-org-publishing.ps1 b/eng/common/enable-cross-org-publishing.ps1 index eccbf9f1b..efa26621d 100644 --- a/eng/common/enable-cross-org-publishing.ps1 +++ b/eng/common/enable-cross-org-publishing.ps1 @@ -2,5 +2,7 @@ param( [string] $token ) -Write-Host "##vso[task.setvariable variable=VSS_NUGET_ACCESSTOKEN]$token" -Write-Host "##vso[task.setvariable variable=VSS_NUGET_URI_PREFIXES]https://dnceng.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/dnceng/;https://devdiv.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/devdiv/" +. $PSScriptRoot\pipeline-logging-functions.ps1 + +Write-PipelineSetVariable -Name 'VSS_NUGET_ACCESSTOKEN' -Value $token +Write-PipelineSetVariable -Name 'VSS_NUGET_URI_PREFIXES' -Value 'https://dnceng.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/dnceng/;https://devdiv.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/devdiv/' diff --git a/eng/common/generate-graph-files.ps1 b/eng/common/generate-graph-files.ps1 index b056e4c1a..7ad26afa6 100644 --- a/eng/common/generate-graph-files.ps1 +++ b/eng/common/generate-graph-files.ps1 @@ -9,33 +9,33 @@ Param( # toolset dependencies see https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#toolset-vs-product-dependencies ) -$ErrorActionPreference = "Stop" -. $PSScriptRoot\tools.ps1 - -Import-Module -Name (Join-Path $PSScriptRoot "native\CommonLibrary.psm1") - function CheckExitCode ([string]$stage) { $exitCode = $LASTEXITCODE if ($exitCode -ne 0) { - Write-Host "Something failed in stage: '$stage'. Check for errors above. Exiting now..." + Write-PipelineTelemetryError -Category 'Arcade' -Message "Something failed in stage: '$stage'. Check for errors above. Exiting now..." ExitWithExitCode $exitCode } } try { + $ErrorActionPreference = 'Stop' + . $PSScriptRoot\tools.ps1 + + Import-Module -Name (Join-Path $PSScriptRoot 'native\CommonLibrary.psm1') + Push-Location $PSScriptRoot - Write-Host "Installing darc..." + Write-Host 'Installing darc...' . .\darc-init.ps1 -darcVersion $darcVersion - CheckExitCode "Running darc-init" + CheckExitCode 'Running darc-init' - $engCommonBaseDir = Join-Path $PSScriptRoot "native\" + $engCommonBaseDir = Join-Path $PSScriptRoot 'native\' $graphvizInstallDir = CommonLibrary\Get-NativeInstallDirectory - $nativeToolBaseUri = "https://netcorenativeassets.blob.core.windows.net/resource-packages/external" - $installBin = Join-Path $graphvizInstallDir "bin" + $nativeToolBaseUri = 'https://netcorenativeassets.blob.core.windows.net/resource-packages/external' + $installBin = Join-Path $graphvizInstallDir 'bin' - Write-Host "Installing dot..." + Write-Host 'Installing dot...' .\native\install-tool.ps1 -ToolName graphviz -InstallPath $installBin -BaseUri $nativeToolBaseUri -CommonLibraryDirectory $engCommonBaseDir -Version $graphvizVersion -Verbose $darcExe = "$env:USERPROFILE\.dotnet\tools" @@ -51,37 +51,36 @@ try { $graphVizImageFilePath = "$outputFolder\graph.png" $normalGraphFilePath = "$outputFolder\graph-full.txt" $flatGraphFilePath = "$outputFolder\graph-flat.txt" - $baseOptions = @( "--github-pat", "$gitHubPat", "--azdev-pat", "$azdoPat", "--password", "$barToken" ) + $baseOptions = @( '--github-pat', "$gitHubPat", '--azdev-pat', "$azdoPat", '--password', "$barToken" ) if ($includeToolset) { - Write-Host "Toolsets will be included in the graph..." - $baseOptions += @( "--include-toolset" ) + Write-Host 'Toolsets will be included in the graph...' + $baseOptions += @( '--include-toolset' ) } - Write-Host "Generating standard dependency graph..." + Write-Host 'Generating standard dependency graph...' & "$darcExe" get-dependency-graph @baseOptions --output-file $normalGraphFilePath - CheckExitCode "Generating normal dependency graph" + CheckExitCode 'Generating normal dependency graph' - Write-Host "Generating flat dependency graph and graphviz file..." + Write-Host 'Generating flat dependency graph and graphviz file...' & "$darcExe" get-dependency-graph @baseOptions --flat --coherency --graphviz $graphVizFilePath --output-file $flatGraphFilePath - CheckExitCode "Generating flat and graphviz dependency graph" + CheckExitCode 'Generating flat and graphviz dependency graph' Write-Host "Generating graph image $graphVizFilePath" $dotFilePath = Join-Path $installBin "graphviz\$graphvizVersion\release\bin\dot.exe" & "$dotFilePath" -Tpng -o"$graphVizImageFilePath" "$graphVizFilePath" - CheckExitCode "Generating graphviz image" + CheckExitCode 'Generating graphviz image' Write-Host "'$graphVizFilePath', '$flatGraphFilePath', '$normalGraphFilePath' and '$graphVizImageFilePath' created!" } catch { if (!$includeToolset) { - Write-Host "This might be a toolset repo which includes only toolset dependencies. " -NoNewline -ForegroundColor Yellow - Write-Host "Since -includeToolset is not set there is no graph to create. Include -includeToolset and try again..." -ForegroundColor Yellow + Write-Host 'This might be a toolset repo which includes only toolset dependencies. ' -NoNewline -ForegroundColor Yellow + Write-Host 'Since -includeToolset is not set there is no graph to create. Include -includeToolset and try again...' -ForegroundColor Yellow } - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Arcade' -Message $_ ExitWithExitCode 1 } finally { - Pop-Location + Pop-Location } \ No newline at end of file diff --git a/eng/common/init-tools-native.ps1 b/eng/common/init-tools-native.ps1 index 0fc0503ab..f4409f083 100644 --- a/eng/common/init-tools-native.ps1 +++ b/eng/common/init-tools-native.ps1 @@ -35,7 +35,7 @@ File path to global.json file #> [CmdletBinding(PositionalBinding=$false)] Param ( - [string] $BaseUri = "https://netcorenativeassets.blob.core.windows.net/resource-packages/external", + [string] $BaseUri = 'https://netcorenativeassets.blob.core.windows.net/resource-packages/external', [string] $InstallDirectory, [switch] $Clean = $False, [switch] $Force = $False, @@ -45,26 +45,27 @@ Param ( ) if (!$GlobalJsonFile) { - $GlobalJsonFile = Join-Path (Get-Item $PSScriptRoot).Parent.Parent.FullName "global.json" + $GlobalJsonFile = Join-Path (Get-Item $PSScriptRoot).Parent.Parent.FullName 'global.json' } Set-StrictMode -version 2.0 -$ErrorActionPreference="Stop" +$ErrorActionPreference='Stop' -Import-Module -Name (Join-Path $PSScriptRoot "native\CommonLibrary.psm1") +. $PSScriptRoot\pipeline-logging-functions.ps1 +Import-Module -Name (Join-Path $PSScriptRoot 'native\CommonLibrary.psm1') try { # Define verbose switch if undefined - $Verbose = $VerbosePreference -Eq "Continue" + $Verbose = $VerbosePreference -Eq 'Continue' - $EngCommonBaseDir = Join-Path $PSScriptRoot "native\" + $EngCommonBaseDir = Join-Path $PSScriptRoot 'native\' $NativeBaseDir = $InstallDirectory if (!$NativeBaseDir) { $NativeBaseDir = CommonLibrary\Get-NativeInstallDirectory } $Env:CommonLibrary_NativeInstallDir = $NativeBaseDir - $InstallBin = Join-Path $NativeBaseDir "bin" - $InstallerPath = Join-Path $EngCommonBaseDir "install-tool.ps1" + $InstallBin = Join-Path $NativeBaseDir 'bin' + $InstallerPath = Join-Path $EngCommonBaseDir 'install-tool.ps1' # Process tools list Write-Host "Processing $GlobalJsonFile" @@ -74,7 +75,7 @@ try { } $NativeTools = Get-Content($GlobalJsonFile) -Raw | ConvertFrom-Json | - Select-Object -Expand "native-tools" -ErrorAction SilentlyContinue + Select-Object -Expand 'native-tools' -ErrorAction SilentlyContinue if ($NativeTools) { $NativeTools.PSObject.Properties | ForEach-Object { $ToolName = $_.Name @@ -112,18 +113,19 @@ try { } $toolInstallationFailure = $true } else { - Write-Error $errMsg + Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message $errMsg exit 1 } } } if ((Get-Variable 'toolInstallationFailure' -ErrorAction 'SilentlyContinue') -and $toolInstallationFailure) { + Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message 'Native tools bootstrap failed' exit 1 } } else { - Write-Host "No native tools defined in global.json" + Write-Host 'No native tools defined in global.json' exit 0 } @@ -131,18 +133,18 @@ try { exit 0 } if (Test-Path $InstallBin) { - Write-Host "Native tools are available from" (Convert-Path -Path $InstallBin) + Write-Host 'Native tools are available from ' (Convert-Path -Path $InstallBin) Write-Host "##vso[task.prependpath]$(Convert-Path -Path $InstallBin)" return $InstallBin } else { - Write-Error "Native tools install directory does not exist, installation failed" + Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message 'Native tools install directory does not exist, installation failed' exit 1 } exit 0 } catch { - Write-Host $_ - Write-Host $_.Exception - exit 1 + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message $_ + ExitWithExitCode 1 } diff --git a/eng/common/init-tools-native.sh b/eng/common/init-tools-native.sh index 4dafaaca1..dbd7cbfdf 100755 --- a/eng/common/init-tools-native.sh +++ b/eng/common/init-tools-native.sh @@ -12,6 +12,7 @@ retry_wait_time_seconds=30 global_json_file="$(dirname "$(dirname "${scriptroot}")")/global.json" declare -A native_assets +. $scriptroot/pipeline-logging-functions.sh . $scriptroot/native/common-library.sh while (($# > 0)); do @@ -120,7 +121,7 @@ else $installer_command if [[ $? != 0 ]]; then - echo "Execution Failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Execution Failed" exit 1 fi done @@ -134,7 +135,7 @@ if [[ -d $install_bin ]]; then echo "Native tools are available from $install_bin" echo "##vso[task.prependpath]$install_bin" else - echo "Native tools install directory does not exist, installation failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Native tools install directory does not exist, installation failed" exit 1 fi diff --git a/eng/common/internal-feed-operations.ps1 b/eng/common/internal-feed-operations.ps1 index 8b8bafd6a..db0baac9a 100644 --- a/eng/common/internal-feed-operations.ps1 +++ b/eng/common/internal-feed-operations.ps1 @@ -6,9 +6,8 @@ param( [switch] $IsFeedPrivate ) -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 - . $PSScriptRoot\tools.ps1 # Sets VSS_NUGET_EXTERNAL_FEED_ENDPOINTS based on the "darc-int-*" feeds defined in NuGet.config. This is needed @@ -21,7 +20,7 @@ function SetupCredProvider { ) # Install the Cred Provider NuGet plugin - Write-Host "Setting up Cred Provider NuGet plugin in the agent..." + Write-Host 'Setting up Cred Provider NuGet plugin in the agent...' Write-Host "Getting 'installcredprovider.ps1' from 'https://github.com/microsoft/artifacts-credprovider'..." $url = 'https://raw.githubusercontent.com/microsoft/artifacts-credprovider/master/helpers/installcredprovider.ps1' @@ -29,18 +28,18 @@ function SetupCredProvider { Write-Host "Writing the contents of 'installcredprovider.ps1' locally..." Invoke-WebRequest $url -OutFile installcredprovider.ps1 - Write-Host "Installing plugin..." + Write-Host 'Installing plugin...' .\installcredprovider.ps1 -Force Write-Host "Deleting local copy of 'installcredprovider.ps1'..." Remove-Item .\installcredprovider.ps1 if (-Not("$env:USERPROFILE\.nuget\plugins\netcore")) { - Write-Host "CredProvider plugin was not installed correctly!" + Write-PipelineTelemetryError -Category 'Arcade' -Message 'CredProvider plugin was not installed correctly!' ExitWithExitCode 1 } else { - Write-Host "CredProvider plugin was installed correctly!" + Write-Host 'CredProvider plugin was installed correctly!' } # Then, we set the 'VSS_NUGET_EXTERNAL_FEED_ENDPOINTS' environment variable to restore from the stable @@ -49,7 +48,7 @@ function SetupCredProvider { $nugetConfigPath = "$RepoRoot\NuGet.config" if (-Not (Test-Path -Path $nugetConfigPath)) { - Write-Host "NuGet.config file not found in repo's root!" + Write-PipelineTelemetryError -Category 'Build' -Message 'NuGet.config file not found in repo root!' ExitWithExitCode 1 } @@ -81,7 +80,7 @@ function SetupCredProvider { } else { - Write-Host "No internal endpoints found in NuGet.config" + Write-Host 'No internal endpoints found in NuGet.config' } } @@ -99,7 +98,7 @@ function InstallDotNetSdkAndRestoreArcade { & $dotnet restore $restoreProjPath - Write-Host "Arcade SDK restored!" + Write-Host 'Arcade SDK restored!' if (Test-Path -Path $restoreProjPath) { Remove-Item $restoreProjPath @@ -113,23 +112,22 @@ function InstallDotNetSdkAndRestoreArcade { try { Push-Location $PSScriptRoot - if ($Operation -like "setup") { + if ($Operation -like 'setup') { SetupCredProvider $AuthToken } - elseif ($Operation -like "install-restore") { + elseif ($Operation -like 'install-restore') { InstallDotNetSdkAndRestoreArcade } else { - Write-Host "Unknown operation '$Operation'!" + Write-PipelineTelemetryError -Category 'Arcade' -Message "Unknown operation '$Operation'!" ExitWithExitCode 1 } } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Arcade' -Message $_ ExitWithExitCode 1 } finally { - Pop-Location + Pop-Location } diff --git a/eng/common/internal-feed-operations.sh b/eng/common/internal-feed-operations.sh index 1ff654d2f..5941ea283 100755 --- a/eng/common/internal-feed-operations.sh +++ b/eng/common/internal-feed-operations.sh @@ -30,7 +30,7 @@ function SetupCredProvider { rm installcredprovider.sh if [ ! -d "$HOME/.nuget/plugins" ]; then - echo "CredProvider plugin was not installed correctly!" + Write-PipelineTelemetryError -category 'Build' 'CredProvider plugin was not installed correctly!' ExitWithExitCode 1 else echo "CredProvider plugin was installed correctly!" @@ -42,7 +42,7 @@ function SetupCredProvider { local nugetConfigPath="$repo_root/NuGet.config" if [ ! "$nugetConfigPath" ]; then - echo "NuGet.config file not found in repo's root!" + Write-PipelineTelemetryError -category 'Build' "NuGet.config file not found in repo's root!" ExitWithExitCode 1 fi diff --git a/eng/common/msbuild.ps1 b/eng/common/msbuild.ps1 index b37fd3d5e..c64012300 100644 --- a/eng/common/msbuild.ps1 +++ b/eng/common/msbuild.ps1 @@ -1,6 +1,6 @@ [CmdletBinding(PositionalBinding=$false)] Param( - [string] $verbosity = "minimal", + [string] $verbosity = 'minimal', [bool] $warnAsError = $true, [bool] $nodeReuse = $true, [switch] $ci, @@ -18,9 +18,8 @@ try { MSBuild @extraArgs } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Build' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/native/common-library.sh b/eng/common/native/common-library.sh index 271bddfac..bf272dcf5 100755 --- a/eng/common/native/common-library.sh +++ b/eng/common/native/common-library.sh @@ -34,7 +34,7 @@ function ExpandZip { echo "'Force flag enabled, but '$output_directory' exists. Removing directory" rm -rf $output_directory if [[ $? != 0 ]]; then - echo Unable to remove '$output_directory'>&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Unable to remove '$output_directory'" return 1 fi fi @@ -45,7 +45,7 @@ function ExpandZip { echo "Extracting archive" tar -xf $zip_path -C $output_directory if [[ $? != 0 ]]; then - echo "Unable to extract '$zip_path'" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Unable to extract '$zip_path'" return 1 fi @@ -117,7 +117,7 @@ function DownloadAndExtract { # Download file GetFile "$uri" "$temp_tool_path" $force $download_retries $retry_wait_time_seconds if [[ $? != 0 ]]; then - echo "Failed to download '$uri' to '$temp_tool_path'." >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Failed to download '$uri' to '$temp_tool_path'." return 1 fi @@ -125,7 +125,7 @@ function DownloadAndExtract { echo "extracting from $temp_tool_path to $installDir" ExpandZip "$temp_tool_path" "$installDir" $force $download_retries $retry_wait_time_seconds if [[ $? != 0 ]]; then - echo "Failed to extract '$temp_tool_path' to '$installDir'." >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Failed to extract '$temp_tool_path' to '$installDir'." return 1 fi @@ -148,7 +148,7 @@ function NewScriptShim { fi if [[ ! -f $tool_file_path ]]; then - echo "Specified tool file path:'$tool_file_path' does not exist" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Specified tool file path:'$tool_file_path' does not exist" return 1 fi diff --git a/eng/common/native/install-cmake-test.sh b/eng/common/native/install-cmake-test.sh index 53ddf4e68..12339a407 100755 --- a/eng/common/native/install-cmake-test.sh +++ b/eng/common/native/install-cmake-test.sh @@ -101,7 +101,7 @@ fi DownloadAndExtract $uri $tool_install_directory $force $download_retries $retry_wait_time_seconds if [[ $? != 0 ]]; then - echo "Installation failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' 'Installation failed' exit 1 fi @@ -110,7 +110,7 @@ fi NewScriptShim $shim_path $tool_file_path true if [[ $? != 0 ]]; then - echo "Shim generation failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' 'Shim generation failed' exit 1 fi diff --git a/eng/common/native/install-cmake.sh b/eng/common/native/install-cmake.sh index 5f1a182fa..18041be87 100755 --- a/eng/common/native/install-cmake.sh +++ b/eng/common/native/install-cmake.sh @@ -101,7 +101,7 @@ fi DownloadAndExtract $uri $tool_install_directory $force $download_retries $retry_wait_time_seconds if [[ $? != 0 ]]; then - echo "Installation failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' 'Installation failed' exit 1 fi @@ -110,7 +110,7 @@ fi NewScriptShim $shim_path $tool_file_path true if [[ $? != 0 ]]; then - echo "Shim generation failed" >&2 + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' 'Shim generation failed' exit 1 fi diff --git a/eng/common/native/install-tool.ps1 b/eng/common/native/install-tool.ps1 index 635ab3fd4..ca180d03b 100644 --- a/eng/common/native/install-tool.ps1 +++ b/eng/common/native/install-tool.ps1 @@ -46,6 +46,8 @@ Param ( [int] $RetryWaitTimeInSeconds = 30 ) +. $PSScriptRoot\..\pipeline-logging-functions.ps1 + # Import common library modules Import-Module -Name (Join-Path $CommonLibraryDirectory "CommonLibrary.psm1") @@ -93,7 +95,7 @@ try { -Verbose:$Verbose if ($InstallStatus -Eq $False) { - Write-Error "Installation failed" + Write-PipelineTelemetryError "Installation failed" -Category "NativeToolsetBootstrapping" exit 1 } } @@ -117,14 +119,14 @@ try { -Verbose:$Verbose if ($GenerateShimStatus -Eq $False) { - Write-Error "Generate shim failed" + Write-PipelineTelemetryError "Generate shim failed" -Category "NativeToolsetBootstrapping" return 1 } exit 0 } catch { - Write-Host $_ - Write-Host $_.Exception + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category "NativeToolsetBootstrapping" -Message $_ exit 1 } diff --git a/eng/common/pipeline-logging-functions.ps1 b/eng/common/pipeline-logging-functions.ps1 index af5f48aac..e06561858 100644 --- a/eng/common/pipeline-logging-functions.ps1 +++ b/eng/common/pipeline-logging-functions.ps1 @@ -12,6 +12,7 @@ $script:loggingCommandEscapeMappings = @( # TODO: WHAT ABOUT "="? WHAT ABOUT "%" # TODO: BUG: Escape % ??? # TODO: Add test to verify don't need to escape "=". +# Specify "-Force" to force pipeline formatted output even if "$ci" is false or not set function Write-PipelineTelemetryError { [CmdletBinding()] param( @@ -25,49 +26,53 @@ function Write-PipelineTelemetryError { [string]$SourcePath, [string]$LineNumber, [string]$ColumnNumber, - [switch]$AsOutput) + [switch]$AsOutput, + [switch]$Force) - $PSBoundParameters.Remove("Category") | Out-Null + $PSBoundParameters.Remove('Category') | Out-Null $Message = "(NETCORE_ENGINEERING_TELEMETRY=$Category) $Message" - $PSBoundParameters.Remove("Message") | Out-Null - $PSBoundParameters.Add("Message", $Message) - + $PSBoundParameters.Remove('Message') | Out-Null + $PSBoundParameters.Add('Message', $Message) Write-PipelineTaskError @PSBoundParameters } +# Specify "-Force" to force pipeline formatted output even if "$ci" is false or not set function Write-PipelineTaskError { [CmdletBinding()] param( - [Parameter(Mandatory = $true)] - [string]$Message, - [Parameter(Mandatory = $false)] - [string]$Type = 'error', - [string]$ErrCode, - [string]$SourcePath, - [string]$LineNumber, - [string]$ColumnNumber, - [switch]$AsOutput) - - if(!$ci) { + [Parameter(Mandatory = $true)] + [string]$Message, + [Parameter(Mandatory = $false)] + [string]$Type = 'error', + [string]$ErrCode, + [string]$SourcePath, + [string]$LineNumber, + [string]$ColumnNumber, + [switch]$AsOutput, + [switch]$Force + ) + + if(!$Force -And (-Not (Test-Path variable:ci) -Or !$ci)) { if($Type -eq 'error') { - Write-Host $Message -ForegroundColor Red - return + Write-Host $Message -ForegroundColor Red + return } elseif ($Type -eq 'warning') { - Write-Host $Message -ForegroundColor Yellow - return + Write-Host $Message -ForegroundColor Yellow + return } - } - - if(($Type -ne 'error') -and ($Type -ne 'warning')) { - Write-Host $Message - return - } - if(-not $PSBoundParameters.ContainsKey('Type')) { - $PSBoundParameters.Add('Type', 'error') - } - Write-LogIssue @PSBoundParameters + } + + if(($Type -ne 'error') -and ($Type -ne 'warning')) { + Write-Host $Message + return + } + $PSBoundParameters.Remove('Force') | Out-Null + if(-not $PSBoundParameters.ContainsKey('Type')) { + $PSBoundParameters.Add('Type', 'error') + } + Write-LogIssue @PSBoundParameters } function Write-PipelineSetVariable { @@ -80,7 +85,7 @@ function Write-PipelineTaskError { [switch]$AsOutput, [bool]$IsMultiJobVariable=$true) - if($ci) { + if(-Not (Test-Path variable:ci) -Or !$ci) { Write-LoggingCommand -Area 'task' -Event 'setvariable' -Data $Value -Properties @{ 'variable' = $Name 'isSecret' = $Secret @@ -95,7 +100,8 @@ function Write-PipelineTaskError { [Parameter(Mandatory=$true)] [string]$Path, [switch]$AsOutput) - if($ci) { + + if(-Not (Test-Path variable:ci) -Or !$ci) { Write-LoggingCommand -Area 'task' -Event 'prependpath' -Data $Path -AsOutput:$AsOutput } } diff --git a/eng/common/pipeline-logging-functions.sh b/eng/common/pipeline-logging-functions.sh index 1c560a506..33c3f0d80 100755 --- a/eng/common/pipeline-logging-functions.sh +++ b/eng/common/pipeline-logging-functions.sh @@ -2,6 +2,7 @@ function Write-PipelineTelemetryError { local telemetry_category='' + local force=false local function_args=() local message='' while [[ $# -gt 0 ]]; do @@ -11,6 +12,9 @@ function Write-PipelineTelemetryError { telemetry_category=$2 shift ;; + -force|-f) + force=true + ;; -*) function_args+=("$1 $2") shift @@ -22,19 +26,22 @@ function Write-PipelineTelemetryError { shift done - if [[ "$ci" != true ]]; then + if [[ $force != true ]] && [[ "$ci" != true ]]; then echo "$message" >&2 return fi message="(NETCORE_ENGINEERING_TELEMETRY=$telemetry_category) $message" function_args+=("$message") + if [[ $force == true ]]; then + function_args+=("-force") + fi Write-PipelineTaskError $function_args } function Write-PipelineTaskError { - if [[ "$ci" != true ]]; then + if [[ $force != true ]] && [[ "$ci" != true ]]; then echo "$@" >&2 return fi diff --git a/eng/common/post-build/darc-gather-drop.ps1 b/eng/common/post-build/darc-gather-drop.ps1 index 89854d3c1..81ff2a437 100644 --- a/eng/common/post-build/darc-gather-drop.ps1 +++ b/eng/common/post-build/darc-gather-drop.ps1 @@ -2,20 +2,20 @@ param( [Parameter(Mandatory=$true)][int] $BarBuildId, # ID of the build which assets should be downloaded [Parameter(Mandatory=$true)][string] $DropLocation, # Where the assets should be downloaded to [Parameter(Mandatory=$true)][string] $MaestroApiAccessToken, # Token used to access Maestro API - [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = "https://maestro-prod.westus2.cloudapp.azure.com", # Maestro API URL - [Parameter(Mandatory=$false)][string] $MaestroApiVersion = "2019-01-16" # Version of Maestro API to use + [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com', # Maestro API URL + [Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16' # Version of Maestro API to use ) -. $PSScriptRoot\post-build-utils.ps1 - try { - Write-Host "Installing DARC ..." + . $PSScriptRoot\post-build-utils.ps1 + + Write-Host 'Installing DARC ...' . $PSScriptRoot\..\darc-init.ps1 $exitCode = $LASTEXITCODE if ($exitCode -ne 0) { - Write-PipelineTaskError "Something failed while running 'darc-init.ps1'. Check for errors above. Exiting now..." + Write-PipelineTelemetryError -Category "Darc" -Message "Something failed while running 'darc-init.ps1'. Check for errors above. Exiting now..." ExitWithExitCode $exitCode } @@ -38,8 +38,7 @@ try { --latest-location } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category "Darc" -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/post-build/nuget-validation.ps1 b/eng/common/post-build/nuget-validation.ps1 index 78ed0d540..3d6129d72 100644 --- a/eng/common/post-build/nuget-validation.ps1 +++ b/eng/common/post-build/nuget-validation.ps1 @@ -6,20 +6,19 @@ param( [Parameter(Mandatory=$true)][string] $ToolDestinationPath # Where the validation tool should be downloaded to ) -. $PSScriptRoot\post-build-utils.ps1 - try { - $url = "https://raw.githubusercontent.com/NuGet/NuGetGallery/jver-verify/src/VerifyMicrosoftPackage/verify.ps1" + . $PSScriptRoot\post-build-utils.ps1 - New-Item -ItemType "directory" -Path ${ToolDestinationPath} -Force + $url = 'https://raw.githubusercontent.com/NuGet/NuGetGallery/jver-verify/src/VerifyMicrosoftPackage/verify.ps1' + + New-Item -ItemType 'directory' -Path ${ToolDestinationPath} -Force Invoke-WebRequest $url -OutFile ${ToolDestinationPath}\verify.ps1 & ${ToolDestinationPath}\verify.ps1 ${PackagesPath}\*.nupkg } catch { - Write-PipelineTaskError "NuGet package validation failed. Please check error logs." - Write-Host $_ Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'NuGetValidation' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/post-build/post-build-utils.ps1 b/eng/common/post-build/post-build-utils.ps1 index aa9a025c0..7d4974479 100644 --- a/eng/common/post-build/post-build-utils.ps1 +++ b/eng/common/post-build/post-build-utils.ps1 @@ -1,17 +1,17 @@ # Most of the functions in this file require the variables `MaestroApiEndPoint`, # `MaestroApiVersion` and `MaestroApiAccessToken` to be globally available. -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 # `tools.ps1` checks $ci to perform some actions. Since the post-build # scripts don't necessarily execute in the same agent that run the # build.ps1/sh script this variable isn't automatically set. $ci = $true -$disableConfigureToolsetImport = "true" +$disableConfigureToolsetImport = $true . $PSScriptRoot\..\tools.ps1 -function Create-MaestroApiRequestHeaders([string]$ContentType = "application/json") { +function Create-MaestroApiRequestHeaders([string]$ContentType = 'application/json') { Validate-MaestroVars $headers = New-Object 'System.Collections.Generic.Dictionary[[String],[String]]' @@ -51,14 +51,6 @@ function Get-MaestroSubscriptions([string]$SourceRepository, [int]$ChannelId) { return $result } -function Trigger-Subscription([string]$SubscriptionId) { - Validate-MaestroVars - - $apiHeaders = Create-MaestroApiRequestHeaders -AuthToken $MaestroApiAccessToken - $apiEndpoint = "$MaestroApiEndPoint/api/subscriptions/$SubscriptionId/trigger?api-version=$MaestroApiVersion" - Invoke-WebRequest -Uri $apiEndpoint -Headers $apiHeaders -Method Post | Out-Null -} - function Assign-BuildToChannel([int]$BuildId, [int]$ChannelId) { Validate-MaestroVars @@ -67,24 +59,32 @@ function Assign-BuildToChannel([int]$BuildId, [int]$ChannelId) { Invoke-WebRequest -Method Post -Uri $apiEndpoint -Headers $apiHeaders | Out-Null } +function Trigger-Subscription([string]$SubscriptionId) { + Validate-MaestroVars + + $apiHeaders = Create-MaestroApiRequestHeaders -AuthToken $MaestroApiAccessToken + $apiEndpoint = "$MaestroApiEndPoint/api/subscriptions/$SubscriptionId/trigger?api-version=$MaestroApiVersion" + Invoke-WebRequest -Uri $apiEndpoint -Headers $apiHeaders -Method Post | Out-Null +} + function Validate-MaestroVars { try { Get-Variable MaestroApiEndPoint -Scope Global | Out-Null Get-Variable MaestroApiVersion -Scope Global | Out-Null Get-Variable MaestroApiAccessToken -Scope Global | Out-Null - if (!($MaestroApiEndPoint -Match "^http[s]?://maestro-(int|prod).westus2.cloudapp.azure.com$")) { - Write-PipelineTaskError "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'" + if (!($MaestroApiEndPoint -Match '^http[s]?://maestro-(int|prod).westus2.cloudapp.azure.com$')) { + Write-PipelineTelemetryError -Category 'MaestroVars' -Message "MaestroApiEndPoint is not a valid Maestro URL. '$MaestroApiEndPoint'" ExitWithExitCode 1 } - if (!($MaestroApiVersion -Match "^[0-9]{4}-[0-9]{2}-[0-9]{2}$")) { - Write-PipelineTaskError "MaestroApiVersion does not match a version string in the format yyyy-MM-DD. '$MaestroApiVersion'" + if (!($MaestroApiVersion -Match '^[0-9]{4}-[0-9]{2}-[0-9]{2}$')) { + Write-PipelineTelemetryError -Category 'MaestroVars' -Message "MaestroApiVersion does not match a version string in the format yyyy-MM-DD. '$MaestroApiVersion'" ExitWithExitCode 1 } } catch { - Write-PipelineTaskError "Error: Variables `MaestroApiEndPoint`, `MaestroApiVersion` and `MaestroApiAccessToken` are required while using this script." + Write-PipelineTelemetryError -Category 'MaestroVars' -Message 'Error: Variables `MaestroApiEndPoint`, `MaestroApiVersion` and `MaestroApiAccessToken` are required while using this script.' Write-Host $_ ExitWithExitCode 1 } diff --git a/eng/common/post-build/promote-build.ps1 b/eng/common/post-build/promote-build.ps1 index e5ae85f25..ce45635fb 100644 --- a/eng/common/post-build/promote-build.ps1 +++ b/eng/common/post-build/promote-build.ps1 @@ -2,18 +2,18 @@ param( [Parameter(Mandatory=$true)][int] $BuildId, [Parameter(Mandatory=$true)][int] $ChannelId, [Parameter(Mandatory=$true)][string] $MaestroApiAccessToken, - [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = "https://maestro-prod.westus2.cloudapp.azure.com", - [Parameter(Mandatory=$false)][string] $MaestroApiVersion = "2019-01-16" + [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com', + [Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16' ) -. $PSScriptRoot\post-build-utils.ps1 - try { + . $PSScriptRoot\post-build-utils.ps1 + # Check that the channel we are going to promote the build to exist $channelInfo = Get-MaestroChannel -ChannelId $ChannelId if (!$channelInfo) { - Write-Host "Channel with BAR ID $ChannelId was not found in BAR!" + Write-PipelineTelemetryCategory -Category 'PromoteBuild' -Message "Channel with BAR ID $ChannelId was not found in BAR!" ExitWithExitCode 1 } @@ -21,7 +21,7 @@ try { $buildInfo = Get-MaestroBuild -BuildId $BuildId if (!$buildInfo) { - Write-Host "Build with BAR ID $BuildId was not found in BAR!" + Write-PipelineTelemetryError -Category 'PromoteBuild' -Message "Build with BAR ID $BuildId was not found in BAR!" ExitWithExitCode 1 } @@ -39,10 +39,10 @@ try { Assign-BuildToChannel -BuildId $BuildId -ChannelId $ChannelId - Write-Host "done." + Write-Host 'done.' } catch { - Write-Host "There was an error while trying to promote build '$BuildId' to channel '$ChannelId'" Write-Host $_ - Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'PromoteBuild' -Message "There was an error while trying to promote build '$BuildId' to channel '$ChannelId'" + ExitWithExitCode 1 } diff --git a/eng/common/post-build/sourcelink-validation.ps1 b/eng/common/post-build/sourcelink-validation.ps1 index bbfdacca1..cc9d059d0 100644 --- a/eng/common/post-build/sourcelink-validation.ps1 +++ b/eng/common/post-build/sourcelink-validation.ps1 @@ -34,9 +34,9 @@ $ValidatePackage = { # Extensions for which we'll look for SourceLink information # For now we'll only care about Portable & Embedded PDBs - $RelevantExtensions = @(".dll", ".exe", ".pdb") + $RelevantExtensions = @('.dll', '.exe', '.pdb') - Write-Host -NoNewLine "Validating" ([System.IO.Path]::GetFileName($PackagePath)) "... " + Write-Host -NoNewLine 'Validating ' ([System.IO.Path]::GetFileName($PackagePath)) '...' $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId @@ -58,7 +58,7 @@ $ValidatePackage = { $TargetFile = Join-Path -Path $ExtractPath -ChildPath $FakeName # We ignore resource DLLs - if ($FileName.EndsWith(".resources.dll")) { + if ($FileName.EndsWith('.resources.dll')) { return } @@ -96,7 +96,7 @@ $ValidatePackage = { $Uri = $Link -as [System.URI] # Only GitHub links are valid - if ($Uri.AbsoluteURI -ne $null -and ($Uri.Host -match "github" -or $Uri.Host -match "githubusercontent")) { + if ($Uri.AbsoluteURI -ne $null -and ($Uri.Host -match 'github' -or $Uri.Host -match 'githubusercontent')) { $Status = (Invoke-WebRequest -Uri $Link -UseBasicParsing -Method HEAD -TimeoutSec 5).StatusCode } else { @@ -143,19 +143,19 @@ $ValidatePackage = { } if ($FailedFiles -eq 0) { - Write-Host "Passed." + Write-Host 'Passed.' return 0 } else { - Write-Host "$PackagePath has broken SourceLink links." + Write-PipelineTelemetryError -Category 'SourceLink' -Message "$PackagePath has broken SourceLink links." return 1 } } function ValidateSourceLinkLinks { - if ($GHRepoName -ne "" -and !($GHRepoName -Match "^[^\s\/]+/[^\s\/]+$")) { - if (!($GHRepoName -Match "^[^\s-]+-[^\s]+$")) { - Write-PipelineTaskError "GHRepoName should be in the format / or -. '$GHRepoName'" + if ($GHRepoName -ne '' -and !($GHRepoName -Match '^[^\s\/]+/[^\s\/]+$')) { + if (!($GHRepoName -Match '^[^\s-]+-[^\s]+$')) { + Write-PipelineTelemetryError -Category 'SourceLink' -Message "GHRepoName should be in the format / or -. '$GHRepoName'" ExitWithExitCode 1 } else { @@ -163,14 +163,14 @@ function ValidateSourceLinkLinks { } } - if ($GHCommit -ne "" -and !($GHCommit -Match "^[0-9a-fA-F]{40}$")) { - Write-PipelineTaskError "GHCommit should be a 40 chars hexadecimal string. '$GHCommit'" + if ($GHCommit -ne '' -and !($GHCommit -Match '^[0-9a-fA-F]{40}$')) { + Write-PipelineTelemetryError -Category 'SourceLink' -Message "GHCommit should be a 40 chars hexadecimal string. '$GHCommit'" ExitWithExitCode 1 } - if ($GHRepoName -ne "" -and $GHCommit -ne "") { - $RepoTreeURL = -Join("http://api.github.com/repos/", $GHRepoName, "/git/trees/", $GHCommit, "?recursive=1") - $CodeExtensions = @(".cs", ".vb", ".fs", ".fsi", ".fsx", ".fsscript") + if ($GHRepoName -ne '' -and $GHCommit -ne '') { + $RepoTreeURL = -Join('http://api.github.com/repos/', $GHRepoName, '/git/trees/', $GHCommit, '?recursive=1') + $CodeExtensions = @('.cs', '.vb', '.fs', '.fsi', '.fsx', '.fsscript') try { # Retrieve the list of files in the repo at that particular commit point and store them in the RepoFiles hash @@ -188,8 +188,8 @@ function ValidateSourceLinkLinks { Write-Host "Problems downloading the list of files from the repo. Url used: $RepoTreeURL . Execution will proceed without caching." } } - elseif ($GHRepoName -ne "" -or $GHCommit -ne "") { - Write-Host "For using the http caching mechanism both GHRepoName and GHCommit should be informed." + elseif ($GHRepoName -ne '' -or $GHCommit -ne '') { + Write-Host 'For using the http caching mechanism both GHRepoName and GHCommit should be informed.' } if (Test-Path $ExtractPath) { @@ -217,18 +217,18 @@ function ValidateSourceLinkLinks { $ValidationFailures = 0 foreach ($Job in @(Get-Job)) { $jobResult = Wait-Job -Id $Job.Id | Receive-Job - if ($jobResult -ne "0") { + if ($jobResult -ne '0') { $ValidationFailures++ } } if ($ValidationFailures -gt 0) { - Write-PipelineTaskError " $ValidationFailures package(s) failed validation." + Write-PipelineTelemetryError -Category 'SourceLink' -Message "$ValidationFailures package(s) failed validation." ExitWithExitCode 1 } } function InstallSourcelinkCli { - $sourcelinkCliPackageName = "sourcelink" + $sourcelinkCliPackageName = 'sourcelink' $dotnetRoot = InitializeDotNetCli -install:$true $dotnet = "$dotnetRoot\dotnet.exe" @@ -239,7 +239,7 @@ function InstallSourcelinkCli { } else { Write-Host "Installing SourceLink CLI version $sourcelinkCliVersion..." - Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." + Write-Host 'You may need to restart your command window if this is the first dotnet tool you have installed.' & "$dotnet" tool install $sourcelinkCliPackageName --version $sourcelinkCliVersion --verbosity "minimal" --global } } @@ -250,8 +250,8 @@ try { ValidateSourceLinkLinks } catch { - Write-Host $_ Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'SourceLink' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/post-build/symbols-validation.ps1 b/eng/common/post-build/symbols-validation.ps1 index 096ac321d..f7cfe986d 100644 --- a/eng/common/post-build/symbols-validation.ps1 +++ b/eng/common/post-build/symbols-validation.ps1 @@ -4,10 +4,6 @@ param( [Parameter(Mandatory=$true)][string] $DotnetSymbolVersion # Version of dotnet symbol to use ) -. $PSScriptRoot\post-build-utils.ps1 - -Add-Type -AssemblyName System.IO.Compression.FileSystem - function FirstMatchingSymbolDescriptionOrDefault { param( [string] $FullPath, # Full path to the module that has to be checked @@ -23,19 +19,19 @@ function FirstMatchingSymbolDescriptionOrDefault { # checking and which type of file was uploaded. # The file itself is returned - $SymbolPath = $SymbolsPath + "\" + $FileName + $SymbolPath = $SymbolsPath + '\' + $FileName # PDB file for the module - $PdbPath = $SymbolPath.Replace($Extension, ".pdb") + $PdbPath = $SymbolPath.Replace($Extension, '.pdb') # PDB file for R2R module (created by crossgen) - $NGenPdb = $SymbolPath.Replace($Extension, ".ni.pdb") + $NGenPdb = $SymbolPath.Replace($Extension, '.ni.pdb') # DBG file for a .so library - $SODbg = $SymbolPath.Replace($Extension, ".so.dbg") + $SODbg = $SymbolPath.Replace($Extension, '.so.dbg') # DWARF file for a .dylib - $DylibDwarf = $SymbolPath.Replace($Extension, ".dylib.dwarf") + $DylibDwarf = $SymbolPath.Replace($Extension, '.dylib.dwarf') $dotnetSymbolExe = "$env:USERPROFILE\.dotnet\tools" $dotnetSymbolExe = Resolve-Path "$dotnetSymbolExe\dotnet-symbol.exe" @@ -43,19 +39,19 @@ function FirstMatchingSymbolDescriptionOrDefault { & $dotnetSymbolExe --symbols --modules --windows-pdbs $TargetServerParam $FullPath -o $SymbolsPath | Out-Null if (Test-Path $PdbPath) { - return "PDB" + return 'PDB' } elseif (Test-Path $NGenPdb) { - return "NGen PDB" + return 'NGen PDB' } elseif (Test-Path $SODbg) { - return "DBG for SO" + return 'DBG for SO' } elseif (Test-Path $DylibDwarf) { - return "Dwarf for Dylib" + return 'Dwarf for Dylib' } elseif (Test-Path $SymbolPath) { - return "Module" + return 'Module' } else { return $null @@ -74,7 +70,7 @@ function CountMissingSymbols { } # Extensions for which we'll look for symbols - $RelevantExtensions = @(".dll", ".exe", ".so", ".dylib") + $RelevantExtensions = @('.dll', '.exe', '.so', '.dylib') # How many files are missing symbol information $MissingSymbols = 0 @@ -82,38 +78,38 @@ function CountMissingSymbols { $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) $PackageGuid = New-Guid $ExtractPath = Join-Path -Path $ExtractPath -ChildPath $PackageGuid - $SymbolsPath = Join-Path -Path $ExtractPath -ChildPath "Symbols" + $SymbolsPath = Join-Path -Path $ExtractPath -ChildPath 'Symbols' [System.IO.Compression.ZipFile]::ExtractToDirectory($PackagePath, $ExtractPath) Get-ChildItem -Recurse $ExtractPath | Where-Object {$RelevantExtensions -contains $_.Extension} | ForEach-Object { - if ($_.FullName -Match "\\ref\\") { - Write-Host "`t Ignoring reference assembly file" $_.FullName + if ($_.FullName -Match '\\ref\\') { + Write-Host "`t Ignoring reference assembly file " $_.FullName return } - $SymbolsOnMSDL = FirstMatchingSymbolDescriptionOrDefault $_.FullName "--microsoft-symbol-server" $SymbolsPath - $SymbolsOnSymWeb = FirstMatchingSymbolDescriptionOrDefault $_.FullName "--internal-server" $SymbolsPath + $SymbolsOnMSDL = FirstMatchingSymbolDescriptionOrDefault $_.FullName '--microsoft-symbol-server' $SymbolsPath + $SymbolsOnSymWeb = FirstMatchingSymbolDescriptionOrDefault $_.FullName '--internal-server' $SymbolsPath - Write-Host -NoNewLine "`t Checking file" $_.FullName "... " + Write-Host -NoNewLine "`t Checking file " $_.FullName "... " if ($SymbolsOnMSDL -ne $null -and $SymbolsOnSymWeb -ne $null) { - Write-Host "Symbols found on MSDL (" $SymbolsOnMSDL ") and SymWeb (" $SymbolsOnSymWeb ")" + Write-Host "Symbols found on MSDL ($SymbolsOnMSDL) and SymWeb ($SymbolsOnSymWeb)" } else { $MissingSymbols++ if ($SymbolsOnMSDL -eq $null -and $SymbolsOnSymWeb -eq $null) { - Write-Host "No symbols found on MSDL or SymWeb!" + Write-Host 'No symbols found on MSDL or SymWeb!' } else { if ($SymbolsOnMSDL -eq $null) { - Write-Host "No symbols found on MSDL!" + Write-Host 'No symbols found on MSDL!' } else { - Write-Host "No symbols found on SymWeb!" + Write-Host 'No symbols found on SymWeb!' } } } @@ -132,27 +128,27 @@ function CheckSymbolsAvailable { Get-ChildItem "$InputPath\*.nupkg" | ForEach-Object { $FileName = $_.Name - + # These packages from Arcade-Services include some native libraries that # our current symbol uploader can't handle. Below is a workaround until # we get issue: https://github.com/dotnet/arcade/issues/2457 sorted. - if ($FileName -Match "Microsoft\.DotNet\.Darc\.") { + if ($FileName -Match 'Microsoft\.DotNet\.Darc\.') { Write-Host "Ignoring Arcade-services file: $FileName" Write-Host return } - elseif ($FileName -Match "Microsoft\.DotNet\.Maestro\.Tasks\.") { + elseif ($FileName -Match 'Microsoft\.DotNet\.Maestro\.Tasks\.') { Write-Host "Ignoring Arcade-services file: $FileName" Write-Host return } - + Write-Host "Validating $FileName " $Status = CountMissingSymbols "$InputPath\$FileName" - + if ($Status -ne 0) { - Write-PipelineTaskError "Missing symbols for $Status modules in the package $FileName" - ExitWithExitCode $exitCode + Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "Missing symbols for $Status modules in the package $FileName" + ExitWithExitCode $exitCode } Write-Host @@ -160,7 +156,7 @@ function CheckSymbolsAvailable { } function InstallDotnetSymbol { - $dotnetSymbolPackageName = "dotnet-symbol" + $dotnetSymbolPackageName = 'dotnet-symbol' $dotnetRoot = InitializeDotNetCli -install:$true $dotnet = "$dotnetRoot\dotnet.exe" @@ -171,19 +167,22 @@ function InstallDotnetSymbol { } else { Write-Host "Installing dotnet-symbol version $dotnetSymbolVersion..." - Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." + Write-Host 'You may need to restart your command window if this is the first dotnet tool you have installed.' & "$dotnet" tool install $dotnetSymbolPackageName --version $dotnetSymbolVersion --verbosity "minimal" --global } } try { + . $PSScriptRoot\post-build-utils.ps1 + + Add-Type -AssemblyName System.IO.Compression.FileSystem + InstallDotnetSymbol CheckSymbolsAvailable } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'CheckSymbols' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/post-build/trigger-subscriptions.ps1 b/eng/common/post-build/trigger-subscriptions.ps1 index 926d5b455..55dea518a 100644 --- a/eng/common/post-build/trigger-subscriptions.ps1 +++ b/eng/common/post-build/trigger-subscriptions.ps1 @@ -2,56 +2,63 @@ param( [Parameter(Mandatory=$true)][string] $SourceRepo, [Parameter(Mandatory=$true)][int] $ChannelId, [Parameter(Mandatory=$true)][string] $MaestroApiAccessToken, - [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = "https://maestro-prod.westus2.cloudapp.azure.com", - [Parameter(Mandatory=$false)][string] $MaestroApiVersion = "2019-01-16" + [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com', + [Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16' ) -. $PSScriptRoot\post-build-utils.ps1 +try { + . $PSScriptRoot\post-build-utils.ps1 -# Get all the $SourceRepo subscriptions -$normalizedSourceRepo = $SourceRepo.Replace('dnceng@', '') -$subscriptions = Get-MaestroSubscriptions -SourceRepository $normalizedSourceRepo -ChannelId $ChannelId + # Get all the $SourceRepo subscriptions + $normalizedSourceRepo = $SourceRepo.Replace('dnceng@', '') + $subscriptions = Get-MaestroSubscriptions -SourceRepository $normalizedSourceRepo -ChannelId $ChannelId -if (!$subscriptions) { - Write-Host "No subscriptions found for source repo '$normalizedSourceRepo' in channel '$ChannelId'" - ExitWithExitCode 0 -} + if (!$subscriptions) { + Write-PipelineTelemetryError -Category 'TriggerSubscriptions' -Message "No subscriptions found for source repo '$normalizedSourceRepo' in channel '$ChannelId'" + ExitWithExitCode 0 + } -$subscriptionsToTrigger = New-Object System.Collections.Generic.List[string] -$failedTriggeredSubscription = $false + $subscriptionsToTrigger = New-Object System.Collections.Generic.List[string] + $failedTriggeredSubscription = $false -# Get all enabled subscriptions that need dependency flow on 'everyBuild' -foreach ($subscription in $subscriptions) { - if ($subscription.enabled -and $subscription.policy.updateFrequency -like 'everyBuild' -and $subscription.channel.id -eq $ChannelId) { - Write-Host "Should trigger this subscription: $subscription.id" - [void]$subscriptionsToTrigger.Add($subscription.id) + # Get all enabled subscriptions that need dependency flow on 'everyBuild' + foreach ($subscription in $subscriptions) { + if ($subscription.enabled -and $subscription.policy.updateFrequency -like 'everyBuild' -and $subscription.channel.id -eq $ChannelId) { + Write-Host "Should trigger this subscription: ${$subscription.id}" + [void]$subscriptionsToTrigger.Add($subscription.id) + } + } + + foreach ($subscriptionToTrigger in $subscriptionsToTrigger) { + try { + Write-Host "Triggering subscription '$subscriptionToTrigger'." + + Trigger-Subscription -SubscriptionId $subscriptionToTrigger + + Write-Host 'done.' + } + catch + { + Write-Host "There was an error while triggering subscription '$subscriptionToTrigger'" + Write-Host $_ + Write-Host $_.ScriptStackTrace + $failedTriggeredSubscription = $true + } + } + + if ($subscriptionsToTrigger.Count -eq 0) { + Write-Host "No subscription matched source repo '$normalizedSourceRepo' and channel ID '$ChannelId'." + } + elseif ($failedTriggeredSubscription) { + Write-PipelineTelemetryError -Category 'TriggerSubscriptions' -Message 'At least one subscription failed to be triggered...' + ExitWithExitCode 1 + } + else { + Write-Host 'All subscriptions were triggered successfully!' } } - -foreach ($subscriptionToTrigger in $subscriptionsToTrigger) { - try { - Write-Host "Triggering subscription '$subscriptionToTrigger'." - - Trigger-Subscription -SubscriptionId $subscriptionToTrigger - - Write-Host "done." - } - catch - { - Write-Host "There was an error while triggering subscription '$subscriptionToTrigger'" - Write-Host $_ - Write-Host $_.ScriptStackTrace - $failedTriggeredSubscription = $true - } -} - -if ($subscriptionsToTrigger.Count -eq 0) { - Write-Host "No subscription matched source repo '$normalizedSourceRepo' and channel ID '$ChannelId'." -} -elseif ($failedTriggeredSubscription) { - Write-Host "At least one subscription failed to be triggered..." +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'TriggerSubscriptions' -Message $_ ExitWithExitCode 1 } -else { - Write-Host "All subscriptions were triggered successfully!" -} diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index d0eec5163..3872af59b 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -1,8 +1,8 @@ [CmdletBinding(PositionalBinding=$false)] Param( - [string] $configuration = "Debug", + [string] $configuration = 'Debug', [string] $task, - [string] $verbosity = "minimal", + [string] $verbosity = 'minimal', [string] $msbuildEngine = $null, [switch] $restore, [switch] $prepareMachine, @@ -32,7 +32,7 @@ function Print-Usage() { } function Build([string]$target) { - $logSuffix = if ($target -eq "Execute") { "" } else { ".$target" } + $logSuffix = if ($target -eq 'Execute') { '' } else { ".$target" } $log = Join-Path $LogDir "$task$logSuffix.binlog" $outputPath = Join-Path $ToolsetDir "$task\\" @@ -46,33 +46,32 @@ function Build([string]$target) { } try { - if ($help -or (($null -ne $properties) -and ($properties.Contains("/help") -or $properties.Contains("/?")))) { + if ($help -or (($null -ne $properties) -and ($properties.Contains('/help') -or $properties.Contains('/?')))) { Print-Usage exit 0 } if ($task -eq "") { - Write-Host "Missing required parameter '-task '" -ForegroundColor Red + Write-PipelineTelemetryError -Category 'Build' -Message "Missing required parameter '-task '" -ForegroundColor Red Print-Usage ExitWithExitCode 1 } $taskProject = GetSdkTaskProject $task if (!(Test-Path $taskProject)) { - Write-Host "Unknown task: $task" -ForegroundColor Red + Write-PipelineTelemetryError -Category 'Build' -Message "Unknown task: $task" -ForegroundColor Red ExitWithExitCode 1 } if ($restore) { - Build "Restore" + Build 'Restore' } - Build "Execute" + Build 'Execute' } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Build' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index eb21321ba..9db582f27 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -5,7 +5,7 @@ Param( [string] $Repository=$env:BUILD_REPOSITORY_NAME, # Required: the name of the repository (e.g. dotnet/arcade) [string] $BranchName=$env:BUILD_SOURCEBRANCH, # Optional: name of branch or version of gdn settings; defaults to master [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, # Required: the directory where source files are located - [string] $ArtifactsDirectory = (Join-Path $env:BUILD_ARTIFACTSTAGINGDIRECTORY ("artifacts")), # Required: the directory where build artifacts are located + [string] $ArtifactsDirectory = (Join-Path $env:BUILD_ARTIFACTSTAGINGDIRECTORY ('artifacts')), # Required: the directory where build artifacts are located [string] $AzureDevOpsAccessToken, # Required: access token for dnceng; should be provided via KeyVault [string[]] $SourceToolsList, # Optional: list of SDL tools to run on source code [string[]] $ArtifactToolsList, # Optional: list of SDL tools to run on built artifacts @@ -22,79 +22,89 @@ Param( [string] $TsaCodebaseAdmin, # Optional: only needed if TsaOnboard is true; the aliases which are admins of the TSA codebase (e.g. DOMAIN\alias); TSA is the automated framework used to upload test results as bugs. [string] $TsaBugAreaPath, # Optional: only needed if TsaOnboard is true; the area path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. [string] $TsaIterationPath, # Optional: only needed if TsaOnboard is true; the iteration path where TSA will file bugs in AzDO; TSA is the automated framework used to upload test results as bugs. - [string] $GuardianLoggerLevel="Standard", # Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error + [string] $GuardianLoggerLevel='Standard', # Optional: the logger level for the Guardian CLI; options are Trace, Verbose, Standard, Warning, and Error [string[]] $CrScanAdditionalRunConfigParams, # Optional: Additional Params to custom build a CredScan run config in the format @("xyz:abc","sdf:1") [string[]] $PoliCheckAdditionalRunConfigParams # Optional: Additional Params to custom build a Policheck run config in the format @("xyz:abc","sdf:1") ) -$ErrorActionPreference = "Stop" -Set-StrictMode -Version 2.0 -$LASTEXITCODE = 0 +try { + $ErrorActionPreference = 'Stop' + Set-StrictMode -Version 2.0 + $disableConfigureToolsetImport = $true + $LASTEXITCODE = 0 -#Replace repo names to the format of org/repo -if (!($Repository.contains('/'))) { - $RepoName = $Repository -replace '(.*?)-(.*)', '$1/$2'; + . $PSScriptRoot\..\tools.ps1 + + #Replace repo names to the format of org/repo + if (!($Repository.contains('/'))) { + $RepoName = $Repository -replace '(.*?)-(.*)', '$1/$2'; + } + else{ + $RepoName = $Repository; + } + + if ($GuardianPackageName) { + $guardianCliLocation = Join-Path $NugetPackageDirectory (Join-Path $GuardianPackageName (Join-Path 'tools' 'guardian.cmd')) + } else { + $guardianCliLocation = $GuardianCliLocation + } + + $workingDirectory = (Split-Path $SourceDirectory -Parent) + $ValidPath = Test-Path $guardianCliLocation + + if ($ValidPath -eq $False) + { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message 'Invalid Guardian CLI Location.' + ExitWithExitCode 1 + } + + & $(Join-Path $PSScriptRoot 'init-sdl.ps1') -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory $workingDirectory -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel + $gdnFolder = Join-Path $workingDirectory '.gdn' + + if ($TsaOnboard) { + if ($TsaCodebaseName -and $TsaNotificationEmail -and $TsaCodebaseAdmin -and $TsaBugAreaPath) { + Write-Host "$guardianCliLocation tsa-onboard --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" + & $guardianCliLocation tsa-onboard --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Guardian tsa-onboard failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + } else { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message 'Could not onboard to TSA -- not all required values ($TsaCodebaseName, $TsaNotificationEmail, $TsaCodebaseAdmin, $TsaBugAreaPath) were specified.' + ExitWithExitCode 1 + } + } + + if ($ArtifactToolsList -and $ArtifactToolsList.Count -gt 0) { + & $(Join-Path $PSScriptRoot 'run-sdl.ps1') -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $ArtifactsDirectory -GdnFolder $gdnFolder -ToolsList $ArtifactToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams + } + if ($SourceToolsList -and $SourceToolsList.Count -gt 0) { + & $(Join-Path $PSScriptRoot 'run-sdl.ps1') -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $SourceDirectory -GdnFolder $gdnFolder -ToolsList $SourceToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams + } + + if ($UpdateBaseline) { + & (Join-Path $PSScriptRoot 'push-gdn.ps1') -Repository $RepoName -BranchName $BranchName -GdnFolder $GdnFolder -AzureDevOpsAccessToken $AzureDevOpsAccessToken -PushReason 'Update baseline' + } + + if ($TsaPublish) { + if ($TsaBranchName -and $BuildNumber) { + if (-not $TsaRepositoryName) { + $TsaRepositoryName = "$($Repository)-$($BranchName)" + } + Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" + & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --onboard $True --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Guardian tsa-publish failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + } else { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message 'Could not publish to TSA -- not all required values ($TsaBranchName, $BuildNumber) were specified.' + ExitWithExitCode 1 + } + } } -else{ - $RepoName = $Repository; -} - -if ($GuardianPackageName) { - $guardianCliLocation = Join-Path $NugetPackageDirectory (Join-Path $GuardianPackageName (Join-Path "tools" "guardian.cmd")) -} else { - $guardianCliLocation = $GuardianCliLocation -} - -$workingDirectory = (Split-Path $SourceDirectory -Parent) -$ValidPath = Test-Path $guardianCliLocation - -if ($ValidPath -eq $False) -{ - Write-Host "Invalid Guardian CLI Location." +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message $_ exit 1 } - -& $(Join-Path $PSScriptRoot "init-sdl.ps1") -GuardianCliLocation $guardianCliLocation -Repository $RepoName -BranchName $BranchName -WorkingDirectory $workingDirectory -AzureDevOpsAccessToken $AzureDevOpsAccessToken -GuardianLoggerLevel $GuardianLoggerLevel -$gdnFolder = Join-Path $workingDirectory ".gdn" - -if ($TsaOnboard) { - if ($TsaCodebaseName -and $TsaNotificationEmail -and $TsaCodebaseAdmin -and $TsaBugAreaPath) { - Write-Host "$guardianCliLocation tsa-onboard --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" - & $guardianCliLocation tsa-onboard --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian tsa-onboard failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } - } else { - Write-Host "Could not onboard to TSA -- not all required values ($$TsaCodebaseName, $$TsaNotificationEmail, $$TsaCodebaseAdmin, $$TsaBugAreaPath) were specified." - exit 1 - } -} - -if ($ArtifactToolsList -and $ArtifactToolsList.Count -gt 0) { - & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $ArtifactsDirectory -GdnFolder $gdnFolder -ToolsList $ArtifactToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams -} -if ($SourceToolsList -and $SourceToolsList.Count -gt 0) { - & $(Join-Path $PSScriptRoot "run-sdl.ps1") -GuardianCliLocation $guardianCliLocation -WorkingDirectory $workingDirectory -TargetDirectory $SourceDirectory -GdnFolder $gdnFolder -ToolsList $SourceToolsList -AzureDevOpsAccessToken $AzureDevOpsAccessToken -UpdateBaseline $UpdateBaseline -GuardianLoggerLevel $GuardianLoggerLevel -CrScanAdditionalRunConfigParams $CrScanAdditionalRunConfigParams -PoliCheckAdditionalRunConfigParams $PoliCheckAdditionalRunConfigParams -} - -if ($UpdateBaseline) { - & (Join-Path $PSScriptRoot "push-gdn.ps1") -Repository $RepoName -BranchName $BranchName -GdnFolder $GdnFolder -AzureDevOpsAccessToken $AzureDevOpsAccessToken -PushReason "Update baseline" -} - -if ($TsaPublish) { - if ($TsaBranchName -and $BuildNumber) { - if (-not $TsaRepositoryName) { - $TsaRepositoryName = "$($Repository)-$($BranchName)" - } - Write-Host "$guardianCliLocation tsa-publish --all-tools --repository-name `"$TsaRepositoryName`" --branch-name `"$TsaBranchName`" --build-number `"$BuildNumber`" --codebase-name `"$TsaCodebaseName`" --notification-alias `"$TsaNotificationEmail`" --codebase-admin `"$TsaCodebaseAdmin`" --instance-url `"$TsaInstanceUrl`" --project-name `"$TsaProjectName`" --area-path `"$TsaBugAreaPath`" --iteration-path `"$TsaIterationPath`" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel" - & $guardianCliLocation tsa-publish --all-tools --repository-name "$TsaRepositoryName" --branch-name "$TsaBranchName" --build-number "$BuildNumber" --onboard $True --codebase-name "$TsaCodebaseName" --notification-alias "$TsaNotificationEmail" --codebase-admin "$TsaCodebaseAdmin" --instance-url "$TsaInstanceUrl" --project-name "$TsaProjectName" --area-path "$TsaBugAreaPath" --iteration-path "$TsaIterationPath" --working-directory $workingDirectory --logger-level $GuardianLoggerLevel - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian tsa-publish failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } - } else { - Write-Host "Could not publish to TSA -- not all required values ($$TsaBranchName, $$BuildNumber) were specified." - exit 1 - } -} diff --git a/eng/common/sdl/extract-artifact-packages.ps1 b/eng/common/sdl/extract-artifact-packages.ps1 index d857ae219..3c9bf1067 100644 --- a/eng/common/sdl/extract-artifact-packages.ps1 +++ b/eng/common/sdl/extract-artifact-packages.ps1 @@ -3,55 +3,16 @@ param( [Parameter(Mandatory=$true)][string] $ExtractPath # Full path to directory where the packages will be extracted ) -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 # `tools.ps1` checks $ci to perform some actions. Since the post-build # scripts don't necessarily execute in the same agent that run the # build.ps1/sh script this variable isn't automatically set. $ci = $true -$disableConfigureToolsetImport = "true" -. $PSScriptRoot\..\tools.ps1 +$disableConfigureToolsetImport = $true -$ExtractPackage = { - param( - [string] $PackagePath # Full path to a NuGet package - ) - - if (!(Test-Path $PackagePath)) { - Write-PipelineTaskError "Input file does not exist: $PackagePath" - ExitWithExitCode 1 - } - - $RelevantExtensions = @(".dll", ".exe", ".pdb") - Write-Host -NoNewLine "Extracting" ([System.IO.Path]::GetFileName($PackagePath)) "... " - - $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) - $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId - - Add-Type -AssemblyName System.IO.Compression.FileSystem - - [System.IO.Directory]::CreateDirectory($ExtractPath); - - try { - $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) - - $zip.Entries | - Where-Object {$RelevantExtensions -contains [System.IO.Path]::GetExtension($_.Name)} | - ForEach-Object { - $TargetFile = Join-Path -Path $ExtractPath -ChildPath $_.Name - - [System.IO.Compression.ZipFileExtensions]::ExtractToFile($_, $TargetFile, $true) - } - } - catch { - - } - finally { - $zip.Dispose() - } - } - function ExtractArtifacts { +function ExtractArtifacts { if (!(Test-Path $InputPath)) { Write-Host "Input Path does not exist: $InputPath" ExitWithExitCode 0 @@ -68,11 +29,52 @@ $ExtractPackage = { } try { + . $PSScriptRoot\..\tools.ps1 + + $ExtractPackage = { + param( + [string] $PackagePath # Full path to a NuGet package + ) + + if (!(Test-Path $PackagePath)) { + Write-PipelineTelemetryError -Category 'Build' -Message "Input file does not exist: $PackagePath" + ExitWithExitCode 1 + } + + $RelevantExtensions = @('.dll', '.exe', '.pdb') + Write-Host -NoNewLine 'Extracting ' ([System.IO.Path]::GetFileName($PackagePath)) '...' + + $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) + $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId + + Add-Type -AssemblyName System.IO.Compression.FileSystem + + [System.IO.Directory]::CreateDirectory($ExtractPath); + + try { + $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) + + $zip.Entries | + Where-Object {$RelevantExtensions -contains [System.IO.Path]::GetExtension($_.Name)} | + ForEach-Object { + $TargetFile = Join-Path -Path $ExtractPath -ChildPath $_.Name + + [System.IO.Compression.ZipFileExtensions]::ExtractToFile($_, $TargetFile, $true) + } + } + catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message $_ + ExitWithExitCode 1 + } + finally { + $zip.Dispose() + } + } Measure-Command { ExtractArtifacts } } catch { - Write-Host $_ - Write-Host $_.Exception Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/sdl/init-sdl.ps1 b/eng/common/sdl/init-sdl.ps1 index c737eb0e7..285f1ccdb 100644 --- a/eng/common/sdl/init-sdl.ps1 +++ b/eng/common/sdl/init-sdl.ps1 @@ -1,16 +1,19 @@ Param( [string] $GuardianCliLocation, [string] $Repository, - [string] $BranchName="master", + [string] $BranchName='master', [string] $WorkingDirectory, [string] $AzureDevOpsAccessToken, - [string] $GuardianLoggerLevel="Standard" + [string] $GuardianLoggerLevel='Standard' ) -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 +$disableConfigureToolsetImport = $true $LASTEXITCODE = 0 +. $PSScriptRoot\..\tools.ps1 + # Don't display the console progress UI - it's a huge perf hit $ProgressPreference = 'SilentlyContinue' @@ -21,11 +24,10 @@ $uri = "https://dev.azure.com/dnceng/internal/_apis/git/repositories/sdl-tool-cf $zipFile = "$WorkingDirectory/gdn.zip" Add-Type -AssemblyName System.IO.Compression.FileSystem -$gdnFolder = (Join-Path $WorkingDirectory ".gdn") -Try -{ +$gdnFolder = (Join-Path $WorkingDirectory '.gdn') +try { # We try to download the zip; if the request fails (e.g. the file doesn't exist), we catch it and init guardian instead - Write-Host "Downloading gdn folder from internal config repostiory..." + Write-Host 'Downloading gdn folder from internal config repostiory...' Invoke-WebRequest -Headers @{ "Accept"="application/zip"; "Authorization"="Basic $encodedPat" } -Uri $uri -OutFile $zipFile if (Test-Path $gdnFolder) { # Remove the gdn folder if it exists (it shouldn't unless there's too much caching; this is just in case) @@ -33,19 +35,29 @@ Try } [System.IO.Compression.ZipFile]::ExtractToDirectory($zipFile, $WorkingDirectory) Write-Host $gdnFolder -} Catch [System.Net.WebException] { + ExitWithExitCode 0 +} catch [System.Net.WebException] { } # Catch and ignore webexception +try { # if the folder does not exist, we'll do a guardian init and push it to the remote repository - Write-Host "Initializing Guardian..." + Write-Host 'Initializing Guardian...' Write-Host "$GuardianCliLocation init --working-directory $WorkingDirectory --logger-level $GuardianLoggerLevel" & $GuardianCliLocation init --working-directory $WorkingDirectory --logger-level $GuardianLoggerLevel if ($LASTEXITCODE -ne 0) { - Write-Error "Guardian init failed with exit code $LASTEXITCODE." + Write-PipelineTelemetryError -Force -Category 'Build' -Message "Guardian init failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE } # We create the mainbaseline so it can be edited later Write-Host "$GuardianCliLocation baseline --working-directory $WorkingDirectory --name mainbaseline" & $GuardianCliLocation baseline --working-directory $WorkingDirectory --name mainbaseline if ($LASTEXITCODE -ne 0) { - Write-Error "Guardian baseline failed with exit code $LASTEXITCODE." + Write-PipelineTelemetryError -Force -Category 'Build' -Message "Guardian baseline failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE } - & $(Join-Path $PSScriptRoot "push-gdn.ps1") -Repository $Repository -BranchName $BranchName -GdnFolder $gdnFolder -AzureDevOpsAccessToken $AzureDevOpsAccessToken -PushReason "Initialize gdn folder" -} \ No newline at end of file + & $(Join-Path $PSScriptRoot 'push-gdn.ps1') -Repository $Repository -BranchName $BranchName -GdnFolder $gdnFolder -AzureDevOpsAccessToken $AzureDevOpsAccessToken -PushReason 'Initialize gdn folder' + ExitWithExitCode 0 +} +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Sdl' -Message $_ + ExitWithExitCode 1 +} diff --git a/eng/common/sdl/push-gdn.ps1 b/eng/common/sdl/push-gdn.ps1 index 79c707d6d..79d3d355c 100644 --- a/eng/common/sdl/push-gdn.ps1 +++ b/eng/common/sdl/push-gdn.ps1 @@ -1,51 +1,65 @@ Param( [string] $Repository, - [string] $BranchName="master", + [string] $BranchName='master', [string] $GdnFolder, [string] $AzureDevOpsAccessToken, [string] $PushReason ) -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 +$disableConfigureToolsetImport = $true $LASTEXITCODE = 0 -# We create the temp directory where we'll store the sdl-config repository -$sdlDir = Join-Path $env:TEMP "sdl" -if (Test-Path $sdlDir) { - Remove-Item -Force -Recurse $sdlDir -} +try { + . $PSScriptRoot\..\tools.ps1 -Write-Host "git clone https://dnceng:`$AzureDevOpsAccessToken@dev.azure.com/dnceng/internal/_git/sdl-tool-cfg $sdlDir" -git clone https://dnceng:$AzureDevOpsAccessToken@dev.azure.com/dnceng/internal/_git/sdl-tool-cfg $sdlDir -if ($LASTEXITCODE -ne 0) { - Write-Error "Git clone failed with exit code $LASTEXITCODE." -} -# We copy the .gdn folder from our local run into the git repository so it can be committed -$sdlRepositoryFolder = Join-Path (Join-Path (Join-Path $sdlDir $Repository) $BranchName) ".gdn" -if (Get-Command Robocopy) { - Robocopy /S $GdnFolder $sdlRepositoryFolder -} else { - rsync -r $GdnFolder $sdlRepositoryFolder -} -# cd to the sdl-config directory so we can run git there -Push-Location $sdlDir -# git add . --> git commit --> git push -Write-Host "git add ." -git add . -if ($LASTEXITCODE -ne 0) { - Write-Error "Git add failed with exit code $LASTEXITCODE." -} -Write-Host "git -c user.email=`"dn-bot@microsoft.com`" -c user.name=`"Dotnet Bot`" commit -m `"$PushReason for $Repository/$BranchName`"" -git -c user.email="dn-bot@microsoft.com" -c user.name="Dotnet Bot" commit -m "$PushReason for $Repository/$BranchName" -if ($LASTEXITCODE -ne 0) { - Write-Error "Git commit failed with exit code $LASTEXITCODE." -} -Write-Host "git push" -git push -if ($LASTEXITCODE -ne 0) { - Write-Error "Git push failed with exit code $LASTEXITCODE." -} + # We create the temp directory where we'll store the sdl-config repository + $sdlDir = Join-Path $env:TEMP 'sdl' + if (Test-Path $sdlDir) { + Remove-Item -Force -Recurse $sdlDir + } -# Return to the original directory -Pop-Location \ No newline at end of file + Write-Host "git clone https://dnceng:`$AzureDevOpsAccessToken@dev.azure.com/dnceng/internal/_git/sdl-tool-cfg $sdlDir" + git clone https://dnceng:$AzureDevOpsAccessToken@dev.azure.com/dnceng/internal/_git/sdl-tool-cfg $sdlDir + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Git clone failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + # We copy the .gdn folder from our local run into the git repository so it can be committed + $sdlRepositoryFolder = Join-Path (Join-Path (Join-Path $sdlDir $Repository) $BranchName) '.gdn' + if (Get-Command Robocopy) { + Robocopy /S $GdnFolder $sdlRepositoryFolder + } else { + rsync -r $GdnFolder $sdlRepositoryFolder + } + # cd to the sdl-config directory so we can run git there + Push-Location $sdlDir + # git add . --> git commit --> git push + Write-Host 'git add .' + git add . + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Git add failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + Write-Host "git -c user.email=`"dn-bot@microsoft.com`" -c user.name=`"Dotnet Bot`" commit -m `"$PushReason for $Repository/$BranchName`"" + git -c user.email="dn-bot@microsoft.com" -c user.name="Dotnet Bot" commit -m "$PushReason for $Repository/$BranchName" + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Git commit failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + Write-Host 'git push' + git push + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Git push failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + + # Return to the original directory + Pop-Location +} +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Sdl' -Message $_ + ExitWithExitCode 1 +} \ No newline at end of file diff --git a/eng/common/sdl/run-sdl.ps1 b/eng/common/sdl/run-sdl.ps1 index 9bc25314a..40a084f79 100644 --- a/eng/common/sdl/run-sdl.ps1 +++ b/eng/common/sdl/run-sdl.ps1 @@ -5,55 +5,65 @@ Param( [string] $GdnFolder, [string[]] $ToolsList, [string] $UpdateBaseline, - [string] $GuardianLoggerLevel="Standard", + [string] $GuardianLoggerLevel='Standard', [string[]] $CrScanAdditionalRunConfigParams, [string[]] $PoliCheckAdditionalRunConfigParams ) -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 +$disableConfigureToolsetImport = $true $LASTEXITCODE = 0 -# We store config files in the r directory of .gdn -Write-Host $ToolsList -$gdnConfigPath = Join-Path $GdnFolder "r" -$ValidPath = Test-Path $GuardianCliLocation +try { + . $PSScriptRoot\..\tools.ps1 -if ($ValidPath -eq $False) -{ - Write-Host "Invalid Guardian CLI Location." - exit 1 -} + # We store config files in the r directory of .gdn + Write-Host $ToolsList + $gdnConfigPath = Join-Path $GdnFolder 'r' + $ValidPath = Test-Path $GuardianCliLocation -$configParam = @("--config") - -foreach ($tool in $ToolsList) { - $gdnConfigFile = Join-Path $gdnConfigPath "$tool-configure.gdnconfig" - Write-Host $tool - # We have to manually configure tools that run on source to look at the source directory only - if ($tool -eq "credscan") { - Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory < $TargetDirectory `" `" OutputType < pre `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" - & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory < $TargetDirectory " "OutputType < pre" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } - } - if ($tool -eq "policheck") { - Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" Target < $TargetDirectory `" $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams})" - & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " Target < $TargetDirectory " $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams}) - if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian configure for $tool failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE - } + if ($ValidPath -eq $False) + { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Invalid Guardian CLI Location." + ExitWithExitCode 1 } - $configParam+=$gdnConfigFile -} + $configParam = @('--config') -Write-Host "$GuardianCliLocation run --working-directory $WorkingDirectory --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam" -& $GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam -if ($LASTEXITCODE -ne 0) { - Write-Host "Guardian run for $ToolsList using $configParam failed with exit code $LASTEXITCODE." - exit $LASTEXITCODE + foreach ($tool in $ToolsList) { + $gdnConfigFile = Join-Path $gdnConfigPath "$tool-configure.gdnconfig" + Write-Host $tool + # We have to manually configure tools that run on source to look at the source directory only + if ($tool -eq 'credscan') { + Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" TargetDirectory < $TargetDirectory `" `" OutputType < pre `" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams})" + & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " TargetDirectory < $TargetDirectory " "OutputType < pre" $(If ($CrScanAdditionalRunConfigParams) {$CrScanAdditionalRunConfigParams}) + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Guardian configure for $tool failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + } + if ($tool -eq 'policheck') { + Write-Host "$GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args `" Target < $TargetDirectory `" $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams})" + & $GuardianCliLocation configure --working-directory $WorkingDirectory --tool $tool --output-path $gdnConfigFile --logger-level $GuardianLoggerLevel --noninteractive --force --args " Target < $TargetDirectory " $(If ($PoliCheckAdditionalRunConfigParams) {$PoliCheckAdditionalRunConfigParams}) + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Guardian configure for $tool failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } + } + + $configParam+=$gdnConfigFile + } + + Write-Host "$GuardianCliLocation run --working-directory $WorkingDirectory --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam" + & $GuardianCliLocation run --working-directory $WorkingDirectory --tool $tool --baseline mainbaseline --update-baseline $UpdateBaseline --logger-level $GuardianLoggerLevel $configParam + if ($LASTEXITCODE -ne 0) { + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message "Guardian run for $ToolsList using $configParam failed with exit code $LASTEXITCODE." + ExitWithExitCode $LASTEXITCODE + } } +catch { + Write-Host $_.ScriptStackTrace + Write-PipelineTelemetryError -Category 'Sdl' -Message $_ + ExitWithExitCode 1 +} \ No newline at end of file diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 0a2c40c10..402dc4073 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -4,7 +4,7 @@ variables: - group: DotNet-DotNetCli-Storage - group: DotNet-MSRC-Storage - group: Publish-Build-Assets - + # .NET Core 3.1 Dev - name: PublicDevRelease_31_Channel_Id value: 128 @@ -13,19 +13,19 @@ variables: - name: NetCore_5_Dev_Channel_Id value: 131 - # .NET Tools - Validation - - name: NetCore_Tools_Validation_Channel_Id + # .NET Eng - Validation + - name: Net_Eng_Validation_Channel_Id value: 9 - # .NET Tools - Latest - - name: NetCore_Tools_Latest_Channel_Id + # .NET Eng - Latest + - name: Net_Eng_Latest_Channel_Id value: 2 - # .NET 3 Tools - Validation - - name: NETCore_3_Tools_Validation_Channel_Id + # .NET 3 Eng - Validation + - name: NET_3_Eng_Validation_Channel_Id value: 390 - # .NET 3 Tools - Latest + # .NET 3 Eng - name: NetCore_3_Tools_Channel_Id value: 344 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 5965cc200..c1948cb65 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -137,8 +137,8 @@ stages: dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Tools_Latest_Publish' - channelName: '.NET Tools - Latest' + stageName: 'Net_Eng_Latest_Publish' + channelName: '.NET Eng - Latest' channelId: 2 transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' @@ -150,8 +150,8 @@ stages: dependsOn: ${{ parameters.publishDependsOn }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'PVR_Publish' - channelName: '.NET Tools - Validation' + stageName: 'Net_Eng_Validation_Publish' + channelName: '.NET Eng - Validation' channelId: 9 transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' @@ -195,3 +195,16 @@ stages: transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NET_Internal_Tooling_Publishing' + channelName: '.NET Internal Tooling' + channelId: 551 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' \ No newline at end of file diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 42ca33ac3..26a6d03c8 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -5,7 +5,7 @@ [bool]$ci = if (Test-Path variable:ci) { $ci } else { $false } # Build configuration. Common values include 'Debug' and 'Release', but the repository may use other names. -[string]$configuration = if (Test-Path variable:configuration) { $configuration } else { "Debug" } +[string]$configuration = if (Test-Path variable:configuration) { $configuration } else { 'Debug' } # Set to true to output binary log from msbuild. Note that emitting binary log slows down the build. # Binary log must be enabled on CI. @@ -24,7 +24,7 @@ [bool]$restore = if (Test-Path variable:restore) { $restore } else { $true } # Adjusts msbuild verbosity level. -[string]$verbosity = if (Test-Path variable:verbosity) { $verbosity } else { "minimal" } +[string]$verbosity = if (Test-Path variable:verbosity) { $verbosity } else { 'minimal' } # Set to true to reuse msbuild nodes. Recommended to not reuse on CI. [bool]$nodeReuse = if (Test-Path variable:nodeReuse) { $nodeReuse } else { !$ci } @@ -41,23 +41,23 @@ # Enable repos to use a particular version of the on-line dotnet-install scripts. # default URL: https://dot.net/v1/dotnet-install.ps1 -[string]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { "v1" } +[string]$dotnetInstallScriptVersion = if (Test-Path variable:dotnetInstallScriptVersion) { $dotnetInstallScriptVersion } else { 'v1' } # True to use global NuGet cache instead of restoring packages to repository-local directory. [bool]$useGlobalNuGetCache = if (Test-Path variable:useGlobalNuGetCache) { $useGlobalNuGetCache } else { !$ci } # An array of names of processes to stop on script exit if prepareMachine is true. -$processesToStopOnExit = if (Test-Path variable:processesToStopOnExit) { $processesToStopOnExit } else { @("msbuild", "dotnet", "vbcscompiler") } +$processesToStopOnExit = if (Test-Path variable:processesToStopOnExit) { $processesToStopOnExit } else { @('msbuild', 'dotnet', 'vbcscompiler') } $disableConfigureToolsetImport = if (Test-Path variable:disableConfigureToolsetImport) { $disableConfigureToolsetImport } else { $null } set-strictmode -version 2.0 -$ErrorActionPreference = "Stop" +$ErrorActionPreference = 'Stop' [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 function Create-Directory([string[]] $path) { if (!(Test-Path $path)) { - New-Item -path $path -force -itemType "Directory" | Out-Null + New-Item -path $path -force -itemType 'Directory' | Out-Null } } @@ -121,7 +121,7 @@ function InitializeDotNetCli([bool]$install) { # Find the first path on %PATH% that contains the dotnet.exe if ($useInstalledDotNetCli -and (-not $globalJsonHasRuntimes) -and ($env:DOTNET_INSTALL_DIR -eq $null)) { - $dotnetCmd = Get-Command "dotnet.exe" -ErrorAction SilentlyContinue + $dotnetCmd = Get-Command 'dotnet.exe' -ErrorAction SilentlyContinue if ($dotnetCmd -ne $null) { $env:DOTNET_INSTALL_DIR = Split-Path $dotnetCmd.Path -Parent } @@ -134,13 +134,13 @@ function InitializeDotNetCli([bool]$install) { if ((-not $globalJsonHasRuntimes) -and ($env:DOTNET_INSTALL_DIR -ne $null) -and (Test-Path(Join-Path $env:DOTNET_INSTALL_DIR "sdk\$dotnetSdkVersion"))) { $dotnetRoot = $env:DOTNET_INSTALL_DIR } else { - $dotnetRoot = Join-Path $RepoRoot ".dotnet" + $dotnetRoot = Join-Path $RepoRoot '.dotnet' if (-not (Test-Path(Join-Path $dotnetRoot "sdk\$dotnetSdkVersion"))) { if ($install) { InstallDotNetSdk $dotnetRoot $dotnetSdkVersion } else { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Unable to find dotnet with SDK version '$dotnetSdkVersion'" + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Unable to find dotnet with SDK version '$dotnetSdkVersion'" ExitWithExitCode 1 } } @@ -163,7 +163,7 @@ function InitializeDotNetCli([bool]$install) { } function GetDotNetInstallScript([string] $dotnetRoot) { - $installScript = Join-Path $dotnetRoot "dotnet-install.ps1" + $installScript = Join-Path $dotnetRoot 'dotnet-install.ps1' if (!(Test-Path $installScript)) { Create-Directory $dotnetRoot $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit @@ -173,17 +173,17 @@ function GetDotNetInstallScript([string] $dotnetRoot) { return $installScript } -function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $architecture = "") { +function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $architecture = '') { InstallDotNet $dotnetRoot $version $architecture } function InstallDotNet([string] $dotnetRoot, [string] $version, - [string] $architecture = "", - [string] $runtime = "", + [string] $architecture = '', + [string] $runtime = '', [bool] $skipNonVersionedFiles = $false, - [string] $runtimeSourceFeed = "", - [string] $runtimeSourceFeedKey = "") { + [string] $runtimeSourceFeed = '', + [string] $runtimeSourceFeedKey = '') { $installScript = GetDotNetInstallScript $dotnetRoot $installParameters = @{ @@ -199,7 +199,7 @@ function InstallDotNet([string] $dotnetRoot, & $installScript @installParameters } catch { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet runtime '$runtime' from public location." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Failed to install dotnet runtime '$runtime' from public location." # Only the runtime can be installed from a custom [private] location. if ($runtime -and ($runtimeSourceFeed -or $runtimeSourceFeedKey)) { @@ -215,7 +215,7 @@ function InstallDotNet([string] $dotnetRoot, & $installScript @installParameters } catch { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet runtime '$runtime' from custom location '$runtimeSourceFeed'." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Failed to install dotnet runtime '$runtime' from custom location '$runtimeSourceFeed'." } } } @@ -238,12 +238,12 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = } if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs } - $vsMinVersionStr = if ($vsRequirements.version) { $vsRequirements.version } else { "15.9" } + $vsMinVersionStr = if ($vsRequirements.version) { $vsRequirements.version } else { '15.9' } $vsMinVersion = [Version]::new($vsMinVersionStr) # Try msbuild command available in the environment. if ($env:VSINSTALLDIR -ne $null) { - $msbuildCmd = Get-Command "msbuild.exe" -ErrorAction SilentlyContinue + $msbuildCmd = Get-Command 'msbuild.exe' -ErrorAction SilentlyContinue if ($msbuildCmd -ne $null) { # Workaround for https://github.com/dotnet/roslyn/issues/35793 # Due to this issue $msbuildCmd.Version returns 0.0.0.0 for msbuild.exe 16.2+ @@ -267,7 +267,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = InitializeVisualStudioEnvironmentVariables $vsInstallDir $vsMajorVersion } else { - if (Get-Member -InputObject $GlobalJson.tools -Name "xcopy-msbuild") { + if (Get-Member -InputObject $GlobalJson.tools -Name 'xcopy-msbuild') { $xcopyMSBuildVersion = $GlobalJson.tools.'xcopy-msbuild' $vsMajorVersion = $xcopyMSBuildVersion.Split('.')[0] } else { @@ -277,7 +277,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = $vsInstallDir = InitializeXCopyMSBuild $xcopyMSBuildVersion $install if ($vsInstallDir -eq $null) { - throw "Unable to find Visual Studio that has required version and components installed" + throw 'Unable to find Visual Studio that has required version and components installed' } } @@ -301,7 +301,7 @@ function InstallXCopyMSBuild([string]$packageVersion) { } function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { - $packageName = "RoslynTools.MSBuild" + $packageName = 'RoslynTools.MSBuild' $packageDir = Join-Path $ToolsDir "msbuild\$packageVersion" $packagePath = Join-Path $packageDir "$packageName.$packageVersion.nupkg" @@ -317,7 +317,7 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { Unzip $packagePath $packageDir } - return Join-Path $packageDir "tools" + return Join-Path $packageDir 'tools' } # @@ -334,32 +334,32 @@ function InitializeXCopyMSBuild([string]$packageVersion, [bool]$install) { # or $null if no instance meeting the requirements is found on the machine. # function LocateVisualStudio([object]$vsRequirements = $null){ - if (Get-Member -InputObject $GlobalJson.tools -Name "vswhere") { + if (Get-Member -InputObject $GlobalJson.tools -Name 'vswhere') { $vswhereVersion = $GlobalJson.tools.vswhere } else { - $vswhereVersion = "2.5.2" + $vswhereVersion = '2.5.2' } $vsWhereDir = Join-Path $ToolsDir "vswhere\$vswhereVersion" - $vsWhereExe = Join-Path $vsWhereDir "vswhere.exe" + $vsWhereExe = Join-Path $vsWhereDir 'vswhere.exe' if (!(Test-Path $vsWhereExe)) { Create-Directory $vsWhereDir - Write-Host "Downloading vswhere" + Write-Host 'Downloading vswhere' Invoke-WebRequest "https://github.com/Microsoft/vswhere/releases/download/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe } if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs } - $args = @("-latest", "-prerelease", "-format", "json", "-requires", "Microsoft.Component.MSBuild", "-products", "*") + $args = @('-latest', '-prerelease', '-format', 'json', '-requires', 'Microsoft.Component.MSBuild', '-products', '*') - if (Get-Member -InputObject $vsRequirements -Name "version") { - $args += "-version" + if (Get-Member -InputObject $vsRequirements -Name 'version') { + $args += '-version' $args += $vsRequirements.version } - if (Get-Member -InputObject $vsRequirements -Name "components") { + if (Get-Member -InputObject $vsRequirements -Name 'components') { foreach ($component in $vsRequirements.components) { - $args += "-requires" + $args += '-requires' $args += $component } } @@ -385,27 +385,27 @@ function InitializeBuildTool() { # Initialize dotnet cli if listed in 'tools' $dotnetRoot = $null - if (Get-Member -InputObject $GlobalJson.tools -Name "dotnet") { + if (Get-Member -InputObject $GlobalJson.tools -Name 'dotnet') { $dotnetRoot = InitializeDotNetCli -install:$restore } - if ($msbuildEngine -eq "dotnet") { + if ($msbuildEngine -eq 'dotnet') { if (!$dotnetRoot) { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "/global.json must specify 'tools.dotnet'." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "/global.json must specify 'tools.dotnet'." ExitWithExitCode 1 } - $buildTool = @{ Path = Join-Path $dotnetRoot "dotnet.exe"; Command = "msbuild"; Tool = "dotnet"; Framework = "netcoreapp2.1" } + $buildTool = @{ Path = Join-Path $dotnetRoot 'dotnet.exe'; Command = 'msbuild'; Tool = 'dotnet'; Framework = 'netcoreapp2.1' } } elseif ($msbuildEngine -eq "vs") { try { $msbuildPath = InitializeVisualStudioMSBuild -install:$restore } catch { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message $_ + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ ExitWithExitCode 1 } $buildTool = @{ Path = $msbuildPath; Command = ""; Tool = "vs"; Framework = "net472" } } else { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Unexpected value of -msbuildEngine: '$msbuildEngine'." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Unexpected value of -msbuildEngine: '$msbuildEngine'." ExitWithExitCode 1 } @@ -414,15 +414,15 @@ function InitializeBuildTool() { function GetDefaultMSBuildEngine() { # Presence of tools.vs indicates the repo needs to build using VS msbuild on Windows. - if (Get-Member -InputObject $GlobalJson.tools -Name "vs") { - return "vs" + if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') { + return 'vs' } - if (Get-Member -InputObject $GlobalJson.tools -Name "dotnet") { - return "dotnet" + if (Get-Member -InputObject $GlobalJson.tools -Name 'dotnet') { + return 'dotnet' } - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "-msbuildEngine must be specified, or /global.json must specify 'tools.dotnet' or 'tools.vs'." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "-msbuildEngine must be specified, or /global.json must specify 'tools.dotnet' or 'tools.vs'." ExitWithExitCode 1 } @@ -431,9 +431,9 @@ function GetNuGetPackageCachePath() { # Use local cache on CI to ensure deterministic build, # use global cache in dev builds to avoid cost of downloading packages. if ($useGlobalNuGetCache) { - $env:NUGET_PACKAGES = Join-Path $env:UserProfile ".nuget\packages" + $env:NUGET_PACKAGES = Join-Path $env:UserProfile '.nuget\packages' } else { - $env:NUGET_PACKAGES = Join-Path $RepoRoot ".packages" + $env:NUGET_PACKAGES = Join-Path $RepoRoot '.packages' } } @@ -475,14 +475,14 @@ function InitializeToolset() { } if (-not $restore) { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Toolset version $toolsetVersion has not been restored." + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Toolset version $toolsetVersion has not been restored." ExitWithExitCode 1 } $buildTool = InitializeBuildTool - $proj = Join-Path $ToolsetDir "restore.proj" - $bl = if ($binaryLog) { "/bl:" + (Join-Path $LogDir "ToolsetRestore.binlog") } else { "" } + $proj = Join-Path $ToolsetDir 'restore.proj' + $bl = if ($binaryLog) { '/bl:' + (Join-Path $LogDir 'ToolsetRestore.binlog') } else { '' } '' | Set-Content $proj @@ -504,7 +504,7 @@ function ExitWithExitCode([int] $exitCode) { } function Stop-Processes() { - Write-Host "Killing running build processes..." + Write-Host 'Killing running build processes...' foreach ($processName in $processesToStopOnExit) { Get-Process -Name $processName -ErrorAction SilentlyContinue | Stop-Process } @@ -521,7 +521,7 @@ function MSBuild() { # Work around issues with Azure Artifacts credential provider # https://github.com/dotnet/arcade/issues/3932 - if ($ci -and $buildTool.Tool -eq "dotnet") { + if ($ci -and $buildTool.Tool -eq 'dotnet') { dotnet nuget locals http-cache -c $env:NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS = 20 @@ -532,7 +532,7 @@ function MSBuild() { $toolsetBuildProject = InitializeToolset $path = Split-Path -parent $toolsetBuildProject - $path = Join-Path $path (Join-Path $buildTool.Framework "Microsoft.DotNet.Arcade.Sdk.dll") + $path = Join-Path $path (Join-Path $buildTool.Framework 'Microsoft.DotNet.Arcade.Sdk.dll') $args += "/logger:$path" } @@ -547,12 +547,12 @@ function MSBuild() { function MSBuild-Core() { if ($ci) { if (!$binaryLog) { - Write-PipelineTaskError -Message "Binary log must be enabled in CI build." + Write-PipelineTelemetryError -Category 'Build' -Message 'Binary log must be enabled in CI build.' ExitWithExitCode 1 } if ($nodeReuse) { - Write-PipelineTaskError -Message "Node reuse must be disabled in CI build." + Write-PipelineTelemetryError -Category 'Build' -Message 'Node reuse must be disabled in CI build.' ExitWithExitCode 1 } } @@ -562,10 +562,10 @@ function MSBuild-Core() { $cmdArgs = "$($buildTool.Command) /m /nologo /clp:Summary /v:$verbosity /nr:$nodeReuse /p:ContinuousIntegrationBuild=$ci" if ($warnAsError) { - $cmdArgs += " /warnaserror /p:TreatWarningsAsErrors=true" + $cmdArgs += ' /warnaserror /p:TreatWarningsAsErrors=true' } else { - $cmdArgs += " /p:TreatWarningsAsErrors=false" + $cmdArgs += ' /p:TreatWarningsAsErrors=false' } foreach ($arg in $args) { @@ -577,7 +577,7 @@ function MSBuild-Core() { $exitCode = Exec-Process $buildTool.Path $cmdArgs if ($exitCode -ne 0) { - Write-PipelineTaskError -Message "Build failed." + Write-PipelineTelemetryError Category 'Build' -Message 'Build failed.' $buildLog = GetMSBuildBinaryLogCommandLineArgument $args if ($buildLog -ne $null) { @@ -592,12 +592,12 @@ function GetMSBuildBinaryLogCommandLineArgument($arguments) { foreach ($argument in $arguments) { if ($argument -ne $null) { $arg = $argument.Trim() - if ($arg.StartsWith("/bl:", "OrdinalIgnoreCase")) { - return $arg.Substring("/bl:".Length) + if ($arg.StartsWith('/bl:', "OrdinalIgnoreCase")) { + return $arg.Substring('/bl:'.Length) } - if ($arg.StartsWith("/binaryLogger:", "OrdinalIgnoreCase")) { - return $arg.Substring("/binaryLogger:".Length) + if ($arg.StartsWith('/binaryLogger:', 'OrdinalIgnoreCase')) { + return $arg.Substring('/binaryLogger:'.Length) } } } @@ -607,14 +607,14 @@ function GetMSBuildBinaryLogCommandLineArgument($arguments) { . $PSScriptRoot\pipeline-logging-functions.ps1 -$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot "..\..") -$EngRoot = Resolve-Path (Join-Path $PSScriptRoot "..") -$ArtifactsDir = Join-Path $RepoRoot "artifacts" -$ToolsetDir = Join-Path $ArtifactsDir "toolset" -$ToolsDir = Join-Path $RepoRoot ".tools" -$LogDir = Join-Path (Join-Path $ArtifactsDir "log") $configuration -$TempDir = Join-Path (Join-Path $ArtifactsDir "tmp") $configuration -$GlobalJson = Get-Content -Raw -Path (Join-Path $RepoRoot "global.json") | ConvertFrom-Json +$RepoRoot = Resolve-Path (Join-Path $PSScriptRoot '..\..') +$EngRoot = Resolve-Path (Join-Path $PSScriptRoot '..') +$ArtifactsDir = Join-Path $RepoRoot 'artifacts' +$ToolsetDir = Join-Path $ArtifactsDir 'toolset' +$ToolsDir = Join-Path $RepoRoot '.tools' +$LogDir = Join-Path (Join-Path $ArtifactsDir 'log') $configuration +$TempDir = Join-Path (Join-Path $ArtifactsDir 'tmp') $configuration +$GlobalJson = Get-Content -Raw -Path (Join-Path $RepoRoot 'global.json') | ConvertFrom-Json # true if global.json contains a "runtimes" section $globalJsonHasRuntimes = if ($GlobalJson.tools.PSObject.Properties.Name -Match 'runtimes') { $true } else { $false } @@ -631,8 +631,14 @@ Write-PipelineSetVariable -Name 'TMP' -Value $TempDir # Import custom tools configuration, if present in the repo. # Note: Import in global scope so that the script set top-level variables without qualification. if (!$disableConfigureToolsetImport) { - $configureToolsetScript = Join-Path $EngRoot "configure-toolset.ps1" + $configureToolsetScript = Join-Path $EngRoot 'configure-toolset.ps1' if (Test-Path $configureToolsetScript) { - . $configureToolsetScript + . $configureToolsetScript + if ((Test-Path variable:failOnConfigureToolsetError) -And $failOnConfigureToolsetError) { + if ((Test-Path variable:LastExitCode) -And ($LastExitCode -ne 0)) { + Write-PipelineTelemetryError -Category 'Build' -Message 'configure-toolset.ps1 returned a non-zero exit code' + ExitWithExitCode $LastExitCode + } + } } } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 6a23ac0a3..f58db5e25 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -4,7 +4,6 @@ # CI mode - set to true on CI server for PR validation build or official build. ci=${ci:-false} -disable_configure_toolset_import=${disable_configure_toolset_import:-} # Set to true to use the pipelines logger which will enable Azure logging output. # https://github.com/Microsoft/azure-pipelines-tasks/blob/master/docs/authoring/commands.md @@ -82,7 +81,7 @@ function ReadGlobalVersion { local pattern="\"$key\" *: *\"(.*)\"" if [[ ! $line =~ $pattern ]]; then - Write-PipelineTelemetryError -category 'InitializeToolset' "Error: Cannot find \"$key\" in $global_json_file" + Write-PipelineTelemetryError -category 'Build' "Error: Cannot find \"$key\" in $global_json_file" ExitWithExitCode 1 fi @@ -325,7 +324,7 @@ function InitializeToolset { local toolset_build_proj=`cat "$toolset_location_file"` if [[ ! -a "$toolset_build_proj" ]]; then - Write-PipelineTelemetryError -category 'InitializeToolset' "Invalid toolset path: $toolset_build_proj" + Write-PipelineTelemetryError -category 'Build' "Invalid toolset path: $toolset_build_proj" ExitWithExitCode 3 fi @@ -375,12 +374,12 @@ function MSBuild { function MSBuild-Core { if [[ "$ci" == true ]]; then if [[ "$binary_log" != true ]]; then - Write-PipelineTaskError "Binary log must be enabled in CI build." + Write-PipelineTelemetryError -category 'Build' "Binary log must be enabled in CI build." ExitWithExitCode 1 fi if [[ "$node_reuse" == true ]]; then - Write-PipelineTaskError "Node reuse must be disabled in CI build." + Write-PipelineTelemetryError -category 'Build' "Node reuse must be disabled in CI build." ExitWithExitCode 1 fi fi @@ -394,7 +393,7 @@ function MSBuild-Core { "$_InitializeBuildTool" "$_InitializeBuildToolCommand" /m /nologo /clp:Summary /v:$verbosity /nr:$node_reuse $warnaserror_switch /p:TreatWarningsAsErrors=$warn_as_error /p:ContinuousIntegrationBuild=$ci "$@" || { local exit_code=$? - Write-PipelineTaskError "Build failed (exit code '$exit_code')." + Write-PipelineTelemetryError -category 'Build' "Build failed (exit code '$exit_code')." ExitWithExitCode $exit_code } } @@ -437,7 +436,7 @@ Write-PipelineSetVariable -name "Temp" -value "$temp_dir" Write-PipelineSetVariable -name "TMP" -value "$temp_dir" # Import custom tools configuration, if present in the repo. -if [[ -z "$disable_configure_toolset_import" ]]; then +if [ -z "${disable_configure_toolset_import:-}" ]; then configure_toolset_script="$eng_root/configure-toolset.sh" if [[ -a "$configure_toolset_script" ]]; then . "$configure_toolset_script" diff --git a/global.json b/global.json index b9ab86b49..776fe8779 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19570.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19571.10" } } From 14149fe2406de00dae6f9ce23f7c058b635dc789 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2019 04:08:09 +0000 Subject: [PATCH 1101/2259] [master] Update dependencies from aspnet/AspNetCore (#5734) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191120.5 - dotnet-user-secrets - 5.0.0-alpha1.19570.5 - dotnet-watch - 5.0.0-alpha1.19570.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19570.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19570.5 - dotnet-dev-certs - 5.0.0-alpha1.19570.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19570.5 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191122.4 - dotnet-user-secrets - 5.0.0-alpha1.19572.4 - dotnet-watch - 5.0.0-alpha1.19572.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19572.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19572.4 - dotnet-dev-certs - 5.0.0-alpha1.19572.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19572.4 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191122.13 - dotnet-user-secrets - 5.0.0-alpha1.19572.13 - dotnet-watch - 5.0.0-alpha1.19572.13 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19572.13 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19572.13 - dotnet-dev-certs - 5.0.0-alpha1.19572.13 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19572.13 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0888ef4a4..effd6a95d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 - + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 - + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 - + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 - + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 - + https://github.com/aspnet/AspNetCore - 242890940e3e881ac605e5fc8b60b3c394e279a3 + 9099305d0427e716e84a1603fe201670260674f2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index fb6559097..7f35d6cab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19570.1 - 5.0.0-alpha1.19570.1 - 5.0.0-alpha1.19570.1 - 5.0.0-alpha1.19570.1 - 5.0.0-alpha1.19570.1 - 5.0.0-alpha1.19570.1 + 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.13 From 28f22a7729e65da5295ac7755d97ac7d1d621247 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 23 Nov 2019 06:35:33 +0000 Subject: [PATCH 1102/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191122.17 (#5775) - dotnet-user-secrets - 5.0.0-alpha1.19572.17 - dotnet-watch - 5.0.0-alpha1.19572.17 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19572.17 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19572.17 - dotnet-dev-certs - 5.0.0-alpha1.19572.17 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19572.17 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index effd6a95d..be3c25763 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 - + https://github.com/aspnet/AspNetCore - 9099305d0427e716e84a1603fe201670260674f2 + 73391cc27461e856907e278c9615c60e841b9a44 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7f35d6cab..896f63e0e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19572.13 - 5.0.0-alpha1.19572.13 - 5.0.0-alpha1.19572.13 - 5.0.0-alpha1.19572.13 - 5.0.0-alpha1.19572.13 - 5.0.0-alpha1.19572.13 + 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19572.17 From 8cfa8fa215029f7dcab30fe754a43f2271a8ea5f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 25 Nov 2019 13:35:40 +0000 Subject: [PATCH 1103/2259] [master] Update dependencies from dotnet/arcade (#5782) * Update dependencies from https://github.com/dotnet/arcade build 20191123.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19573.1 * Update dependencies from https://github.com/dotnet/arcade build 20191124.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19574.1 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/post-build/post-build.yml | 6 +++--- global.json | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be3c25763..9e21d16ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 6ade65ab9d2d63b3fcb73647fc109e2b36ffdc80 + 87b59e17420bf0c3341edacbd8a6721e619afbac
diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index c1948cb65..7a4252a48 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -205,6 +205,6 @@ stages: stageName: 'NET_Internal_Tooling_Publishing' channelName: '.NET Internal Tooling' channelId: 551 - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' \ No newline at end of file + transportFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' \ No newline at end of file diff --git a/global.json b/global.json index 776fe8779..769c4b62e 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19571.10" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19574.1" } } From 03a7460088ff490cd7f24b3e517465007c6f79e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 03:10:32 +0000 Subject: [PATCH 1104/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191125.10 (#5785) - dotnet-user-secrets - 5.0.0-alpha1.19575.10 - dotnet-watch - 5.0.0-alpha1.19575.10 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19575.10 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19575.10 - dotnet-dev-certs - 5.0.0-alpha1.19575.10 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19575.10 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e21d16ca..c59591700 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 - + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 - + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 - + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 - + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 - + https://github.com/aspnet/AspNetCore - 73391cc27461e856907e278c9615c60e841b9a44 + b81c1a7954445cb202e1d85d09cee09ffe18dc37 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 896f63e0e..00d73833d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19572.17 - 5.0.0-alpha1.19572.17 - 5.0.0-alpha1.19572.17 - 5.0.0-alpha1.19572.17 - 5.0.0-alpha1.19572.17 - 5.0.0-alpha1.19572.17 + 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19575.10 From f79873177b47f84c70fecb782f1f9b85f1279fc6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2019 13:31:28 +0000 Subject: [PATCH 1105/2259] Update dependencies from https://github.com/dotnet/arcade build 20191125.7 (#5787) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19575.7 --- eng/Version.Details.xml | 4 ++-- .../templates/post-build/common-variables.yml | 4 ++++ eng/common/templates/post-build/post-build.yml | 15 ++++++++++++++- global.json | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c59591700..c0c578e7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 87b59e17420bf0c3341edacbd8a6721e619afbac + 549475dff607986e6d9626f0dc8678e9736b7d0c
diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 402dc4073..9505cf170 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -49,6 +49,10 @@ variables: - name: NetCore_31_Blazor_Features_Channel_Id value: 531 + # .NET Core Experimental + - name: NetCore_Experimental_Channel_Id + value: 562 + # Whether the build is internal or not - name: IsInternalBuild value: ${{ and(ne(variables['System.TeamProject'], 'public'), contains(variables['Build.SourceBranch'], 'internal')) }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 7a4252a48..8a8d84f20 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -207,4 +207,17 @@ stages: channelId: 551 transportFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' \ No newline at end of file + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_Experimental_Publishing' + channelName: '.NET Core Experimental' + channelId: 562 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental-symbols/nuget/v3/index.json' diff --git a/global.json b/global.json index 769c4b62e..ada4cbe16 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19574.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19575.7" } } From 0d0c902b77e32b8d12db3191623b6c9c7e6a6289 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 13:36:25 +0000 Subject: [PATCH 1106/2259] Update dependencies from https://github.com/dotnet/arcade build 20191126.2 (#5796) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19576.2 --- eng/Version.Details.xml | 4 ++-- eng/common/tools.ps1 | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0c578e7f..756be389a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 549475dff607986e6d9626f0dc8678e9736b7d0c + e1f099bf18a14e8ef5dc50f1a90078839aa102c8
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 26a6d03c8..d762c9f04 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -247,7 +247,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = if ($msbuildCmd -ne $null) { # Workaround for https://github.com/dotnet/roslyn/issues/35793 # Due to this issue $msbuildCmd.Version returns 0.0.0.0 for msbuild.exe 16.2+ - $msbuildVersion = [Version]::new((Get-Item $msbuildCmd.Path).VersionInfo.ProductVersion.Split(@('-', '+'))[0]) + $msbuildVersion = [Version]::new((Get-Item $msbuildCmd.Path).VersionInfo.ProductVersion.Split([char[]]@('-', '+'))[0]) if ($msbuildVersion -ge $vsMinVersion) { return $global:_MSBuildExe = $msbuildCmd.Path diff --git a/global.json b/global.json index ada4cbe16..eae8094af 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19575.7" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19576.2" } } From c2183fa5b6615399100f4afd7e9c064cc243944a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 20:20:32 +0000 Subject: [PATCH 1107/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191127.4 (#5797) - dotnet-user-secrets - 5.0.0-alpha1.19577.4 - dotnet-watch - 5.0.0-alpha1.19577.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19577.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19577.4 - dotnet-dev-certs - 5.0.0-alpha1.19577.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19577.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 756be389a..b94e779fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f - + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f - + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f - + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f - + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f - + https://github.com/aspnet/AspNetCore - b81c1a7954445cb202e1d85d09cee09ffe18dc37 + 2d6b46e1b2a8181733d2a6a23dc841469649230f https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 00d73833d..644073d78 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19575.10 - 5.0.0-alpha1.19575.10 - 5.0.0-alpha1.19575.10 - 5.0.0-alpha1.19575.10 - 5.0.0-alpha1.19575.10 - 5.0.0-alpha1.19575.10 + 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.4 From 1ba90439dd5696d2a957d01308d582c6e70bee50 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 27 Nov 2019 23:40:41 +0000 Subject: [PATCH 1108/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191127.7 (#5798) - dotnet-user-secrets - 5.0.0-alpha1.19577.7 - dotnet-watch - 5.0.0-alpha1.19577.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19577.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19577.7 - dotnet-dev-certs - 5.0.0-alpha1.19577.7 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19577.7 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b94e779fd..c51733acc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 - + https://github.com/aspnet/AspNetCore - 2d6b46e1b2a8181733d2a6a23dc841469649230f + 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 644073d78..db47d6b69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19577.4 - 5.0.0-alpha1.19577.4 - 5.0.0-alpha1.19577.4 - 5.0.0-alpha1.19577.4 - 5.0.0-alpha1.19577.4 - 5.0.0-alpha1.19577.4 + 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.7 From b81ee62da56bfa46a3fb36095e703635b09461d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 10:25:38 +0000 Subject: [PATCH 1109/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191127.15 (#5802) - dotnet-user-secrets - 5.0.0-alpha1.19577.15 - dotnet-watch - 5.0.0-alpha1.19577.15 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19577.15 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19577.15 - dotnet-dev-certs - 5.0.0-alpha1.19577.15 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19577.15 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c51733acc..71040e525 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a - + https://github.com/aspnet/AspNetCore - 603bdf4ff4d07739d4c3943fa24b1d2e94ac3be3 + eb929d5a0bafc0f8a15473265ac2acf6ea105e6a https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index db47d6b69..77c81565d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19577.7 - 5.0.0-alpha1.19577.7 - 5.0.0-alpha1.19577.7 - 5.0.0-alpha1.19577.7 - 5.0.0-alpha1.19577.7 - 5.0.0-alpha1.19577.7 + 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19577.15 From b19739319e2e084b6e55abb4741fa8b68c79741f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 14:50:33 +0000 Subject: [PATCH 1110/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191128.2 (#5804) - dotnet-user-secrets - 5.0.0-alpha1.19578.2 - dotnet-watch - 5.0.0-alpha1.19578.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19578.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19578.2 - dotnet-dev-certs - 5.0.0-alpha1.19578.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19578.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71040e525..731d66fa4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 - + https://github.com/aspnet/AspNetCore - eb929d5a0bafc0f8a15473265ac2acf6ea105e6a + e625fe29b049c60242e8048b4ea743cca65aa7b5 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 77c81565d..bbbaef670 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19577.15 - 5.0.0-alpha1.19577.15 - 5.0.0-alpha1.19577.15 - 5.0.0-alpha1.19577.15 - 5.0.0-alpha1.19577.15 - 5.0.0-alpha1.19577.15 + 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.2 From 4eabd9e48eda948ff52e2760fdf7db6079967c81 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2019 23:30:32 +0000 Subject: [PATCH 1111/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191128.4 (#5805) - dotnet-user-secrets - 5.0.0-alpha1.19578.4 - dotnet-watch - 5.0.0-alpha1.19578.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19578.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19578.4 - dotnet-dev-certs - 5.0.0-alpha1.19578.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19578.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 731d66fa4..bac273ac8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 - + https://github.com/aspnet/AspNetCore - e625fe29b049c60242e8048b4ea743cca65aa7b5 + 310809997a06e946deafa3e339a9364c9721b432 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index bbbaef670..7d5721577 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19578.2 - 5.0.0-alpha1.19578.2 - 5.0.0-alpha1.19578.2 - 5.0.0-alpha1.19578.2 - 5.0.0-alpha1.19578.2 - 5.0.0-alpha1.19578.2 + 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19578.4 From e58b2260e3cc66f6b2097e91e558e40bf722c774 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2019 13:31:39 +0000 Subject: [PATCH 1112/2259] [master] Update dependencies from dotnet/arcade (#5803) * Update dependencies from https://github.com/dotnet/arcade build 20191127.4 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19577.4 * Update dependencies from https://github.com/dotnet/arcade build 20191128.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19578.1 --- eng/Version.Details.xml | 4 ++-- eng/common/build.ps1 | 19 ++++++++++--------- global.json | 2 +- 3 files changed, 13 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bac273ac8..54950b080 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - e1f099bf18a14e8ef5dc50f1a90078839aa102c8 + 7d8af3c802523cd7d9df9f6cb4ce49236851ca0f
diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index ce6882eea..0fd4d9c7f 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -112,17 +112,18 @@ function Build { @properties } -if ($clean) { - if(Test-Path $ArtifactsDir) { - Remove-Item -Recurse -Force $ArtifactsDir - Write-Host 'Artifacts directory deleted.' - } - exit 0 -} - try { . $PSScriptRoot\tools.ps1 - If ((Test-Path variable:LastExitCode) -And ($LastExitCode -ne 0)) { + + if ($clean) { + if (Test-Path $ArtifactsDir) { + Remove-Item -Recurse -Force $ArtifactsDir + Write-Host 'Artifacts directory deleted.' + } + exit 0 + } + + if ((Test-Path variable:LastExitCode) -And ($LastExitCode -ne 0)) { Write-PipelineTelemetryError -Category 'InitializeToolset' -Message 'Eng/common/tools.ps1 returned a non-zero exit code.' ExitWithExitCode $LastExitCode } diff --git a/global.json b/global.json index eae8094af..e4ed2f142 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19576.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19578.1" } } From 26a764e5b8dc3ed51e3b18c11104832aa77e2ec0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 30 Nov 2019 13:36:49 +0000 Subject: [PATCH 1113/2259] Update dependencies from https://github.com/dotnet/arcade build 20191129.1 (#5807) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19579.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 54950b080..f57df933d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 7d8af3c802523cd7d9df9f6cb4ce49236851ca0f + ab04a0fb86ba6bcb63b59317833c47996facafdf
diff --git a/global.json b/global.json index e4ed2f142..955d6c3e5 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19578.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19579.1" } } From 7d29cc0cdc8326671636c6e8acfd8d879a95049d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2019 13:36:30 +0000 Subject: [PATCH 1114/2259] Update dependencies from https://github.com/dotnet/arcade build 20191130.1 (#5808) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19580.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f57df933d..5f9be2ef4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - ab04a0fb86ba6bcb63b59317833c47996facafdf + d58525128d68de745027d7eaf83b3a9e178e23df
diff --git a/global.json b/global.json index 955d6c3e5..d485d3263 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19579.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19580.1" } } From 7b03bdf249fa82ae32dad5ebb31e904a9afa5fcf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 03:10:33 +0000 Subject: [PATCH 1115/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191201.2 (#5809) - dotnet-user-secrets - 5.0.0-alpha1.19601.2 - dotnet-watch - 5.0.0-alpha1.19601.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19601.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19601.2 - dotnet-dev-certs - 5.0.0-alpha1.19601.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19601.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5f9be2ef4..4e74d0b9a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a - + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a - + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a - + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a - + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a - + https://github.com/aspnet/AspNetCore - 310809997a06e946deafa3e339a9364c9721b432 + 032625cd32d4666a2d973061616f6253c249e45a https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7d5721577..212646ea0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19578.4 - 5.0.0-alpha1.19578.4 - 5.0.0-alpha1.19578.4 - 5.0.0-alpha1.19578.4 - 5.0.0-alpha1.19578.4 - 5.0.0-alpha1.19578.4 + 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19601.2 From d633fdeed3a09b2c2c9da49ae2da4b477755620a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 13:37:08 +0000 Subject: [PATCH 1116/2259] Update dependencies from https://github.com/dotnet/arcade build 20191201.1 (#5810) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19601.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4e74d0b9a..0cd835b8f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - d58525128d68de745027d7eaf83b3a9e178e23df + c0b56ff3569e3c7475070486c40543ea4c6f6dc7
diff --git a/global.json b/global.json index d485d3263..9aebc16b0 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19580.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19601.1" } } From 41d2445a6b2c412b2ebe78ad2fc7131988babd91 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 18:48:28 +0000 Subject: [PATCH 1117/2259] Update dependencies from https://github.com/dotnet/arcade build 20191127.5 (#5811) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19577.5 --- eng/Version.Details.xml | 4 +- eng/common/SetupNugetSources.ps1 | 127 ++++++++++++++++++ eng/common/SetupNugetSources.sh | 117 ++++++++++++++++ .../templates/post-build/common-variables.yml | 14 +- .../templates/post-build/post-build.yml | 80 ++++++++++- global.json | 2 +- 6 files changed, 330 insertions(+), 14 deletions(-) create mode 100644 eng/common/SetupNugetSources.ps1 create mode 100644 eng/common/SetupNugetSources.sh diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 72ececf07..30cc298f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@
- + https://github.com/dotnet/arcade - e34d933e18ba1cd393bbafcb6018e0f858d3e89e + 99c6b59a8afff97fe891341b39abe985f1d3c565
diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 new file mode 100644 index 000000000..2cb40c294 --- /dev/null +++ b/eng/common/SetupNugetSources.ps1 @@ -0,0 +1,127 @@ +# This file is a temporary workaround for internal builds to be able to restore from private AzDO feeds. +# This file should be removed as part of this issue: https://github.com/dotnet/arcade/issues/4080 +# +# What the script does is iterate over all package sources in the pointed NuGet.config and add a credential entry +# under for each Maestro managed private feed. Two additional credential +# entries are also added for the two private static internal feeds: dotnet3-internal and dotnet3-internal-transport. +# +# This script needs to be called in every job that will restore packages and which the base repo has +# private AzDO feeds in the NuGet.config. +# +# See example YAML call for this script below. Note the use of the variable `$(dn-bot-dnceng-artifact-feeds-rw)` +# from the AzureDevOps-Artifact-Feeds-Pats variable group. +# +# - task: PowerShell@2 +# displayName: Setup Private Feeds Credentials +# condition: eq(variables['Agent.OS'], 'Windows_NT') +# inputs: +# filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1 +# arguments: -ConfigFile ${Env:BUILD_SOURCESDIRECTORY}/NuGet.config -Password $Env:Token +# env: +# Token: $(dn-bot-dnceng-artifact-feeds-rw) + +[CmdletBinding()] +param ( + [Parameter(Mandatory = $true)][string]$ConfigFile, + [Parameter(Mandatory = $true)][string]$Password +) + +$ErrorActionPreference = "Stop" +Set-StrictMode -Version 2.0 +[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12 + +. $PSScriptRoot\tools.ps1 + +# Add source entry to PackageSources +function AddPackageSource($sources, $SourceName, $SourceEndPoint, $creds, $Username, $Password) { + $packageSource = $sources.SelectSingleNode("add[@key='$SourceName']") + + if ($packageSource -eq $null) + { + $packageSource = $doc.CreateElement("add") + $packageSource.SetAttribute("key", $SourceName) + $packageSource.SetAttribute("value", $SourceEndPoint) + $sources.AppendChild($packageSource) | Out-Null + } + else { + Write-Host "Package source $SourceName already present." + } + + AddCredential -Creds $creds -Source $SourceName -Username $Username -Password $Password +} + +# Add a credential node for the specified source +function AddCredential($creds, $source, $username, $password) { + # Looks for credential configuration for the given SourceName. Create it if none is found. + $sourceElement = $creds.SelectSingleNode($Source) + if ($sourceElement -eq $null) + { + $sourceElement = $doc.CreateElement($Source) + $creds.AppendChild($sourceElement) | Out-Null + } + + # Add the node to the credential if none is found. + $usernameElement = $sourceElement.SelectSingleNode("add[@key='Username']") + if ($usernameElement -eq $null) + { + $usernameElement = $doc.CreateElement("add") + $usernameElement.SetAttribute("key", "Username") + $sourceElement.AppendChild($usernameElement) | Out-Null + } + $usernameElement.SetAttribute("value", $Username) + + # Add the to the credential if none is found. + # Add it as a clear text because there is no support for encrypted ones in non-windows .Net SDKs. + # -> https://github.com/NuGet/Home/issues/5526 + $passwordElement = $sourceElement.SelectSingleNode("add[@key='ClearTextPassword']") + if ($passwordElement -eq $null) + { + $passwordElement = $doc.CreateElement("add") + $passwordElement.SetAttribute("key", "ClearTextPassword") + $sourceElement.AppendChild($passwordElement) | Out-Null + } + $passwordElement.SetAttribute("value", $Password) +} + +function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Password) { + $maestroPrivateSources = $Sources.SelectNodes("add[contains(@key,'darc-int')]") + + Write-Host "Inserting credentials for $($maestroPrivateSources.Count) Maestro's private feeds." + + ForEach ($PackageSource in $maestroPrivateSources) { + Write-Host "`tInserting credential for Maestro's feed:" $PackageSource.Key + AddCredential -Creds $creds -Source $PackageSource.Key -Username $Username -Password $Password + } +} + +if (!(Test-Path $ConfigFile -PathType Leaf)) { + Write-Host "Couldn't find the file NuGet config file: $ConfigFile" + ExitWithExitCode 1 +} + +# Load NuGet.config +$doc = New-Object System.Xml.XmlDocument +$filename = (Get-Item $ConfigFile).FullName +$doc.Load($filename) + +# Get reference to or create one if none exist already +$sources = $doc.DocumentElement.SelectSingleNode("packageSources") +if ($sources -eq $null) { + $sources = $doc.CreateElement("packageSources") + $doc.DocumentElement.AppendChild($sources) | Out-Null +} + +# Looks for a node. Create it if none is found. +$creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") +if ($creds -eq $null) { + $creds = $doc.CreateElement("packageSourceCredentials") + $doc.DocumentElement.AppendChild($creds) | Out-Null +} + +# Insert credential nodes for Maestro's private feeds +InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password + +AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password +AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + +$doc.Save($filename) diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh new file mode 100644 index 000000000..126452131 --- /dev/null +++ b/eng/common/SetupNugetSources.sh @@ -0,0 +1,117 @@ +#!/usr/bin/env bash + +# This file is a temporary workaround for internal builds to be able to restore from private AzDO feeds. +# This file should be removed as part of this issue: https://github.com/dotnet/arcade/issues/4080 +# +# What the script does is iterate over all package sources in the pointed NuGet.config and add a credential entry +# under for each Maestro's managed private feed. Two additional credential +# entries are also added for the two private static internal feeds: dotnet3-internal and dotnet3-internal-transport. +# +# This script needs to be called in every job that will restore packages and which the base repo has +# private AzDO feeds in the NuGet.config. +# +# See example YAML call for this script below. Note the use of the variable `$(dn-bot-dnceng-artifact-feeds-rw)` +# from the AzureDevOps-Artifact-Feeds-Pats variable group. +# +# - task: Bash@3 +# displayName: Setup Private Feeds Credentials +# inputs: +# filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh +# arguments: $BUILD_SOURCESDIRECTORY/NuGet.config $Token +# condition: ne(variables['Agent.OS'], 'Windows_NT') +# env: +# Token: $(dn-bot-dnceng-artifact-feeds-rw) + +ConfigFile=$1 +CredToken=$2 +NL='\n' +TB=' ' + +source="${BASH_SOURCE[0]}" + +# resolve $source until the file is no longer a symlink +while [[ -h "$source" ]]; do + scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" + source="$(readlink "$source")" + # if $source was a relative symlink, we need to resolve it relative to the path where the + # symlink file was located + [[ $source != /* ]] && source="$scriptroot/$source" +done +scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" + +. "$scriptroot/tools.sh" + +if [ ! -f "$ConfigFile" ]; then + echo "Couldn't find the file NuGet config file: $ConfigFile" + ExitWithExitCode 1 +fi + +if [[ `uname -s` == "Darwin" ]]; then + NL=$'\\\n' + TB='' +fi + +# Ensure there is a ... section. +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding ... section." + ConfigNodeHeader="" + PackageSourcesTemplate="${TB}${NL}${TB}" + + sed -i.bak "s|$ConfigNodeHeader|$ConfigNodeHeader${NL}$PackageSourcesTemplate|" NuGet.config +fi + +# Ensure there is a ... section. +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding ... section." + + PackageSourcesNodeFooter="" + PackageSourceCredentialsTemplate="${TB}${NL}${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourcesNodeFooter${NL}$PackageSourceCredentialsTemplate|" NuGet.config +fi + +# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding dotnet3-internal to the packageSources." + + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" NuGet.config +fi + +# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources +grep -i "" $ConfigFile +if [ "$?" != "0" ]; then + echo "Adding dotnet3-internal-transport to the packageSources." + + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" NuGet.config +fi + +# I want things split line by line +PrevIFS=$IFS +IFS=$'\n' +PackageSources=$(grep -oh '"darc-int-[^"]*"' $ConfigFile | tr -d '"') +IFS=$PrevIFS + +PackageSources+=('dotnet3-internal') +PackageSources+=('dotnet3-internal-transport') + +for FeedName in ${PackageSources[@]} ; do + # Check if there is no existing credential for this FeedName + grep -i "<$FeedName>" $ConfigFile + if [ "$?" != "0" ]; then + echo "Adding credentials for $FeedName." + + PackageSourceCredentialsNodeFooter="" + NewCredential="${TB}${TB}<$FeedName>${NL}${NL}${NL}" + + sed -i.bak "s|$PackageSourceCredentialsNodeFooter|$NewCredential${NL}$PackageSourceCredentialsNodeFooter|" NuGet.config + fi +done diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 0a2c40c10..216d043e4 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -13,19 +13,19 @@ variables: - name: NetCore_5_Dev_Channel_Id value: 131 - # .NET Tools - Validation - - name: NetCore_Tools_Validation_Channel_Id + # .NET Eng - Validation + - name: Net_Eng_Validation_Channel_Id value: 9 - # .NET Tools - Latest - - name: NetCore_Tools_Latest_Channel_Id + # .NET Eng - Latest + - name: Net_Eng_Latest_Channel_Id value: 2 - # .NET 3 Tools - Validation - - name: NETCore_3_Tools_Validation_Channel_Id + # .NET 3 Eng - Validation + - name: NET_3_Eng_Validation_Channel_Id value: 390 - # .NET 3 Tools - Latest + # .NET 3 Eng - name: NetCore_3_Tools_Channel_Id value: 344 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index ec80c65a9..9921743bc 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -126,8 +126,8 @@ stages: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'NetCore_Tools_Latest_Publish' - channelName: '.NET Tools - Latest' + stageName: 'Net_Eng_Latest_Publish' + channelName: '.NET Eng - Latest' channelId: 2 transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' @@ -138,8 +138,8 @@ stages: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'PVR_Publish' - channelName: '.NET Tools - Validation' + stageName: 'Net_Eng_Validation_Publish' + channelName: '.NET Eng - Validation' channelId: 9 transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' @@ -264,3 +264,75 @@ stages: transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_301xx_Publishing' + channelName: '.NET Core SDK 3.0.1xx' + channelId: 556 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_301xx_Internal_Publishing' + channelName: '.NET Core SDK 3.0.1xx Internal' + channelId: 555 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_311xx_Publishing' + channelName: '.NET Core SDK 3.1.1xx' + channelId: 560 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_311xx_Internal_Publishing' + channelName: '.NET Core SDK 3.1.1xx Internal' + channelId: 559 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_312xx_Publishing' + channelName: '.NET Core SDK 3.1.2xx' + channelId: 558 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_312xx_Internal_Publishing' + channelName: '.NET Core SDK 3.1.2xx Internal' + channelId: 557 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json' \ No newline at end of file diff --git a/global.json b/global.json index d58469718..d68bbee67 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.1.100-preview1-014459" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19569.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19577.5" } } From 83ed87c6d9db466adab1fcc71d49f0828a468da4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2019 21:10:38 +0000 Subject: [PATCH 1118/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191202.2 (#5813) - dotnet-user-secrets - 5.0.0-alpha1.19602.2 - dotnet-watch - 5.0.0-alpha1.19602.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19602.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19602.2 - dotnet-dev-certs - 5.0.0-alpha1.19602.2 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19602.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0cd835b8f..4de90dd8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 - + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 - + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 - + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 - + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 - + https://github.com/aspnet/AspNetCore - 032625cd32d4666a2d973061616f6253c249e45a + 576e19bb1bfb2489d23bff719489f18e6aa2ab94 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 212646ea0..7676a7526 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19601.2 - 5.0.0-alpha1.19601.2 - 5.0.0-alpha1.19601.2 - 5.0.0-alpha1.19601.2 - 5.0.0-alpha1.19601.2 - 5.0.0-alpha1.19601.2 + 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19602.2 From 27e8d3ec42c4ffcdaaaae2c21718bd35c4f46cc0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2019 13:31:44 +0000 Subject: [PATCH 1119/2259] Update dependencies from https://github.com/dotnet/arcade build 20191202.4 (#5815) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19602.4 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4de90dd8d..d778f2193 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - c0b56ff3569e3c7475070486c40543ea4c6f6dc7 + 9d34fd008e754e1ada35c8b6bc3694e7a90b4ed7
diff --git a/global.json b/global.json index 9aebc16b0..34e933eff 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19601.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19602.4" } } From d5f593864b91d24bda4f51f90071255d668da5ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 03:25:34 +0000 Subject: [PATCH 1120/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191203.4 (#5817) - dotnet-user-secrets - 5.0.0-alpha1.19603.4 - dotnet-watch - 5.0.0-alpha1.19603.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19603.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19603.4 - dotnet-dev-certs - 5.0.0-alpha1.19603.4 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19603.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d778f2193..f2cb05bf8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 - + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 - + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 - + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 - + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 - + https://github.com/aspnet/AspNetCore - 576e19bb1bfb2489d23bff719489f18e6aa2ab94 + 13db519bc3276c28a393785a766aaf6be3f3daf5 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7676a7526..6f44ef6df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19602.2 - 5.0.0-alpha1.19602.2 - 5.0.0-alpha1.19602.2 - 5.0.0-alpha1.19602.2 - 5.0.0-alpha1.19602.2 - 5.0.0-alpha1.19602.2 + 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.4 From cea32db3f294f70da93d1f09d510911d2039a71d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 06:40:35 +0000 Subject: [PATCH 1121/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191203.5 (#5818) - dotnet-user-secrets - 5.0.0-alpha1.19603.5 - dotnet-watch - 5.0.0-alpha1.19603.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19603.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19603.5 - dotnet-dev-certs - 5.0.0-alpha1.19603.5 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19603.5 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f2cb05bf8..97a042ccc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 - + https://github.com/aspnet/AspNetCore - 13db519bc3276c28a393785a766aaf6be3f3daf5 + 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 6f44ef6df..22aa04da5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19603.4 - 5.0.0-alpha1.19603.4 - 5.0.0-alpha1.19603.4 - 5.0.0-alpha1.19603.4 - 5.0.0-alpha1.19603.4 - 5.0.0-alpha1.19603.4 + 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19603.5 From b66140fa669b158bdb97e4c9526fc7401182998f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2019 13:31:24 +0000 Subject: [PATCH 1122/2259] Update dependencies from https://github.com/dotnet/arcade build 20191203.17 (#5819) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19603.17 --- eng/Version.Details.xml | 4 +- eng/common/SetupNugetSources.ps1 | 65 ++++++++++--------- eng/common/SetupNugetSources.sh | 78 ++++++++++++++++------- eng/common/build.ps1 | 11 +--- eng/common/init-tools-native.ps1 | 6 +- eng/common/native/install-tool.ps1 | 2 +- eng/common/pipeline-logging-functions.ps1 | 2 +- global.json | 2 +- 8 files changed, 103 insertions(+), 67 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97a042ccc..340c0ef16 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 9d34fd008e754e1ada35c8b6bc3694e7a90b4ed7 + b902fd6b6948e689a5128fa6d94dc7de13e6af84
diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 index 6662e4bc1..a5a1e711d 100644 --- a/eng/common/SetupNugetSources.ps1 +++ b/eng/common/SetupNugetSources.ps1 @@ -16,7 +16,7 @@ # condition: eq(variables['Agent.OS'], 'Windows_NT') # inputs: # filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1 -# arguments: -ConfigFile ${Env:BUILD_SOURCESDIRECTORY}/NuGet.config -Password $Env:Token +# arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token # env: # Token: $(dn-bot-dnceng-artifact-feeds-rw) @@ -94,41 +94,48 @@ function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Password) { } } -try { - if (!(Test-Path $ConfigFile -PathType Leaf)) { - Write-PipelineTelemetryError -Category 'Build' -Message "Couldn't find the file NuGet config file: $ConfigFile" +if (!(Test-Path $ConfigFile -PathType Leaf)) { + Write-PipelineTelemetryError -Category 'Build' -Message "Eng/common/SetupNugetSources.ps1 returned a non-zero exit code. Couldn't find the NuGet config file: $ConfigFile" + ExitWithExitCode 1 +} + +if (!$Password) { + Write-PipelineTelemetryError -Category 'Build' -Message 'Eng/common/SetupNugetSources.ps1 returned a non-zero exit code. Please supply a valid PAT' ExitWithExitCode 1 - } +} - # Load NuGet.config - $doc = New-Object System.Xml.XmlDocument - $filename = (Get-Item $ConfigFile).FullName - $doc.Load($filename) +# Load NuGet.config +$doc = New-Object System.Xml.XmlDocument +$filename = (Get-Item $ConfigFile).FullName +$doc.Load($filename) - # Get reference to or create one if none exist already - $sources = $doc.DocumentElement.SelectSingleNode("packageSources") - if ($sources -eq $null) { - $sources = $doc.CreateElement("packageSources") - $doc.DocumentElement.AppendChild($sources) | Out-Null - } +# Get reference to or create one if none exist already +$sources = $doc.DocumentElement.SelectSingleNode("packageSources") +if ($sources -eq $null) { + $sources = $doc.CreateElement("packageSources") + $doc.DocumentElement.AppendChild($sources) | Out-Null +} - # Looks for a node. Create it if none is found. - $creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") - if ($creds -eq $null) { - $creds = $doc.CreateElement("packageSourceCredentials") - $doc.DocumentElement.AppendChild($creds) | Out-Null - } +# Looks for a node. Create it if none is found. +$creds = $doc.DocumentElement.SelectSingleNode("packageSourceCredentials") +if ($creds -eq $null) { + $creds = $doc.CreateElement("packageSourceCredentials") + $doc.DocumentElement.AppendChild($creds) | Out-Null +} - # Insert credential nodes for Maestro's private feeds - InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password +# Insert credential nodes for Maestro's private feeds +InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password +$dotnet3Source = $sources.SelectSingleNode("add[@key='dotnet3']") +if ($dotnet3Source -ne $null) { AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password +} - $doc.Save($filename) -} -catch { - Write-Host $_.ScriptStackTrace - Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ - ExitWithExitCode 1 +$dotnet31Source = $sources.SelectSingleNode("add[@key='dotnet3.1']") +if ($dotnet31Source -ne $null) { + AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password } + +$doc.Save($filename) diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh index 55ad70e36..7d6fef27f 100644 --- a/eng/common/SetupNugetSources.sh +++ b/eng/common/SetupNugetSources.sh @@ -17,7 +17,7 @@ # displayName: Setup Private Feeds Credentials # inputs: # filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh -# arguments: $BUILD_SOURCESDIRECTORY/NuGet.config $Token +# arguments: $(Build.SourcesDirectory)/NuGet.config $Token # condition: ne(variables['Agent.OS'], 'Windows_NT') # env: # Token: $(dn-bot-dnceng-artifact-feeds-rw) @@ -42,7 +42,12 @@ scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" . "$scriptroot/tools.sh" if [ ! -f "$ConfigFile" ]; then - Write-PipelineTelemetryError -Category 'Build' -Message "Couldn't find the file NuGet config file: $ConfigFile" + Write-PipelineTelemetryError -Category 'Build' "Error: Eng/common/SetupNugetSources.sh returned a non-zero exit code. Couldn't find the NuGet config file: $ConfigFile" + ExitWithExitCode 1 +fi + +if [ -z "$CredToken" ]; then + Write-PipelineTelemetryError -category 'Build' "Error: Eng/common/SetupNugetSources.sh returned a non-zero exit code. Please supply a valid PAT" ExitWithExitCode 1 fi @@ -52,7 +57,7 @@ if [[ `uname -s` == "Darwin" ]]; then fi # Ensure there is a ... section. -grep -i "" $ConfigFile +grep -i "" $ConfigFile if [ "$?" != "0" ]; then echo "Adding ... section." ConfigNodeHeader="" @@ -62,7 +67,7 @@ if [ "$?" != "0" ]; then fi # Ensure there is a ... section. -grep -i "" $ConfigFile +grep -i "" $ConfigFile if [ "$?" != "0" ]; then echo "Adding ... section." @@ -72,37 +77,64 @@ if [ "$?" != "0" ]; then sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourcesNodeFooter${NL}$PackageSourceCredentialsTemplate|" NuGet.config fi -# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources -grep -i "" $ConfigFile -if [ "$?" != "0" ]; then - echo "Adding dotnet3-internal to the packageSources." +PackageSources=() - PackageSourcesNodeFooter="" - PackageSourceTemplate="${TB}" +# Ensure dotnet3-internal and dotnet3-internal-transport are in the packageSources if the public dotnet3 feeds are present +grep -i "" $ConfigFile + if [ "$?" != "0" ]; then + echo "Adding dotnet3-internal to the packageSources." + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3-internal') + + grep -i "" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3-internal-transport') fi -# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources -grep -i "" $ConfigFile -if [ "$?" != "0" ]; then - echo "Adding dotnet3-internal-transport to the packageSources." +# Ensure dotnet3.1-internal and dotnet3.1-internal-transport are in the packageSources if the public dotnet3.1 feeds are present +grep -i "" - PackageSourcesNodeFooter="" - PackageSourceTemplate="${TB}" + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3.1-internal') - sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" NuGet.config + grep -i "" $ConfigFile + if [ "$?" != "0" ]; then + echo "Adding dotnet3.1-internal-transport to the packageSources." + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3.1-internal-transport') fi # I want things split line by line PrevIFS=$IFS IFS=$'\n' -PackageSources=$(grep -oh '"darc-int-[^"]*"' $ConfigFile | tr -d '"') +PackageSources+="$IFS" +PackageSources+=$(grep -oh '"darc-int-[^"]*"' $ConfigFile | tr -d '"') IFS=$PrevIFS -PackageSources+=('dotnet3-internal') -PackageSources+=('dotnet3-internal-transport') - for FeedName in ${PackageSources[@]} ; do # Check if there is no existing credential for this FeedName grep -i "<$FeedName>" $ConfigFile @@ -112,6 +144,6 @@ for FeedName in ${PackageSources[@]} ; do PackageSourceCredentialsNodeFooter="" NewCredential="${TB}${TB}<$FeedName>${NL}${NL}${NL}" - sed -i.bak "s|$PackageSourceCredentialsNodeFooter|$NewCredential${NL}$PackageSourceCredentialsNodeFooter|" NuGet.config + sed -i.bak "s|$PackageSourceCredentialsNodeFooter|$NewCredential${NL}$PackageSourceCredentialsNodeFooter|" $ConfigFile fi done diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 0fd4d9c7f..88814514d 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -62,6 +62,8 @@ function Print-Usage() { Write-Host "The above arguments can be shortened as much as to be unambiguous (e.g. -co for configuration, -t for test, etc.)." } +. $PSScriptRoot\tools.ps1 + function InitializeCustomToolset { if (-not $restore) { return @@ -113,8 +115,6 @@ function Build { } try { - . $PSScriptRoot\tools.ps1 - if ($clean) { if (Test-Path $ArtifactsDir) { Remove-Item -Recurse -Force $ArtifactsDir @@ -122,12 +122,7 @@ try { } exit 0 } - - if ((Test-Path variable:LastExitCode) -And ($LastExitCode -ne 0)) { - Write-PipelineTelemetryError -Category 'InitializeToolset' -Message 'Eng/common/tools.ps1 returned a non-zero exit code.' - ExitWithExitCode $LastExitCode - } - + if ($help -or (($null -ne $properties) -and ($properties.Contains('/help') -or $properties.Contains('/?')))) { Print-Usage exit 0 diff --git a/eng/common/init-tools-native.ps1 b/eng/common/init-tools-native.ps1 index f4409f083..db830c00a 100644 --- a/eng/common/init-tools-native.ps1 +++ b/eng/common/init-tools-native.ps1 @@ -113,14 +113,16 @@ try { } $toolInstallationFailure = $true } else { - Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message $errMsg + # We cannot change this to Write-PipelineTelemetryError because of https://github.com/dotnet/arcade/issues/4482 + Write-Host $errMsg exit 1 } } } if ((Get-Variable 'toolInstallationFailure' -ErrorAction 'SilentlyContinue') -and $toolInstallationFailure) { - Write-PipelineTelemetryError -Category 'NativeToolsBootstrap' -Message 'Native tools bootstrap failed' + # We cannot change this to Write-PipelineTelemetryError because of https://github.com/dotnet/arcade/issues/4482 + Write-Host 'Native tools bootstrap failed' exit 1 } } diff --git a/eng/common/native/install-tool.ps1 b/eng/common/native/install-tool.ps1 index ca180d03b..f397e1c75 100644 --- a/eng/common/native/install-tool.ps1 +++ b/eng/common/native/install-tool.ps1 @@ -105,7 +105,7 @@ try { Write-Error "There are multiple copies of $ToolName in $($ToolInstallDirectory): `n$(@($ToolFilePath | out-string))" exit 1 } elseif (@($ToolFilePath).Length -Lt 1) { - Write-Error "$ToolName was not found in $ToolFilePath." + Write-Host "$ToolName was not found in $ToolFilePath." exit 1 } diff --git a/eng/common/pipeline-logging-functions.ps1 b/eng/common/pipeline-logging-functions.ps1 index e06561858..2688c389b 100644 --- a/eng/common/pipeline-logging-functions.ps1 +++ b/eng/common/pipeline-logging-functions.ps1 @@ -85,7 +85,7 @@ function Write-PipelineTaskError { [switch]$AsOutput, [bool]$IsMultiJobVariable=$true) - if(-Not (Test-Path variable:ci) -Or !$ci) { + if((Test-Path variable:ci) -And $ci) { Write-LoggingCommand -Area 'task' -Event 'setvariable' -Data $Value -Properties @{ 'variable' = $Name 'isSecret' = $Secret diff --git a/global.json b/global.json index 34e933eff..88140546b 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19602.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19603.17" } } From 5b489d616903a90e57f9992e9b5fde70073eca61 Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 5 Dec 2019 11:14:53 -0800 Subject: [PATCH 1123/2259] Update branching to "preview" --- src/redist/targets/Versions.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/Versions.targets b/src/redist/targets/Versions.targets index 3118748cf..1156ea7db 100644 --- a/src/redist/targets/Versions.targets +++ b/src/redist/targets/Versions.targets @@ -4,7 +4,7 @@ 1 2 00 - preview1 + preview From 57907a828a40e4403abd0a708e184e7f477d55b0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 19:33:57 +0000 Subject: [PATCH 1124/2259] Update dependencies from https://github.com/dotnet/arcade build 20191204.4 (#5825) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19604.4 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 340c0ef16..fdda832b9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - b902fd6b6948e689a5128fa6d94dc7de13e6af84 + f2999360b70f05d7738cbfa2b61d1fdaff4ee77d
diff --git a/global.json b/global.json index 88140546b..8790b9948 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19603.17" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19604.4" } } From e355d9c8d03673cb220864e17247e18a186fd7d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 19:37:08 +0000 Subject: [PATCH 1125/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191205.1 (#5826) - dotnet-user-secrets - 5.0.0-alpha1.19605.1 - dotnet-watch - 5.0.0-alpha1.19605.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19605.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19605.1 - dotnet-dev-certs - 5.0.0-alpha1.19605.1 - Microsoft.AspNetCore.DeveloperCertificates.XPlat - 5.0.0-alpha1.19605.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fdda832b9..30fb02466 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 - + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 - + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 - + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 - + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 - + https://github.com/aspnet/AspNetCore - 3b7cdc166aa3c9733fa60b56d91fc0fff9b11652 + 5033efb3fe947f6237713d1e016e0e769c63c0d2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 22aa04da5..7ed1045ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19603.5 - 5.0.0-alpha1.19603.5 - 5.0.0-alpha1.19603.5 - 5.0.0-alpha1.19603.5 - 5.0.0-alpha1.19603.5 - 5.0.0-alpha1.19603.5 + 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.1 From 326f8a5f48a1d6067898cc5bc085f8eac4b7281c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 19:40:39 +0000 Subject: [PATCH 1126/2259] Update dependencies from https://github.com/dotnet/arcade build 20191203.16 (#5823) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19603.16 --- eng/Version.Details.xml | 4 +- eng/common/SetupNugetSources.ps1 | 24 ++++++++-- eng/common/SetupNugetSources.sh | 80 ++++++++++++++++++++++---------- global.json | 2 +- 4 files changed, 78 insertions(+), 32 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 714dbd126..d83bfc195 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@
- + https://github.com/dotnet/arcade - 99c6b59a8afff97fe891341b39abe985f1d3c565 + 8e47254f93b276c974968aff83222f89ec3931ed
diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 index 2cb40c294..f7867a56b 100644 --- a/eng/common/SetupNugetSources.ps1 +++ b/eng/common/SetupNugetSources.ps1 @@ -16,7 +16,7 @@ # condition: eq(variables['Agent.OS'], 'Windows_NT') # inputs: # filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.ps1 -# arguments: -ConfigFile ${Env:BUILD_SOURCESDIRECTORY}/NuGet.config -Password $Env:Token +# arguments: -ConfigFile $(Build.SourcesDirectory)/NuGet.config -Password $Env:Token # env: # Token: $(dn-bot-dnceng-artifact-feeds-rw) @@ -95,10 +95,15 @@ function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Password) { } if (!(Test-Path $ConfigFile -PathType Leaf)) { - Write-Host "Couldn't find the file NuGet config file: $ConfigFile" + Write-PipelineTelemetryError -Category 'Build' -Message "Eng/common/SetupNugetSources.ps1 returned a non-zero exit code. Couldn't find the NuGet config file: $ConfigFile" ExitWithExitCode 1 } +if (!$Password) { + Write-PipelineTelemetryError -Category 'Build' -Message 'Eng/common/SetupNugetSources.ps1 returned a non-zero exit code. Please supply a valid PAT' + ExitWithExitCode 1 +} + # Load NuGet.config $doc = New-Object System.Xml.XmlDocument $filename = (Get-Item $ConfigFile).FullName @@ -121,7 +126,16 @@ if ($creds -eq $null) { # Insert credential nodes for Maestro's private feeds InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password -AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password -AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password +$dotnet3Source = $sources.SelectSingleNode("add[@key='dotnet3']") +if ($dotnet3Source -ne $null) { + AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password +} -$doc.Save($filename) +$dotnet31Source = $sources.SelectSingleNode("add[@key='dotnet3.1']") +if ($dotnet31Source -ne $null) { + AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password +} + +$doc.Save($filename) \ No newline at end of file diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh index 126452131..4ebb1e5a4 100644 --- a/eng/common/SetupNugetSources.sh +++ b/eng/common/SetupNugetSources.sh @@ -17,7 +17,7 @@ # displayName: Setup Private Feeds Credentials # inputs: # filePath: $(Build.SourcesDirectory)/eng/common/SetupNugetSources.sh -# arguments: $BUILD_SOURCESDIRECTORY/NuGet.config $Token +# arguments: $(Build.SourcesDirectory)/NuGet.config $Token # condition: ne(variables['Agent.OS'], 'Windows_NT') # env: # Token: $(dn-bot-dnceng-artifact-feeds-rw) @@ -42,7 +42,12 @@ scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" . "$scriptroot/tools.sh" if [ ! -f "$ConfigFile" ]; then - echo "Couldn't find the file NuGet config file: $ConfigFile" + Write-PipelineTelemetryError -Category 'Build' "Error: Eng/common/SetupNugetSources.sh returned a non-zero exit code. Couldn't find the NuGet config file: $ConfigFile" + ExitWithExitCode 1 +fi + +if [ -z "$CredToken" ]; then + Write-PipelineTelemetryError -category 'Build' "Error: Eng/common/SetupNugetSources.sh returned a non-zero exit code. Please supply a valid PAT" ExitWithExitCode 1 fi @@ -52,7 +57,7 @@ if [[ `uname -s` == "Darwin" ]]; then fi # Ensure there is a ... section. -grep -i "" $ConfigFile +grep -i "" $ConfigFile if [ "$?" != "0" ]; then echo "Adding ... section." ConfigNodeHeader="" @@ -62,7 +67,7 @@ if [ "$?" != "0" ]; then fi # Ensure there is a ... section. -grep -i "" $ConfigFile +grep -i "" $ConfigFile if [ "$?" != "0" ]; then echo "Adding ... section." @@ -72,37 +77,64 @@ if [ "$?" != "0" ]; then sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourcesNodeFooter${NL}$PackageSourceCredentialsTemplate|" NuGet.config fi -# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources -grep -i "" $ConfigFile -if [ "$?" != "0" ]; then - echo "Adding dotnet3-internal to the packageSources." +PackageSources=() - PackageSourcesNodeFooter="" - PackageSourceTemplate="${TB}" +# Ensure dotnet3-internal and dotnet3-internal-transport are in the packageSources if the public dotnet3 feeds are present +grep -i "" $ConfigFile + if [ "$?" != "0" ]; then + echo "Adding dotnet3-internal to the packageSources." + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3-internal') + + grep -i "" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3-internal-transport') fi -# Ensure dotnet3-internal and dotnet3-internal-transport is in the packageSources -grep -i "" $ConfigFile -if [ "$?" != "0" ]; then - echo "Adding dotnet3-internal-transport to the packageSources." +# Ensure dotnet3.1-internal and dotnet3.1-internal-transport are in the packageSources if the public dotnet3.1 feeds are present +grep -i "" - PackageSourcesNodeFooter="" - PackageSourceTemplate="${TB}" + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3.1-internal') - sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" NuGet.config + grep -i "" $ConfigFile + if [ "$?" != "0" ]; then + echo "Adding dotnet3.1-internal-transport to the packageSources." + PackageSourcesNodeFooter="" + PackageSourceTemplate="${TB}" + + sed -i.bak "s|$PackageSourcesNodeFooter|$PackageSourceTemplate${NL}$PackageSourcesNodeFooter|" $ConfigFile + fi + PackageSources+=('dotnet3.1-internal-transport') fi # I want things split line by line PrevIFS=$IFS IFS=$'\n' -PackageSources=$(grep -oh '"darc-int-[^"]*"' $ConfigFile | tr -d '"') +PackageSources+="$IFS" +PackageSources+=$(grep -oh '"darc-int-[^"]*"' $ConfigFile | tr -d '"') IFS=$PrevIFS -PackageSources+=('dotnet3-internal') -PackageSources+=('dotnet3-internal-transport') - for FeedName in ${PackageSources[@]} ; do # Check if there is no existing credential for this FeedName grep -i "<$FeedName>" $ConfigFile @@ -112,6 +144,6 @@ for FeedName in ${PackageSources[@]} ; do PackageSourceCredentialsNodeFooter="" NewCredential="${TB}${TB}<$FeedName>${NL}${NL}${NL}" - sed -i.bak "s|$PackageSourceCredentialsNodeFooter|$NewCredential${NL}$PackageSourceCredentialsNodeFooter|" NuGet.config + sed -i.bak "s|$PackageSourceCredentialsNodeFooter|$NewCredential${NL}$PackageSourceCredentialsNodeFooter|" $ConfigFile fi -done +done \ No newline at end of file diff --git a/global.json b/global.json index d68bbee67..ca9fbac4b 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.1.100-preview1-014459" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19577.5" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19603.16" } } From 51e15d2e9b7b8dc94bc18b01d1e364ce4a6fb722 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 22:55:13 +0000 Subject: [PATCH 1127/2259] Update dependencies from https://github.com/dotnet/test-templates build 20191120.1 (#5832) - Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.19570.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d83bfc195..fa519258b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -63,9 +63,9 @@ https://github.com/aspnet/AspNetCore c31f51e5c778dc817862d0c932e7cfe9223d4899
- + https://github.com/dotnet/test-templates - 6ae8a6e7dd862c9447771c108d43fb9028f22c22 + 5117d3d9d7dfd3583f0c42a639efaf092f957b7b https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index df8272acf..bebe77169 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,7 +28,7 @@ - 1.0.2-beta4.19511.1 + 1.0.2-beta4.19570.1 From 0e2f5458a0d1d426cefebe0948b5c42144149b3f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Dec 2019 23:04:22 +0000 Subject: [PATCH 1128/2259] Update dependencies from https://github.com/dotnet/arcade build 20191205.2 (#5835) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19605.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa519258b..b3c9970ee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@
- + https://github.com/dotnet/arcade - 8e47254f93b276c974968aff83222f89ec3931ed + 194fdce1e0692b4f43afacb1d386fbfe664d95cf
diff --git a/global.json b/global.json index ca9fbac4b..747512f32 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.1.100-preview1-014459" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19603.16" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19605.2" } } From a7599e4f056fe1a04270b5e3482831f232862ccc Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 5 Dec 2019 15:18:42 -0800 Subject: [PATCH 1129/2259] Update to 3.1.100 rtm sdk (#5829) --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 747512f32..fb762da6e 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "3.1.100-preview1-014459" + "dotnet": "3.1.100" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19605.2" From c70a1f79eb973d018ff3bca6f62eb900d55e50bc Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 5 Dec 2019 16:03:19 -0800 Subject: [PATCH 1130/2259] Fix merge error in SDK version --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 9dc538b6d..a6be3d1d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -53,7 +53,7 @@ - 3.1.100-rtm.19568.4 + 5.0.100-alpha1.19501.2 $(MicrosoftNETSdkPackageVersion) From aece614333648810fa7022948d7b1e2e7342c42e Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 5 Dec 2019 16:03:56 -0800 Subject: [PATCH 1131/2259] Fix merge error in arcade version --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 675e42cb6..7df2fb299 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@
- + https://github.com/dotnet/arcade - 194fdce1e0692b4f43afacb1d386fbfe664d95cf + f2999360b70f05d7738cbfa2b61d1fdaff4ee77d
From 502d35225ab4a7171fa90ada89158c20c9b63e89 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 03:25:44 +0000 Subject: [PATCH 1132/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191205.10 (#5836) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha1.19605.10 - dotnet-user-secrets - 5.0.0-alpha1.19605.10 - dotnet-watch - 5.0.0-alpha1.19605.10 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19605.10 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19605.10 - dotnet-dev-certs - 5.0.0-alpha1.19605.10 --- NuGet.config | 1 + eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 3 files changed, 19 insertions(+), 18 deletions(-) diff --git a/NuGet.config b/NuGet.config index 61137ec82..d8f4a4717 100644 --- a/NuGet.config +++ b/NuGet.config @@ -6,6 +6,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7df2fb299..b37b8d142 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b
- + https://github.com/aspnet/AspNetCore - 5033efb3fe947f6237713d1e016e0e769c63c0d2 + d26a7d62248a084842bb46f54a8dac36c0b57aa8 - + https://github.com/aspnet/AspNetCore - 5033efb3fe947f6237713d1e016e0e769c63c0d2 + d26a7d62248a084842bb46f54a8dac36c0b57aa8 - + https://github.com/aspnet/AspNetCore - 5033efb3fe947f6237713d1e016e0e769c63c0d2 + d26a7d62248a084842bb46f54a8dac36c0b57aa8 - + https://github.com/aspnet/AspNetCore - 5033efb3fe947f6237713d1e016e0e769c63c0d2 + d26a7d62248a084842bb46f54a8dac36c0b57aa8 - + https://github.com/aspnet/AspNetCore - 5033efb3fe947f6237713d1e016e0e769c63c0d2 + d26a7d62248a084842bb46f54a8dac36c0b57aa8 - + https://github.com/aspnet/AspNetCore - 5033efb3fe947f6237713d1e016e0e769c63c0d2 + d26a7d62248a084842bb46f54a8dac36c0b57aa8 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a6be3d1d4..99db6f1f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19605.1 - 5.0.0-alpha1.19605.1 - 5.0.0-alpha1.19605.1 - 5.0.0-alpha1.19605.1 - 5.0.0-alpha1.19605.1 - 5.0.0-alpha1.19605.1 + 5.0.0-alpha1.19605.10 + 5.0.0-alpha1.19605.10 + 5.0.0-alpha1.19605.10 + 5.0.0-alpha1.19605.10 + 5.0.0-alpha1.19605.10 + 5.0.0-alpha1.19605.10 From 6379235b25e925ef67d5491e2f0339589094fea1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 05:55:34 +0000 Subject: [PATCH 1133/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191205.16 (#5837) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha1.19605.16 - dotnet-user-secrets - 5.0.0-alpha1.19605.16 - dotnet-watch - 5.0.0-alpha1.19605.16 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19605.16 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19605.16 - dotnet-dev-certs - 5.0.0-alpha1.19605.16 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b37b8d142..32f1b1bb6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - d26a7d62248a084842bb46f54a8dac36c0b57aa8 + 0fd9f27d60f727ad9b769f72de5dfae8f840a456 - + https://github.com/aspnet/AspNetCore - d26a7d62248a084842bb46f54a8dac36c0b57aa8 + 0fd9f27d60f727ad9b769f72de5dfae8f840a456 - + https://github.com/aspnet/AspNetCore - d26a7d62248a084842bb46f54a8dac36c0b57aa8 + 0fd9f27d60f727ad9b769f72de5dfae8f840a456 - + https://github.com/aspnet/AspNetCore - d26a7d62248a084842bb46f54a8dac36c0b57aa8 + 0fd9f27d60f727ad9b769f72de5dfae8f840a456 - + https://github.com/aspnet/AspNetCore - d26a7d62248a084842bb46f54a8dac36c0b57aa8 + 0fd9f27d60f727ad9b769f72de5dfae8f840a456 - + https://github.com/aspnet/AspNetCore - d26a7d62248a084842bb46f54a8dac36c0b57aa8 + 0fd9f27d60f727ad9b769f72de5dfae8f840a456 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 99db6f1f3..0dd6b7889 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19605.10 - 5.0.0-alpha1.19605.10 - 5.0.0-alpha1.19605.10 - 5.0.0-alpha1.19605.10 - 5.0.0-alpha1.19605.10 - 5.0.0-alpha1.19605.10 + 5.0.0-alpha1.19605.16 + 5.0.0-alpha1.19605.16 + 5.0.0-alpha1.19605.16 + 5.0.0-alpha1.19605.16 + 5.0.0-alpha1.19605.16 + 5.0.0-alpha1.19605.16 From fc1d995e4610ccb4e039a895b238a5bd3bc43ab2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 13:31:33 +0000 Subject: [PATCH 1134/2259] [master] Update dependencies from dotnet/arcade (#5831) * Update dependencies from https://github.com/dotnet/arcade build 20191205.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19605.1 * Update dependencies from https://github.com/dotnet/arcade build 20191205.6 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19605.6 --- eng/Version.Details.xml | 4 ++-- eng/common/pipeline-logging-functions.ps1 | 4 ++-- global.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 32f1b1bb6..6cf6d141b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - f2999360b70f05d7738cbfa2b61d1fdaff4ee77d + 45bfe0972a7354356daf799aae88533dcd0f071a diff --git a/eng/common/pipeline-logging-functions.ps1 b/eng/common/pipeline-logging-functions.ps1 index 2688c389b..a3e1317ad 100644 --- a/eng/common/pipeline-logging-functions.ps1 +++ b/eng/common/pipeline-logging-functions.ps1 @@ -101,7 +101,7 @@ function Write-PipelineTaskError { [string]$Path, [switch]$AsOutput) - if(-Not (Test-Path variable:ci) -Or !$ci) { + if((Test-Path variable:ci) -And $ci) { Write-LoggingCommand -Area 'task' -Event 'prependpath' -Data $Path -AsOutput:$AsOutput } } @@ -237,4 +237,4 @@ function Write-LogIssue { } Write-Host $command -ForegroundColor $foregroundColor -BackgroundColor $backgroundColor -} \ No newline at end of file +} diff --git a/global.json b/global.json index 8790b9948..00a74a7e2 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19604.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19605.6" } } From b151544260401f404572f513d750cc67edda02d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Dec 2019 23:29:32 +0000 Subject: [PATCH 1135/2259] Update dependencies from https://github.com/dotnet/toolset build 20191206.5 (#5839) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19606.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 3.1.0 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview1.19602.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- NuGet.config | 2 +- eng/Version.Details.xml | 10 +++++----- eng/Versions.props | 4 ++-- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/NuGet.config b/NuGet.config index dd15a818e..0947a28a3 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,7 +8,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b3c9970ee..902fc1625 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -69,19 +69,19 @@ https://github.com/dotnet/templating - 53a17fce7ce81aa68ddaa7b04f371dc6391d3497 + b275b18fd7014d67078e2477f693301ea04e6549 - + https://github.com/dotnet/toolset - 3adc2b99c60be57c5f85121986f2cb31aa09d8c7 + 51537ea79d845627602a85513d90c257f50035ea https://github.com/dotnet/sdk 49bbede419cf63e15c70f4b463f80e4811fe3f34 - + https://github.com/dotnet/cli - cc6bdda9777fff833fe170e3006470e9409521cf + ee2dc9d1a446ba70b39043443e1e99a659c8a9c3 diff --git a/eng/Versions.props b/eng/Versions.props index bebe77169..026994ff3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.100-rtm.19570.7 + 3.1.200-preview.19606.5 @@ -45,7 +45,7 @@ - 3.1.100-rtm.19568.3 + 3.1.200-preview1.19602.2 0.2.0 From c996293459fe1c328d1ec5989fba3fb43fd8c6e5 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 27 Nov 2019 06:45:56 -0800 Subject: [PATCH 1136/2259] Remove incorrect stage dependencies (#5793) Remove dependencies on stages that do not exist. Keep stages that are necessary for servicing branches --- .vsts-ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 2a47781bc..40b3568a5 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -277,13 +277,8 @@ stages: - stage: copy_to_latest displayName: Copy to latest dependsOn: - # This will run only after all the publishing stages have run. - # These stages are introduced in the eng/common/templates/post-build/channels YAML templates - - NetCore_Dev31_Publish - - NetCore_Dev5_Publish - NetCore_Release30_Publish - NetCore_Release31_Publish - - PVR_Publish jobs: - job: Copy_SDK_To_Latest pool: From ec98bc24e4c3269f84665a55639b6ad06259b5f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Dec 2019 13:35:58 +0000 Subject: [PATCH 1137/2259] Update dependencies from https://github.com/dotnet/arcade build 20191206.1 (#5844) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19606.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6cf6d141b..4d4bfcd71 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 45bfe0972a7354356daf799aae88533dcd0f071a + 4c050b4705ee1743665e7ad721dfafdc9b82a4b7 diff --git a/global.json b/global.json index 00a74a7e2..70f284b9c 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19605.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19606.1" } } From 00b314d83bf0968fbb6c25672ee9522e14cbf328 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2019 01:18:36 +0000 Subject: [PATCH 1138/2259] Update dependencies from https://github.com/dotnet/arcade build 20191207.3 (#5848) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19607.3 --- eng/Version.Details.xml | 4 +- eng/common/SetupNugetSources.ps1 | 14 ++++--- eng/common/dotnet-install.ps1 | 6 ++- eng/common/dotnet-install.sh | 13 ++++++- .../channels/generic-internal-channel.yml | 4 ++ .../templates/post-build/post-build.yml | 6 +++ eng/common/tools.ps1 | 39 ++++++++++++++++--- eng/common/tools.sh | 26 ++++++++++++- global.json | 2 +- 9 files changed, 94 insertions(+), 20 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 902fc1625..272b8bbc4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 194fdce1e0692b4f43afacb1d386fbfe664d95cf + 4d80b9cfa53e309c8f685abff3512f60c3d8a3d1 diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 index f7867a56b..a8b5280d9 100644 --- a/eng/common/SetupNugetSources.ps1 +++ b/eng/common/SetupNugetSources.ps1 @@ -83,7 +83,7 @@ function AddCredential($creds, $source, $username, $password) { $passwordElement.SetAttribute("value", $Password) } -function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Password) { +function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Username, $Password) { $maestroPrivateSources = $Sources.SelectNodes("add[contains(@key,'darc-int')]") Write-Host "Inserting credentials for $($maestroPrivateSources.Count) Maestro's private feeds." @@ -123,19 +123,21 @@ if ($creds -eq $null) { $doc.DocumentElement.AppendChild($creds) | Out-Null } +$userName = "dn-bot" + # Insert credential nodes for Maestro's private feeds -InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password +InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Username $userName -Password $Password $dotnet3Source = $sources.SelectSingleNode("add[@key='dotnet3']") if ($dotnet3Source -ne $null) { - AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password - AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username $userName -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username $userName -Password $Password } $dotnet31Source = $sources.SelectSingleNode("add[@key='dotnet3.1']") if ($dotnet31Source -ne $null) { - AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password - AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v2" -Creds $creds -Username $userName -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -Password $Password } $doc.Save($filename) \ No newline at end of file diff --git a/eng/common/dotnet-install.ps1 b/eng/common/dotnet-install.ps1 index 0b629b830..ec3e739fe 100644 --- a/eng/common/dotnet-install.ps1 +++ b/eng/common/dotnet-install.ps1 @@ -3,7 +3,9 @@ Param( [string] $verbosity = "minimal", [string] $architecture = "", [string] $version = "Latest", - [string] $runtime = "dotnet" + [string] $runtime = "dotnet", + [string] $RuntimeSourceFeed = "", + [string] $RuntimeSourceFeedKey = "" ) . $PSScriptRoot\tools.ps1 @@ -15,7 +17,7 @@ try { if ($architecture -and $architecture.Trim() -eq "x86") { $installdir = Join-Path $installdir "x86" } - InstallDotNet $installdir $version $architecture $runtime $true + InstallDotNet $installdir $version $architecture $runtime $true -RuntimeSourceFeed $RuntimeSourceFeed -RuntimeSourceFeedKey $RuntimeSourceFeedKey } catch { Write-Host $_ diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh index c3072c958..d259a274c 100755 --- a/eng/common/dotnet-install.sh +++ b/eng/common/dotnet-install.sh @@ -14,6 +14,8 @@ scriptroot="$( cd -P "$( dirname "$source" )" && pwd )" version='Latest' architecture='' runtime='dotnet' +runtimeSourceFeed='' +runtimeSourceFeedKey='' while [[ $# > 0 ]]; do opt="$(echo "$1" | awk '{print tolower($0)}')" case "$opt" in @@ -29,9 +31,16 @@ while [[ $# > 0 ]]; do shift runtime="$1" ;; + -runtimesourcefeed) + shift + runtimeSourceFeed="$1" + ;; + -runtimesourcefeedkey) + shift + runtimeSourceFeedKey="$1" + ;; *) echo "Invalid argument: $1" - usage exit 1 ;; esac @@ -40,7 +49,7 @@ done . "$scriptroot/tools.sh" dotnetRoot="$repo_root/.dotnet" -InstallDotNet $dotnetRoot $version "$architecture" $runtime true || { +InstallDotNet $dotnetRoot $version "$architecture" $runtime true $runtimeSourceFeed $runtimeSourceFeedKey || { local exit_code=$? echo "dotnet-install.sh failed (exit code '$exit_code')." >&2 ExitWithExitCode $exit_code diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 68fdec029..ad9375f5e 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -26,6 +26,10 @@ stages: pool: vmImage: 'windows-2019' steps: + # This is necessary whenever we want to publish/restore to an AzDO private feed + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: DownloadBuildArtifacts@0 displayName: Download Blob Artifacts inputs: diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 9921743bc..b121d77e0 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -49,6 +49,12 @@ stages: pool: vmImage: 'windows-2019' steps: + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' + - task: DownloadBuildArtifacts@0 displayName: Download Package Artifacts inputs: diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 91efea940..92a053bd1 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -184,7 +184,14 @@ function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $arc InstallDotNet $dotnetRoot $version $architecture } -function InstallDotNet([string] $dotnetRoot, [string] $version, [string] $architecture = "", [string] $runtime = "", [bool] $skipNonVersionedFiles = $false) { +function InstallDotNet([string] $dotnetRoot, + [string] $version, + [string] $architecture = "", + [string] $runtime = "", + [bool] $skipNonVersionedFiles = $false, + [string] $runtimeSourceFeed = "", + [string] $runtimeSourceFeedKey = "") { + $installScript = GetDotNetInstallScript $dotnetRoot $installParameters = @{ Version = $version @@ -195,10 +202,32 @@ function InstallDotNet([string] $dotnetRoot, [string] $version, [string] $archit if ($runtime) { $installParameters.Runtime = $runtime } if ($skipNonVersionedFiles) { $installParameters.SkipNonVersionedFiles = $skipNonVersionedFiles } - & $installScript @installParameters - if ($lastExitCode -ne 0) { - Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet cli (exit code '$lastExitCode')." - ExitWithExitCode $lastExitCode + try { + & $installScript @installParameters + } + catch { + Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet runtime '$runtime' from public location." + + # Only the runtime can be installed from a custom [private] location. + if ($runtime -and ($runtimeSourceFeed -or $runtimeSourceFeedKey)) { + if ($runtimeSourceFeed) { $installParameters.AzureFeed = $runtimeSourceFeed } + + if ($runtimeSourceFeedKey) { + $decodedBytes = [System.Convert]::FromBase64String($runtimeSourceFeedKey) + $decodedString = [System.Text.Encoding]::UTF8.GetString($decodedBytes) + $installParameters.FeedCredential = $decodedString + } + + try { + & $installScript @installParameters + } + catch { + Write-PipelineTelemetryError -Category "InitializeToolset" -Message "Failed to install dotnet runtime '$runtime' from custom location '$runtimeSourceFeed'." + ExitWithExitCode 1 + } + } else { + ExitWithExitCode 1 + } } } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 757d5b9ea..94965a8fd 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -200,8 +200,30 @@ function InstallDotNet { fi bash "$install_script" --version $version --install-dir "$root" $archArg $runtimeArg $skipNonVersionedFilesArg || { local exit_code=$? - Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK (exit code '$exit_code')." - ExitWithExitCode $exit_code + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from public location (exit code '$exit_code')." + + if [[ -n "$runtimeArg" ]]; then + local runtimeSourceFeed='' + if [[ -n "${6:-}" ]]; then + runtimeSourceFeed="--azure-feed $6" + fi + + local runtimeSourceFeedKey='' + if [[ -n "${7:-}" ]]; then + decodedFeedKey=`echo $7 | base64 --decode` + runtimeSourceFeedKey="--feed-credential $decodedFeedKey" + fi + + if [[ -n "$runtimeSourceFeed" || -n "$runtimeSourceFeedKey" ]]; then + bash "$install_script" --version $version --install-dir "$root" $archArg $runtimeArg $skipNonVersionedFilesArg $runtimeSourceFeed $runtimeSourceFeedKey || { + local exit_code=$? + Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from custom location '$runtimeSourceFeed' (exit code '$exit_code')." + ExitWithExitCode $exit_code + } + else + ExitWithExitCode $exit_code + fi + fi } } diff --git a/global.json b/global.json index fb762da6e..84f775a7a 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.1.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19605.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19607.3" } } From f39e2232e6f314b2b5f25c9caebee7b1f1388a00 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Dec 2019 13:35:47 +0000 Subject: [PATCH 1139/2259] Update dependencies from https://github.com/dotnet/arcade build 20191207.1 (#5849) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19607.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4d4bfcd71..7bc4172d1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 4c050b4705ee1743665e7ad721dfafdc9b82a4b7 + 97cce7cb41de117e849d42a2eb7c99065dd1602f diff --git a/global.json b/global.json index 70f284b9c..2a8f261ff 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19606.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19607.1" } } From fc205e109dee9a8940127ffb9b5264fa81b47236 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2019 14:06:10 +0000 Subject: [PATCH 1140/2259] Update dependencies from https://github.com/dotnet/arcade build 20191208.1 (#5854) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19608.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7bc4172d1..b8319f3ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 97cce7cb41de117e849d42a2eb7c99065dd1602f + 71ce4c736b882e6112b395a0e92313be5dcb4328 diff --git a/global.json b/global.json index 2a8f261ff..efbb66077 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19607.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19608.1" } } From ff1d0c4d65c90d1329e6f9a82cb81a62a6d96c35 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 00:40:32 +0000 Subject: [PATCH 1141/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191210.3 (#5859) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha1.19610.3 - dotnet-user-secrets - 5.0.0-alpha1.19610.3 - dotnet-watch - 5.0.0-alpha1.19610.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19610.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19610.3 - dotnet-dev-certs - 5.0.0-alpha1.19610.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b8319f3ba..7fab2033f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 0fd9f27d60f727ad9b769f72de5dfae8f840a456 + 0792e9a4f56de47580c4490c27ca453934552246 - + https://github.com/aspnet/AspNetCore - 0fd9f27d60f727ad9b769f72de5dfae8f840a456 + 0792e9a4f56de47580c4490c27ca453934552246 - + https://github.com/aspnet/AspNetCore - 0fd9f27d60f727ad9b769f72de5dfae8f840a456 + 0792e9a4f56de47580c4490c27ca453934552246 - + https://github.com/aspnet/AspNetCore - 0fd9f27d60f727ad9b769f72de5dfae8f840a456 + 0792e9a4f56de47580c4490c27ca453934552246 - + https://github.com/aspnet/AspNetCore - 0fd9f27d60f727ad9b769f72de5dfae8f840a456 + 0792e9a4f56de47580c4490c27ca453934552246 - + https://github.com/aspnet/AspNetCore - 0fd9f27d60f727ad9b769f72de5dfae8f840a456 + 0792e9a4f56de47580c4490c27ca453934552246 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 0dd6b7889..b7e45f168 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19605.16 - 5.0.0-alpha1.19605.16 - 5.0.0-alpha1.19605.16 - 5.0.0-alpha1.19605.16 - 5.0.0-alpha1.19605.16 - 5.0.0-alpha1.19605.16 + 5.0.0-alpha1.19610.3 + 5.0.0-alpha1.19610.3 + 5.0.0-alpha1.19610.3 + 5.0.0-alpha1.19610.3 + 5.0.0-alpha1.19610.3 + 5.0.0-alpha1.19610.3 From e801d8de1b19d31b91a2e505f6c532ee4fe31fd1 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 10 Dec 2019 17:53:24 -0800 Subject: [PATCH 1142/2259] Revert back to 3.1.0 runtime versions --- eng/Version.Details.xml | 28 ++++++++++++++-------------- eng/Versions.props | 14 +++++++------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b40e75b9a..06ff7c3fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,25 +1,25 @@ - + https://github.com/dotnet/core-setup - f3f2dd583fffa254015fc21ff0e45784b333256d + 65f04fb6db7a5e198d05dbebd5c4ad21eb018f89 - + https://github.com/dotnet/core-setup - f3f2dd583fffa254015fc21ff0e45784b333256d + 65f04fb6db7a5e198d05dbebd5c4ad21eb018f89 - + https://github.com/dotnet/core-setup - f3f2dd583fffa254015fc21ff0e45784b333256d + 65f04fb6db7a5e198d05dbebd5c4ad21eb018f89 - + https://github.com/dotnet/core-setup - f3f2dd583fffa254015fc21ff0e45784b333256d + 65f04fb6db7a5e198d05dbebd5c4ad21eb018f89 - + https://github.com/dotnet/core-setup - f3f2dd583fffa254015fc21ff0e45784b333256d + 65f04fb6db7a5e198d05dbebd5c4ad21eb018f89 @@ -86,13 +86,13 @@ ee2dc9d1a446ba70b39043443e1e99a659c8a9c3 - + https://github.com/dotnet/winforms - 2204c3f17bea70ee01be3b450f6b84158a80c154 + 4bcd68c8b29476fc3c5ca1b496214584aadfdc84 - + https://github.com/dotnet/wpf - c8a08a25cbde21c5d45048a8719b1c64216402f7 + 427fa56aed34cbbc5096aa6137e748054905507d diff --git a/eng/Versions.props b/eng/Versions.props index 5d08f1e8b..b27f40799 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.1-servicing.19576.3 + 4.8.1-rtm.19564.4 - 3.1.0-rtm.19576.3 + 3.1.0-rtm.19565.1 @@ -61,12 +61,12 @@ - 3.1.1-servicing.19576.9 - 3.1.1-servicing.19576.9 - 3.1.1-servicing.19576.9 + 3.1.0-rtm.19565.2 + 3.1.0 + 3.1.0 3.1.0 - 3.1.1-servicing.19576.9 - 3.1.1-servicing.19576.9 + 3.1.0 + 3.1.0 3.1.0 2.1.0 From d120cc9242c40c2e3d298db651b5b19a21e2cd28 Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 11 Dec 2019 12:06:13 -0800 Subject: [PATCH 1143/2259] Also revert VS.Redist.Common.AspNetCore.TargetingPack.x64.3.1 --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 06ff7c3fe..33c5b5698 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -49,21 +49,21 @@ https://github.com/aspnet/AspNetCore 7db696998c6ae4852fbf01827efdb10634e22668 - + https://github.com/aspnet/AspNetCore - 7db696998c6ae4852fbf01827efdb10634e22668 + 2b7e994b8a304700a09617ffc5052f0d943bbcba - + https://github.com/aspnet/AspNetCore - 7db696998c6ae4852fbf01827efdb10634e22668 + 2b7e994b8a304700a09617ffc5052f0d943bbcba - + https://github.com/aspnet/AspNetCore - 7db696998c6ae4852fbf01827efdb10634e22668 + 2b7e994b8a304700a09617ffc5052f0d943bbcba - + https://github.com/aspnet/AspNetCore - 7db696998c6ae4852fbf01827efdb10634e22668 + 2b7e994b8a304700a09617ffc5052f0d943bbcba https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b27f40799..8f76b6517 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -38,10 +38,10 @@ 3.1.0 3.1.0 - 3.1.0-rtm.19575.14 - 3.1.0-rtm.19575.14 - 3.1.0-rtm.19575.14 - 3.1.0-rtm.19575.14 + 3.1.0-rtm.19566.1 + 3.1.0-rtm.19566.1 + 3.1.0-rtm.19566.1 + 3.1.0-rtm.19566.1 From 2005d931e5ebf11e42eb06f57db9fbbe1aaacd91 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Dec 2019 23:00:36 +0000 Subject: [PATCH 1144/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191211.8 (#5863) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha1.19611.8 - dotnet-user-secrets - 5.0.0-alpha1.19611.8 - dotnet-watch - 5.0.0-alpha1.19611.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19611.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19611.8 - dotnet-dev-certs - 5.0.0-alpha1.19611.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7fab2033f..acc08fa8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 0792e9a4f56de47580c4490c27ca453934552246 + 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 - + https://github.com/aspnet/AspNetCore - 0792e9a4f56de47580c4490c27ca453934552246 + 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 - + https://github.com/aspnet/AspNetCore - 0792e9a4f56de47580c4490c27ca453934552246 + 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 - + https://github.com/aspnet/AspNetCore - 0792e9a4f56de47580c4490c27ca453934552246 + 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 - + https://github.com/aspnet/AspNetCore - 0792e9a4f56de47580c4490c27ca453934552246 + 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 - + https://github.com/aspnet/AspNetCore - 0792e9a4f56de47580c4490c27ca453934552246 + 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b7e45f168..da4a25d11 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19610.3 - 5.0.0-alpha1.19610.3 - 5.0.0-alpha1.19610.3 - 5.0.0-alpha1.19610.3 - 5.0.0-alpha1.19610.3 - 5.0.0-alpha1.19610.3 + 5.0.0-alpha1.19611.8 + 5.0.0-alpha1.19611.8 + 5.0.0-alpha1.19611.8 + 5.0.0-alpha1.19611.8 + 5.0.0-alpha1.19611.8 + 5.0.0-alpha1.19611.8 From 04db747bad1edbf4870638c50249046531f6331c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 01:20:07 +0000 Subject: [PATCH 1145/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#5862) * Revert back to 3.1.0 runtime versions * Update dependencies from https://github.com/dotnet/toolset build 20191211.4 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19611.4 * Update dependencies from https://github.com/dotnet/toolset build 20191211.7 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19611.7 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 3.1.1-servicing.19605.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19611.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.27 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19611.27 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 3.1.1-servicing.19605.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19611.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- NuGet.config | 1 - eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 95520261c..8cd827a91 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,7 +8,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 33c5b5698..7854be621 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -69,21 +69,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - b275b18fd7014d67078e2477f693301ea04e6549 + 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 51537ea79d845627602a85513d90c257f50035ea + b81f1d1eb9d0d60e1975b3f57522fe142aeba40f https://github.com/dotnet/sdk 49bbede419cf63e15c70f4b463f80e4811fe3f34 - + https://github.com/dotnet/cli - ee2dc9d1a446ba70b39043443e1e99a659c8a9c3 + 568c0c8e3537a29590ad126f71c00d27fb96080b diff --git a/eng/Versions.props b/eng/Versions.props index 8f76b6517..e05adbd7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19606.5 + 3.1.200-preview.19611.27 @@ -24,7 +24,7 @@ - 3.1.0 + 3.1.1-servicing.19605.2 @@ -45,7 +45,7 @@ - 3.1.200-preview1.19602.2 + 3.1.200-preview.19611.2 0.2.0 From 77c5211fb3ff758209823d269041c22e3929033f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 01:50:32 +0000 Subject: [PATCH 1146/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191211.1 (#5865) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19611.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19611.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19611.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19610.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19611.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index acc08fa8a..c84e6c79a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9abb19f270147d197162dd5b66150196d2da9d18 + aaf92a65926a19fb217790a3bd3bf1abf3910bb3 - + https://github.com/dotnet/windowsdesktop - 9abb19f270147d197162dd5b66150196d2da9d18 + aaf92a65926a19fb217790a3bd3bf1abf3910bb3 - + https://github.com/dotnet/windowsdesktop - 9abb19f270147d197162dd5b66150196d2da9d18 + aaf92a65926a19fb217790a3bd3bf1abf3910bb3 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - aa251536c8ae637e95faf529480e8020d69aa361 + 1cfb75cf1b4b15309850d4003f6c683eadd9604c - + https://github.com/dotnet/wpf - 11a8ba5060577dbddae4303e53583f8d4a82f172 + 3f9b4d1024b171c7c3818ff927abd1c29057d694 diff --git a/eng/Versions.props b/eng/Versions.props index da4a25d11..b19531b70 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19462.11 + 5.0.0-alpha1.19610.4 - 5.0.0-alpha1.19462.16 + 5.0.0-alpha.1.19611.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19564.2 - 5.0.0-alpha.1.19564.2 - 5.0.0-alpha.1.19564.2 + 5.0.0-alpha.1.19611.1 + 5.0.0-alpha.1.19611.1 + 5.0.0-alpha.1.19611.1 From 5a556cc0f2a019df7ab23a2a3c9fd60bb9cfb5d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 02:00:55 +0000 Subject: [PATCH 1147/2259] Update dependencies from https://github.com/dotnet/toolset build 20191211.31 (#5864) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19611.31 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19611.9 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7854be621..66e9a0a8e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - b81f1d1eb9d0d60e1975b3f57522fe142aeba40f + 5b56064b6459a796f4f16e23b5392c7b71314a1b https://github.com/dotnet/sdk 49bbede419cf63e15c70f4b463f80e4811fe3f34 - + https://github.com/dotnet/cli - 568c0c8e3537a29590ad126f71c00d27fb96080b + 97c36cec62f49a6f2c970f7b5fa74ed3b457df56 diff --git a/eng/Versions.props b/eng/Versions.props index e05adbd7a..315ced66b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19611.27 + 3.1.200-preview.19611.31 @@ -45,7 +45,7 @@ - 3.1.200-preview.19611.2 + 3.1.200-preview.19611.9 0.2.0 From 273a7f81aac07e0aac0bfbf190a0e62637c89168 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 02:30:32 +0000 Subject: [PATCH 1148/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191211.2 (#5867) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19611.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19611.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19611.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19611.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c84e6c79a..2e39fd8c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - aaf92a65926a19fb217790a3bd3bf1abf3910bb3 + fa4ab5dd7d44be842042bdb3f1c6f9a321bcda57 - + https://github.com/dotnet/windowsdesktop - aaf92a65926a19fb217790a3bd3bf1abf3910bb3 + fa4ab5dd7d44be842042bdb3f1c6f9a321bcda57 - + https://github.com/dotnet/windowsdesktop - aaf92a65926a19fb217790a3bd3bf1abf3910bb3 + fa4ab5dd7d44be842042bdb3f1c6f9a321bcda57 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 1cfb75cf1b4b15309850d4003f6c683eadd9604c - + https://github.com/dotnet/wpf 3f9b4d1024b171c7c3818ff927abd1c29057d694 diff --git a/eng/Versions.props b/eng/Versions.props index b19531b70..c01bf1d82 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19611.3 + 5.0.0-alpha.1.19611.4 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19611.1 - 5.0.0-alpha.1.19611.1 - 5.0.0-alpha.1.19611.1 + 5.0.0-alpha.1.19611.2 + 5.0.0-alpha.1.19611.2 + 5.0.0-alpha.1.19611.2 From bd2e67aecc5b1ec07dc216ee4684dcd1cc30620d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 04:05:44 +0000 Subject: [PATCH 1149/2259] Update dependencies from https://github.com/dotnet/toolset build 20191211.36 (#5869) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19611.36 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 66e9a0a8e..b50bea52f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 5b56064b6459a796f4f16e23b5392c7b71314a1b + c2984bc9fbf94066784cd80dc6c6a7a91ae9acc3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 315ced66b..3eaf6a56f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19611.31 + 3.1.200-preview.19611.36 From c85b9f351ac0dcca1117f880f6a9fc07f026e6f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 05:01:21 +0000 Subject: [PATCH 1150/2259] [master] Update dependencies from dotnet/windowsdesktop (#5868) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191211.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19611.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19611.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19611.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19611.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191211.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19611.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19611.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19611.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19611.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19611.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e39fd8c9..3b339ce37 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fa4ab5dd7d44be842042bdb3f1c6f9a321bcda57 + 6091f024ac26b3ae423fe41869a5cad13f6c2203 - + https://github.com/dotnet/windowsdesktop - fa4ab5dd7d44be842042bdb3f1c6f9a321bcda57 + 6091f024ac26b3ae423fe41869a5cad13f6c2203 - + https://github.com/dotnet/windowsdesktop - fa4ab5dd7d44be842042bdb3f1c6f9a321bcda57 + 6091f024ac26b3ae423fe41869a5cad13f6c2203 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 1cfb75cf1b4b15309850d4003f6c683eadd9604c + 5d79f3e58f6ef8359aab26ee3535c7c11a343892 - + https://github.com/dotnet/wpf - 3f9b4d1024b171c7c3818ff927abd1c29057d694 + 968577d70a29657637fa5be2bd2431b6133dcc38 diff --git a/eng/Versions.props b/eng/Versions.props index c01bf1d82..05e46c6bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19610.4 + 5.0.0-alpha1.19611.1 - 5.0.0-alpha.1.19611.4 + 5.0.0-alpha.1.19611.6 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19611.2 - 5.0.0-alpha.1.19611.2 - 5.0.0-alpha.1.19611.2 + 5.0.0-alpha.1.19611.4 + 5.0.0-alpha.1.19611.4 + 5.0.0-alpha.1.19611.4 From fa08410d0e9517f470f2b174d412c713d875e4de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 05:45:32 +0000 Subject: [PATCH 1151/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191211.5 (#5870) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19611.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19611.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19611.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19611.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19611.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3b339ce37..97742b1af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6091f024ac26b3ae423fe41869a5cad13f6c2203 + 28786386bcd7115f3fec6939e0331b650b769535 - + https://github.com/dotnet/windowsdesktop - 6091f024ac26b3ae423fe41869a5cad13f6c2203 + 28786386bcd7115f3fec6939e0331b650b769535 - + https://github.com/dotnet/windowsdesktop - 6091f024ac26b3ae423fe41869a5cad13f6c2203 + 28786386bcd7115f3fec6939e0331b650b769535 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 5d79f3e58f6ef8359aab26ee3535c7c11a343892 + a4ae239abe4922b868c19861a53a0ff9ac253554 - + https://github.com/dotnet/wpf - 968577d70a29657637fa5be2bd2431b6133dcc38 + 4981c76225f7267b85c9760571b09aaeb1b9f2da diff --git a/eng/Versions.props b/eng/Versions.props index 05e46c6bb..6fecce5cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19611.1 + 5.0.0-alpha1.19611.3 - 5.0.0-alpha.1.19611.6 + 5.0.0-alpha.1.19611.7 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19611.4 - 5.0.0-alpha.1.19611.4 - 5.0.0-alpha.1.19611.4 + 5.0.0-alpha.1.19611.5 + 5.0.0-alpha.1.19611.5 + 5.0.0-alpha.1.19611.5 From 50185c0cc04bc9ce519c8974ecb7b522c1dd6dbf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 13:30:39 +0000 Subject: [PATCH 1152/2259] Update dependencies from https://github.com/dotnet/arcade build 20191211.6 (#5871) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19611.6 --- eng/Version.Details.xml | 4 ++-- eng/common/tools.ps1 | 28 +++++++++++++++++++++++++--- eng/common/tools.sh | 2 ++ global.json | 2 +- 4 files changed, 30 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97742b1af..473fee2a2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 71ce4c736b882e6112b395a0e92313be5dcb4328 + 71a91bbb3c49bad2f1e7f2c7f28b32c5c0efc9e5 diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index d762c9f04..09c3a3325 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -98,7 +98,7 @@ function Exec-Process([string]$command, [string]$commandArgs) { } } -function InitializeDotNetCli([bool]$install) { +function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) { if (Test-Path variable:global:_DotNetInstallDir) { return $global:_DotNetInstallDir } @@ -146,6 +146,22 @@ function InitializeDotNetCli([bool]$install) { } $env:DOTNET_INSTALL_DIR = $dotnetRoot + + if ($createSdkLocationFile) { + # Create a temporary file under the toolset dir and rename it to sdk.txt to avoid races. + do { + $sdkCacheFileTemp = Join-Path $ToolsetDir $([System.IO.Path]::GetRandomFileName()) + } + until (!(Test-Path $sdkCacheFileTemp)) + Set-Content -Path $sdkCacheFileTemp -Value $dotnetRoot + + try { + Rename-Item -Force -Path $sdkCacheFileTemp 'sdk.txt' + } catch { + # Somebody beat us + Remove-Item -Path $sdkCacheFileTemp + } + } } # Add dotnet to PATH. This prevents any bare invocation of dotnet in custom @@ -216,7 +232,10 @@ function InstallDotNet([string] $dotnetRoot, } catch { Write-PipelineTelemetryError -Category 'InitializeToolset' -Message "Failed to install dotnet runtime '$runtime' from custom location '$runtimeSourceFeed'." + ExitWithExitCode 1 } + } else { + ExitWithExitCode 1 } } } @@ -274,8 +293,11 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = $vsMajorVersion = $vsMinVersion.Major $xcopyMSBuildVersion = "$vsMajorVersion.$($vsMinVersion.Minor).0-alpha" } - - $vsInstallDir = InitializeXCopyMSBuild $xcopyMSBuildVersion $install + + $vsInstallDir = $null + if ($xcopyMSBuildVersion.Trim() -ine "none") { + $vsInstallDir = InitializeXCopyMSBuild $xcopyMSBuildVersion $install + } if ($vsInstallDir -eq $null) { throw 'Unable to find Visual Studio that has required version and components installed' } diff --git a/eng/common/tools.sh b/eng/common/tools.sh index f58db5e25..e071af4ee 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -211,6 +211,8 @@ function InstallDotNet { Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to install dotnet SDK from custom location '$runtimeSourceFeed' (exit code '$exit_code')." ExitWithExitCode $exit_code } + else + ExitWithExitCode $exit_code fi fi } diff --git a/global.json b/global.json index efbb66077..40817d946 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19608.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19611.6" } } From af7d4e40bdcfdf4be3dbd6468df3c30121001302 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 17:25:34 +0000 Subject: [PATCH 1153/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191212.1 (#5872) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19612.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19612.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19612.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19611.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19612.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 473fee2a2..68ba5b7e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 28786386bcd7115f3fec6939e0331b650b769535 + 494c5742a316bbc884d56ddd176f2b4b6d850faa - + https://github.com/dotnet/windowsdesktop - 28786386bcd7115f3fec6939e0331b650b769535 + 494c5742a316bbc884d56ddd176f2b4b6d850faa - + https://github.com/dotnet/windowsdesktop - 28786386bcd7115f3fec6939e0331b650b769535 + 494c5742a316bbc884d56ddd176f2b4b6d850faa https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - a4ae239abe4922b868c19861a53a0ff9ac253554 + 1ae70ae8e4c452b1a57cb6bf474173ef1005d8ab - + https://github.com/dotnet/wpf - 4981c76225f7267b85c9760571b09aaeb1b9f2da + 9577d0cb0f078af039b47da6044adf323d7d12ab diff --git a/eng/Versions.props b/eng/Versions.props index 6fecce5cc..54754e6b5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19611.3 + 5.0.0-alpha1.19611.6 - 5.0.0-alpha.1.19611.7 + 5.0.0-alpha.1.19612.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19611.5 - 5.0.0-alpha.1.19611.5 - 5.0.0-alpha.1.19611.5 + 5.0.0-alpha.1.19612.1 + 5.0.0-alpha.1.19612.1 + 5.0.0-alpha.1.19612.1 From d962659b2bb526907cf115b84df2e6ddf0be9f5e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 19:47:34 +0000 Subject: [PATCH 1154/2259] [master] Update dependencies from dotnet/windowsdesktop (#5873) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191212.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19612.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19612.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19612.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19612.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19612.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191212.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19612.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19612.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19612.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19612.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19612.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 68ba5b7e5..903ebd9c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 494c5742a316bbc884d56ddd176f2b4b6d850faa + ee641d7666aa13bc547bb441c81db52a0486e441 - + https://github.com/dotnet/windowsdesktop - 494c5742a316bbc884d56ddd176f2b4b6d850faa + ee641d7666aa13bc547bb441c81db52a0486e441 - + https://github.com/dotnet/windowsdesktop - 494c5742a316bbc884d56ddd176f2b4b6d850faa + ee641d7666aa13bc547bb441c81db52a0486e441 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 1ae70ae8e4c452b1a57cb6bf474173ef1005d8ab + c0dd179f9cac4c2dc4193d7a1bf7715b58267e39 - + https://github.com/dotnet/wpf - 9577d0cb0f078af039b47da6044adf323d7d12ab + 834998d1ca80c27d6d735862dc4077af854083f4 diff --git a/eng/Versions.props b/eng/Versions.props index 54754e6b5..d8d794a97 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19611.6 + 5.0.0-alpha1.19612.1 - 5.0.0-alpha.1.19612.3 + 5.0.0-alpha.1.19612.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19612.1 - 5.0.0-alpha.1.19612.1 - 5.0.0-alpha.1.19612.1 + 5.0.0-alpha.1.19612.3 + 5.0.0-alpha.1.19612.3 + 5.0.0-alpha.1.19612.3 From ce5d8769735ca098aae0af9b9c6565523b0ea27d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2019 20:39:11 +0000 Subject: [PATCH 1155/2259] [master] Update dependencies from aspnet/AspNetCore (#5866) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191211.17 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha1.19611.17 - dotnet-user-secrets - 5.0.0-alpha1.19611.17 - dotnet-watch - 5.0.0-alpha1.19611.17 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19611.17 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19611.17 - dotnet-dev-certs - 5.0.0-alpha1.19611.17 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191212.8 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha1.19612.8 - dotnet-user-secrets - 5.0.0-alpha1.19612.8 - dotnet-watch - 5.0.0-alpha1.19612.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19612.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19612.8 - dotnet-dev-certs - 5.0.0-alpha1.19612.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 903ebd9c9..813e79379 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 + fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf - + https://github.com/aspnet/AspNetCore - 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 + fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf - + https://github.com/aspnet/AspNetCore - 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 + fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf - + https://github.com/aspnet/AspNetCore - 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 + fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf - + https://github.com/aspnet/AspNetCore - 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 + fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf - + https://github.com/aspnet/AspNetCore - 11ecc62ea96ea635e8c98c1dfe21aacbce4edba2 + fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index d8d794a97..888e95bc3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19611.8 - 5.0.0-alpha1.19611.8 - 5.0.0-alpha1.19611.8 - 5.0.0-alpha1.19611.8 - 5.0.0-alpha1.19611.8 - 5.0.0-alpha1.19611.8 + 5.0.0-alpha1.19612.8 + 5.0.0-alpha1.19612.8 + 5.0.0-alpha1.19612.8 + 5.0.0-alpha1.19612.8 + 5.0.0-alpha1.19612.8 + 5.0.0-alpha1.19612.8 From 573312b7c63787bb1daa9bf18c78b44d9f818e88 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2019 02:00:31 +0000 Subject: [PATCH 1156/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191212.4 (#5875) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19612.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19612.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19612.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19612.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 813e79379..84886c677 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ee641d7666aa13bc547bb441c81db52a0486e441 + c2b06b5db3b5d80b0db6e5e87faa5ebcf89d036e - + https://github.com/dotnet/windowsdesktop - ee641d7666aa13bc547bb441c81db52a0486e441 + c2b06b5db3b5d80b0db6e5e87faa5ebcf89d036e - + https://github.com/dotnet/windowsdesktop - ee641d7666aa13bc547bb441c81db52a0486e441 + c2b06b5db3b5d80b0db6e5e87faa5ebcf89d036e https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms c0dd179f9cac4c2dc4193d7a1bf7715b58267e39 - + https://github.com/dotnet/wpf - 834998d1ca80c27d6d735862dc4077af854083f4 + 7d821b5b45825e833fabda32d1e1260504f16da1 diff --git a/eng/Versions.props b/eng/Versions.props index 888e95bc3..d12657318 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19612.2 + 5.0.0-alpha.1.19612.5 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19612.3 - 5.0.0-alpha.1.19612.3 - 5.0.0-alpha.1.19612.3 + 5.0.0-alpha.1.19612.4 + 5.0.0-alpha.1.19612.4 + 5.0.0-alpha.1.19612.4 From 5fa678aba47019825944cdb0fe270456636816c7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2019 13:30:24 +0000 Subject: [PATCH 1157/2259] Update dependencies from https://github.com/dotnet/arcade build 20191212.1 (#5876) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19612.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84886c677..1453e7812 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 71a91bbb3c49bad2f1e7f2c7f28b32c5c0efc9e5 + b590bede6a5244ee732c63c99f725728cabbda48 diff --git a/global.json b/global.json index 40817d946..cba288b9b 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19611.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19612.1" } } From c84283c0b6c4f2dd506b0dad9f82bb774f3fba81 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2019 14:05:38 +0000 Subject: [PATCH 1158/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191213.1 (#5877) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha1.19613.1 - dotnet-user-secrets - 5.0.0-alpha1.19613.1 - dotnet-watch - 5.0.0-alpha1.19613.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19613.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19613.1 - dotnet-dev-certs - 5.0.0-alpha1.19613.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1453e7812..1dc86f96f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf + 4310fa72f7e94ffa8000bcdfee13053277dcda5f - + https://github.com/aspnet/AspNetCore - fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf + 4310fa72f7e94ffa8000bcdfee13053277dcda5f - + https://github.com/aspnet/AspNetCore - fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf + 4310fa72f7e94ffa8000bcdfee13053277dcda5f - + https://github.com/aspnet/AspNetCore - fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf + 4310fa72f7e94ffa8000bcdfee13053277dcda5f - + https://github.com/aspnet/AspNetCore - fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf + 4310fa72f7e94ffa8000bcdfee13053277dcda5f - + https://github.com/aspnet/AspNetCore - fde783911b0b671dc4307ef5bcb2a9bc5e4a51bf + 4310fa72f7e94ffa8000bcdfee13053277dcda5f https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index d12657318..3ba43fbe1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19612.8 - 5.0.0-alpha1.19612.8 - 5.0.0-alpha1.19612.8 - 5.0.0-alpha1.19612.8 - 5.0.0-alpha1.19612.8 - 5.0.0-alpha1.19612.8 + 5.0.0-alpha1.19613.1 + 5.0.0-alpha1.19613.1 + 5.0.0-alpha1.19613.1 + 5.0.0-alpha1.19613.1 + 5.0.0-alpha1.19613.1 + 5.0.0-alpha1.19613.1 From 5fe5d22f8f6a746fc647f8640ed1ae5b046f2730 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2019 13:57:03 -0800 Subject: [PATCH 1159/2259] Update dependencies from https://github.com/dotnet/toolset build 20191212.8 (#5874) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19612.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b50bea52f..0b28b70fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - c2984bc9fbf94066784cd80dc6c6a7a91ae9acc3 + 05b52ca8f33a5252d49ff44644f766ec8300e701 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3eaf6a56f..526ed6542 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19611.36 + 3.1.200-preview.19612.8 From b9d1c4bcd1c2c7014eda12f7d768ceb1e04ac1c6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2019 22:50:51 +0000 Subject: [PATCH 1160/2259] Update dependencies from https://github.com/dotnet/toolset build 20191213.8 (#5881) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19613.8 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.19613.8 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0b28b70fc..a6f0a1adf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 05b52ca8f33a5252d49ff44644f766ec8300e701 + 8119e11cdadf8c957820760d23734fc3e687e107 - + https://github.com/dotnet/sdk - 49bbede419cf63e15c70f4b463f80e4811fe3f34 + e98d59e0cc80d22c6c56e5818cd62583973b6657 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 526ed6542..fa7553730 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19612.8 + 3.1.200-preview.19613.8 @@ -52,7 +52,7 @@ - 3.1.100-rtm.19568.4 + 3.1.200-preview.19613.8 $(MicrosoftNETSdkPackageVersion) From fee74a79ed0fb7443d6dc23ff1aae292726b9077 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2019 00:01:04 +0000 Subject: [PATCH 1161/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#5882) * Update dependencies from https://github.com/dotnet/toolset build 20191213.10 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19613.10 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.12 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19613.12 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19613.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a6f0a1adf..dc2db9fb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 8119e11cdadf8c957820760d23734fc3e687e107 + bd67977ea429e97a6b4c51373920dc92bb348110 https://github.com/dotnet/sdk e98d59e0cc80d22c6c56e5818cd62583973b6657 - + https://github.com/dotnet/cli - 97c36cec62f49a6f2c970f7b5fa74ed3b457df56 + af3dd928e89be55ef417b0b01b3f693767bce131 diff --git a/eng/Versions.props b/eng/Versions.props index fa7553730..cd2c228b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19613.8 + 3.1.200-preview.19613.12 @@ -45,7 +45,7 @@ - 3.1.200-preview.19611.9 + 3.1.200-preview.19613.4 0.2.0 From 4055c6ff084e66da29e356438eec3b2fcf635eb3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2019 01:55:33 +0000 Subject: [PATCH 1162/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191213.21 (#5885) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha1.19613.21 - dotnet-user-secrets - 5.0.0-alpha1.19613.21 - dotnet-watch - 5.0.0-alpha1.19613.21 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha1.19613.21 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha1.19613.21 - dotnet-dev-certs - 5.0.0-alpha1.19613.21 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1dc86f96f..ba9e4c5d2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 4310fa72f7e94ffa8000bcdfee13053277dcda5f + 19d2f6124f5d04859e350d1f5a01e994e14ef1ce - + https://github.com/aspnet/AspNetCore - 4310fa72f7e94ffa8000bcdfee13053277dcda5f + 19d2f6124f5d04859e350d1f5a01e994e14ef1ce - + https://github.com/aspnet/AspNetCore - 4310fa72f7e94ffa8000bcdfee13053277dcda5f + 19d2f6124f5d04859e350d1f5a01e994e14ef1ce - + https://github.com/aspnet/AspNetCore - 4310fa72f7e94ffa8000bcdfee13053277dcda5f + 19d2f6124f5d04859e350d1f5a01e994e14ef1ce - + https://github.com/aspnet/AspNetCore - 4310fa72f7e94ffa8000bcdfee13053277dcda5f + 19d2f6124f5d04859e350d1f5a01e994e14ef1ce - + https://github.com/aspnet/AspNetCore - 4310fa72f7e94ffa8000bcdfee13053277dcda5f + 19d2f6124f5d04859e350d1f5a01e994e14ef1ce https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 3ba43fbe1..7282b0315 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19613.1 - 5.0.0-alpha1.19613.1 - 5.0.0-alpha1.19613.1 - 5.0.0-alpha1.19613.1 - 5.0.0-alpha1.19613.1 - 5.0.0-alpha1.19613.1 + 5.0.0-alpha1.19613.21 + 5.0.0-alpha1.19613.21 + 5.0.0-alpha1.19613.21 + 5.0.0-alpha1.19613.21 + 5.0.0-alpha1.19613.21 + 5.0.0-alpha1.19613.21 From ae77f51828af53c5d20e6f5228612ee71cbc4e0e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2019 13:30:18 +0000 Subject: [PATCH 1163/2259] Update dependencies from https://github.com/dotnet/arcade build 20191213.1 (#5886) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19613.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba9e4c5d2..b9923494f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - b590bede6a5244ee732c63c99f725728cabbda48 + acd18a717ab18e484addef602e2af2b2bc4c4bd1 diff --git a/global.json b/global.json index cba288b9b..268fd6c8a 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19612.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19613.1" } } From 968e8d5ea017d715c335e35376ca572117cb719c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2019 17:02:15 +0000 Subject: [PATCH 1164/2259] [master] Update dependencies from dotnet/windowsdesktop (#5883) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191213.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19613.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19613.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19613.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19613.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19613.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191214.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19614.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19614.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19614.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19613.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19614.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b9923494f..ef0ca99f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c2b06b5db3b5d80b0db6e5e87faa5ebcf89d036e + 5ea958efe4b5db5c17524aca0067e0156d27d90a - + https://github.com/dotnet/windowsdesktop - c2b06b5db3b5d80b0db6e5e87faa5ebcf89d036e + 5ea958efe4b5db5c17524aca0067e0156d27d90a - + https://github.com/dotnet/windowsdesktop - c2b06b5db3b5d80b0db6e5e87faa5ebcf89d036e + 5ea958efe4b5db5c17524aca0067e0156d27d90a https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - c0dd179f9cac4c2dc4193d7a1bf7715b58267e39 + 1cd05675e0d6672d9a52a16310e2345a3e92236c - + https://github.com/dotnet/wpf - 7d821b5b45825e833fabda32d1e1260504f16da1 + 416df43aae5604af4104bcc31e00d37d65fcec72 diff --git a/eng/Versions.props b/eng/Versions.props index 7282b0315..dc46fdab5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19612.1 + 5.0.0-alpha1.19613.1 - 5.0.0-alpha.1.19612.5 + 5.0.0-alpha.1.19614.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19612.4 - 5.0.0-alpha.1.19612.4 - 5.0.0-alpha.1.19612.4 + 5.0.0-alpha.1.19614.1 + 5.0.0-alpha.1.19614.1 + 5.0.0-alpha.1.19614.1 From 08e5672b143099269d63633c70e7bb7bf20dbea1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2019 18:20:31 +0000 Subject: [PATCH 1165/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191214.2 (#5887) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19614.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19614.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19614.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19614.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef0ca99f5..9a47f4bd4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5ea958efe4b5db5c17524aca0067e0156d27d90a + 259d07d387813d06f2dae65e51a6c73b669d166a - + https://github.com/dotnet/windowsdesktop - 5ea958efe4b5db5c17524aca0067e0156d27d90a + 259d07d387813d06f2dae65e51a6c73b669d166a - + https://github.com/dotnet/windowsdesktop - 5ea958efe4b5db5c17524aca0067e0156d27d90a + 259d07d387813d06f2dae65e51a6c73b669d166a https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 1cd05675e0d6672d9a52a16310e2345a3e92236c + 7dee30995829711ac3a486f672cede1171ab4eb1 - + https://github.com/dotnet/wpf - 416df43aae5604af4104bcc31e00d37d65fcec72 + f4024b0d805f8efbc75e5e8818c3b08eae8c799e diff --git a/eng/Versions.props b/eng/Versions.props index dc46fdab5..a046d900d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19613.1 + 5.0.0-alpha1.19614.1 - 5.0.0-alpha.1.19614.1 + 5.0.0-alpha.1.19614.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19614.1 - 5.0.0-alpha.1.19614.1 - 5.0.0-alpha.1.19614.1 + 5.0.0-alpha.1.19614.2 + 5.0.0-alpha.1.19614.2 + 5.0.0-alpha.1.19614.2 From 603a3273eee6f28fe5a9644a1197464bb76dd71f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 14 Dec 2019 23:25:35 +0000 Subject: [PATCH 1166/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191214.7 (#5888) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19614.7 - dotnet-user-secrets - 5.0.0-alpha.1.19614.7 - dotnet-watch - 5.0.0-alpha.1.19614.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19614.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19614.7 - dotnet-dev-certs - 5.0.0-alpha.1.19614.7 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a47f4bd4..e2ae70632 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 19d2f6124f5d04859e350d1f5a01e994e14ef1ce + 5e706ae27935f021e7d355b20bb647c3d5b74d9e - + https://github.com/aspnet/AspNetCore - 19d2f6124f5d04859e350d1f5a01e994e14ef1ce + 5e706ae27935f021e7d355b20bb647c3d5b74d9e - + https://github.com/aspnet/AspNetCore - 19d2f6124f5d04859e350d1f5a01e994e14ef1ce + 5e706ae27935f021e7d355b20bb647c3d5b74d9e - + https://github.com/aspnet/AspNetCore - 19d2f6124f5d04859e350d1f5a01e994e14ef1ce + 5e706ae27935f021e7d355b20bb647c3d5b74d9e - + https://github.com/aspnet/AspNetCore - 19d2f6124f5d04859e350d1f5a01e994e14ef1ce + 5e706ae27935f021e7d355b20bb647c3d5b74d9e - + https://github.com/aspnet/AspNetCore - 19d2f6124f5d04859e350d1f5a01e994e14ef1ce + 5e706ae27935f021e7d355b20bb647c3d5b74d9e https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a046d900d..7748f79de 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha1.19613.21 - 5.0.0-alpha1.19613.21 - 5.0.0-alpha1.19613.21 - 5.0.0-alpha1.19613.21 - 5.0.0-alpha1.19613.21 - 5.0.0-alpha1.19613.21 + 5.0.0-alpha.1.19614.7 + 5.0.0-alpha.1.19614.7 + 5.0.0-alpha.1.19614.7 + 5.0.0-alpha.1.19614.7 + 5.0.0-alpha.1.19614.7 + 5.0.0-alpha.1.19614.7 From 547ab170d476d28b48fa5ba311713b76e5dc9d2a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2019 02:40:30 +0000 Subject: [PATCH 1167/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191214.3 (#5891) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19614.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19614.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19614.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19614.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e2ae70632..e727fd8cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 259d07d387813d06f2dae65e51a6c73b669d166a + fcd793481497785779d2d1b099d6032d730cb12d - + https://github.com/dotnet/windowsdesktop - 259d07d387813d06f2dae65e51a6c73b669d166a + fcd793481497785779d2d1b099d6032d730cb12d - + https://github.com/dotnet/windowsdesktop - 259d07d387813d06f2dae65e51a6c73b669d166a + fcd793481497785779d2d1b099d6032d730cb12d https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 7dee30995829711ac3a486f672cede1171ab4eb1 - + https://github.com/dotnet/wpf f4024b0d805f8efbc75e5e8818c3b08eae8c799e diff --git a/eng/Versions.props b/eng/Versions.props index 7748f79de..79b793d20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19614.2 + 5.0.0-alpha.1.19614.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19614.2 - 5.0.0-alpha.1.19614.2 - 5.0.0-alpha.1.19614.2 + 5.0.0-alpha.1.19614.3 + 5.0.0-alpha.1.19614.3 + 5.0.0-alpha.1.19614.3 From f982e701ad1fd02561435eb3f7d784b0ed20b6c3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2019 04:15:35 +0000 Subject: [PATCH 1168/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191214.14 (#5892) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19614.14 - dotnet-user-secrets - 5.0.0-alpha.1.19614.14 - dotnet-watch - 5.0.0-alpha.1.19614.14 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19614.14 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19614.14 - dotnet-dev-certs - 5.0.0-alpha.1.19614.14 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e727fd8cf..81ad7d282 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 5e706ae27935f021e7d355b20bb647c3d5b74d9e + b5cfeb498af120a5158f8471289413c49afab582 - + https://github.com/aspnet/AspNetCore - 5e706ae27935f021e7d355b20bb647c3d5b74d9e + b5cfeb498af120a5158f8471289413c49afab582 - + https://github.com/aspnet/AspNetCore - 5e706ae27935f021e7d355b20bb647c3d5b74d9e + b5cfeb498af120a5158f8471289413c49afab582 - + https://github.com/aspnet/AspNetCore - 5e706ae27935f021e7d355b20bb647c3d5b74d9e + b5cfeb498af120a5158f8471289413c49afab582 - + https://github.com/aspnet/AspNetCore - 5e706ae27935f021e7d355b20bb647c3d5b74d9e + b5cfeb498af120a5158f8471289413c49afab582 - + https://github.com/aspnet/AspNetCore - 5e706ae27935f021e7d355b20bb647c3d5b74d9e + b5cfeb498af120a5158f8471289413c49afab582 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 79b793d20..170561623 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19614.7 - 5.0.0-alpha.1.19614.7 - 5.0.0-alpha.1.19614.7 - 5.0.0-alpha.1.19614.7 - 5.0.0-alpha.1.19614.7 - 5.0.0-alpha.1.19614.7 + 5.0.0-alpha.1.19614.14 + 5.0.0-alpha.1.19614.14 + 5.0.0-alpha.1.19614.14 + 5.0.0-alpha.1.19614.14 + 5.0.0-alpha.1.19614.14 + 5.0.0-alpha.1.19614.14 From 27dd5ecbbf24460460a2ec2e5001779736f1cdc8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2019 06:30:33 +0000 Subject: [PATCH 1169/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191214.19 (#5893) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19614.19 - dotnet-user-secrets - 5.0.0-alpha.1.19614.19 - dotnet-watch - 5.0.0-alpha.1.19614.19 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19614.19 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19614.19 - dotnet-dev-certs - 5.0.0-alpha.1.19614.19 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 81ad7d282..890a70967 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - b5cfeb498af120a5158f8471289413c49afab582 + 7842b96d9a111b143a836907ed089629a44536b1 - + https://github.com/aspnet/AspNetCore - b5cfeb498af120a5158f8471289413c49afab582 + 7842b96d9a111b143a836907ed089629a44536b1 - + https://github.com/aspnet/AspNetCore - b5cfeb498af120a5158f8471289413c49afab582 + 7842b96d9a111b143a836907ed089629a44536b1 - + https://github.com/aspnet/AspNetCore - b5cfeb498af120a5158f8471289413c49afab582 + 7842b96d9a111b143a836907ed089629a44536b1 - + https://github.com/aspnet/AspNetCore - b5cfeb498af120a5158f8471289413c49afab582 + 7842b96d9a111b143a836907ed089629a44536b1 - + https://github.com/aspnet/AspNetCore - b5cfeb498af120a5158f8471289413c49afab582 + 7842b96d9a111b143a836907ed089629a44536b1 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 170561623..9eef72bd7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19614.14 - 5.0.0-alpha.1.19614.14 - 5.0.0-alpha.1.19614.14 - 5.0.0-alpha.1.19614.14 - 5.0.0-alpha.1.19614.14 - 5.0.0-alpha.1.19614.14 + 5.0.0-alpha.1.19614.19 + 5.0.0-alpha.1.19614.19 + 5.0.0-alpha.1.19614.19 + 5.0.0-alpha.1.19614.19 + 5.0.0-alpha.1.19614.19 + 5.0.0-alpha.1.19614.19 From 52b9039413197f7d1dc0753c20113641a779fb3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2019 09:35:32 +0000 Subject: [PATCH 1170/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191214.22 (#5894) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19614.22 - dotnet-user-secrets - 5.0.0-alpha.1.19614.22 - dotnet-watch - 5.0.0-alpha.1.19614.22 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19614.22 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19614.22 - dotnet-dev-certs - 5.0.0-alpha.1.19614.22 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 890a70967..a657b45d1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 7842b96d9a111b143a836907ed089629a44536b1 + b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 - + https://github.com/aspnet/AspNetCore - 7842b96d9a111b143a836907ed089629a44536b1 + b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 - + https://github.com/aspnet/AspNetCore - 7842b96d9a111b143a836907ed089629a44536b1 + b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 - + https://github.com/aspnet/AspNetCore - 7842b96d9a111b143a836907ed089629a44536b1 + b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 - + https://github.com/aspnet/AspNetCore - 7842b96d9a111b143a836907ed089629a44536b1 + b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 - + https://github.com/aspnet/AspNetCore - 7842b96d9a111b143a836907ed089629a44536b1 + b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 9eef72bd7..88a12e2f1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19614.19 - 5.0.0-alpha.1.19614.19 - 5.0.0-alpha.1.19614.19 - 5.0.0-alpha.1.19614.19 - 5.0.0-alpha.1.19614.19 - 5.0.0-alpha.1.19614.19 + 5.0.0-alpha.1.19614.22 + 5.0.0-alpha.1.19614.22 + 5.0.0-alpha.1.19614.22 + 5.0.0-alpha.1.19614.22 + 5.0.0-alpha.1.19614.22 + 5.0.0-alpha.1.19614.22 From c175d4dfced2fdcf023aa099d2aafca67a3a2b3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2019 13:30:49 +0000 Subject: [PATCH 1171/2259] Update dependencies from https://github.com/dotnet/arcade build 20191214.1 (#5895) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19614.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a657b45d1..5e93b4937 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - acd18a717ab18e484addef602e2af2b2bc4c4bd1 + 64e95735b49d37b6cf908cfa5228ff65bee6dfff diff --git a/global.json b/global.json index 268fd6c8a..cd8a4d87f 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19613.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19614.1" } } From 8217f1ed896b66faee3cd1410f6f884987941a12 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Dec 2019 18:50:31 +0000 Subject: [PATCH 1172/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191215.1 (#5896) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19615.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19615.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19615.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19615.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5e93b4937..9e559ad45 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fcd793481497785779d2d1b099d6032d730cb12d + 272c5073e7c09713618f06e97caa4e89db870500 - + https://github.com/dotnet/windowsdesktop - fcd793481497785779d2d1b099d6032d730cb12d + 272c5073e7c09713618f06e97caa4e89db870500 - + https://github.com/dotnet/windowsdesktop - fcd793481497785779d2d1b099d6032d730cb12d + 272c5073e7c09713618f06e97caa4e89db870500 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 7dee30995829711ac3a486f672cede1171ab4eb1 - + https://github.com/dotnet/wpf - f4024b0d805f8efbc75e5e8818c3b08eae8c799e + 21630ca29b891d743c1a2affd43e5a068df8cf81 diff --git a/eng/Versions.props b/eng/Versions.props index 88a12e2f1..e70fe410b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19614.3 + 5.0.0-alpha.1.19615.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19614.3 - 5.0.0-alpha.1.19614.3 - 5.0.0-alpha.1.19614.3 + 5.0.0-alpha.1.19615.1 + 5.0.0-alpha.1.19615.1 + 5.0.0-alpha.1.19615.1 From 0a85a3676c30c08c2102ae79a4594a36eec11022 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 02:55:31 +0000 Subject: [PATCH 1173/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191215.2 (#5897) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19615.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19615.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19615.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19615.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e559ad45..d42e39160 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 272c5073e7c09713618f06e97caa4e89db870500 + 15710a4f591b2da305b2d73c0f5b7976a8409dc2 - + https://github.com/dotnet/windowsdesktop - 272c5073e7c09713618f06e97caa4e89db870500 + 15710a4f591b2da305b2d73c0f5b7976a8409dc2 - + https://github.com/dotnet/windowsdesktop - 272c5073e7c09713618f06e97caa4e89db870500 + 15710a4f591b2da305b2d73c0f5b7976a8409dc2 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 7dee30995829711ac3a486f672cede1171ab4eb1 - + https://github.com/dotnet/wpf 21630ca29b891d743c1a2affd43e5a068df8cf81 diff --git a/eng/Versions.props b/eng/Versions.props index e70fe410b..18e450336 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19615.1 + 5.0.0-alpha.1.19615.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19615.1 - 5.0.0-alpha.1.19615.1 - 5.0.0-alpha.1.19615.1 + 5.0.0-alpha.1.19615.2 + 5.0.0-alpha.1.19615.2 + 5.0.0-alpha.1.19615.2 From 65d5a18ff837c6897c6ebc1f920123b0f17cec56 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 07:58:54 +0000 Subject: [PATCH 1174/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#5884) * Update dependencies from https://github.com/dotnet/toolset build 20191213.20 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19613.20 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.19613.18 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191215.16 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19615.16 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.19613.18 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc2db9fb4..8fc8fa915 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - bd67977ea429e97a6b4c51373920dc92bb348110 + 6fabbc4f9c1e5c63a6c452b2168f67073e1d91e3 - + https://github.com/dotnet/sdk - e98d59e0cc80d22c6c56e5818cd62583973b6657 + 27111f9d39aae0d41c0958b5f1445145bb05f994 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index cd2c228b2..dcc902b48 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19613.12 + 3.1.200-preview.19615.16 @@ -52,7 +52,7 @@ - 3.1.200-preview.19613.8 + 3.1.200-preview.19613.18 $(MicrosoftNETSdkPackageVersion) From 45b219acf484dc5eba0a4c774451a630e9c4e2de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 13:46:25 +0000 Subject: [PATCH 1175/2259] Update dependencies from https://github.com/dotnet/arcade build 20191215.1 (#5898) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19615.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d42e39160..7197b7949 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 64e95735b49d37b6cf908cfa5228ff65bee6dfff + 77698ebba1ab096ad9580a5d9ebefe0499ba00ce diff --git a/global.json b/global.json index cd8a4d87f..4f3b15a23 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19614.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19615.1" } } From 8075fae4c2a18cfe2568ab99e75459200e110d75 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 22:30:37 +0000 Subject: [PATCH 1176/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191216.1 (#5900) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19616.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19616.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19616.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19616.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7197b7949..c90854fa2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 15710a4f591b2da305b2d73c0f5b7976a8409dc2 + 55317e02e52251579154132c473c5accceb5ebf7 - + https://github.com/dotnet/windowsdesktop - 15710a4f591b2da305b2d73c0f5b7976a8409dc2 + 55317e02e52251579154132c473c5accceb5ebf7 - + https://github.com/dotnet/windowsdesktop - 15710a4f591b2da305b2d73c0f5b7976a8409dc2 + 55317e02e52251579154132c473c5accceb5ebf7 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 7dee30995829711ac3a486f672cede1171ab4eb1 - + https://github.com/dotnet/wpf - 21630ca29b891d743c1a2affd43e5a068df8cf81 + 3f5a7a10b7ce878ae5b07609cedf6582fcd86d2d diff --git a/eng/Versions.props b/eng/Versions.props index 18e450336..ff38cae85 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19615.2 + 5.0.0-alpha.1.19616.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19615.2 - 5.0.0-alpha.1.19615.2 - 5.0.0-alpha.1.19615.2 + 5.0.0-alpha.1.19616.1 + 5.0.0-alpha.1.19616.1 + 5.0.0-alpha.1.19616.1 From cfcc0e34565d99143e8304fe711516bddfa08073 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2019 23:46:28 +0000 Subject: [PATCH 1177/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191216.1 (#5899) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19616.1 - dotnet-user-secrets - 5.0.0-alpha.1.19616.1 - dotnet-watch - 5.0.0-alpha.1.19616.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19616.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19616.1 - dotnet-dev-certs - 5.0.0-alpha.1.19616.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c90854fa2..167720347 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 + 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 - + https://github.com/aspnet/AspNetCore - b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 + 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 - + https://github.com/aspnet/AspNetCore - b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 + 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 - + https://github.com/aspnet/AspNetCore - b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 + 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 - + https://github.com/aspnet/AspNetCore - b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 + 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 - + https://github.com/aspnet/AspNetCore - b028b51e3df7b7bbc78a65d0e1a385c6d81b6325 + 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index ff38cae85..276f55acf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19614.22 - 5.0.0-alpha.1.19614.22 - 5.0.0-alpha.1.19614.22 - 5.0.0-alpha.1.19614.22 - 5.0.0-alpha.1.19614.22 - 5.0.0-alpha.1.19614.22 + 5.0.0-alpha.1.19616.1 + 5.0.0-alpha.1.19616.1 + 5.0.0-alpha.1.19616.1 + 5.0.0-alpha.1.19616.1 + 5.0.0-alpha.1.19616.1 + 5.0.0-alpha.1.19616.1 From dde1a6a5695b5170ab15e675527469f9d32f3217 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 04:41:33 +0000 Subject: [PATCH 1178/2259] [master] Update dependencies from dotnet/windowsdesktop (#5901) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191216.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19616.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19616.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19616.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19616.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191216.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19616.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19616.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19616.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19616.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19616.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 167720347..07b3b6d53 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 55317e02e52251579154132c473c5accceb5ebf7 + dc623349416e399d89fdc3a47e592c39fcaf9da0 - + https://github.com/dotnet/windowsdesktop - 55317e02e52251579154132c473c5accceb5ebf7 + dc623349416e399d89fdc3a47e592c39fcaf9da0 - + https://github.com/dotnet/windowsdesktop - 55317e02e52251579154132c473c5accceb5ebf7 + dc623349416e399d89fdc3a47e592c39fcaf9da0 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 7dee30995829711ac3a486f672cede1171ab4eb1 + 052fc8f0fcc3a8d422791470cd19065da9669590 - + https://github.com/dotnet/wpf - 3f5a7a10b7ce878ae5b07609cedf6582fcd86d2d + 9ed3ff1796ed5654d709b8f5f5be05d329a9dcda diff --git a/eng/Versions.props b/eng/Versions.props index 276f55acf..f9f173fb3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19614.1 + 5.0.0-alpha1.19616.2 - 5.0.0-alpha.1.19616.1 + 5.0.0-alpha.1.19616.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19616.1 - 5.0.0-alpha.1.19616.1 - 5.0.0-alpha.1.19616.1 + 5.0.0-alpha.1.19616.3 + 5.0.0-alpha.1.19616.3 + 5.0.0-alpha.1.19616.3 From f5ed1f237f46bb6c0227578698ece69b3385229c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 05:55:54 +0000 Subject: [PATCH 1179/2259] Update dependencies from https://github.com/dotnet/toolset build 20191216.14 (#5902) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19616.14 --- NuGet.config | 1 - eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NuGet.config b/NuGet.config index 95520261c..8cd827a91 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,7 +8,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fc8fa915..6520d5109 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 6fabbc4f9c1e5c63a6c452b2168f67073e1d91e3 + abae56b103972d0a4b0d9d05e80c980807f247b8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index dcc902b48..0da93903c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19615.16 + 3.1.200-preview.19616.14 From a58fae07a862a62afa9fc3aa86befd294bd55b7a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 06:50:39 +0000 Subject: [PATCH 1180/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191216.4 (#5903) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19616.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19616.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19616.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19616.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19616.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07b3b6d53..fe928b040 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - dc623349416e399d89fdc3a47e592c39fcaf9da0 + d73074b97143d0233290526bbe26e529a698e9bb - + https://github.com/dotnet/windowsdesktop - dc623349416e399d89fdc3a47e592c39fcaf9da0 + d73074b97143d0233290526bbe26e529a698e9bb - + https://github.com/dotnet/windowsdesktop - dc623349416e399d89fdc3a47e592c39fcaf9da0 + d73074b97143d0233290526bbe26e529a698e9bb https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 052fc8f0fcc3a8d422791470cd19065da9669590 + 54f8b920d04083735afc7fe6de61aad6fc1b4de3 - + https://github.com/dotnet/wpf - 9ed3ff1796ed5654d709b8f5f5be05d329a9dcda + 782e13752be7209494c8dcc27ea15311730a5780 diff --git a/eng/Versions.props b/eng/Versions.props index f9f173fb3..765a0c4a0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19616.2 + 5.0.0-alpha1.19616.3 - 5.0.0-alpha.1.19616.3 + 5.0.0-alpha.1.19616.4 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19616.3 - 5.0.0-alpha.1.19616.3 - 5.0.0-alpha.1.19616.3 + 5.0.0-alpha.1.19616.4 + 5.0.0-alpha.1.19616.4 + 5.0.0-alpha.1.19616.4 From 1e27202991d68503f128df0c6e2f29e0549937e6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 13:31:15 +0000 Subject: [PATCH 1181/2259] Update dependencies from https://github.com/dotnet/arcade build 20191216.4 (#5904) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19616.4 --- eng/Version.Details.xml | 4 +-- eng/common/templates/steps/publish-logs.yml | 2 +- eng/common/tools.ps1 | 33 ++++++++++++--------- global.json | 2 +- 4 files changed, 23 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe928b040..7edd23f85 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 77698ebba1ab096ad9580a5d9ebefe0499ba00ce + 4736ddca60a4040447b450437cf3767c9045edc0 diff --git a/eng/common/templates/steps/publish-logs.yml b/eng/common/templates/steps/publish-logs.yml index 8903ba57c..f91751fe7 100644 --- a/eng/common/templates/steps/publish-logs.yml +++ b/eng/common/templates/steps/publish-logs.yml @@ -18,6 +18,6 @@ steps: inputs: PathtoPublish: '$(Build.SourcesDirectory)/PostBuildLogs' PublishLocation: Container - ArtifactName: PostBuilLogs + ArtifactName: PostBuildLogs continueOnError: true condition: always() diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 09c3a3325..d3a432878 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -98,6 +98,9 @@ function Exec-Process([string]$command, [string]$commandArgs) { } } +# createSdkLocationFile parameter enables a file being generated under the toolset directory +# which writes the sdk's location into. This is only necessary for cmd --> powershell invocations +# as dot sourcing isn't possible. function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) { if (Test-Path variable:global:_DotNetInstallDir) { return $global:_DotNetInstallDir @@ -146,21 +149,23 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) { } $env:DOTNET_INSTALL_DIR = $dotnetRoot + } - if ($createSdkLocationFile) { - # Create a temporary file under the toolset dir and rename it to sdk.txt to avoid races. - do { - $sdkCacheFileTemp = Join-Path $ToolsetDir $([System.IO.Path]::GetRandomFileName()) - } - until (!(Test-Path $sdkCacheFileTemp)) - Set-Content -Path $sdkCacheFileTemp -Value $dotnetRoot - - try { - Rename-Item -Force -Path $sdkCacheFileTemp 'sdk.txt' - } catch { - # Somebody beat us - Remove-Item -Path $sdkCacheFileTemp - } + # Creates a temporary file under the toolset dir. + # The following code block is protecting against concurrent access so that this function can + # be called in parallel. + if ($createSdkLocationFile) { + do { + $sdkCacheFileTemp = Join-Path $ToolsetDir $([System.IO.Path]::GetRandomFileName()) + } + until (!(Test-Path $sdkCacheFileTemp)) + Set-Content -Path $sdkCacheFileTemp -Value $dotnetRoot + + try { + Rename-Item -Force -Path $sdkCacheFileTemp 'sdk.txt' + } catch { + # Somebody beat us + Remove-Item -Path $sdkCacheFileTemp } } diff --git a/global.json b/global.json index 4f3b15a23..edf37db57 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19615.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19616.4" } } From 3e18c642573ae857c1a12634f5789f69f7d47b16 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2019 18:01:21 +0000 Subject: [PATCH 1182/2259] [master] Update dependencies from dotnet/windowsdesktop (#5905) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191217.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19617.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19617.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19617.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19617.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191217.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19617.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19617.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19617.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19617.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7edd23f85..4be8550fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d73074b97143d0233290526bbe26e529a698e9bb + 08215724da7c29d28e65ad1280a361128b04c4d8 - + https://github.com/dotnet/windowsdesktop - d73074b97143d0233290526bbe26e529a698e9bb + 08215724da7c29d28e65ad1280a361128b04c4d8 - + https://github.com/dotnet/windowsdesktop - d73074b97143d0233290526bbe26e529a698e9bb + 08215724da7c29d28e65ad1280a361128b04c4d8 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 54f8b920d04083735afc7fe6de61aad6fc1b4de3 + b58173e9c1806d96ccf65cf2cd5ce15481f24cc0 - + https://github.com/dotnet/wpf - 782e13752be7209494c8dcc27ea15311730a5780 + a7f7a8ab06c9fc6cba6bf84fe691cda1fc94b580 diff --git a/eng/Versions.props b/eng/Versions.props index 765a0c4a0..61a9ee6f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19616.3 + 5.0.0-alpha1.19617.1 - 5.0.0-alpha.1.19616.4 + 5.0.0-alpha.1.19617.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19616.4 - 5.0.0-alpha.1.19616.4 - 5.0.0-alpha.1.19616.4 + 5.0.0-alpha.1.19617.3 + 5.0.0-alpha.1.19617.3 + 5.0.0-alpha.1.19617.3 From 2eb6d9bd9ef831b380786f3c37e0b70e2ae283c8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 04:16:50 +0000 Subject: [PATCH 1183/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#5907) * Update dependencies from https://github.com/dotnet/toolset build 20191217.10 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19617.10 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.19617.15 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.14 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19617.14 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.19617.15 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19617.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6520d5109..84756beb7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - abae56b103972d0a4b0d9d05e80c980807f247b8 + 233832e0dd8b552e6f25b45509588312dfcbb1b1 - + https://github.com/dotnet/sdk - 27111f9d39aae0d41c0958b5f1445145bb05f994 + 7e7e3eab372d4c76824ba8c31b05f11b94b8a057 - + https://github.com/dotnet/cli - af3dd928e89be55ef417b0b01b3f693767bce131 + 36aeef86e2ce31f3f7a13f6a251abfd0208e0c31 diff --git a/eng/Versions.props b/eng/Versions.props index 0da93903c..25789fe36 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19616.14 + 3.1.200-preview.19617.14 @@ -45,14 +45,14 @@ - 3.1.200-preview.19613.4 + 3.1.200-preview.19617.3 0.2.0 - 3.1.200-preview.19613.18 + 3.1.200-preview.19617.15 $(MicrosoftNETSdkPackageVersion) From d82cde63154c9bae68cb6f5a28319c2744ee493b Mon Sep 17 00:00:00 2001 From: William Li Date: Tue, 17 Dec 2019 21:37:59 -0800 Subject: [PATCH 1184/2259] Fix merge --- NuGet.config | 1 - src/redist/targets/GenerateLayout.targets | 5 ----- 2 files changed, 6 deletions(-) diff --git a/NuGet.config b/NuGet.config index 220fc13ac..56e3557f0 100644 --- a/NuGet.config +++ b/NuGet.config @@ -14,7 +14,6 @@ - diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index e089dbb4b..d0e6b7bcf 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -225,7 +225,6 @@ Condition="'$(InstallerExtension)' == '.msi' And '$(SkipBuildingInstallers)' != 'true' And !$(Architecture.StartsWith('arm'))"> $(WinFormsAndWpfSharedFxRootUrl)$(WindowsDesktopTargetingPackBlobVersion) $(DownloadedWindowsDesktopTargetingPackInstallerFileName) - $(CoreSetupBlobAccessTokenParam) @@ -267,14 +266,12 @@ Condition="'$(SkipBuildingInstallers)' != 'true' And '$(InstallerExtension)' == '.msi' And !$(Architecture.StartsWith('arm'))"> $(AspNetCoreSharedFxRootUrl)$(AspNetCoreBlobVersion) $(DownloadedAspNetCoreSharedFxWixLibFileName) - $(CoreSetupBlobAccessTokenParam) $(AspNetCoreSharedFxRootUrl)$(AspNetCoreBlobVersion) $(DownloadedAspNetCoreV2ModuleInstallerFileName) - $(CoreSetupBlobAccessTokenParam) $(WinFormsAndWpfSharedFxRootUrl)$(WindowsDesktopTargetingPackBlobVersion) $(WinFormsAndWpfSharedFxArchiveFileName) - $(CoreSetupBlobAccessTokenParam) $(WinFormsAndWpfSharedFxRootUrl)$(WindowsDesktopBlobVersion) $(DownloadedWinFormsAndWpfSharedFrameworkInstallerFileName) - $(CoreSetupBlobAccessTokenParam) From 8f74718306c26bb2d4938fb8cd24440fe90ba781 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 05:47:21 +0000 Subject: [PATCH 1185/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191217.4 (#5906) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19617.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19617.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19617.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19617.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4be8550fd..5cb1a3cf4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 08215724da7c29d28e65ad1280a361128b04c4d8 + a590b628c7466461792a942e7a8452ca37a311de - + https://github.com/dotnet/windowsdesktop - 08215724da7c29d28e65ad1280a361128b04c4d8 + a590b628c7466461792a942e7a8452ca37a311de - + https://github.com/dotnet/windowsdesktop - 08215724da7c29d28e65ad1280a361128b04c4d8 + a590b628c7466461792a942e7a8452ca37a311de https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms b58173e9c1806d96ccf65cf2cd5ce15481f24cc0 - + https://github.com/dotnet/wpf a7f7a8ab06c9fc6cba6bf84fe691cda1fc94b580 diff --git a/eng/Versions.props b/eng/Versions.props index 61a9ee6f6..cbc216741 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19617.3 + 5.0.0-alpha.1.19617.4 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19617.3 - 5.0.0-alpha.1.19617.3 - 5.0.0-alpha.1.19617.3 + 5.0.0-alpha.1.19617.4 + 5.0.0-alpha.1.19617.4 + 5.0.0-alpha.1.19617.4 From 6f06a905ec29ecc010b666a74c0e133453be61b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 10:35:33 +0000 Subject: [PATCH 1186/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191218.1 (#5908) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19618.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19618.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19618.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19617.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19617.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5cb1a3cf4..7fee2a81b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a590b628c7466461792a942e7a8452ca37a311de + 38f066dcfc821b9b6f34460f29f07cc8038e7a85 - + https://github.com/dotnet/windowsdesktop - a590b628c7466461792a942e7a8452ca37a311de + 38f066dcfc821b9b6f34460f29f07cc8038e7a85 - + https://github.com/dotnet/windowsdesktop - a590b628c7466461792a942e7a8452ca37a311de + 38f066dcfc821b9b6f34460f29f07cc8038e7a85 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - b58173e9c1806d96ccf65cf2cd5ce15481f24cc0 + 4f73ec385c229e28a645b596b149979a3d8f3938 - + https://github.com/dotnet/wpf - a7f7a8ab06c9fc6cba6bf84fe691cda1fc94b580 + 36111596bc7bd54d578772f4fe0ff7f1e019b1a2 diff --git a/eng/Versions.props b/eng/Versions.props index cbc216741..365404174 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19617.1 + 5.0.0-alpha1.19617.2 - 5.0.0-alpha.1.19617.4 + 5.0.0-alpha.1.19617.5 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19617.4 - 5.0.0-alpha.1.19617.4 - 5.0.0-alpha.1.19617.4 + 5.0.0-alpha.1.19618.1 + 5.0.0-alpha.1.19618.1 + 5.0.0-alpha.1.19618.1 From 56dc9092391361ff7bf233387dcab0644a29bf6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 15:05:31 +0000 Subject: [PATCH 1187/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191218.2 (#5910) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19618.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19618.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19618.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19618.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7fee2a81b..9acff2556 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 38f066dcfc821b9b6f34460f29f07cc8038e7a85 + 519f2f89287086ccb33ddcb07e352da37416f544 - + https://github.com/dotnet/windowsdesktop - 38f066dcfc821b9b6f34460f29f07cc8038e7a85 + 519f2f89287086ccb33ddcb07e352da37416f544 - + https://github.com/dotnet/windowsdesktop - 38f066dcfc821b9b6f34460f29f07cc8038e7a85 + 519f2f89287086ccb33ddcb07e352da37416f544 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 4f73ec385c229e28a645b596b149979a3d8f3938 - + https://github.com/dotnet/wpf 36111596bc7bd54d578772f4fe0ff7f1e019b1a2 diff --git a/eng/Versions.props b/eng/Versions.props index 365404174..0916242ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19617.5 + 5.0.0-alpha.1.19618.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19618.1 - 5.0.0-alpha.1.19618.1 - 5.0.0-alpha.1.19618.1 + 5.0.0-alpha.1.19618.2 + 5.0.0-alpha.1.19618.2 + 5.0.0-alpha.1.19618.2 From b7c5f4da384727a6a75370eba6ae236417c0e683 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 18:05:39 +0000 Subject: [PATCH 1188/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191218.3 (#5911) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19618.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19618.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19618.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19618.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9acff2556..1b39be1d0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 519f2f89287086ccb33ddcb07e352da37416f544 + f643668cca129f5a5bb3c9cc4d9f87901629cd51 - + https://github.com/dotnet/windowsdesktop - 519f2f89287086ccb33ddcb07e352da37416f544 + f643668cca129f5a5bb3c9cc4d9f87901629cd51 - + https://github.com/dotnet/windowsdesktop - 519f2f89287086ccb33ddcb07e352da37416f544 + f643668cca129f5a5bb3c9cc4d9f87901629cd51 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 4f73ec385c229e28a645b596b149979a3d8f3938 - + https://github.com/dotnet/wpf - 36111596bc7bd54d578772f4fe0ff7f1e019b1a2 + a07502d6c6d3bac63b36e7ad3a35b4fdba42a076 diff --git a/eng/Versions.props b/eng/Versions.props index 0916242ff..2a553826a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19618.1 + 5.0.0-alpha.1.19618.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19618.2 - 5.0.0-alpha.1.19618.2 - 5.0.0-alpha.1.19618.2 + 5.0.0-alpha.1.19618.3 + 5.0.0-alpha.1.19618.3 + 5.0.0-alpha.1.19618.3 From 5e7bcc0737d81c42e82efe2c631a64e236feb78f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 19:25:34 +0000 Subject: [PATCH 1189/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191218.4 (#5912) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19618.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19618.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19618.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19618.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bbfbed12d..578af1910 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f643668cca129f5a5bb3c9cc4d9f87901629cd51 + df9f91a23bcad223db7caa1d56f95fd80aad19b9 - + https://github.com/dotnet/windowsdesktop - f643668cca129f5a5bb3c9cc4d9f87901629cd51 + df9f91a23bcad223db7caa1d56f95fd80aad19b9 - + https://github.com/dotnet/windowsdesktop - f643668cca129f5a5bb3c9cc4d9f87901629cd51 + df9f91a23bcad223db7caa1d56f95fd80aad19b9 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 4f73ec385c229e28a645b596b149979a3d8f3938 + fd4fe746a535c379ecd1144c6f8f8325336b0100 - + https://github.com/dotnet/wpf - a07502d6c6d3bac63b36e7ad3a35b4fdba42a076 + ba6d579e3b8e9a4e4f966f1aa3c6f5f3b46abcf8 diff --git a/eng/Versions.props b/eng/Versions.props index 2a553826a..a64ff2962 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19617.2 + 5.0.0-alpha1.19618.1 - 5.0.0-alpha.1.19618.2 + 5.0.0-alpha.1.19618.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19618.3 - 5.0.0-alpha.1.19618.3 - 5.0.0-alpha.1.19618.3 + 5.0.0-alpha.1.19618.4 + 5.0.0-alpha.1.19618.4 + 5.0.0-alpha.1.19618.4 From d0e66f60d8558f53e7a1610b62a1a8ee71ee2d01 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 20:15:51 +0000 Subject: [PATCH 1190/2259] Update dependencies from https://github.com/dotnet/toolset build 20191218.5 (#5914) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19618.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84756beb7..2c8884832 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 233832e0dd8b552e6f25b45509588312dfcbb1b1 + 6c27ccc605339ca13aefc7f05e8fe8030437db6c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 25789fe36..dcc87bc51 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19617.14 + 3.1.200-preview.19618.5 From 74c051ec0af7b6293a87be2d714301d4ef6e8ef1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2019 21:05:37 +0000 Subject: [PATCH 1191/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191218.1 (#5915) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19618.1 - dotnet-user-secrets - 5.0.0-alpha.1.19618.1 - dotnet-watch - 5.0.0-alpha.1.19618.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19618.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19618.1 - dotnet-dev-certs - 5.0.0-alpha.1.19618.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 578af1910..9b72e90ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 + 27314f478aac87f3fd09f94ccd9b83f738da6ab1 - + https://github.com/aspnet/AspNetCore - 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 + 27314f478aac87f3fd09f94ccd9b83f738da6ab1 - + https://github.com/aspnet/AspNetCore - 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 + 27314f478aac87f3fd09f94ccd9b83f738da6ab1 - + https://github.com/aspnet/AspNetCore - 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 + 27314f478aac87f3fd09f94ccd9b83f738da6ab1 - + https://github.com/aspnet/AspNetCore - 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 + 27314f478aac87f3fd09f94ccd9b83f738da6ab1 - + https://github.com/aspnet/AspNetCore - 2bbf66ad44de54898f6cfe210bcbe079e62fbfc9 + 27314f478aac87f3fd09f94ccd9b83f738da6ab1 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a64ff2962..aeb591393 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19616.1 - 5.0.0-alpha.1.19616.1 - 5.0.0-alpha.1.19616.1 - 5.0.0-alpha.1.19616.1 - 5.0.0-alpha.1.19616.1 - 5.0.0-alpha.1.19616.1 + 5.0.0-alpha.1.19618.1 + 5.0.0-alpha.1.19618.1 + 5.0.0-alpha.1.19618.1 + 5.0.0-alpha.1.19618.1 + 5.0.0-alpha.1.19618.1 + 5.0.0-alpha.1.19618.1 From 6a7c264b1db4982c74617a881d936790ae9139c0 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 18 Dec 2019 13:27:41 -0800 Subject: [PATCH 1192/2259] Bump commit height (#5913) From 2bf262f521eff5088785163cfce0d4acaad4b8a7 Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 18 Dec 2019 17:40:40 -0800 Subject: [PATCH 1193/2259] Fix copy to the latest for 3.1.2xx --- .vsts-ci.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 40b3568a5..474c19e43 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -277,8 +277,7 @@ stages: - stage: copy_to_latest displayName: Copy to latest dependsOn: - - NetCore_Release30_Publish - - NetCore_Release31_Publish + - NETCore_SDK_312xx_Publishing jobs: - job: Copy_SDK_To_Latest pool: From 471473353356812173dff38494ad55004c5dfd0d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 02:50:34 +0000 Subject: [PATCH 1194/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191218.5 (#5920) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19618.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19618.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19618.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19618.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9b72e90ef..28e1ed2fc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - df9f91a23bcad223db7caa1d56f95fd80aad19b9 + b512a424d6b51ad5a0b341441c845c1897506a4a - + https://github.com/dotnet/windowsdesktop - df9f91a23bcad223db7caa1d56f95fd80aad19b9 + b512a424d6b51ad5a0b341441c845c1897506a4a - + https://github.com/dotnet/windowsdesktop - df9f91a23bcad223db7caa1d56f95fd80aad19b9 + b512a424d6b51ad5a0b341441c845c1897506a4a https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fd4fe746a535c379ecd1144c6f8f8325336b0100 - + https://github.com/dotnet/wpf ba6d579e3b8e9a4e4f966f1aa3c6f5f3b46abcf8 diff --git a/eng/Versions.props b/eng/Versions.props index aeb591393..34c248de1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19618.3 + 5.0.0-alpha.1.19618.4 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19618.4 - 5.0.0-alpha.1.19618.4 - 5.0.0-alpha.1.19618.4 + 5.0.0-alpha.1.19618.5 + 5.0.0-alpha.1.19618.5 + 5.0.0-alpha.1.19618.5 From 19870de2ff0fd029f714b86a92d26cd787ba9d86 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 03:35:32 +0000 Subject: [PATCH 1195/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191218.6 (#5921) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19618.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19618.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19618.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19618.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19618.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 28e1ed2fc..5afee1cde 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b512a424d6b51ad5a0b341441c845c1897506a4a + 30aa1cc8f5fea20790ed77f416b99ef5e13ff2b4 - + https://github.com/dotnet/windowsdesktop - b512a424d6b51ad5a0b341441c845c1897506a4a + 30aa1cc8f5fea20790ed77f416b99ef5e13ff2b4 - + https://github.com/dotnet/windowsdesktop - b512a424d6b51ad5a0b341441c845c1897506a4a + 30aa1cc8f5fea20790ed77f416b99ef5e13ff2b4 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - fd4fe746a535c379ecd1144c6f8f8325336b0100 + 6b7b8ed9f2c2d7b246bd38c940197c4ef97f1e3f - + https://github.com/dotnet/wpf - ba6d579e3b8e9a4e4f966f1aa3c6f5f3b46abcf8 + eb1ea1e1a610e42e8a13ce1a2df91b645ca59f39 diff --git a/eng/Versions.props b/eng/Versions.props index 34c248de1..2aa1bf493 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19618.1 + 5.0.0-alpha1.19618.2 - 5.0.0-alpha.1.19618.4 + 5.0.0-alpha.1.19618.5 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19618.5 - 5.0.0-alpha.1.19618.5 - 5.0.0-alpha.1.19618.5 + 5.0.0-alpha.1.19618.6 + 5.0.0-alpha.1.19618.6 + 5.0.0-alpha.1.19618.6 From 348fb0a1e396d04e8f9591081c2f27e868b75aab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 05:35:34 +0000 Subject: [PATCH 1196/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191218.8 (#5922) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19618.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19618.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19618.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19618.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19618.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5afee1cde..0709359c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 30aa1cc8f5fea20790ed77f416b99ef5e13ff2b4 + 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/windowsdesktop - 30aa1cc8f5fea20790ed77f416b99ef5e13ff2b4 + 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/windowsdesktop - 30aa1cc8f5fea20790ed77f416b99ef5e13ff2b4 + 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 6b7b8ed9f2c2d7b246bd38c940197c4ef97f1e3f + 1f4dab10474a75c7a5068dd6997caedc27d93092 - + https://github.com/dotnet/wpf - eb1ea1e1a610e42e8a13ce1a2df91b645ca59f39 + 9c1df82fc3619906bb21e89cbc39d0ac9bcd68dc diff --git a/eng/Versions.props b/eng/Versions.props index 2aa1bf493..60ec31d68 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19618.2 + 5.0.0-alpha1.19618.9 - 5.0.0-alpha.1.19618.5 + 5.0.0-alpha.1.19618.7 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19618.6 - 5.0.0-alpha.1.19618.6 - 5.0.0-alpha.1.19618.6 + 5.0.0-alpha.1.19618.8 + 5.0.0-alpha.1.19618.8 + 5.0.0-alpha.1.19618.8 From 54c4da17f72cc4ee0823ef80219b324455433a45 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 19 Dec 2019 13:17:09 +0000 Subject: [PATCH 1197/2259] Update dependencies from https://github.com/dotnet/runtime build 20191218.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19618.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19618.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19618.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19618.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19618.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19618.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 12 ++++++------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0709359c8..427c3b6e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - - https://github.com/dotnet/core-setup - c77948d92a2f950140f09384f057cb893ec3955a + + https://github.com/dotnet/runtime + 639122ab5be891bc6d782641e7c9afc2b5d0297c - - https://github.com/dotnet/core-setup - c77948d92a2f950140f09384f057cb893ec3955a + + https://github.com/dotnet/runtime + 639122ab5be891bc6d782641e7c9afc2b5d0297c - - https://github.com/dotnet/core-setup - c77948d92a2f950140f09384f057cb893ec3955a + + https://github.com/dotnet/runtime + 639122ab5be891bc6d782641e7c9afc2b5d0297c - - https://github.com/dotnet/core-setup - c77948d92a2f950140f09384f057cb893ec3955a + + https://github.com/dotnet/runtime + 639122ab5be891bc6d782641e7c9afc2b5d0297c - - https://github.com/dotnet/core-setup - c77948d92a2f950140f09384f057cb893ec3955a + + https://github.com/dotnet/runtime + 639122ab5be891bc6d782641e7c9afc2b5d0297c @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - - https://github.com/dotnet/corefx - 5cee7c97d602f294e27c582d4dab81ec388f1d7b + + https://github.com/dotnet/runtime + 639122ab5be891bc6d782641e7c9afc2b5d0297c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 60ec31d68..8043eac9f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19563.6 + 5.0.0-alpha.1.19618.3 - 5.0.0-alpha.1.19564.1 - 5.0.0-alpha.1.19564.1 - 5.0.0-alpha.1.19564.1 - 5.0.0-alpha.1.19564.1 - 5.0.0-alpha.1.19564.1 + 5.0.0-alpha.1.19618.3 + 5.0.0-alpha.1.19618.3 + 5.0.0-alpha.1.19618.3 + 5.0.0-alpha.1.19618.3 + 5.0.0-alpha.1.19618.3 2.1.0 From 09f64f2bccb4f6623e4850cb4d1106c3529b8a9e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 14:40:34 +0000 Subject: [PATCH 1198/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191219.1 (#5925) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19619.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19619.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19619.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19619.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0709359c8..7d7732cdb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 + cb895ab7e3658dbe71ba7a90ebd78ac38446da26 - + https://github.com/dotnet/windowsdesktop - 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 + cb895ab7e3658dbe71ba7a90ebd78ac38446da26 - + https://github.com/dotnet/windowsdesktop - 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 + cb895ab7e3658dbe71ba7a90ebd78ac38446da26 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 1f4dab10474a75c7a5068dd6997caedc27d93092 - + https://github.com/dotnet/wpf 9c1df82fc3619906bb21e89cbc39d0ac9bcd68dc diff --git a/eng/Versions.props b/eng/Versions.props index 60ec31d68..8675c8871 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19618.7 + 5.0.0-alpha.1.19619.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19618.8 - 5.0.0-alpha.1.19618.8 - 5.0.0-alpha.1.19618.8 + 5.0.0-alpha.1.19619.1 + 5.0.0-alpha.1.19619.1 + 5.0.0-alpha.1.19619.1 From dd9fec7c184a74e3aec4366ffdab1d0a9a041892 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 15:25:35 +0000 Subject: [PATCH 1199/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191219.2 (#5926) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19619.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19619.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19619.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7d7732cdb..6156a29ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - cb895ab7e3658dbe71ba7a90ebd78ac38446da26 + 660722650cd4c54e304dcdaa782b72bb30ce3dff - + https://github.com/dotnet/windowsdesktop - cb895ab7e3658dbe71ba7a90ebd78ac38446da26 + 660722650cd4c54e304dcdaa782b72bb30ce3dff - + https://github.com/dotnet/windowsdesktop - cb895ab7e3658dbe71ba7a90ebd78ac38446da26 + 660722650cd4c54e304dcdaa782b72bb30ce3dff https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 8675c8871..82ebfcfdd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19619.1 - 5.0.0-alpha.1.19619.1 - 5.0.0-alpha.1.19619.1 + 5.0.0-alpha.1.19619.2 + 5.0.0-alpha.1.19619.2 + 5.0.0-alpha.1.19619.2 From 64f6df63b3136c7ffb31f2827b50447a55455639 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2019 17:35:32 +0000 Subject: [PATCH 1200/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191219.3 (#5927) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19619.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19619.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19619.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19619.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6156a29ad..42b6a01d2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 660722650cd4c54e304dcdaa782b72bb30ce3dff + 24e111bdfd6379b8b187e15c7b99aa5c03acbe8c - + https://github.com/dotnet/windowsdesktop - 660722650cd4c54e304dcdaa782b72bb30ce3dff + 24e111bdfd6379b8b187e15c7b99aa5c03acbe8c - + https://github.com/dotnet/windowsdesktop - 660722650cd4c54e304dcdaa782b72bb30ce3dff + 24e111bdfd6379b8b187e15c7b99aa5c03acbe8c https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 1f4dab10474a75c7a5068dd6997caedc27d93092 - + https://github.com/dotnet/wpf - 9c1df82fc3619906bb21e89cbc39d0ac9bcd68dc + 2a2c6ec1bf5220834490dd61ea3198f44f645ca9 diff --git a/eng/Versions.props b/eng/Versions.props index 82ebfcfdd..d52c3e984 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19619.1 + 5.0.0-alpha.1.19619.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19619.2 - 5.0.0-alpha.1.19619.2 - 5.0.0-alpha.1.19619.2 + 5.0.0-alpha.1.19619.3 + 5.0.0-alpha.1.19619.3 + 5.0.0-alpha.1.19619.3 From 00fbb14f788fb1d105efd54d68864d5f1660f0d3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 00:28:08 +0000 Subject: [PATCH 1201/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#5916) * Update dependencies from https://github.com/dotnet/toolset build 20191218.7 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19618.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191219.3 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19619.3 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.19619.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2c8884832..af2385625 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 6c27ccc605339ca13aefc7f05e8fe8030437db6c + 7063a4771f8b1f2c503af73c3e7e1f6e5bfd129b - + https://github.com/dotnet/sdk - 7e7e3eab372d4c76824ba8c31b05f11b94b8a057 + 43c2cface2fdd4fdff1606919fb295e7166711f9 - + https://github.com/dotnet/cli - 36aeef86e2ce31f3f7a13f6a251abfd0208e0c31 + e709f22343618ae5c98f6dfa49099833c0bc624e diff --git a/eng/Versions.props b/eng/Versions.props index dcc87bc51..ab02dcd0b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19618.5 + 3.1.200-preview.19619.3 @@ -45,14 +45,14 @@ - 3.1.200-preview.19617.3 + 3.1.200-preview.19618.1 0.2.0 - 3.1.200-preview.19617.15 + 3.1.200-preview.19619.2 $(MicrosoftNETSdkPackageVersion) From 55b4400d4e72a5a85feb5ff4481c663df4f7061d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 01:22:00 +0000 Subject: [PATCH 1202/2259] [master] Update dependencies from aspnet/AspNetCore (#5918) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191218.3 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19618.3 - dotnet-user-secrets - 5.0.0-alpha.1.19618.3 - dotnet-watch - 5.0.0-alpha.1.19618.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19618.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19618.3 - dotnet-dev-certs - 5.0.0-alpha.1.19618.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191219.2 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19619.2 - dotnet-user-secrets - 5.0.0-alpha.1.19619.2 - dotnet-watch - 5.0.0-alpha.1.19619.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19619.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19619.2 - dotnet-dev-certs - 5.0.0-alpha.1.19619.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 42b6a01d2..2bcfbf790 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 27314f478aac87f3fd09f94ccd9b83f738da6ab1 + b3a7e54c8922602b574d668389346e83815d97ad - + https://github.com/aspnet/AspNetCore - 27314f478aac87f3fd09f94ccd9b83f738da6ab1 + b3a7e54c8922602b574d668389346e83815d97ad - + https://github.com/aspnet/AspNetCore - 27314f478aac87f3fd09f94ccd9b83f738da6ab1 + b3a7e54c8922602b574d668389346e83815d97ad - + https://github.com/aspnet/AspNetCore - 27314f478aac87f3fd09f94ccd9b83f738da6ab1 + b3a7e54c8922602b574d668389346e83815d97ad - + https://github.com/aspnet/AspNetCore - 27314f478aac87f3fd09f94ccd9b83f738da6ab1 + b3a7e54c8922602b574d668389346e83815d97ad - + https://github.com/aspnet/AspNetCore - 27314f478aac87f3fd09f94ccd9b83f738da6ab1 + b3a7e54c8922602b574d668389346e83815d97ad https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index d52c3e984..005b291bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19618.1 - 5.0.0-alpha.1.19618.1 - 5.0.0-alpha.1.19618.1 - 5.0.0-alpha.1.19618.1 - 5.0.0-alpha.1.19618.1 - 5.0.0-alpha.1.19618.1 + 5.0.0-alpha.1.19619.2 + 5.0.0-alpha.1.19619.2 + 5.0.0-alpha.1.19619.2 + 5.0.0-alpha.1.19619.2 + 5.0.0-alpha.1.19619.2 + 5.0.0-alpha.1.19619.2 From 481a850e6c52778e01b444a2734285f3a5dc90d6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 02:05:35 +0000 Subject: [PATCH 1203/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191219.4 (#5932) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19619.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19619.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19619.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19619.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2bcfbf790..89e64add0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 24e111bdfd6379b8b187e15c7b99aa5c03acbe8c + d559852c682517d9b99927074995d952242d2213 - + https://github.com/dotnet/windowsdesktop - 24e111bdfd6379b8b187e15c7b99aa5c03acbe8c + d559852c682517d9b99927074995d952242d2213 - + https://github.com/dotnet/windowsdesktop - 24e111bdfd6379b8b187e15c7b99aa5c03acbe8c + d559852c682517d9b99927074995d952242d2213 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 1f4dab10474a75c7a5068dd6997caedc27d93092 - + https://github.com/dotnet/wpf 2a2c6ec1bf5220834490dd61ea3198f44f645ca9 diff --git a/eng/Versions.props b/eng/Versions.props index 005b291bd..5ef357ada 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19619.2 + 5.0.0-alpha.1.19619.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19619.3 - 5.0.0-alpha.1.19619.3 - 5.0.0-alpha.1.19619.3 + 5.0.0-alpha.1.19619.4 + 5.0.0-alpha.1.19619.4 + 5.0.0-alpha.1.19619.4 From 476615a9825a074f6d728260b93a2056bcd3fd86 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 08:40:34 +0000 Subject: [PATCH 1204/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191219.5 (#5933) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19619.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19619.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19619.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19619.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19619.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 89e64add0..d1ca08c2f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d559852c682517d9b99927074995d952242d2213 + d6519f064bc95907163bff50d54539ae45a131a9 - + https://github.com/dotnet/windowsdesktop - d559852c682517d9b99927074995d952242d2213 + d6519f064bc95907163bff50d54539ae45a131a9 - + https://github.com/dotnet/windowsdesktop - d559852c682517d9b99927074995d952242d2213 + d6519f064bc95907163bff50d54539ae45a131a9 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 1f4dab10474a75c7a5068dd6997caedc27d93092 + 41c1e408a874cedd9038da52deb5fd368f0a4669 - + https://github.com/dotnet/wpf - 2a2c6ec1bf5220834490dd61ea3198f44f645ca9 + c9e426a7d30ca6d15899c831c08821a90d0e32b8 diff --git a/eng/Versions.props b/eng/Versions.props index 5ef357ada..efd05717c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19618.9 + 5.0.0-alpha1.19619.2 - 5.0.0-alpha.1.19619.3 + 5.0.0-alpha.1.19619.4 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19619.4 - 5.0.0-alpha.1.19619.4 - 5.0.0-alpha.1.19619.4 + 5.0.0-alpha.1.19619.5 + 5.0.0-alpha.1.19619.5 + 5.0.0-alpha.1.19619.5 From 49c9414a2fa2881eebc58e06c805198adb2452d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 09:20:31 +0000 Subject: [PATCH 1205/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191219.6 (#5935) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19619.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19619.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19619.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19619.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19619.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d1ca08c2f..cf30d475d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d6519f064bc95907163bff50d54539ae45a131a9 + dd7419a4195ec6a6a97ddb25539b49ffd959139f - + https://github.com/dotnet/windowsdesktop - d6519f064bc95907163bff50d54539ae45a131a9 + dd7419a4195ec6a6a97ddb25539b49ffd959139f - + https://github.com/dotnet/windowsdesktop - d6519f064bc95907163bff50d54539ae45a131a9 + dd7419a4195ec6a6a97ddb25539b49ffd959139f https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 41c1e408a874cedd9038da52deb5fd368f0a4669 + ae87104875885cc735571ca4d13a0df99f143800 - + https://github.com/dotnet/wpf - c9e426a7d30ca6d15899c831c08821a90d0e32b8 + 3d929528e4b07ec74e938f779d0d7edad4232f87 diff --git a/eng/Versions.props b/eng/Versions.props index efd05717c..d4a78a94a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19619.2 + 5.0.0-alpha1.19619.3 - 5.0.0-alpha.1.19619.4 + 5.0.0-alpha.1.19619.5 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19619.5 - 5.0.0-alpha.1.19619.5 - 5.0.0-alpha.1.19619.5 + 5.0.0-alpha.1.19619.6 + 5.0.0-alpha.1.19619.6 + 5.0.0-alpha.1.19619.6 From d7cda149e2848d55b3290e76b625fb4d8ca33e30 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 10:36:46 +0000 Subject: [PATCH 1206/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#5934) * Update dependencies from https://github.com/dotnet/toolset build 20191220.1 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19620.1 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.19619.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191220.3 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19620.3 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.19619.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index af2385625..bb0dec8d7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 7063a4771f8b1f2c503af73c3e7e1f6e5bfd129b + efd4239aad65650c5ea060157bfba6a340a46c29 - + https://github.com/dotnet/sdk - 43c2cface2fdd4fdff1606919fb295e7166711f9 + 36cf3588bae9485ab2ac20104ee69de8270ad412 - + https://github.com/dotnet/cli - e709f22343618ae5c98f6dfa49099833c0bc624e + 5b54b31ddeacc0dc73cdfc5922f30670026018e9 diff --git a/eng/Versions.props b/eng/Versions.props index ab02dcd0b..2bdc0b793 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19619.3 + 3.1.200-preview.19620.3 @@ -45,14 +45,14 @@ - 3.1.200-preview.19618.1 + 3.1.200-preview.19620.1 0.2.0 - 3.1.200-preview.19619.2 + 3.1.200-preview.19619.4 $(MicrosoftNETSdkPackageVersion) From 9042ef5c4b2d8b873a519ce1cbcb9e12774a4e7e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 11:00:37 +0000 Subject: [PATCH 1207/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191220.1 (#5936) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19620.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19620.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19620.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19619.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19619.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cf30d475d..d892600a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - dd7419a4195ec6a6a97ddb25539b49ffd959139f + bc05f7d80b497984f54bc97a2f74234e4a755aab - + https://github.com/dotnet/windowsdesktop - dd7419a4195ec6a6a97ddb25539b49ffd959139f + bc05f7d80b497984f54bc97a2f74234e4a755aab - + https://github.com/dotnet/windowsdesktop - dd7419a4195ec6a6a97ddb25539b49ffd959139f + bc05f7d80b497984f54bc97a2f74234e4a755aab https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - ae87104875885cc735571ca4d13a0df99f143800 + 7368fbf8727fdfaa40be633582fd109cafbf6fed - + https://github.com/dotnet/wpf - 3d929528e4b07ec74e938f779d0d7edad4232f87 + dac7d594b7d1aa894e0dfa33406df505ff696622 diff --git a/eng/Versions.props b/eng/Versions.props index d4a78a94a..24debbe1c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19619.3 + 5.0.0-alpha1.19619.4 - 5.0.0-alpha.1.19619.5 + 5.0.0-alpha.1.19619.6 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19619.6 - 5.0.0-alpha.1.19619.6 - 5.0.0-alpha.1.19619.6 + 5.0.0-alpha.1.19620.1 + 5.0.0-alpha.1.19620.1 + 5.0.0-alpha.1.19620.1 From 416a2d229a5f69f592d99cd9b9afc32c385ca679 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 12:05:30 +0000 Subject: [PATCH 1208/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191220.2 (#5937) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19620.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19620.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19620.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19619.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19620.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d892600a6..f979916a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - bc05f7d80b497984f54bc97a2f74234e4a755aab + 38ad2ebdd69479ce23187ee43abb3658590b0000 - + https://github.com/dotnet/windowsdesktop - bc05f7d80b497984f54bc97a2f74234e4a755aab + 38ad2ebdd69479ce23187ee43abb3658590b0000 - + https://github.com/dotnet/windowsdesktop - bc05f7d80b497984f54bc97a2f74234e4a755aab + 38ad2ebdd69479ce23187ee43abb3658590b0000 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 7368fbf8727fdfaa40be633582fd109cafbf6fed + 46d6088ed7e43ec18e4a1f838a921b5beb0e4118 - + https://github.com/dotnet/wpf - dac7d594b7d1aa894e0dfa33406df505ff696622 + 6da8fb020da318846a3c4c36c0b9e00727c99696 diff --git a/eng/Versions.props b/eng/Versions.props index 24debbe1c..94f8a0bbe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19619.4 + 5.0.0-alpha1.19619.7 - 5.0.0-alpha.1.19619.6 + 5.0.0-alpha.1.19620.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19620.1 - 5.0.0-alpha.1.19620.1 - 5.0.0-alpha.1.19620.1 + 5.0.0-alpha.1.19620.2 + 5.0.0-alpha.1.19620.2 + 5.0.0-alpha.1.19620.2 From 08942cc0ea9a1f5c7c2e2c177709e78f36f59875 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 20 Dec 2019 13:25:51 +0000 Subject: [PATCH 1209/2259] Update dependencies from https://github.com/dotnet/runtime build 20191219.11 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19619.11 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19619.11 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19619.11 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19619.11 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19619.11 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19619.11 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 427c3b6e9..09a5b5e11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - 639122ab5be891bc6d782641e7c9afc2b5d0297c + 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 - + https://github.com/dotnet/runtime - 639122ab5be891bc6d782641e7c9afc2b5d0297c + 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 - + https://github.com/dotnet/runtime - 639122ab5be891bc6d782641e7c9afc2b5d0297c + 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 - + https://github.com/dotnet/runtime - 639122ab5be891bc6d782641e7c9afc2b5d0297c + 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 - + https://github.com/dotnet/runtime - 639122ab5be891bc6d782641e7c9afc2b5d0297c + 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 639122ab5be891bc6d782641e7c9afc2b5d0297c + 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8043eac9f..04cc6aaa1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19618.3 + 5.0.0-alpha.1.19619.11 - 5.0.0-alpha.1.19618.3 - 5.0.0-alpha.1.19618.3 - 5.0.0-alpha.1.19618.3 - 5.0.0-alpha.1.19618.3 - 5.0.0-alpha.1.19618.3 + 5.0.0-alpha.1.19619.11 + 5.0.0-alpha.1.19619.11 + 5.0.0-alpha.1.19619.11 + 5.0.0-alpha.1.19619.11 + 5.0.0-alpha.1.19619.11 2.1.0 From 972cbc8439b47f53fdd8c1b912ac9a7b03467a80 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 13:35:50 +0000 Subject: [PATCH 1210/2259] [master] Update dependencies from dotnet/arcade (#5909) * Update dependencies from https://github.com/dotnet/arcade build 20191217.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19617.1 * Update dependencies from https://github.com/dotnet/arcade build 20191219.10 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19619.10 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f979916a8..2d018a7eb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 4736ddca60a4040447b450437cf3767c9045edc0 + 154d5981c6d2fe19f80e71a654ceddeba76ba7b5 diff --git a/global.json b/global.json index edf37db57..eecb830a6 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19616.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19619.10" } } From 1ec214550c191c67329d25539d0e61178dcf3896 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 14:25:35 +0000 Subject: [PATCH 1211/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191220.3 (#5938) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19620.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19620.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19620.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19620.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d018a7eb..c43ecee37 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 38ad2ebdd69479ce23187ee43abb3658590b0000 + 5ca3f4c6bc155d5b5c6911948aa12f4a2d57f363 - + https://github.com/dotnet/windowsdesktop - 38ad2ebdd69479ce23187ee43abb3658590b0000 + 5ca3f4c6bc155d5b5c6911948aa12f4a2d57f363 - + https://github.com/dotnet/windowsdesktop - 38ad2ebdd69479ce23187ee43abb3658590b0000 + 5ca3f4c6bc155d5b5c6911948aa12f4a2d57f363 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 46d6088ed7e43ec18e4a1f838a921b5beb0e4118 - + https://github.com/dotnet/wpf 6da8fb020da318846a3c4c36c0b9e00727c99696 diff --git a/eng/Versions.props b/eng/Versions.props index 94f8a0bbe..7559f7879 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19620.1 + 5.0.0-alpha.1.19620.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19620.2 - 5.0.0-alpha.1.19620.2 - 5.0.0-alpha.1.19620.2 + 5.0.0-alpha.1.19620.3 + 5.0.0-alpha.1.19620.3 + 5.0.0-alpha.1.19620.3 From 86f51b8aff48b14c837647d51f85ca7d35829e4b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 15:35:34 +0000 Subject: [PATCH 1212/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191220.4 (#5939) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19620.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19620.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19620.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c43ecee37..146224d31 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5ca3f4c6bc155d5b5c6911948aa12f4a2d57f363 + 9e9abd8e81507ee40574f6f32b2689e4ce8f8be5 - + https://github.com/dotnet/windowsdesktop - 5ca3f4c6bc155d5b5c6911948aa12f4a2d57f363 + 9e9abd8e81507ee40574f6f32b2689e4ce8f8be5 - + https://github.com/dotnet/windowsdesktop - 5ca3f4c6bc155d5b5c6911948aa12f4a2d57f363 + 9e9abd8e81507ee40574f6f32b2689e4ce8f8be5 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 7559f7879..135d64afc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19620.3 - 5.0.0-alpha.1.19620.3 - 5.0.0-alpha.1.19620.3 + 5.0.0-alpha.1.19620.4 + 5.0.0-alpha.1.19620.4 + 5.0.0-alpha.1.19620.4 From 593590d964476de44819d6b49499796f8ed92b72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2019 17:50:33 +0000 Subject: [PATCH 1213/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191220.5 (#5941) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19620.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19620.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19620.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19620.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 146224d31..d5991c8f9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9e9abd8e81507ee40574f6f32b2689e4ce8f8be5 + 3d6eabc109b2a3aece3bc869f30d56805a445a91 - + https://github.com/dotnet/windowsdesktop - 9e9abd8e81507ee40574f6f32b2689e4ce8f8be5 + 3d6eabc109b2a3aece3bc869f30d56805a445a91 - + https://github.com/dotnet/windowsdesktop - 9e9abd8e81507ee40574f6f32b2689e4ce8f8be5 + 3d6eabc109b2a3aece3bc869f30d56805a445a91 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 46d6088ed7e43ec18e4a1f838a921b5beb0e4118 - + https://github.com/dotnet/wpf - 6da8fb020da318846a3c4c36c0b9e00727c99696 + 2bd9dab1f22c754ec01b8854f237c22fd679fd64 diff --git a/eng/Versions.props b/eng/Versions.props index 135d64afc..ec68222bb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19620.2 + 5.0.0-alpha.1.19620.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19620.4 - 5.0.0-alpha.1.19620.4 - 5.0.0-alpha.1.19620.4 + 5.0.0-alpha.1.19620.5 + 5.0.0-alpha.1.19620.5 + 5.0.0-alpha.1.19620.5 From 72f288ab588f66719d7988b5b93caf6d9d900a22 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Fri, 20 Dec 2019 13:13:26 -0800 Subject: [PATCH 1214/2259] Switching from using commit height for versioning to using Arcade's scheme. --- .vsts-ci.yml | 41 -------------- eng/Publishing.props | 16 ++---- eng/Versions.props | 19 +++++-- eng/build.yml | 2 - src/CopyToLatest/CopyToLatest.csproj | 1 - src/CopyToLatest/targets/FinishBuild.targets | 1 - src/redist/redist.csproj | 1 - src/redist/targets/Badge.targets | 2 +- src/redist/targets/Branding.targets | 14 ++--- src/redist/targets/BundledTemplates.targets | 3 +- src/redist/targets/Crossgen.targets | 2 +- .../targets/GenerateBundledVersions.targets | 6 +- src/redist/targets/GenerateDebs.targets | 9 ++- src/redist/targets/GenerateLayout.targets | 22 +++++--- src/redist/targets/GenerateMSIs.targets | 8 +-- src/redist/targets/GeneratePKG.targets | 18 +++--- src/redist/targets/GenerateRPMs.targets | 8 +-- .../targets/GetRuntimeInformation.targets | 10 ++-- src/redist/targets/Versions.targets | 55 ------------------- 19 files changed, 73 insertions(+), 165 deletions(-) delete mode 100644 src/redist/targets/Versions.targets diff --git a/.vsts-ci.yml b/.vsts-ci.yml index a0eeef007..77d70a532 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -46,30 +46,21 @@ stages: _BuildConfig: Debug _BuildArchitecture: x86 _DOTNET_CLI_UI_LANGUAGE: '' - _DropSuffix: '' Build_ES_Debug_x64: _BuildConfig: Debug _BuildArchitecture: x64 _DOTNET_CLI_UI_LANGUAGE: es - _DropSuffix: '' - Build_DropSuffix_Release_x64: - _BuildConfig: Release - _BuildArchitecture: x64 - _DOTNET_CLI_UI_LANGUAGE: '' - _DropSuffix: true # Internal-only builds ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: Build_Release_x86: _BuildConfig: Release _BuildArchitecture: x86 _DOTNET_CLI_UI_LANGUAGE: '' - _DropSuffix: '' # Always run builds Build_Release_x64: _BuildConfig: Release _BuildArchitecture: x64 _DOTNET_CLI_UI_LANGUAGE: '' - _DropSuffix: '' _AdditionalBuildParameters: '/p:PublishInternalAsset=true /p:DotNetPublishBlobFeedKey=$(dotnetfeed-storage-access-key-1) /p:DotNetPublishBlobFeedUrl=$(_ArcadePublishBlobFeedUrl)' @@ -77,7 +68,6 @@ stages: _BuildConfig: Release _BuildArchitecture: arm _DOTNET_CLI_UI_LANGUAGE: '' - _DropSuffix: '' - template: /eng/build.yml parameters: @@ -94,84 +84,60 @@ stages: _LinuxPortable: '' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' - _DropSuffix: '' Build_Ubuntu_18_04_Debug_x64: _BuildConfig: Debug _DockerParameter: '--docker ubuntu.18.04' _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' - _DropSuffix: '' Build_Fedora_29_Debug_x64: _BuildConfig: Debug _DockerParameter: '--docker fedora.29' _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' - _DropSuffix: '' Build_CentOS_7_1_Debug_x64: _BuildConfig: Debug _DockerParameter: '--docker centos' _LinuxPortable: '' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' - _DropSuffix: '' Build_Debian_Stretch_Debug_x64: _BuildConfig: Debug _DockerParameter: '--docker debian' _LinuxPortable: '' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' - _DropSuffix: '' Build_Rhel_7_2_Release_x64: _BuildConfig: Release _DockerParameter: '--docker rhel' _LinuxPortable: '' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' - _DropSuffix: '' Build_Rhel_6_Debug_x64: _BuildConfig: Debug _DockerParameter: '--docker rhel.6' _LinuxPortable: '' _RuntimeIdentifier: '--runtime-id rhel.6-x64' _BuildArchitecture: 'x64' - _DropSuffix: '' Build_Arm_Debug: _BuildConfig: Debug _DockerParameter: '' _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '--runtime-id linux-arm' _BuildArchitecture: 'arm' - _DropSuffix: '' Build_Arm64_Debug: _BuildConfig: Debug _DockerParameter: '' _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '--runtime-id linux-arm64' _BuildArchitecture: 'arm64' - _DropSuffix: '' Build_Linux_musl_Debug_x64: _BuildConfig: Debug _DockerParameter: '--docker alpine.3.6' _LinuxPortable: '' _RuntimeIdentifier: '--runtime-id linux-musl-x64' _BuildArchitecture: 'x64' - _DropSuffix: '' - Build_LinuxPortable_NoSuffix_Release_x64: - _BuildConfig: Release - _DockerParameter: '' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' - _DropSuffix: true - Build_Arm_NoSuffix_Release: - _BuildConfig: Release - _DockerParameter: '' - _LinuxPortable: '--linux-portable' - _RuntimeIdentifier: '--runtime-id linux-arm' - _BuildArchitecture: 'arm' - _DropSuffix: true ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: Build_Arm_Release: _BuildConfig: Release @@ -179,35 +145,30 @@ stages: _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '--runtime-id linux-arm' _BuildArchitecture: 'arm' - _DropSuffix: '' Build_Arm64_Release: _BuildConfig: Release _DockerParameter: '' _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '--runtime-id linux-arm64' _BuildArchitecture: 'arm64' - _DropSuffix: '' Build_Rhel_6_Release_x64: _BuildConfig: Release _DockerParameter: '--docker rhel.6' _LinuxPortable: '' _RuntimeIdentifier: '--runtime-id rhel.6-x64' _BuildArchitecture: 'x64' - _DropSuffix: '' Build_Linux_musl_Release_x64: _BuildConfig: Release _DockerParameter: '--docker alpine.3.6' _LinuxPortable: '' _RuntimeIdentifier: '--runtime-id linux-musl-x64' _BuildArchitecture: 'x64' - _DropSuffix: '' Build_Linux_Portable_Deb_Release_x64: _BuildConfig: Release _DockerParameter: '--docker ubuntu.16.04' _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' - _DropSuffix: '' # Do not publish zips and tarballs. The linux-x64 binaries are # already published by Build_LinuxPortable_Release_x64 _AdditionalBuildParameters: '/p:PublishBinariesAndBadge=false' @@ -217,7 +178,6 @@ stages: _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' - _DropSuffix: '' # Do not publish zips and tarballs. The linux-x64 binaries are # already published by Build_LinuxPortable_Release_x64 _AdditionalBuildParameters: '/p:PublishBinariesAndBadge=false' @@ -227,7 +187,6 @@ stages: _LinuxPortable: '--linux-portable' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' - _DropSuffix: '' - template: /eng/build.yml parameters: diff --git a/eng/Publishing.props b/eng/Publishing.props index 6626f263b..deb6ab38d 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -1,9 +1,6 @@ - - - Sdk $(Product) @@ -56,19 +53,18 @@ - - - $(ArtifactsShippingPackagesDir)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('$(SdkVersion)' ,'$(FullNuGetVersion)')) + + + $(ArtifactsShippingPackagesDir)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('$(Version)' ,'$(FullNuGetVersion)')) - - $(ArtifactsShippingPackagesDir)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('$(SdkVersion)' ,'$(FullNuGetVersion)')) + + $(ArtifactsShippingPackagesDir)/$([System.String]::Copy('%(Filename)%(Extension)').Replace('$(Version)' ,'$(FullNuGetVersion)')) @@ -103,7 +99,7 @@ NonShipping=true - + $(BlobStoragePartialRelativePath)/$(FullNugetVersion)/$([System.String]::Copy('%(Filename)%(Extension)')) NonShipping=true diff --git a/eng/Versions.props b/eng/Versions.props index ec68222bb..afd301504 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -4,12 +4,21 @@ true - - 1.0.0 - preview + 5 + 0 + 1 + 00 + + $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionPatch) + alpha + 1 + + $(VersionMajor).$(VersionMinor) + $(MajorMinorVersion).$(VersionSDKMinor) + $(VersionPrefix).$(_BuildNumberLabels) + + $(VersionPrefix)-$(PreReleaseVersionLabel)$(PreReleaseVersionIteration)-$(_BuildNumberLabels) diff --git a/eng/build.yml b/eng/build.yml index 750111576..1395a9d04 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -84,7 +84,6 @@ phases: displayName: Build env: DOTNET_CLI_UI_LANGUAGE: $(_DOTNET_CLI_UI_LANGUAGE) - DropSuffix: $(_DropSuffix) DOTNETCLIMSRC_READ_SAS_TOKEN: $(_DOTNETCLIMSRC_READ_SAS_TOKEN) - ${{ if ne(parameters.agentOs, 'Windows_NT') }}: @@ -104,7 +103,6 @@ phases: $(_AdditionalBuildParameters) displayName: Build env: - DropSuffix: $(_DropSuffix) DOTNETCLIMSRC_READ_SAS_TOKEN: $(_DOTNETCLIMSRC_READ_SAS_TOKEN) - ${{ if or(eq(parameters.agentOs, 'Darwin'), eq(parameters.agentOs, 'FreeBSD')) }}: diff --git a/src/CopyToLatest/CopyToLatest.csproj b/src/CopyToLatest/CopyToLatest.csproj index 9e7c7d5af..84dad6aaf 100644 --- a/src/CopyToLatest/CopyToLatest.csproj +++ b/src/CopyToLatest/CopyToLatest.csproj @@ -8,7 +8,6 @@ - diff --git a/src/CopyToLatest/targets/FinishBuild.targets b/src/CopyToLatest/targets/FinishBuild.targets index 2fb9a3d5a..523b80870 100644 --- a/src/CopyToLatest/targets/FinishBuild.targets +++ b/src/CopyToLatest/targets/FinishBuild.targets @@ -1,7 +1,6 @@ - diff --git a/src/redist/targets/Badge.targets b/src/redist/targets/Badge.targets index 8e9ccc4ac..e6491fe53 100644 --- a/src/redist/targets/Badge.targets +++ b/src/redist/targets/Badge.targets @@ -13,7 +13,7 @@ InputFiles="$(VersionSvgTemplate)" DestinationFiles="$(VersionBadge)" ReplacementPatterns="ver_number" - ReplacementStrings="$(SdkVersion)" /> + ReplacementStrings="$(Version)" /> diff --git a/src/redist/targets/Branding.targets b/src/redist/targets/Branding.targets index 44174a784..d7fbc6051 100644 --- a/src/redist/targets/Branding.targets +++ b/src/redist/targets/Branding.targets @@ -1,9 +1,9 @@ - + cli - Microsoft .NET Core SDK $(CliBrandingVersion) - Microsoft .NET Core Toolset $(CliBrandingVersion) + Microsoft .NET Core SDK $(Version) + Microsoft .NET Core Toolset $(Version) .NET Standard Support for Visual Studio 2015 Microsoft .NET Core Runtime $(MicrosoftNETCoreAppRuntimePackageVersion) Microsoft .NET Core Targeting Pack $(MicrosoftNETCoreAppRefPackageVersion) @@ -13,10 +13,10 @@ Microsoft .NET Core Host FX Resolver $(HostFxrVersion) Microsoft.NETCore.App $(SharedFrameworkName) - Microsoft .NET Core 3.1 Templates $(CliBrandingVersion) - Microsoft .NET Core 3.0 Templates $(CliBrandingVersion) - Microsoft .NET Core 2.2 Templates $(CliBrandingVersion) - Microsoft .NET Core 2.1 Templates $(CliBrandingVersion) + Microsoft .NET Core 3.1 Templates $(Version) + Microsoft .NET Core 3.0 Templates $(Version) + Microsoft .NET Core 2.2 Templates $(Version) + Microsoft .NET Core 2.1 Templates $(Version) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 3f1965390..6c8edf449 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -1,6 +1,5 @@ - + $(AspNetCorePackageVersionFor31Templates.IndexOf('-')) $(AspNetCorePackageVersionFor31Templates) diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index 3fccba0e6..b0aa36fea 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -134,7 +134,7 @@ + DestinationFiles="@(PdbsToMove->'$(ArtifactsSymStoreDirectory)/sdk/$(Version)/%(RecursiveDir)%(Filename)%(Extension)')" /> $(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1]) <_NETStandardTargetFrameworkVersion>$(_NETStandardLibraryPackageVersion.Split('.')[0]).$(_NETStandardLibraryPackageVersion.Split('.')[1]) - <_NETCoreSdkBeingBuiltIsPreview Condition=" '$(DropSuffix)' != 'true' ">true - <_NETCoreSdkBeingBuiltIsPreview Condition=" '$(DropSuffix)' == 'true' ">false + <_NETCoreSdkBeingBuiltIsPreview Condition=" '$(DotNetFinalVersionKind)' != 'release' ">true + <_NETCoreSdkBeingBuiltIsPreview Condition=" '$(DotNetFinalVersionKind)' == 'release' ">false @@ -157,7 +157,7 @@ Copyright (c) .NET Foundation. All rights reserved. $(_NETStandardLibraryPackageVersion) $(_NETCorePlatformsPackageVersion) %24(MSBuildThisFileDirectory)RuntimeIdentifierGraph.json - $(SdkVersion) + $(Version) $(ProductMonikerRid) <_NETCoreSdkIsPreview>$(_NETCoreSdkBeingBuiltIsPreview) diff --git a/src/redist/targets/GenerateDebs.targets b/src/redist/targets/GenerateDebs.targets index 2dc31606b..3a9cd6452 100644 --- a/src/redist/targets/GenerateDebs.targets +++ b/src/redist/targets/GenerateDebs.targets @@ -7,8 +7,7 @@ @@ -172,7 +171,7 @@ $(AspNetCoreRefVersionWithTilde) - $(SdkVersion) + $(Version) @@ -264,7 +263,7 @@ diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index d0e6b7bcf..bf6fd0c5b 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -22,9 +22,9 @@ 3.0.0 - + - $(RedistLayoutPath)sdk\$(SdkVersion)\ + $(RedistLayoutPath)sdk\$(Version)\ true https://dotnetclimsrc.blob.core.windows.net/dotnet/ @@ -230,7 +230,7 @@ $(DotnetToolsetBlobRootUrl)Toolset/$(MicrosoftDotnetToolsetInternalPackageVersion) dotnet-toolset-internal-$(MicrosoftDotnetToolsetInternalPackageVersion).zip - sdk/$(SdkVersion) + sdk/$(Version) @@ -405,7 +405,7 @@ "version": "$(MicrosoftNETCoreAppRuntimePackageVersion)" - + - + + + + + @@ -497,11 +503,11 @@ - + + DestinationFiles="@(SdkInternalFiles -> '$(SdkInternalLayoutPath)sdk\$(Version)\%(RecursiveDir)%(Filename)%(Extension)')"/> diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index c73470943..4db3c8de6 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -57,7 +57,7 @@ + DependsOnTargets="GenerateLayout;SetupWixProperties"> @@ -144,7 +144,7 @@ '$(ToolsetBrandName)' ^ '$(MsiVersion)' ^ '$(SDKBundleVersion)' ^ - '$(NugetVersion)' ^ + '$(Version)' ^ '$(SdkInstallerUpgradeCode)' ^ '$(SdkDependencyKeyName)' ^ '$(Architecture)' ^ @@ -164,7 +164,7 @@ '$(SdkBrandName)' ^ '$(MsiVersion)' ^ '$(SDKBundleVersion)' ^ - '$(NugetVersion)' ^ + '$(Version)' ^ '$(SdkPlaceholderInstallerUpgradeCode)' ^ '$(SdkPlaceholderDependencyKeyName)' ^ '$(Architecture)' ^ @@ -264,7 +264,7 @@ '$(SdkBrandName)' ^ '$(MsiVersion)' ^ '$(SDKBundleVersion)' ^ - '$(NugetVersion)' ^ + '$(Version)' ^ '$(MicrosoftWindowsDesktopAppRuntimePackageVersion)' ^ '$(CombinedFrameworkSDKHostInstallerUpgradeCode)' ^ '$(SdkDependencyKeyName)' ^ diff --git a/src/redist/targets/GeneratePKG.targets b/src/redist/targets/GeneratePKG.targets index 1234883a7..d5b8af944 100644 --- a/src/redist/targets/GeneratePKG.targets +++ b/src/redist/targets/GeneratePKG.targets @@ -1,7 +1,7 @@ - + - $(IntermediateOutputPath)pkgs/$(SdkVersion) + $(IntermediateOutputPath)pkgs/$(Version) com.microsoft.dotnet.sharedhost.$(SharedHostVersion).component.osx.x64 @@ -10,8 +10,8 @@ com.microsoft.dotnet.pack.targeting.$(MicrosoftNETCoreAppRefPackageVersion).component.osx.x64 com.microsoft.dotnet.pack.apphost.$(MicrosoftNETCoreAppHostPackageVersion).component.osx.x64 com.microsoft.standard.pack.targeting.$(NETStandardLibraryRefPackageVersion).component.osx.x64 - com.microsoft.dotnet.dev.$(SdkVersion).component.osx.x64 - com.microsoft.dotnet.dev.$(SdkVersion).osx.x64 + com.microsoft.dotnet.dev.$(Version).component.osx.x64 + com.microsoft.dotnet.dev.$(Version).osx.x64 /usr/local/share/dotnet @@ -62,7 +62,7 @@ $(SdkComponentId) - $(SdkVersion) + $(Version) $(SdkBrandName) @@ -87,11 +87,11 @@ - $(SdkVersion) + $(Version) - $(SdkVersion) + $(Version) $(MicrosoftNETCoreAppRuntimePackageVersion) @@ -162,7 +162,7 @@ @@ -201,7 +201,7 @@ ReplacementStrings="@(DistributionTemplateReplacement -> '%(ReplacementString)')" /> - $(SdkVersion) + $(Version) $(SdkBrandName) @@ -121,7 +121,7 @@ - $(SdkVersion) + $(Version) @@ -175,11 +175,11 @@ + DependsOnTargets="CalculateLinuxNativeInstallerDependencyVersions;GetCurrentRuntimeInformation;SetupFileExtensions"> $(MajorMinorVersion) $(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(SdkRpmPackageVersion) - $(SdkVersion) + $(Version) $(RedistLayoutPath)sdk/ $(RedistLayoutPath)templates/ $(ArtifactsShippingPackagesDir)$(DistroSpecificArtifactNameWithVersionCombinedHostHostFxrFrameworkSdk)$(InstallerExtension) diff --git a/src/redist/targets/GetRuntimeInformation.targets b/src/redist/targets/GetRuntimeInformation.targets index 6e010c5ce..f417fa7b1 100644 --- a/src/redist/targets/GetRuntimeInformation.targets +++ b/src/redist/targets/GetRuntimeInformation.targets @@ -1,5 +1,5 @@ - + @@ -39,13 +39,13 @@ dotnet-sdk-internal dotnet-sdk - $(ArtifactNameSdk)-$(SdkVersion)-$(ProductMonikerRid) - dotnet-standard-support-vs2015-$(SdkVersion)-$(ProductMonikerRid) - $(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(SdkVersion)-$(ProductMonikerRid) + $(ArtifactNameSdk)-$(Version)-$(ProductMonikerRid) + dotnet-standard-support-vs2015-$(Version)-$(ProductMonikerRid) + $(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(Version)-$(ProductMonikerRid) Dotnet SDK Bundle Installer $(CliProductBandVersion) $(ProductMonikerRid) - $(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(SdkVersion)- + $(ArtifactNameCombinedHostHostFxrFrameworkSdk)-$(Version)- $(DistroSpecificArtifactNameWithVersionCombinedHostHostFxrFrameworkSdkWithoutHostMonikerRid)$(HostMonikerRidForFileName) diff --git a/src/redist/targets/Versions.targets b/src/redist/targets/Versions.targets deleted file mode 100644 index 0a5653a1e..000000000 --- a/src/redist/targets/Versions.targets +++ /dev/null @@ -1,55 +0,0 @@ - - - 5 - 0 - 1 - 00 - alpha1 - - false - - - - - - - - - - - - - $(GitCommitCount.PadLeft(6,'0')) - - - - - - $(VersionMajor).$(VersionMinor) - $(MajorMinorVersion).$(VersionSDKMinor) - $(CliProductBandVersion)$(VersionPatch) - $(CliVersionNoSuffix)-$(ReleaseSuffix) - $(CliVersionNoSuffix) - $(ReleaseSuffix) - $(CliVersionNoSuffix) - $(CliVersionNoSuffix).$(GitCommitCount) - - $(ReleaseSuffix)-$(GitCommitCount) - - $(CliVersionNoSuffix)-$(ReleaseSuffix)-$(GitCommitCount) - - $(FullNugetVersion) - $(CliVersionNoSuffix) - - $(NugetVersion) - $(NugetVersion) - - - - - From 57dd97f02adca987e98b1e00820fb08d89c5416d Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Fri, 20 Dec 2019 15:58:08 -0800 Subject: [PATCH 1215/2259] Adding back commit count for msi calculation. I believe we will need to change that to avoid colisions. --- src/redist/targets/GenerateMSIs.targets | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 4db3c8de6..d97c7f714 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -58,6 +58,17 @@ + + + + + + + $(GitCommitCount.PadLeft(6,'0')) + + From 24e97f3b1aadf6b5e672d7db9a7e1ccb4b1692e6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 02:00:32 +0000 Subject: [PATCH 1216/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191220.6 (#5943) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19620.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19620.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19620.6 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19620.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d5991c8f9..426583347 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3d6eabc109b2a3aece3bc869f30d56805a445a91 + 599db5135cd8c6591c792dbb09a679d204051ed4 - + https://github.com/dotnet/windowsdesktop - 3d6eabc109b2a3aece3bc869f30d56805a445a91 + 599db5135cd8c6591c792dbb09a679d204051ed4 - + https://github.com/dotnet/windowsdesktop - 3d6eabc109b2a3aece3bc869f30d56805a445a91 + 599db5135cd8c6591c792dbb09a679d204051ed4 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 46d6088ed7e43ec18e4a1f838a921b5beb0e4118 - + https://github.com/dotnet/wpf 2bd9dab1f22c754ec01b8854f237c22fd679fd64 diff --git a/eng/Versions.props b/eng/Versions.props index ec68222bb..f6e2e8a81 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19620.3 + 5.0.0-alpha.1.19620.4 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19620.5 - 5.0.0-alpha.1.19620.5 - 5.0.0-alpha.1.19620.5 + 5.0.0-alpha.1.19620.6 + 5.0.0-alpha.1.19620.6 + 5.0.0-alpha.1.19620.6 From ea6632e01dcf649d52cf880bf37c51d64d13da68 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 02:55:29 +0000 Subject: [PATCH 1217/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191220.7 (#5944) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19620.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19620.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19620.7 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19620.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19620.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 426583347..9ffc82830 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 599db5135cd8c6591c792dbb09a679d204051ed4 + 2d7d5f4b085d380ee9b5cfa7004372b977e44276 - + https://github.com/dotnet/windowsdesktop - 599db5135cd8c6591c792dbb09a679d204051ed4 + 2d7d5f4b085d380ee9b5cfa7004372b977e44276 - + https://github.com/dotnet/windowsdesktop - 599db5135cd8c6591c792dbb09a679d204051ed4 + 2d7d5f4b085d380ee9b5cfa7004372b977e44276 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 46d6088ed7e43ec18e4a1f838a921b5beb0e4118 + 36ade24adabe783e6b75f91c613babd26fca6f35 - + https://github.com/dotnet/wpf - 2bd9dab1f22c754ec01b8854f237c22fd679fd64 + d852eb2de275cd2a5e301ec0a4069958daad02b2 diff --git a/eng/Versions.props b/eng/Versions.props index f6e2e8a81..721591452 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19619.7 + 5.0.0-alpha1.19620.2 - 5.0.0-alpha.1.19620.4 + 5.0.0-alpha.1.19620.5 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19620.6 - 5.0.0-alpha.1.19620.6 - 5.0.0-alpha.1.19620.6 + 5.0.0-alpha.1.19620.7 + 5.0.0-alpha.1.19620.7 + 5.0.0-alpha.1.19620.7 From c7544b4a6f4a3ca9843a127d00f68fc08476c8d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 04:10:33 +0000 Subject: [PATCH 1218/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191220.8 (#5945) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19620.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19620.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19620.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19620.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19620.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ffc82830..49ba33636 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2d7d5f4b085d380ee9b5cfa7004372b977e44276 + 19d610eb7e1837f4677c59daba48f7c4e1617122 - + https://github.com/dotnet/windowsdesktop - 2d7d5f4b085d380ee9b5cfa7004372b977e44276 + 19d610eb7e1837f4677c59daba48f7c4e1617122 - + https://github.com/dotnet/windowsdesktop - 2d7d5f4b085d380ee9b5cfa7004372b977e44276 + 19d610eb7e1837f4677c59daba48f7c4e1617122 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 36ade24adabe783e6b75f91c613babd26fca6f35 + d6b1f700c79e7a8da79258c2c690db06c7c23c20 - + https://github.com/dotnet/wpf - d852eb2de275cd2a5e301ec0a4069958daad02b2 + a6041e29f23323f90f4ba4c0958b99591cf74c6e diff --git a/eng/Versions.props b/eng/Versions.props index 721591452..c83f11ccd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19620.2 + 5.0.0-alpha1.19620.3 - 5.0.0-alpha.1.19620.5 + 5.0.0-alpha.1.19620.6 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19620.7 - 5.0.0-alpha.1.19620.7 - 5.0.0-alpha.1.19620.7 + 5.0.0-alpha.1.19620.8 + 5.0.0-alpha.1.19620.8 + 5.0.0-alpha.1.19620.8 From 0a8a2f86e0c0eae91286d5597fa384f5ba9ab04e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 04:25:36 +0000 Subject: [PATCH 1219/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191220.1 (#5946) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19620.1 - dotnet-user-secrets - 5.0.0-alpha.1.19620.1 - dotnet-watch - 5.0.0-alpha.1.19620.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19620.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19620.1 - dotnet-dev-certs - 5.0.0-alpha.1.19620.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 49ba33636..073454e49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - b3a7e54c8922602b574d668389346e83815d97ad + 94b44141ce0437541fc1ff6b5fd8b48140548f66 - + https://github.com/aspnet/AspNetCore - b3a7e54c8922602b574d668389346e83815d97ad + 94b44141ce0437541fc1ff6b5fd8b48140548f66 - + https://github.com/aspnet/AspNetCore - b3a7e54c8922602b574d668389346e83815d97ad + 94b44141ce0437541fc1ff6b5fd8b48140548f66 - + https://github.com/aspnet/AspNetCore - b3a7e54c8922602b574d668389346e83815d97ad + 94b44141ce0437541fc1ff6b5fd8b48140548f66 - + https://github.com/aspnet/AspNetCore - b3a7e54c8922602b574d668389346e83815d97ad + 94b44141ce0437541fc1ff6b5fd8b48140548f66 - + https://github.com/aspnet/AspNetCore - b3a7e54c8922602b574d668389346e83815d97ad + 94b44141ce0437541fc1ff6b5fd8b48140548f66 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index c83f11ccd..c3aed1eb5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19619.2 - 5.0.0-alpha.1.19619.2 - 5.0.0-alpha.1.19619.2 - 5.0.0-alpha.1.19619.2 - 5.0.0-alpha.1.19619.2 - 5.0.0-alpha.1.19619.2 + 5.0.0-alpha.1.19620.1 + 5.0.0-alpha.1.19620.1 + 5.0.0-alpha.1.19620.1 + 5.0.0-alpha.1.19620.1 + 5.0.0-alpha.1.19620.1 + 5.0.0-alpha.1.19620.1 From e80ab43baec32dee4b03eb4c44f28ac3e423ce09 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 21 Dec 2019 13:30:11 +0000 Subject: [PATCH 1220/2259] Update dependencies from https://github.com/dotnet/runtime build 20191220.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19620.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19620.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19620.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19620.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19620.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19620.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 09a5b5e11..a815c6e85 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 + bd6c81a944f609b88908864827b7797c6b127c5b - + https://github.com/dotnet/runtime - 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 + bd6c81a944f609b88908864827b7797c6b127c5b - + https://github.com/dotnet/runtime - 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 + bd6c81a944f609b88908864827b7797c6b127c5b - + https://github.com/dotnet/runtime - 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 + bd6c81a944f609b88908864827b7797c6b127c5b - + https://github.com/dotnet/runtime - 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 + bd6c81a944f609b88908864827b7797c6b127c5b @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 8c0a1d91986f20d49ebfa07bd39ae60b9dd31394 + bd6c81a944f609b88908864827b7797c6b127c5b https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 04cc6aaa1..7a85e1964 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19619.11 + 5.0.0-alpha.1.19620.3 - 5.0.0-alpha.1.19619.11 - 5.0.0-alpha.1.19619.11 - 5.0.0-alpha.1.19619.11 - 5.0.0-alpha.1.19619.11 - 5.0.0-alpha.1.19619.11 + 5.0.0-alpha.1.19620.3 + 5.0.0-alpha.1.19620.3 + 5.0.0-alpha.1.19620.3 + 5.0.0-alpha.1.19620.3 + 5.0.0-alpha.1.19620.3 2.1.0 From dd01c03399e7a01540112d7a71feb438b7791ec1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 13:35:39 +0000 Subject: [PATCH 1221/2259] Update dependencies from https://github.com/dotnet/arcade build 20191220.1 (#5947) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19620.1 --- eng/Version.Details.xml | 4 ++-- eng/common/SetupNugetSources.ps1 | 14 ++++++-------- .../channels/generic-internal-channel.yml | 4 ---- eng/common/templates/post-build/post-build.yml | 6 ------ global.json | 2 +- 5 files changed, 9 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 073454e49..4726b6eb1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 154d5981c6d2fe19f80e71a654ceddeba76ba7b5 + d0fecb826dee1a24c0d2c9136476a79bed22ed41 diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 index c3c473eb8..a5a1e711d 100644 --- a/eng/common/SetupNugetSources.ps1 +++ b/eng/common/SetupNugetSources.ps1 @@ -83,7 +83,7 @@ function AddCredential($creds, $source, $username, $password) { $passwordElement.SetAttribute("value", $Password) } -function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Username, $Password) { +function InsertMaestroPrivateFeedCredentials($Sources, $Creds, $Password) { $maestroPrivateSources = $Sources.SelectNodes("add[contains(@key,'darc-int')]") Write-Host "Inserting credentials for $($maestroPrivateSources.Count) Maestro's private feeds." @@ -123,21 +123,19 @@ if ($creds -eq $null) { $doc.DocumentElement.AppendChild($creds) | Out-Null } -$userName = "dn-bot" - # Insert credential nodes for Maestro's private feeds -InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Username $userName -Password $Password +InsertMaestroPrivateFeedCredentials -Sources $sources -Creds $creds -Password $Password $dotnet3Source = $sources.SelectSingleNode("add[@key='dotnet3']") if ($dotnet3Source -ne $null) { - AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username $userName -Password $Password - AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username $userName -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password } $dotnet31Source = $sources.SelectSingleNode("add[@key='dotnet3.1']") if ($dotnet31Source -ne $null) { - AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v2" -Creds $creds -Username $userName -Password $Password - AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password + AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username "dn-bot" -Password $Password } $doc.Save($filename) diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 6a4ab7f53..3a8755fbb 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -29,10 +29,6 @@ stages: pool: vmImage: 'windows-2019' steps: - # This is necessary whenever we want to publish/restore to an AzDO private feed - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - task: DownloadBuildArtifacts@0 displayName: Download Blob Artifacts inputs: diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 70a5b6f8a..8a8d84f20 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -54,12 +54,6 @@ stages: pool: vmImage: 'windows-2019' steps: - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' - - task: DownloadBuildArtifacts@0 displayName: Download Package Artifacts inputs: diff --git a/global.json b/global.json index eecb830a6..850a78cf4 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19619.10" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19620.1" } } From dda09cceb4a10faae07f5eff1819dc3a8ca2166e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 15:35:34 +0000 Subject: [PATCH 1222/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191221.1 (#5948) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19621.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19621.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19621.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19621.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4726b6eb1..4cbccb2f0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 19d610eb7e1837f4677c59daba48f7c4e1617122 + 2fd1b834905dbcb2761d8cfea2d70a95729f3f1e - + https://github.com/dotnet/windowsdesktop - 19d610eb7e1837f4677c59daba48f7c4e1617122 + 2fd1b834905dbcb2761d8cfea2d70a95729f3f1e - + https://github.com/dotnet/windowsdesktop - 19d610eb7e1837f4677c59daba48f7c4e1617122 + 2fd1b834905dbcb2761d8cfea2d70a95729f3f1e https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms d6b1f700c79e7a8da79258c2c690db06c7c23c20 - + https://github.com/dotnet/wpf a6041e29f23323f90f4ba4c0958b99591cf74c6e diff --git a/eng/Versions.props b/eng/Versions.props index c3aed1eb5..9511749c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19620.6 + 5.0.0-alpha.1.19621.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19620.8 - 5.0.0-alpha.1.19620.8 - 5.0.0-alpha.1.19620.8 + 5.0.0-alpha.1.19621.1 + 5.0.0-alpha.1.19621.1 + 5.0.0-alpha.1.19621.1 From 6cc4f24e35a94dc4e33096dae9b3a664c35c7a0b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 19:05:33 +0000 Subject: [PATCH 1223/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191221.2 (#5949) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19621.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19621.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19621.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19621.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4cbccb2f0..b901122a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2fd1b834905dbcb2761d8cfea2d70a95729f3f1e + 77a10b438269583f4f51b5414e8007a774b66b84 - + https://github.com/dotnet/windowsdesktop - 2fd1b834905dbcb2761d8cfea2d70a95729f3f1e + 77a10b438269583f4f51b5414e8007a774b66b84 - + https://github.com/dotnet/windowsdesktop - 2fd1b834905dbcb2761d8cfea2d70a95729f3f1e + 77a10b438269583f4f51b5414e8007a774b66b84 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms d6b1f700c79e7a8da79258c2c690db06c7c23c20 - + https://github.com/dotnet/wpf - a6041e29f23323f90f4ba4c0958b99591cf74c6e + 3cf29ff854673f559e26bdf562c533395a00a599 diff --git a/eng/Versions.props b/eng/Versions.props index 9511749c5..1c30e7162 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19621.1 + 5.0.0-alpha.1.19621.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19621.1 - 5.0.0-alpha.1.19621.1 - 5.0.0-alpha.1.19621.1 + 5.0.0-alpha.1.19621.2 + 5.0.0-alpha.1.19621.2 + 5.0.0-alpha.1.19621.2 From a915626a30cbbaf52cdd7714e53dbcecf88cbfc2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Dec 2019 20:55:30 +0000 Subject: [PATCH 1224/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191221.3 (#5950) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19621.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19621.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19621.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19621.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19621.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b901122a8..d1e827758 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 77a10b438269583f4f51b5414e8007a774b66b84 + 3367ccb73ea4c73a9d23a29ccb8bc2fc870963f7 - + https://github.com/dotnet/windowsdesktop - 77a10b438269583f4f51b5414e8007a774b66b84 + 3367ccb73ea4c73a9d23a29ccb8bc2fc870963f7 - + https://github.com/dotnet/windowsdesktop - 77a10b438269583f4f51b5414e8007a774b66b84 + 3367ccb73ea4c73a9d23a29ccb8bc2fc870963f7 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - d6b1f700c79e7a8da79258c2c690db06c7c23c20 + 1fc81bcbe0a789d8ef1f8b3172e1071b0a9f8393 - + https://github.com/dotnet/wpf - 3cf29ff854673f559e26bdf562c533395a00a599 + 39d150a28e075d2543362a48e8892727a16ab0c0 diff --git a/eng/Versions.props b/eng/Versions.props index 1c30e7162..14d26d23d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19620.3 + 5.0.0-alpha1.19621.1 - 5.0.0-alpha.1.19621.2 + 5.0.0-alpha.1.19621.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19621.2 - 5.0.0-alpha.1.19621.2 - 5.0.0-alpha.1.19621.2 + 5.0.0-alpha.1.19621.3 + 5.0.0-alpha.1.19621.3 + 5.0.0-alpha.1.19621.3 From 59435a46b37f9e1d6833ee0204ebabe93b067340 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 03:20:33 +0000 Subject: [PATCH 1225/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191221.4 (#5952) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19621.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19621.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19621.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19621.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d1e827758..6708bb496 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3367ccb73ea4c73a9d23a29ccb8bc2fc870963f7 + 33f5da708ea865ead7643f11c6c9565263e4ecf3 - + https://github.com/dotnet/windowsdesktop - 3367ccb73ea4c73a9d23a29ccb8bc2fc870963f7 + 33f5da708ea865ead7643f11c6c9565263e4ecf3 - + https://github.com/dotnet/windowsdesktop - 3367ccb73ea4c73a9d23a29ccb8bc2fc870963f7 + 33f5da708ea865ead7643f11c6c9565263e4ecf3 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 1fc81bcbe0a789d8ef1f8b3172e1071b0a9f8393 - + https://github.com/dotnet/wpf 39d150a28e075d2543362a48e8892727a16ab0c0 diff --git a/eng/Versions.props b/eng/Versions.props index 14d26d23d..6842f7eac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19621.3 + 5.0.0-alpha.1.19621.4 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19621.3 - 5.0.0-alpha.1.19621.3 - 5.0.0-alpha.1.19621.3 + 5.0.0-alpha.1.19621.4 + 5.0.0-alpha.1.19621.4 + 5.0.0-alpha.1.19621.4 From 475f8cbf0c65f13a5bff7c189744379bfea9bec6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 22 Dec 2019 13:23:40 +0000 Subject: [PATCH 1226/2259] Update dependencies from https://github.com/dotnet/runtime build 20191221.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19621.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19621.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19621.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19621.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19621.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19621.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a815c6e85..04cc5a1c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - bd6c81a944f609b88908864827b7797c6b127c5b + 188427d7e18102c45fc6d0e20c135e226f215992 - + https://github.com/dotnet/runtime - bd6c81a944f609b88908864827b7797c6b127c5b + 188427d7e18102c45fc6d0e20c135e226f215992 - + https://github.com/dotnet/runtime - bd6c81a944f609b88908864827b7797c6b127c5b + 188427d7e18102c45fc6d0e20c135e226f215992 - + https://github.com/dotnet/runtime - bd6c81a944f609b88908864827b7797c6b127c5b + 188427d7e18102c45fc6d0e20c135e226f215992 - + https://github.com/dotnet/runtime - bd6c81a944f609b88908864827b7797c6b127c5b + 188427d7e18102c45fc6d0e20c135e226f215992 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - bd6c81a944f609b88908864827b7797c6b127c5b + 188427d7e18102c45fc6d0e20c135e226f215992 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 7a85e1964..103cdb6af 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19620.3 + 5.0.0-alpha.1.19621.1 - 5.0.0-alpha.1.19620.3 - 5.0.0-alpha.1.19620.3 - 5.0.0-alpha.1.19620.3 - 5.0.0-alpha.1.19620.3 - 5.0.0-alpha.1.19620.3 + 5.0.0-alpha.1.19621.1 + 5.0.0-alpha.1.19621.1 + 5.0.0-alpha.1.19621.1 + 5.0.0-alpha.1.19621.1 + 5.0.0-alpha.1.19621.1 2.1.0 From 142d9b7c163c65654c02b7d39a813fe12631a10f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 19:10:41 +0000 Subject: [PATCH 1227/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191222.1 (#5954) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19622.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19622.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19622.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19622.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6708bb496..e3b1c2152 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 33f5da708ea865ead7643f11c6c9565263e4ecf3 + 0e4e6cc0bea981cb22bb705d6c88105c5e111797 - + https://github.com/dotnet/windowsdesktop - 33f5da708ea865ead7643f11c6c9565263e4ecf3 + 0e4e6cc0bea981cb22bb705d6c88105c5e111797 - + https://github.com/dotnet/windowsdesktop - 33f5da708ea865ead7643f11c6c9565263e4ecf3 + 0e4e6cc0bea981cb22bb705d6c88105c5e111797 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 1fc81bcbe0a789d8ef1f8b3172e1071b0a9f8393 - + https://github.com/dotnet/wpf - 39d150a28e075d2543362a48e8892727a16ab0c0 + cf0b7ac2fe242dedb2e4604f254301e48d30d30f diff --git a/eng/Versions.props b/eng/Versions.props index 6842f7eac..07b715c03 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19621.4 + 5.0.0-alpha.1.19622.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19621.4 - 5.0.0-alpha.1.19621.4 - 5.0.0-alpha.1.19621.4 + 5.0.0-alpha.1.19622.1 + 5.0.0-alpha.1.19622.1 + 5.0.0-alpha.1.19622.1 From b41228e1c7efa26a506db23790c7944299ca675e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 22 Dec 2019 20:40:32 +0000 Subject: [PATCH 1228/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191222.2 (#5955) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19622.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19622.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19622.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19622.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e3b1c2152..3b97e31fb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0e4e6cc0bea981cb22bb705d6c88105c5e111797 + 67a51eb06cb4af23d82f380e9dccc21ccd54d381 - + https://github.com/dotnet/windowsdesktop - 0e4e6cc0bea981cb22bb705d6c88105c5e111797 + 67a51eb06cb4af23d82f380e9dccc21ccd54d381 - + https://github.com/dotnet/windowsdesktop - 0e4e6cc0bea981cb22bb705d6c88105c5e111797 + 67a51eb06cb4af23d82f380e9dccc21ccd54d381 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - 1fc81bcbe0a789d8ef1f8b3172e1071b0a9f8393 + c15a0d95cf910c9120f60d22bc71a7fa68122851 - + https://github.com/dotnet/wpf - cf0b7ac2fe242dedb2e4604f254301e48d30d30f + 88c8a8f0eb72f6e6f70b890e74b862911cb5faec diff --git a/eng/Versions.props b/eng/Versions.props index 07b715c03..868cdae31 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19621.1 + 5.0.0-alpha1.19622.1 - 5.0.0-alpha.1.19622.1 + 5.0.0-alpha.1.19622.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19622.1 - 5.0.0-alpha.1.19622.1 - 5.0.0-alpha.1.19622.1 + 5.0.0-alpha.1.19622.2 + 5.0.0-alpha.1.19622.2 + 5.0.0-alpha.1.19622.2 From f12eabe52445f1179b66fdfc641197b333abbaee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 23 Dec 2019 13:22:19 +0000 Subject: [PATCH 1229/2259] Update dependencies from https://github.com/dotnet/runtime build 20191222.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19622.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19622.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19622.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19622.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19622.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19622.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04cc5a1c9..0b7d062d2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - 188427d7e18102c45fc6d0e20c135e226f215992 + 43cb8c7e9d10d641e4098c420b966b293e06f9e1 - + https://github.com/dotnet/runtime - 188427d7e18102c45fc6d0e20c135e226f215992 + 43cb8c7e9d10d641e4098c420b966b293e06f9e1 - + https://github.com/dotnet/runtime - 188427d7e18102c45fc6d0e20c135e226f215992 + 43cb8c7e9d10d641e4098c420b966b293e06f9e1 - + https://github.com/dotnet/runtime - 188427d7e18102c45fc6d0e20c135e226f215992 + 43cb8c7e9d10d641e4098c420b966b293e06f9e1 - + https://github.com/dotnet/runtime - 188427d7e18102c45fc6d0e20c135e226f215992 + 43cb8c7e9d10d641e4098c420b966b293e06f9e1 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 188427d7e18102c45fc6d0e20c135e226f215992 + 43cb8c7e9d10d641e4098c420b966b293e06f9e1 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 103cdb6af..a6c4066b3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19621.1 + 5.0.0-alpha.1.19622.1 - 5.0.0-alpha.1.19621.1 - 5.0.0-alpha.1.19621.1 - 5.0.0-alpha.1.19621.1 - 5.0.0-alpha.1.19621.1 - 5.0.0-alpha.1.19621.1 + 5.0.0-alpha.1.19622.1 + 5.0.0-alpha.1.19622.1 + 5.0.0-alpha.1.19622.1 + 5.0.0-alpha.1.19622.1 + 5.0.0-alpha.1.19622.1 2.1.0 From bd7bf8c6d2491ae8d026a6e76fa48b66f33a7e3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 13:39:57 +0000 Subject: [PATCH 1230/2259] [master] Update dependencies from dotnet/arcade (#5953) * Update dependencies from https://github.com/dotnet/arcade build 20191221.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19621.1 * Update dependencies from https://github.com/dotnet/arcade build 20191222.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19622.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3b97e31fb..e9f584539 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - d0fecb826dee1a24c0d2c9136476a79bed22ed41 + 163d551438aa5a1fdae12b8405651f894e841211 diff --git a/global.json b/global.json index 850a78cf4..6ba6401fd 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19620.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19622.1" } } From 981ff2ee154e0d573f3c0a9aa2039e6cccabd8f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 17:26:55 +0000 Subject: [PATCH 1231/2259] [master] Update dependencies from dotnet/windowsdesktop (#5956) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191222.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19622.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19622.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19622.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19622.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191223.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19623.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19623.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19623.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19623.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e9f584539..3ec8a2cee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 67a51eb06cb4af23d82f380e9dccc21ccd54d381 + e54cba7c1c5815a30fee2bad33653e24aa73bbc7 - + https://github.com/dotnet/windowsdesktop - 67a51eb06cb4af23d82f380e9dccc21ccd54d381 + e54cba7c1c5815a30fee2bad33653e24aa73bbc7 - + https://github.com/dotnet/windowsdesktop - 67a51eb06cb4af23d82f380e9dccc21ccd54d381 + e54cba7c1c5815a30fee2bad33653e24aa73bbc7 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms c15a0d95cf910c9120f60d22bc71a7fa68122851 - + https://github.com/dotnet/wpf - 88c8a8f0eb72f6e6f70b890e74b862911cb5faec + 12dec7f294dcb34f0711d1b73ddacaabcf402a27 diff --git a/eng/Versions.props b/eng/Versions.props index 868cdae31..f1ccda85a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19622.2 + 5.0.0-alpha.1.19623.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19622.2 - 5.0.0-alpha.1.19622.2 - 5.0.0-alpha.1.19622.2 + 5.0.0-alpha.1.19623.1 + 5.0.0-alpha.1.19623.1 + 5.0.0-alpha.1.19623.1 From b539f6b2105f8d9bcd8be055d90508f9549b66fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 18:00:36 +0000 Subject: [PATCH 1232/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191223.1 (#5957) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19623.1 - dotnet-user-secrets - 5.0.0-alpha.1.19623.1 - dotnet-watch - 5.0.0-alpha.1.19623.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19623.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19623.1 - dotnet-dev-certs - 5.0.0-alpha.1.19623.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3ec8a2cee..610d6ba22 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 94b44141ce0437541fc1ff6b5fd8b48140548f66 + 72ad1b0ffce7b08f6cf319dbb819b08e056622db - + https://github.com/aspnet/AspNetCore - 94b44141ce0437541fc1ff6b5fd8b48140548f66 + 72ad1b0ffce7b08f6cf319dbb819b08e056622db - + https://github.com/aspnet/AspNetCore - 94b44141ce0437541fc1ff6b5fd8b48140548f66 + 72ad1b0ffce7b08f6cf319dbb819b08e056622db - + https://github.com/aspnet/AspNetCore - 94b44141ce0437541fc1ff6b5fd8b48140548f66 + 72ad1b0ffce7b08f6cf319dbb819b08e056622db - + https://github.com/aspnet/AspNetCore - 94b44141ce0437541fc1ff6b5fd8b48140548f66 + 72ad1b0ffce7b08f6cf319dbb819b08e056622db - + https://github.com/aspnet/AspNetCore - 94b44141ce0437541fc1ff6b5fd8b48140548f66 + 72ad1b0ffce7b08f6cf319dbb819b08e056622db https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index f1ccda85a..3c0f10735 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19620.1 - 5.0.0-alpha.1.19620.1 - 5.0.0-alpha.1.19620.1 - 5.0.0-alpha.1.19620.1 - 5.0.0-alpha.1.19620.1 - 5.0.0-alpha.1.19620.1 + 5.0.0-alpha.1.19623.1 + 5.0.0-alpha.1.19623.1 + 5.0.0-alpha.1.19623.1 + 5.0.0-alpha.1.19623.1 + 5.0.0-alpha.1.19623.1 + 5.0.0-alpha.1.19623.1 From 2a6d7ac1a6cb432916be7c968ea959875e57d0ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 18:50:35 +0000 Subject: [PATCH 1233/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191223.2 (#5958) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19623.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19623.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19623.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19623.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19623.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 610d6ba22..04559a522 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e54cba7c1c5815a30fee2bad33653e24aa73bbc7 + c9c7f6a58ee908c8881b9ccbbe308df9251f2893 - + https://github.com/dotnet/windowsdesktop - e54cba7c1c5815a30fee2bad33653e24aa73bbc7 + c9c7f6a58ee908c8881b9ccbbe308df9251f2893 - + https://github.com/dotnet/windowsdesktop - e54cba7c1c5815a30fee2bad33653e24aa73bbc7 + c9c7f6a58ee908c8881b9ccbbe308df9251f2893 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - c15a0d95cf910c9120f60d22bc71a7fa68122851 + c5b6178391100689e03fc909dce89cf1cc991efe - + https://github.com/dotnet/wpf - 12dec7f294dcb34f0711d1b73ddacaabcf402a27 + c44663317200f8845d2477884cc9e6073c14af1f diff --git a/eng/Versions.props b/eng/Versions.props index 3c0f10735..f39386d10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19622.1 + 5.0.0-alpha1.19623.1 - 5.0.0-alpha.1.19623.1 + 5.0.0-alpha.1.19623.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19623.1 - 5.0.0-alpha.1.19623.1 - 5.0.0-alpha.1.19623.1 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 From 2dae72b3eb9437da94e4bba460541748cf84044c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2019 21:30:37 +0000 Subject: [PATCH 1234/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191223.2 (#5959) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19623.2 - dotnet-user-secrets - 5.0.0-alpha.1.19623.2 - dotnet-watch - 5.0.0-alpha.1.19623.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19623.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19623.2 - dotnet-dev-certs - 5.0.0-alpha.1.19623.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04559a522..78e100a7a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 72ad1b0ffce7b08f6cf319dbb819b08e056622db + 194b15124c625c8c5a2286b0ee0f86b7187a0bec - + https://github.com/aspnet/AspNetCore - 72ad1b0ffce7b08f6cf319dbb819b08e056622db + 194b15124c625c8c5a2286b0ee0f86b7187a0bec - + https://github.com/aspnet/AspNetCore - 72ad1b0ffce7b08f6cf319dbb819b08e056622db + 194b15124c625c8c5a2286b0ee0f86b7187a0bec - + https://github.com/aspnet/AspNetCore - 72ad1b0ffce7b08f6cf319dbb819b08e056622db + 194b15124c625c8c5a2286b0ee0f86b7187a0bec - + https://github.com/aspnet/AspNetCore - 72ad1b0ffce7b08f6cf319dbb819b08e056622db + 194b15124c625c8c5a2286b0ee0f86b7187a0bec - + https://github.com/aspnet/AspNetCore - 72ad1b0ffce7b08f6cf319dbb819b08e056622db + 194b15124c625c8c5a2286b0ee0f86b7187a0bec https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index f39386d10..6a20ec028 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19623.1 - 5.0.0-alpha.1.19623.1 - 5.0.0-alpha.1.19623.1 - 5.0.0-alpha.1.19623.1 - 5.0.0-alpha.1.19623.1 - 5.0.0-alpha.1.19623.1 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 From 34b644977c76e0d71a443d8a0b678643ce066516 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Mon, 23 Dec 2019 15:03:33 -0800 Subject: [PATCH 1235/2259] Use _PatchNumber from arcade instead of commit count. Fixes msi generation and changes VersionPatch to VersionFeature. --- eng/Versions.props | 5 ++--- src/core-sdk-tasks/GenerateMsiVersion.cs | 4 ++-- src/core-sdk-tasks/Utils/Version.cs | 6 +++--- src/redist/targets/BundledTemplates.targets | 10 +++++----- src/redist/targets/GenerateMSIs.targets | 21 ++++++++------------- 5 files changed, 20 insertions(+), 26 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index afd301504..0e67a21c2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,15 +8,14 @@ 5 0 1 - 00 + 00 - $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionPatch) + $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) alpha 1 $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) - $(VersionPrefix).$(_BuildNumberLabels) $(VersionPrefix)-$(PreReleaseVersionLabel)$(PreReleaseVersionIteration)-$(_BuildNumberLabels) diff --git a/src/core-sdk-tasks/GenerateMsiVersion.cs b/src/core-sdk-tasks/GenerateMsiVersion.cs index 3c03a0a00..f257c0f6b 100644 --- a/src/core-sdk-tasks/GenerateMsiVersion.cs +++ b/src/core-sdk-tasks/GenerateMsiVersion.cs @@ -9,7 +9,7 @@ namespace Microsoft.DotNet.Cli.Build public class GenerateMsiVersion : Task { [Required] - public int CommitCount { get; set; } + public int VersionRevision { get; set; } [Required] public int VersionMajor { get; set; } @@ -30,7 +30,7 @@ namespace Microsoft.DotNet.Cli.Build Major = VersionMajor, Minor = VersionMinor, Patch = VersionPatch, - CommitCount = CommitCount + VersionRevision = VersionRevision }; MsiVersion = buildVersion.GenerateMsiVersion(); diff --git a/src/core-sdk-tasks/Utils/Version.cs b/src/core-sdk-tasks/Utils/Version.cs index b7d4e7536..7444ed123 100644 --- a/src/core-sdk-tasks/Utils/Version.cs +++ b/src/core-sdk-tasks/Utils/Version.cs @@ -8,7 +8,7 @@ namespace Microsoft.DotNet.Cli.Build public virtual int Major { get; set; } public virtual int Minor { get; set; } public virtual int Patch { get; set; } - public virtual int CommitCount { get; set; } + public virtual int VersionRevision { get; set; } public string GenerateMsiVersion() { @@ -22,11 +22,11 @@ namespace Microsoft.DotNet.Cli.Build // CLI major -> 6 bits // CLI minor -> 6 bits // CLI patch -> 6 bits - // CLI commitcount -> 14 bits + // CLI VersionRevision -> 14 bits var major = Major << 26; var minor = Minor << 20; var patch = Patch << 14; - var msiVersionNumber = major | minor | patch | CommitCount; + var msiVersionNumber = major | minor | patch | VersionRevision; var msiMajor = (msiVersionNumber >> 24) & 0xFF; var msiMinor = (msiVersionNumber >> 16) & 0xFF; diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 6c8edf449..553bca59c 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -1,10 +1,10 @@ - + $(AspNetCorePackageVersionFor31Templates.IndexOf('-')) $(AspNetCorePackageVersionFor31Templates) $(AspNetCorePackageVersionFor31Templates.Substring(0, $(AspNetCore31VersionPreReleaseSeparator))) - $(AspNetCore31VersionMajorMinorPatchVersion).$(GitCommitCount) + $(AspNetCore31VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision) $(AspNetCore31VersionMajorMinorPatchVersion) $(BundledTemplates31InstallPath)-$(VersionSuffix) $([MSBuild]::Add($(AspNetCore31VersionMajorMinorPatchVersion.IndexOf('.')), 1)) @@ -14,7 +14,7 @@ $(AspNetCorePackageVersionFor30Templates.IndexOf('-')) $(AspNetCorePackageVersionFor30Templates) $(AspNetCorePackageVersionFor30Templates.Substring(0, $(AspNetCore30VersionPreReleaseSeparator))) - $(AspNetCore30VersionMajorMinorPatchVersion).$(GitCommitCount) + $(AspNetCore30VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision) $(AspNetCore30VersionMajorMinorPatchVersion) $(BundledTemplates30InstallPath)-$(VersionSuffix) $([MSBuild]::Add($(AspNetCore30VersionMajorMinorPatchVersion.IndexOf('.')), 1)) @@ -24,7 +24,7 @@ $(AspNetCorePackageVersionFor22Templates.IndexOf('-')) $(AspNetCorePackageVersionFor22Templates) $(AspNetCorePackageVersionFor22Templates.Substring(0, $(AspNetCore22VersionPreReleaseSeparator))) - $(AspNetCore22VersionMajorMinorPatchVersion).$(GitCommitCount) + $(AspNetCore22VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision) $(AspNetCore22VersionMajorMinorPatchVersion) $(BundledTemplates22InstallPath)-$(VersionSuffix) $([MSBuild]::Add($(AspNetCore22VersionMajorMinorPatchVersion.IndexOf('.')), 1)) @@ -34,7 +34,7 @@ $(AspNetCorePackageVersionFor21Templates.IndexOf('-')) $(AspNetCorePackageVersionFor21Templates) $(AspNetCorePackageVersionFor21Templates.Substring(0, $(AspNetCore21VersionPreReleaseSeparator))) - $(AspNetCore21VersionMajorMinorPatchVersion).$(GitCommitCount) + $(AspNetCore21VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision) $(AspNetCore21VersionMajorMinorPatchVersion) $(BundledTemplates21InstallPath)-$(VersionSuffix) $([MSBuild]::Add($(AspNetCore21VersionMajorMinorPatchVersion.IndexOf('.')), 1)) diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index d97c7f714..5ae9726ee 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -54,30 +54,25 @@ $(LayoutDirectory)$(ArtifactNameSdk) $(LayoutDirectory)MSBuildExtensions--> + + + + $(_PatchNumber) + $(VersionPrefix).$(CombinedBuildNumberAndRevision) + - - - - - - - $(GitCommitCount.PadLeft(6,'0')) - - - + VersionPatch="$(VersionFeature)"> From 0c7ef9820cf8d89acb32246289a48cac740c81ee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 24 Dec 2019 13:29:12 +0000 Subject: [PATCH 1236/2259] Update dependencies from https://github.com/dotnet/runtime build 20191223.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19623.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19623.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19623.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19623.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19623.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19623.2 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0b7d062d2..0c38a7f65 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - 43cb8c7e9d10d641e4098c420b966b293e06f9e1 + 07fa0f7f07a04e8238c63b90b208beebba108399 - + https://github.com/dotnet/runtime - 43cb8c7e9d10d641e4098c420b966b293e06f9e1 + 07fa0f7f07a04e8238c63b90b208beebba108399 - + https://github.com/dotnet/runtime - 43cb8c7e9d10d641e4098c420b966b293e06f9e1 + 07fa0f7f07a04e8238c63b90b208beebba108399 - + https://github.com/dotnet/runtime - 43cb8c7e9d10d641e4098c420b966b293e06f9e1 + 07fa0f7f07a04e8238c63b90b208beebba108399 - + https://github.com/dotnet/runtime - 43cb8c7e9d10d641e4098c420b966b293e06f9e1 + 07fa0f7f07a04e8238c63b90b208beebba108399 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 43cb8c7e9d10d641e4098c420b966b293e06f9e1 + 07fa0f7f07a04e8238c63b90b208beebba108399 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index a6c4066b3..40283fada 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19622.1 + 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19622.1 - 5.0.0-alpha.1.19622.1 - 5.0.0-alpha.1.19622.1 - 5.0.0-alpha.1.19622.1 - 5.0.0-alpha.1.19622.1 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19623.2 2.1.0 From 76a99f167b48d3d8db8f23c7a60003d74e868b58 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 13:30:52 +0000 Subject: [PATCH 1237/2259] Update dependencies from https://github.com/dotnet/arcade build 20191223.1 (#5961) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19623.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78e100a7a..d4223af03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 163d551438aa5a1fdae12b8405651f894e841211 + 84f3b4a8520b9e6d50afece47fa1adf4de8ec292 diff --git a/global.json b/global.json index 6ba6401fd..cad178a76 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19622.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19623.1" } } From cd215185eb5dd4a70b1abe5991f6d0d76682a55c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Dec 2019 17:46:38 +0000 Subject: [PATCH 1238/2259] [master] Update dependencies from dotnet/windowsdesktop (#5960) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191223.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19623.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19623.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19623.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19623.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20191224.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19624.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19624.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19624.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19624.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d4223af03..6b8d127d0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c9c7f6a58ee908c8881b9ccbbe308df9251f2893 + 6944ce215b19c0a5c9d0c53d9b28d9ae75dac0db - + https://github.com/dotnet/windowsdesktop - c9c7f6a58ee908c8881b9ccbbe308df9251f2893 + 6944ce215b19c0a5c9d0c53d9b28d9ae75dac0db - + https://github.com/dotnet/windowsdesktop - c9c7f6a58ee908c8881b9ccbbe308df9251f2893 + 6944ce215b19c0a5c9d0c53d9b28d9ae75dac0db https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms c5b6178391100689e03fc909dce89cf1cc991efe - + https://github.com/dotnet/wpf - c44663317200f8845d2477884cc9e6073c14af1f + 44a4a878427189f865cff67940b1ab8a1f85c5b5 diff --git a/eng/Versions.props b/eng/Versions.props index 6a20ec028..ea042cd2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19624.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19624.1 + 5.0.0-alpha.1.19624.1 + 5.0.0-alpha.1.19624.1 From 9600d5a40cc2175974b5706ca092c4529c8a5aae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 02:50:32 +0000 Subject: [PATCH 1239/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191224.2 (#5962) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19624.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19624.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19624.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19624.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b8d127d0..efbf6cbd9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6944ce215b19c0a5c9d0c53d9b28d9ae75dac0db + 3ad994680b1d4fb073d2ffc7d372222875fdafbc - + https://github.com/dotnet/windowsdesktop - 6944ce215b19c0a5c9d0c53d9b28d9ae75dac0db + 3ad994680b1d4fb073d2ffc7d372222875fdafbc - + https://github.com/dotnet/windowsdesktop - 6944ce215b19c0a5c9d0c53d9b28d9ae75dac0db + 3ad994680b1d4fb073d2ffc7d372222875fdafbc https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms c5b6178391100689e03fc909dce89cf1cc991efe - + https://github.com/dotnet/wpf 44a4a878427189f865cff67940b1ab8a1f85c5b5 diff --git a/eng/Versions.props b/eng/Versions.props index ea042cd2d..f1c46bed9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19624.1 + 5.0.0-alpha.1.19624.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19624.1 - 5.0.0-alpha.1.19624.1 - 5.0.0-alpha.1.19624.1 + 5.0.0-alpha.1.19624.2 + 5.0.0-alpha.1.19624.2 + 5.0.0-alpha.1.19624.2 From 80e87ac50948d8a86ddbd89e2c4b4f9410cdb278 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 04:00:35 +0000 Subject: [PATCH 1240/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191224.3 (#5964) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19624.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19624.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19624.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19624.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19624.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index efbf6cbd9..2fbf24aa8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3ad994680b1d4fb073d2ffc7d372222875fdafbc + f4f42629c79c57c05d4817a1015d8dc7ba532e99 - + https://github.com/dotnet/windowsdesktop - 3ad994680b1d4fb073d2ffc7d372222875fdafbc + f4f42629c79c57c05d4817a1015d8dc7ba532e99 - + https://github.com/dotnet/windowsdesktop - 3ad994680b1d4fb073d2ffc7d372222875fdafbc + f4f42629c79c57c05d4817a1015d8dc7ba532e99 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 52ad01255b30c157c5fbea985d4cd0834d1fc9fb - + https://github.com/dotnet/winforms - c5b6178391100689e03fc909dce89cf1cc991efe + 641e93d848dffb79f68ad2b50f3c2ac0987a0c5e - + https://github.com/dotnet/wpf - 44a4a878427189f865cff67940b1ab8a1f85c5b5 + 0e1e5eb3b8f30f6eae1eda748c0c4d2bac18da3c diff --git a/eng/Versions.props b/eng/Versions.props index f1c46bed9..f0a91d33b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19623.1 + 5.0.0-alpha1.19624.2 - 5.0.0-alpha.1.19624.2 + 5.0.0-alpha.1.19624.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19624.2 - 5.0.0-alpha.1.19624.2 - 5.0.0-alpha.1.19624.2 + 5.0.0-alpha.1.19624.3 + 5.0.0-alpha.1.19624.3 + 5.0.0-alpha.1.19624.3 From 85bb8b2da62643835ee669f6765456fa312972ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 13:40:44 +0000 Subject: [PATCH 1241/2259] Update dependencies from https://github.com/dotnet/arcade build 20191224.1 (#5965) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19624.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2fbf24aa8..922bdde67 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 84f3b4a8520b9e6d50afece47fa1adf4de8ec292 + b7573607e81dd496c0270ba724f5ece5568bd311 diff --git a/global.json b/global.json index cad178a76..13a6574db 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19623.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19624.1" } } From 1e3a7741bc2d3e60f1d3fc9fadaea0bbfcaafc05 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 15:10:33 +0000 Subject: [PATCH 1242/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191225.1 (#5966) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19625.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19625.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19625.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19625.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 922bdde67..d3f3093b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f4f42629c79c57c05d4817a1015d8dc7ba532e99 + c8ba99d1053e2086507f820576d27b6366d70a89 - + https://github.com/dotnet/windowsdesktop - f4f42629c79c57c05d4817a1015d8dc7ba532e99 + c8ba99d1053e2086507f820576d27b6366d70a89 - + https://github.com/dotnet/windowsdesktop - f4f42629c79c57c05d4817a1015d8dc7ba532e99 + c8ba99d1053e2086507f820576d27b6366d70a89 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 641e93d848dffb79f68ad2b50f3c2ac0987a0c5e - + https://github.com/dotnet/wpf 0e1e5eb3b8f30f6eae1eda748c0c4d2bac18da3c diff --git a/eng/Versions.props b/eng/Versions.props index f0a91d33b..4219af28d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19624.3 + 5.0.0-alpha.1.19625.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19624.3 - 5.0.0-alpha.1.19624.3 - 5.0.0-alpha.1.19624.3 + 5.0.0-alpha.1.19625.1 + 5.0.0-alpha.1.19625.1 + 5.0.0-alpha.1.19625.1 From 251489fc23c968b8c4c41469287a4e3a4aaf5ee9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Dec 2019 17:10:33 +0000 Subject: [PATCH 1243/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191225.2 (#5967) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19625.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19625.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19625.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19625.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d3f3093b2..3f9ea916e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c8ba99d1053e2086507f820576d27b6366d70a89 + 9c598ceede8d70a9528495e1835a48143b5a2074 - + https://github.com/dotnet/windowsdesktop - c8ba99d1053e2086507f820576d27b6366d70a89 + 9c598ceede8d70a9528495e1835a48143b5a2074 - + https://github.com/dotnet/windowsdesktop - c8ba99d1053e2086507f820576d27b6366d70a89 + 9c598ceede8d70a9528495e1835a48143b5a2074 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 641e93d848dffb79f68ad2b50f3c2ac0987a0c5e - + https://github.com/dotnet/wpf - 0e1e5eb3b8f30f6eae1eda748c0c4d2bac18da3c + f592c0c80b2dbf5df09b1a7d266d122763ec3b07 diff --git a/eng/Versions.props b/eng/Versions.props index 4219af28d..a4d635b29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19625.1 + 5.0.0-alpha.1.19625.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19625.1 - 5.0.0-alpha.1.19625.1 - 5.0.0-alpha.1.19625.1 + 5.0.0-alpha.1.19625.2 + 5.0.0-alpha.1.19625.2 + 5.0.0-alpha.1.19625.2 From f233c64e577f034fc4188e795043258c3ab74be4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 03:20:30 +0000 Subject: [PATCH 1244/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191225.3 (#5968) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19625.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19625.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19625.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19625.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f9ea916e..3385fc87d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9c598ceede8d70a9528495e1835a48143b5a2074 + e6470185eb7bc11e2414c4921720531e95419ddd - + https://github.com/dotnet/windowsdesktop - 9c598ceede8d70a9528495e1835a48143b5a2074 + e6470185eb7bc11e2414c4921720531e95419ddd - + https://github.com/dotnet/windowsdesktop - 9c598ceede8d70a9528495e1835a48143b5a2074 + e6470185eb7bc11e2414c4921720531e95419ddd https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 641e93d848dffb79f68ad2b50f3c2ac0987a0c5e - + https://github.com/dotnet/wpf f592c0c80b2dbf5df09b1a7d266d122763ec3b07 diff --git a/eng/Versions.props b/eng/Versions.props index a4d635b29..353bddfa1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19625.2 + 5.0.0-alpha.1.19625.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19625.2 - 5.0.0-alpha.1.19625.2 - 5.0.0-alpha.1.19625.2 + 5.0.0-alpha.1.19625.3 + 5.0.0-alpha.1.19625.3 + 5.0.0-alpha.1.19625.3 From 1f2874a59b23483421f61fb61ab886f1c6b7c55a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 08:20:48 +0000 Subject: [PATCH 1245/2259] Update dependencies from https://github.com/dotnet/toolset build 20191225.4 (#5969) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19625.4 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.19625.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bb0dec8d7..53840375d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - efd4239aad65650c5ea060157bfba6a340a46c29 + 37b6490871829bab98ffaf41a3ca2d7675cefca6 - + https://github.com/dotnet/sdk - 36cf3588bae9485ab2ac20104ee69de8270ad412 + 4a9be5b8dfb0c287883d3fd79c307f2bcfb41119 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 2bdc0b793..bbc366de1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19620.3 + 3.1.200-preview.19625.4 @@ -52,7 +52,7 @@ - 3.1.200-preview.19619.4 + 3.1.200-preview.19625.2 $(MicrosoftNETSdkPackageVersion) From e42f3c2e690cc3b787dbce0e1198c0465c541e10 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 13:35:48 +0000 Subject: [PATCH 1246/2259] Update dependencies from https://github.com/dotnet/arcade build 20191225.1 (#5970) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19625.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3385fc87d..84a9385e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - b7573607e81dd496c0270ba724f5ece5568bd311 + 4808b9983dea4d99e40df6215233ea78d396df6f diff --git a/global.json b/global.json index 13a6574db..98120aa10 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19624.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19625.1" } } From 56c36dfd3a6ed5c25cc035d99c8a9f05cd1b1bfa Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Thu, 26 Dec 2019 10:40:20 -0800 Subject: [PATCH 1247/2259] Fallback to commitcount for msi version when doing builds in CI or locally. For official builds it will use the patch number calculated by arcade. --- src/redist/targets/GenerateMSIs.targets | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 5ae9726ee..3124f7021 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -55,9 +55,22 @@ $(LayoutDirectory)MSBuildExtensions--> + + + + + + + $(GitCommitCount.PadLeft(6,'0')) + $(_PatchNumber) + + $(GitCommitCount) $(VersionPrefix).$(CombinedBuildNumberAndRevision) From a25828fd9d9553a14381619d943f9421a78878d2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2019 22:51:39 +0000 Subject: [PATCH 1248/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191226.1 (#5971) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19626.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19626.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19626.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19626.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84a9385e3..1db683bf6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e6470185eb7bc11e2414c4921720531e95419ddd + 80fe4dde837c96b26ca4e876fc9975f173fa773f - + https://github.com/dotnet/windowsdesktop - e6470185eb7bc11e2414c4921720531e95419ddd + 80fe4dde837c96b26ca4e876fc9975f173fa773f - + https://github.com/dotnet/windowsdesktop - e6470185eb7bc11e2414c4921720531e95419ddd + 80fe4dde837c96b26ca4e876fc9975f173fa773f https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 641e93d848dffb79f68ad2b50f3c2ac0987a0c5e - + https://github.com/dotnet/wpf - f592c0c80b2dbf5df09b1a7d266d122763ec3b07 + 9d914b3fd7d5d29df2a446a6fc0c7886bf23602e diff --git a/eng/Versions.props b/eng/Versions.props index 353bddfa1..9f72479f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19625.3 + 5.0.0-alpha.1.19626.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19625.3 - 5.0.0-alpha.1.19625.3 - 5.0.0-alpha.1.19625.3 + 5.0.0-alpha.1.19626.1 + 5.0.0-alpha.1.19626.1 + 5.0.0-alpha.1.19626.1 From b8466757eac996399e974fb51ab2cea179b436c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2019 01:55:34 +0000 Subject: [PATCH 1249/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191226.1 (#5972) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19626.1 - dotnet-user-secrets - 5.0.0-alpha.1.19626.1 - dotnet-watch - 5.0.0-alpha.1.19626.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19626.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19626.1 - dotnet-dev-certs - 5.0.0-alpha.1.19626.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1db683bf6..f3d31b592 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 194b15124c625c8c5a2286b0ee0f86b7187a0bec + 55c7cc96c4bb83b79391ba2bd367398bc73bc91e - + https://github.com/aspnet/AspNetCore - 194b15124c625c8c5a2286b0ee0f86b7187a0bec + 55c7cc96c4bb83b79391ba2bd367398bc73bc91e - + https://github.com/aspnet/AspNetCore - 194b15124c625c8c5a2286b0ee0f86b7187a0bec + 55c7cc96c4bb83b79391ba2bd367398bc73bc91e - + https://github.com/aspnet/AspNetCore - 194b15124c625c8c5a2286b0ee0f86b7187a0bec + 55c7cc96c4bb83b79391ba2bd367398bc73bc91e - + https://github.com/aspnet/AspNetCore - 194b15124c625c8c5a2286b0ee0f86b7187a0bec + 55c7cc96c4bb83b79391ba2bd367398bc73bc91e - + https://github.com/aspnet/AspNetCore - 194b15124c625c8c5a2286b0ee0f86b7187a0bec + 55c7cc96c4bb83b79391ba2bd367398bc73bc91e https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 9f72479f0..e0efd5e6d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19626.1 + 5.0.0-alpha.1.19626.1 + 5.0.0-alpha.1.19626.1 + 5.0.0-alpha.1.19626.1 + 5.0.0-alpha.1.19626.1 + 5.0.0-alpha.1.19626.1 From 121a632923eceefe720dbc3f28643b0d13b2ffa0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2019 02:50:32 +0000 Subject: [PATCH 1250/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191226.2 (#5973) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19626.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19626.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19626.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19626.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3d31b592..eb7a265cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 80fe4dde837c96b26ca4e876fc9975f173fa773f + 6a0ab3fb68734e6650a67f17774d40e97e17a0b1 - + https://github.com/dotnet/windowsdesktop - 80fe4dde837c96b26ca4e876fc9975f173fa773f + 6a0ab3fb68734e6650a67f17774d40e97e17a0b1 - + https://github.com/dotnet/windowsdesktop - 80fe4dde837c96b26ca4e876fc9975f173fa773f + 6a0ab3fb68734e6650a67f17774d40e97e17a0b1 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 641e93d848dffb79f68ad2b50f3c2ac0987a0c5e - + https://github.com/dotnet/wpf 9d914b3fd7d5d29df2a446a6fc0c7886bf23602e diff --git a/eng/Versions.props b/eng/Versions.props index e0efd5e6d..a8a14dc22 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19626.1 + 5.0.0-alpha.1.19626.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19626.1 - 5.0.0-alpha.1.19626.1 - 5.0.0-alpha.1.19626.1 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 From e194112b1f9c922b9254783f6e506cf62b46e8fc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2019 04:25:34 +0000 Subject: [PATCH 1251/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191226.2 (#5974) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19626.2 - dotnet-user-secrets - 5.0.0-alpha.1.19626.2 - dotnet-watch - 5.0.0-alpha.1.19626.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19626.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19626.2 - dotnet-dev-certs - 5.0.0-alpha.1.19626.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eb7a265cd..da0ab0731 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 55c7cc96c4bb83b79391ba2bd367398bc73bc91e + 1a5a1c6eb37cc377fac5c233d2d18670c47b475d - + https://github.com/aspnet/AspNetCore - 55c7cc96c4bb83b79391ba2bd367398bc73bc91e + 1a5a1c6eb37cc377fac5c233d2d18670c47b475d - + https://github.com/aspnet/AspNetCore - 55c7cc96c4bb83b79391ba2bd367398bc73bc91e + 1a5a1c6eb37cc377fac5c233d2d18670c47b475d - + https://github.com/aspnet/AspNetCore - 55c7cc96c4bb83b79391ba2bd367398bc73bc91e + 1a5a1c6eb37cc377fac5c233d2d18670c47b475d - + https://github.com/aspnet/AspNetCore - 55c7cc96c4bb83b79391ba2bd367398bc73bc91e + 1a5a1c6eb37cc377fac5c233d2d18670c47b475d - + https://github.com/aspnet/AspNetCore - 55c7cc96c4bb83b79391ba2bd367398bc73bc91e + 1a5a1c6eb37cc377fac5c233d2d18670c47b475d https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a8a14dc22..88a2284a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19626.1 - 5.0.0-alpha.1.19626.1 - 5.0.0-alpha.1.19626.1 - 5.0.0-alpha.1.19626.1 - 5.0.0-alpha.1.19626.1 - 5.0.0-alpha.1.19626.1 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 From ce552bdb92ed24cf6e3cf226d3d8398b66d99eb1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 27 Dec 2019 13:26:58 +0000 Subject: [PATCH 1252/2259] Update dependencies from https://github.com/dotnet/runtime build 20191226.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19626.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19626.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19626.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19626.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19626.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19626.2 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c38a7f65..1493b01c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - 07fa0f7f07a04e8238c63b90b208beebba108399 + bc47321f0c1922408fa07e1953e5b9b5735cf7d2 - + https://github.com/dotnet/runtime - 07fa0f7f07a04e8238c63b90b208beebba108399 + bc47321f0c1922408fa07e1953e5b9b5735cf7d2 - + https://github.com/dotnet/runtime - 07fa0f7f07a04e8238c63b90b208beebba108399 + bc47321f0c1922408fa07e1953e5b9b5735cf7d2 - + https://github.com/dotnet/runtime - 07fa0f7f07a04e8238c63b90b208beebba108399 + bc47321f0c1922408fa07e1953e5b9b5735cf7d2 - + https://github.com/dotnet/runtime - 07fa0f7f07a04e8238c63b90b208beebba108399 + bc47321f0c1922408fa07e1953e5b9b5735cf7d2 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 07fa0f7f07a04e8238c63b90b208beebba108399 + bc47321f0c1922408fa07e1953e5b9b5735cf7d2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 40283fada..c52785c66 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 - 5.0.0-alpha.1.19623.2 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19626.2 2.1.0 From 3c44fc99bef9d6b71bcffda25e98c129ce8e28cc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2019 13:31:11 +0000 Subject: [PATCH 1253/2259] Update dependencies from https://github.com/dotnet/arcade build 20191226.1 (#5976) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19626.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index da0ab0731..61fc2f28c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 4808b9983dea4d99e40df6215233ea78d396df6f + ade7c8cb46ba88f5e698c91da9e7605619e34b6c diff --git a/global.json b/global.json index 98120aa10..afcef9302 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-014915" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19625.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19626.1" } } From fa124fd53d2c2d31c3dcfd38a7c309e6b6b21f11 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Dec 2019 19:25:34 +0000 Subject: [PATCH 1254/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191227.1 (#5977) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19627.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19627.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19627.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19627.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61fc2f28c..9796f2ccb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6a0ab3fb68734e6650a67f17774d40e97e17a0b1 + ea32ea35f41279016c63ac7ed9dd235580773e05 - + https://github.com/dotnet/windowsdesktop - 6a0ab3fb68734e6650a67f17774d40e97e17a0b1 + ea32ea35f41279016c63ac7ed9dd235580773e05 - + https://github.com/dotnet/windowsdesktop - 6a0ab3fb68734e6650a67f17774d40e97e17a0b1 + ea32ea35f41279016c63ac7ed9dd235580773e05 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 641e93d848dffb79f68ad2b50f3c2ac0987a0c5e - + https://github.com/dotnet/wpf - 9d914b3fd7d5d29df2a446a6fc0c7886bf23602e + 165948b449e9de9fbba9843c2695f32a3212158f diff --git a/eng/Versions.props b/eng/Versions.props index 88a2284a8..1ce159b60 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19627.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19627.1 + 5.0.0-alpha.1.19627.1 + 5.0.0-alpha.1.19627.1 From 90c5bd8fe7c83c84852595baccc404d350588ae1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 01:05:46 +0000 Subject: [PATCH 1255/2259] Update dependencies from https://github.com/dotnet/toolset build 20191227.5 (#5978) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19627.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 53840375d..792781237 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 37b6490871829bab98ffaf41a3ca2d7675cefca6 + 739cf24fe3be4044017493c7b698a04acb14b2d2 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index bbc366de1..ea062c404 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19625.4 + 3.1.200-preview.19627.5 From a8ddfab33e2e1035f29364927107f20a710b8914 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 01:42:00 +0000 Subject: [PATCH 1256/2259] [master] Update dependencies from dotnet/toolset (#5761) * Update dependencies from https://github.com/dotnet/toolset build 20191122.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19572.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19571.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19572.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191122.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19572.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19572.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191122.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19572.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19572.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191122.17 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19572.17 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19572.17 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191122.23 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19572.23 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19572.23 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191123.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19573.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19570.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19573.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191123.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19573.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19573.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191124.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19574.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19574.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191124.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19574.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19574.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191125.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19575.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191125.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19575.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19575.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191125.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19575.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19575.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191126.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19576.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19576.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191126.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19576.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19576.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191126.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19576.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19576.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191126.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19576.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19576.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191126.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19576.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19576.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191128.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19578.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19578.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191129.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19579.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19572.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191129.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19579.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19575.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19579.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191130.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19580.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191130.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19580.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19580.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191130.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19580.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19580.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191130.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19580.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19579.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19580.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191201.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19601.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191201.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19601.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19601.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191202.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19602.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19580.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19602.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191202.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19602.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19602.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191203.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19603.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191203.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19603.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19603.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191203.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19603.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19603.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191203.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19603.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19603.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191204.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19604.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19604.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191204.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19604.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19604.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19601.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.13 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.13 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.14 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.14 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.14 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.15 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.15 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.20 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.20 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.20 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191205.21 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19605.21 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19603.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19605.21 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191206.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19606.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191206.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19606.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19606.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191207.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19607.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19607.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191208.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19608.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191208.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19608.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19608.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191210.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19610.15 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19610.15 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191210.21 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19610.21 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19610.21 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191210.30 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19610.30 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19610.30 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19611.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19611.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.23 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19611.23 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19611.23 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.24 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19611.24 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19605.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19611.24 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.25 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19611.25 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19611.25 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191211.33 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19611.33 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19611.33 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191212.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19612.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19612.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191212.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19612.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19612.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191212.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19612.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19612.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191212.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19612.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19606.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19612.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19613.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19612.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19613.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19612.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19613.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19613.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19608.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19612.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19613.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19613.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19612.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19613.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191213.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19613.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19613.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191214.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19614.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19614.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191214.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19614.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19613.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19614.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191214.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19614.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19614.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191214.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19614.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19614.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191214.15 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19614.15 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19614.15 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191215.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19615.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19613.20 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191215.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19615.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19615.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191215.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19615.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19615.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191215.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19615.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19615.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19614.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.11 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.11 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.12 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.12 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.12 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191216.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19616.13 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19616.13 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19616.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update stage 0 * Update dependencies from https://github.com/dotnet/toolset build 20191217.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191217.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19617.7 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19617.7 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19617.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191218.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19618.10 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19618.10 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191219.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19619.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19619.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191219.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19619.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19619.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191219.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19619.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19619.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191220.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19620.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19620.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191220.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19620.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19618.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19620.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191220.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19620.7 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19620.7 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191220.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19620.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19615.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19620.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191221.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19621.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19620.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19621.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191221.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19621.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19620.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19621.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191221.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19621.2 * Update dependencies from https://github.com/dotnet/toolset build 20191221.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19621.4 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19620.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19620.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19621.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191221.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19621.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19621.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19620.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19621.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191222.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19622.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19621.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191222.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19622.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19622.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191223.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19623.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19623.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191223.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19623.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19623.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191224.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19624.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19624.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191224.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19624.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19624.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191224.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19624.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19624.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191225.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19625.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191225.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19625.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19622.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19625.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191225.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19625.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19621.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19625.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191226.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19626.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19626.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191226.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19626.2 * Update dependencies from https://github.com/dotnet/toolset build 20191226.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19626.3 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19626.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191226.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19626.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19626.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191226.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19626.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19626.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191227.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19627.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19625.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19626.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19627.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191227.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19627.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19627.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19626.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19627.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191227.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19627.2 * Update dependencies from https://github.com/dotnet/toolset build 20191227.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19627.3 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19627.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19626.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19627.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Skipping WindowsDesktop tests. The SDK for it is not working and there is an issue filled for it here: https://github.com/dotnet/wpf/issues/2363. * Update dependencies from https://github.com/dotnet/toolset build 20191227.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19627.7 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19627.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19626.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19627.7 (parent: Microsoft.Dotnet.Toolset.Internal) Co-authored-by: Daniel Plaisted Co-authored-by: Livar --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- global.json | 2 +- test/EndToEnd/ProjectBuildTests.cs | 6 +++--- test/SdkTests/TestConfig.xml | 4 ++++ 5 files changed, 20 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9796f2ccb..18dee3c83 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - dcf5adbd4b5665887f22ad19592dedfb9f1e1b68 + 57ef4acae64d52b98e4aad4d8df3fc69a9e603d0 - + https://github.com/dotnet/toolset - 52ad01255b30c157c5fbea985d4cd0834d1fc9fb + e491ffb69ef5ad6769ab11b6cc53b0cbad513fd4 - + https://github.com/dotnet/sdk - 419501cb5731805c7e49bae276a2938e7c1844de + f6092eeadbddcd00b3249719e145b2190b40a48c - + https://github.com/dotnet/toolset - 52ad01255b30c157c5fbea985d4cd0834d1fc9fb + e491ffb69ef5ad6769ab11b6cc53b0cbad513fd4 diff --git a/eng/Versions.props b/eng/Versions.props index 1ce159b60..f213a788f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19567.1 + 5.0.100-alpha.1.19627.7 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19566.1 + 5.0.0-alpha1.19627.1 @@ -46,14 +46,14 @@ - 5.0.100-alpha.1.19567.1 + 5.0.100-alpha.1.19627.7 0.2.0 - 5.0.100-alpha1.19501.2 + 5.0.100-alpha.1.19626.1 $(MicrosoftNETSdkPackageVersion) diff --git a/global.json b/global.json index afcef9302..7a677affb 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.100-alpha1-014915" + "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19626.1" diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index ab3558dc8..e0080792f 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -99,15 +99,15 @@ namespace EndToEnd.Tests } [WindowsOnlyTheory] - [InlineData("wpf")] - [InlineData("winforms")] + [InlineData("wpf", Skip = "https://github.com/dotnet/wpf/issues/2363")] + [InlineData("winforms", Skip = "https://github.com/dotnet/wpf/issues/2363")] public void ItCanBuildDesktopTemplates(string templateName) { TestTemplateBuild(templateName); } [WindowsOnlyTheory] - [InlineData("wpf")] + [InlineData("wpf", Skip = "https://github.com/dotnet/wpf/issues/2363")] public void ItCanBuildDesktopTemplatesSelfContained(string templateName) { TestTemplateBuild(templateName); diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 441cc6cc7..19948f4dd 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -169,5 +169,9 @@ Issue="" Reason="Assumes netcoreapp3.1 targeting pack is bundled, which it is not in 5.0 SDK. Will resolve when sdk takes newer stage 0 and hits same issue."/> + From 5bae4eec4dc47d63ee48cef5f770c3bbe5c84098 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 03:05:30 +0000 Subject: [PATCH 1257/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191227.2 (#5980) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19627.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19627.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19627.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19627.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 18dee3c83..88ab0620d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ea32ea35f41279016c63ac7ed9dd235580773e05 + 0813d182b978184035acd4fdbc52b8cc7c8cf21c - + https://github.com/dotnet/windowsdesktop - ea32ea35f41279016c63ac7ed9dd235580773e05 + 0813d182b978184035acd4fdbc52b8cc7c8cf21c - + https://github.com/dotnet/windowsdesktop - ea32ea35f41279016c63ac7ed9dd235580773e05 + 0813d182b978184035acd4fdbc52b8cc7c8cf21c https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 641e93d848dffb79f68ad2b50f3c2ac0987a0c5e - + https://github.com/dotnet/wpf 165948b449e9de9fbba9843c2695f32a3212158f diff --git a/eng/Versions.props b/eng/Versions.props index f213a788f..e3fb1d6b8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19627.1 + 5.0.0-alpha.1.19627.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19627.1 - 5.0.0-alpha.1.19627.1 - 5.0.0-alpha.1.19627.1 + 5.0.0-alpha.1.19627.2 + 5.0.0-alpha.1.19627.2 + 5.0.0-alpha.1.19627.2 From 1c8ca45066f425a1c30f9a10dcff46d397e7716e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 04:06:29 +0000 Subject: [PATCH 1258/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#5979) * Update dependencies from https://github.com/dotnet/toolset build 20191227.8 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19627.8 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19627.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191227.10 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19627.10 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19627.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 792781237..63f652528 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 739cf24fe3be4044017493c7b698a04acb14b2d2 + 97ce68ffbd0adbae892b8557c57977c95ab240e9 https://github.com/dotnet/sdk 4a9be5b8dfb0c287883d3fd79c307f2bcfb41119 - + https://github.com/dotnet/cli - 5b54b31ddeacc0dc73cdfc5922f30670026018e9 + 55be78a9416f0289551c5d7827a1f4ae66a3b54b diff --git a/eng/Versions.props b/eng/Versions.props index ea062c404..46fc87aad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19627.5 + 3.1.200-preview.19627.10 @@ -45,7 +45,7 @@ - 3.1.200-preview.19620.1 + 3.1.200-preview.19627.4 0.2.0 From 84473a2b0f31664ff130d320a1f0d97dc2b5fe13 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 04:29:44 +0000 Subject: [PATCH 1259/2259] [master] Update dependencies from aspnet/AspNetCore (#5975) * Update dependencies from https://github.com/aspnet/AspNetCore build 20191226.3 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19626.3 - dotnet-user-secrets - 5.0.0-alpha.1.19626.3 - dotnet-watch - 5.0.0-alpha.1.19626.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19626.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19626.3 - dotnet-dev-certs - 5.0.0-alpha.1.19626.3 * Update dependencies from https://github.com/aspnet/AspNetCore build 20191227.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19627.1 - dotnet-user-secrets - 5.0.0-alpha.1.19627.1 - dotnet-watch - 5.0.0-alpha.1.19627.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19627.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19627.1 - dotnet-dev-certs - 5.0.0-alpha.1.19627.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 88ab0620d..61f0fbab7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 1a5a1c6eb37cc377fac5c233d2d18670c47b475d + af9f99299cd4a059cf30483d4f7f551ff38c5a28 - + https://github.com/aspnet/AspNetCore - 1a5a1c6eb37cc377fac5c233d2d18670c47b475d + af9f99299cd4a059cf30483d4f7f551ff38c5a28 - + https://github.com/aspnet/AspNetCore - 1a5a1c6eb37cc377fac5c233d2d18670c47b475d + af9f99299cd4a059cf30483d4f7f551ff38c5a28 - + https://github.com/aspnet/AspNetCore - 1a5a1c6eb37cc377fac5c233d2d18670c47b475d + af9f99299cd4a059cf30483d4f7f551ff38c5a28 - + https://github.com/aspnet/AspNetCore - 1a5a1c6eb37cc377fac5c233d2d18670c47b475d + af9f99299cd4a059cf30483d4f7f551ff38c5a28 - + https://github.com/aspnet/AspNetCore - 1a5a1c6eb37cc377fac5c233d2d18670c47b475d + af9f99299cd4a059cf30483d4f7f551ff38c5a28 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index e3fb1d6b8..fd721546b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19627.1 + 5.0.0-alpha.1.19627.1 + 5.0.0-alpha.1.19627.1 + 5.0.0-alpha.1.19627.1 + 5.0.0-alpha.1.19627.1 + 5.0.0-alpha.1.19627.1 From 559eb134885a28880302c17f2aaafe26621fb4f7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 09:35:30 +0000 Subject: [PATCH 1260/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191227.3 (#5981) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19627.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19627.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19627.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19627.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19627.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 61f0fbab7..e4d2d4372 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0813d182b978184035acd4fdbc52b8cc7c8cf21c + a436b11e1d6c5e32d04c37af2e3ecc0dc5041488 - + https://github.com/dotnet/windowsdesktop - 0813d182b978184035acd4fdbc52b8cc7c8cf21c + a436b11e1d6c5e32d04c37af2e3ecc0dc5041488 - + https://github.com/dotnet/windowsdesktop - 0813d182b978184035acd4fdbc52b8cc7c8cf21c + a436b11e1d6c5e32d04c37af2e3ecc0dc5041488 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ e491ffb69ef5ad6769ab11b6cc53b0cbad513fd4 - + https://github.com/dotnet/winforms - 641e93d848dffb79f68ad2b50f3c2ac0987a0c5e + 6c794cbdd8831749ccfd3d1c0832319d40bfa3c0 - + https://github.com/dotnet/wpf - 165948b449e9de9fbba9843c2695f32a3212158f + 8f4576b9839daa22bc690cb4cccf051f892ebb3f diff --git a/eng/Versions.props b/eng/Versions.props index fd721546b..17fe2538f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19624.2 + 5.0.0-alpha1.19627.1 - 5.0.0-alpha.1.19627.2 + 5.0.0-alpha.1.19627.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19627.2 - 5.0.0-alpha.1.19627.2 - 5.0.0-alpha.1.19627.2 + 5.0.0-alpha.1.19627.3 + 5.0.0-alpha.1.19627.3 + 5.0.0-alpha.1.19627.3 From b1669aed53184f588ae648cb7a3db622074577a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 10:40:33 +0000 Subject: [PATCH 1261/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191228.1 (#5982) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19628.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19628.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19628.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19627.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19627.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e4d2d4372..cc49017c0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a436b11e1d6c5e32d04c37af2e3ecc0dc5041488 + a7e0d29bb7614468fce62393b0334c1fad8ca1d8 - + https://github.com/dotnet/windowsdesktop - a436b11e1d6c5e32d04c37af2e3ecc0dc5041488 + a7e0d29bb7614468fce62393b0334c1fad8ca1d8 - + https://github.com/dotnet/windowsdesktop - a436b11e1d6c5e32d04c37af2e3ecc0dc5041488 + a7e0d29bb7614468fce62393b0334c1fad8ca1d8 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ e491ffb69ef5ad6769ab11b6cc53b0cbad513fd4 - + https://github.com/dotnet/winforms - 6c794cbdd8831749ccfd3d1c0832319d40bfa3c0 + 19bd5c5a2214a939b947c2ed3a18d2361e135ac9 - + https://github.com/dotnet/wpf - 8f4576b9839daa22bc690cb4cccf051f892ebb3f + 7937304f9f194b231eabad606c3df1791c5a9e95 diff --git a/eng/Versions.props b/eng/Versions.props index 17fe2538f..76ed37ebd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19627.1 + 5.0.0-alpha1.19627.3 - 5.0.0-alpha.1.19627.3 + 5.0.0-alpha.1.19627.4 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19627.3 - 5.0.0-alpha.1.19627.3 - 5.0.0-alpha.1.19627.3 + 5.0.0-alpha.1.19628.1 + 5.0.0-alpha.1.19628.1 + 5.0.0-alpha.1.19628.1 From ffc3c678651db5f05ea19c1dae44f7a3c9a64d59 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 28 Dec 2019 13:27:51 +0000 Subject: [PATCH 1262/2259] Update dependencies from https://github.com/dotnet/runtime build 20191227.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19627.5 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19627.5 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19627.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19627.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19627.5 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19627.5 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1493b01c3..54f9b2338 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - bc47321f0c1922408fa07e1953e5b9b5735cf7d2 + 2ecef0eed6838ffb8053df4354630a26e6a95a11 - + https://github.com/dotnet/runtime - bc47321f0c1922408fa07e1953e5b9b5735cf7d2 + 2ecef0eed6838ffb8053df4354630a26e6a95a11 - + https://github.com/dotnet/runtime - bc47321f0c1922408fa07e1953e5b9b5735cf7d2 + 2ecef0eed6838ffb8053df4354630a26e6a95a11 - + https://github.com/dotnet/runtime - bc47321f0c1922408fa07e1953e5b9b5735cf7d2 + 2ecef0eed6838ffb8053df4354630a26e6a95a11 - + https://github.com/dotnet/runtime - bc47321f0c1922408fa07e1953e5b9b5735cf7d2 + 2ecef0eed6838ffb8053df4354630a26e6a95a11 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - bc47321f0c1922408fa07e1953e5b9b5735cf7d2 + 2ecef0eed6838ffb8053df4354630a26e6a95a11 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c52785c66..42c0dbff2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19627.5 - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 - 5.0.0-alpha.1.19626.2 + 5.0.0-alpha.1.19627.5 + 5.0.0-alpha.1.19627.5 + 5.0.0-alpha.1.19627.5 + 5.0.0-alpha.1.19627.5 + 5.0.0-alpha.1.19627.5 2.1.0 From 7830176711cc70f7d294a8db4844acdd7132b786 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 13:30:41 +0000 Subject: [PATCH 1263/2259] Update dependencies from https://github.com/dotnet/arcade build 20191227.1 (#5983) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19627.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cc49017c0..fd03cc997 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - ade7c8cb46ba88f5e698c91da9e7605619e34b6c + d2d025c1de37b1258f147851cb3e7373ad5ff09d diff --git a/global.json b/global.json index 7a677affb..199fcaaa1 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19626.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19627.1" } } From 4d41a30f982945e4cce54965c5900dd03b953383 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 14:40:31 +0000 Subject: [PATCH 1264/2259] Update dependencies from https://github.com/dotnet/toolset build 20191228.1 (#5984) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19628.1 Dependency coherency updates - Microsoft.NET.Sdk - 5.0.100-alpha.1.19627.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19628.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd03cc997..af75e30e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 57ef4acae64d52b98e4aad4d8df3fc69a9e603d0 - + https://github.com/dotnet/toolset - e491ffb69ef5ad6769ab11b6cc53b0cbad513fd4 + 6800db6105f2f45af0d38612b1000c954386b678 - + https://github.com/dotnet/sdk - f6092eeadbddcd00b3249719e145b2190b40a48c + 20fd23d602378fa2206627a210b25fceae0b04c2 - + https://github.com/dotnet/toolset - e491ffb69ef5ad6769ab11b6cc53b0cbad513fd4 + 6800db6105f2f45af0d38612b1000c954386b678 diff --git a/eng/Versions.props b/eng/Versions.props index 76ed37ebd..c494cd685 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19627.7 + 5.0.100-alpha.1.19628.1 @@ -46,14 +46,14 @@ - 5.0.100-alpha.1.19627.7 + 5.0.100-alpha.1.19628.1 0.2.0 - 5.0.100-alpha.1.19626.1 + 5.0.100-alpha.1.19627.1 $(MicrosoftNETSdkPackageVersion) From 23abffaa4c66e5a798c78dc1a17b1aa14d98917d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 14:45:31 +0000 Subject: [PATCH 1265/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191228.2 (#5985) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19628.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19628.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19628.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19628.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index af75e30e5..9ba1613a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a7e0d29bb7614468fce62393b0334c1fad8ca1d8 + 18c2226966726345c24bea1f7e4018a5222c5132 - + https://github.com/dotnet/windowsdesktop - a7e0d29bb7614468fce62393b0334c1fad8ca1d8 + 18c2226966726345c24bea1f7e4018a5222c5132 - + https://github.com/dotnet/windowsdesktop - a7e0d29bb7614468fce62393b0334c1fad8ca1d8 + 18c2226966726345c24bea1f7e4018a5222c5132 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 19bd5c5a2214a939b947c2ed3a18d2361e135ac9 - + https://github.com/dotnet/wpf 7937304f9f194b231eabad606c3df1791c5a9e95 diff --git a/eng/Versions.props b/eng/Versions.props index c494cd685..61f66dcde 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19627.4 + 5.0.0-alpha.1.19628.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19628.1 - 5.0.0-alpha.1.19628.1 - 5.0.0-alpha.1.19628.1 + 5.0.0-alpha.1.19628.2 + 5.0.0-alpha.1.19628.2 + 5.0.0-alpha.1.19628.2 From 92b07a4bb7ce88bf3024f8c24989c76831cf43a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 15:06:18 +0000 Subject: [PATCH 1266/2259] [master] Update dependencies from dotnet/toolset (#5986) * Update dependencies from https://github.com/dotnet/toolset build 20191228.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19628.2 * Update dependencies from https://github.com/dotnet/toolset build 20191228.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19628.3 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19628.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ba1613a0..ecf682f11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 57ef4acae64d52b98e4aad4d8df3fc69a9e603d0 - + https://github.com/dotnet/toolset - 6800db6105f2f45af0d38612b1000c954386b678 + e4be192d3450cd7e3ab34b3d2743e9a1dd553f37 https://github.com/dotnet/sdk 20fd23d602378fa2206627a210b25fceae0b04c2 - + https://github.com/dotnet/toolset - 6800db6105f2f45af0d38612b1000c954386b678 + e4be192d3450cd7e3ab34b3d2743e9a1dd553f37 diff --git a/eng/Versions.props b/eng/Versions.props index 61f66dcde..3f646b31a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19628.1 + 5.0.100-alpha.1.19628.3 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19628.1 + 5.0.100-alpha.1.19628.3 0.2.0 From c6c2d854acbed6f70245ad1e0313b79f941dcf7f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 15:40:33 +0000 Subject: [PATCH 1267/2259] Update dependencies from https://github.com/dotnet/toolset build 20191228.4 (#5987) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19628.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19628.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19628.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ecf682f11..997c3e039 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 57ef4acae64d52b98e4aad4d8df3fc69a9e603d0 + 1f45714feb1eba23210115be19266c4b4dd8fc7b - + https://github.com/dotnet/toolset - e4be192d3450cd7e3ab34b3d2743e9a1dd553f37 + 495d82d1424462375c42ee6e72c20df32b2ce248 https://github.com/dotnet/sdk 20fd23d602378fa2206627a210b25fceae0b04c2 - + https://github.com/dotnet/toolset - e4be192d3450cd7e3ab34b3d2743e9a1dd553f37 + 495d82d1424462375c42ee6e72c20df32b2ce248 diff --git a/eng/Versions.props b/eng/Versions.props index 3f646b31a..6888a3a5f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19628.3 + 5.0.100-alpha.1.19628.4 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19627.1 + 5.0.0-alpha1.19628.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19628.3 + 5.0.100-alpha.1.19628.4 0.2.0 From 8fbc8d096f786a895d73ad9bcc3ba191f119c313 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Dec 2019 17:55:31 +0000 Subject: [PATCH 1268/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191228.3 (#5988) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19628.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19628.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19628.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19628.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 997c3e039..ddbdb550e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 18c2226966726345c24bea1f7e4018a5222c5132 + 78ae4428542c100fe9217043ae912969472707cf - + https://github.com/dotnet/windowsdesktop - 18c2226966726345c24bea1f7e4018a5222c5132 + 78ae4428542c100fe9217043ae912969472707cf - + https://github.com/dotnet/windowsdesktop - 18c2226966726345c24bea1f7e4018a5222c5132 + 78ae4428542c100fe9217043ae912969472707cf https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 19bd5c5a2214a939b947c2ed3a18d2361e135ac9 - + https://github.com/dotnet/wpf - 7937304f9f194b231eabad606c3df1791c5a9e95 + 2c30c01acd140c48df23c5e1b381f5485cf5c000 diff --git a/eng/Versions.props b/eng/Versions.props index 6888a3a5f..5cdc5f122 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19628.1 + 5.0.0-alpha.1.19628.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19628.2 - 5.0.0-alpha.1.19628.2 - 5.0.0-alpha.1.19628.2 + 5.0.0-alpha.1.19628.3 + 5.0.0-alpha.1.19628.3 + 5.0.0-alpha.1.19628.3 From 951752aae275bf8a50a7f43fb87b394db13af3e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 02:45:34 +0000 Subject: [PATCH 1269/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191228.4 (#5989) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19628.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19628.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19628.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19628.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ddbdb550e..73d72bb32 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 78ae4428542c100fe9217043ae912969472707cf + 8b9f01fc1791e7514a873b8dbe1dd070b573db6d - + https://github.com/dotnet/windowsdesktop - 78ae4428542c100fe9217043ae912969472707cf + 8b9f01fc1791e7514a873b8dbe1dd070b573db6d - + https://github.com/dotnet/windowsdesktop - 78ae4428542c100fe9217043ae912969472707cf + 8b9f01fc1791e7514a873b8dbe1dd070b573db6d https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 19bd5c5a2214a939b947c2ed3a18d2361e135ac9 - + https://github.com/dotnet/wpf 2c30c01acd140c48df23c5e1b381f5485cf5c000 diff --git a/eng/Versions.props b/eng/Versions.props index 5cdc5f122..840903680 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19628.2 + 5.0.0-alpha.1.19628.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19628.3 - 5.0.0-alpha.1.19628.3 - 5.0.0-alpha.1.19628.3 + 5.0.0-alpha.1.19628.4 + 5.0.0-alpha.1.19628.4 + 5.0.0-alpha.1.19628.4 From f945e267c6bac23b3bb5d45013d203b16e56c2e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 03:50:47 +0000 Subject: [PATCH 1270/2259] Update dependencies from https://github.com/dotnet/toolset build 20191228.5 (#5990) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19628.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 63f652528..86fd639aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 97ce68ffbd0adbae892b8557c57977c95ab240e9 + 558a059e2e5178a3ef208eb1f0294c3d460c462a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 46fc87aad..07d1cdde3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19627.10 + 3.1.200-preview.19628.5 From 559b843e38ee22c2a7eb2ab561d139fa93985df9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 12:50:31 +0000 Subject: [PATCH 1271/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191229.1 (#5991) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19629.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19629.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19629.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19628.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19629.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 73d72bb32..c40719cf0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8b9f01fc1791e7514a873b8dbe1dd070b573db6d + a0fdfb851fdc2e2ffc9aa3528bcadec66e064b76 - + https://github.com/dotnet/windowsdesktop - 8b9f01fc1791e7514a873b8dbe1dd070b573db6d + a0fdfb851fdc2e2ffc9aa3528bcadec66e064b76 - + https://github.com/dotnet/windowsdesktop - 8b9f01fc1791e7514a873b8dbe1dd070b573db6d + a0fdfb851fdc2e2ffc9aa3528bcadec66e064b76 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 495d82d1424462375c42ee6e72c20df32b2ce248 - + https://github.com/dotnet/winforms - 19bd5c5a2214a939b947c2ed3a18d2361e135ac9 + e014ba795c146192c4a87d2a9f08d17041237e39 - + https://github.com/dotnet/wpf - 2c30c01acd140c48df23c5e1b381f5485cf5c000 + a142dbba4e8659d3fb333516c3097a9841b32e19 diff --git a/eng/Versions.props b/eng/Versions.props index 840903680..3c53a8429 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19627.3 + 5.0.0-alpha1.19628.3 - 5.0.0-alpha.1.19628.3 + 5.0.0-alpha.1.19629.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19628.4 - 5.0.0-alpha.1.19628.4 - 5.0.0-alpha.1.19628.4 + 5.0.0-alpha.1.19629.1 + 5.0.0-alpha.1.19629.1 + 5.0.0-alpha.1.19629.1 From 39291cd621757d17a9d6084510a060b287c99d81 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 13:30:37 +0000 Subject: [PATCH 1272/2259] Update dependencies from https://github.com/dotnet/arcade build 20191228.1 (#5992) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19628.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c40719cf0..ead79eed8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - d2d025c1de37b1258f147851cb3e7373ad5ff09d + 44a53c66de431dbd54b4277d6338d2b103d6852d diff --git a/global.json b/global.json index 199fcaaa1..bfdc8ae6c 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19627.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19628.1" } } From 8960417d9cdbef5122f9b4fe35ccf0f8d9a59593 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 14:40:03 +0000 Subject: [PATCH 1273/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191229.2 (#5993) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19629.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19629.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19629.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19629.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ead79eed8..ce8a7e636 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a0fdfb851fdc2e2ffc9aa3528bcadec66e064b76 + 70d40ac28b322256ce4e9a30cc1d812058b321ff - + https://github.com/dotnet/windowsdesktop - a0fdfb851fdc2e2ffc9aa3528bcadec66e064b76 + 70d40ac28b322256ce4e9a30cc1d812058b321ff - + https://github.com/dotnet/windowsdesktop - a0fdfb851fdc2e2ffc9aa3528bcadec66e064b76 + 70d40ac28b322256ce4e9a30cc1d812058b321ff https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms e014ba795c146192c4a87d2a9f08d17041237e39 - + https://github.com/dotnet/wpf a142dbba4e8659d3fb333516c3097a9841b32e19 diff --git a/eng/Versions.props b/eng/Versions.props index 3c53a8429..43c6da115 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19629.1 + 5.0.0-alpha.1.19629.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19629.1 - 5.0.0-alpha.1.19629.1 - 5.0.0-alpha.1.19629.1 + 5.0.0-alpha.1.19629.2 + 5.0.0-alpha.1.19629.2 + 5.0.0-alpha.1.19629.2 From 97e3c7954374246a1a4aedee2e3c09e7aa4210d6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 15:05:36 +0000 Subject: [PATCH 1274/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191229.3 (#5995) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19629.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19629.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19629.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19629.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19629.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ce8a7e636..f787da50d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 70d40ac28b322256ce4e9a30cc1d812058b321ff + 8e9b5d0e4664b118d75e2391538cae50b284497e - + https://github.com/dotnet/windowsdesktop - 70d40ac28b322256ce4e9a30cc1d812058b321ff + 8e9b5d0e4664b118d75e2391538cae50b284497e - + https://github.com/dotnet/windowsdesktop - 70d40ac28b322256ce4e9a30cc1d812058b321ff + 8e9b5d0e4664b118d75e2391538cae50b284497e https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 495d82d1424462375c42ee6e72c20df32b2ce248 - + https://github.com/dotnet/winforms - e014ba795c146192c4a87d2a9f08d17041237e39 + cf77b719bb4d2843718921686ba4bb3177067318 - + https://github.com/dotnet/wpf - a142dbba4e8659d3fb333516c3097a9841b32e19 + b5e081904799789a3b62ed8eb0fd4d5ce0628c11 diff --git a/eng/Versions.props b/eng/Versions.props index 43c6da115..5ed28c7e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19628.3 + 5.0.0-alpha1.19629.7 - 5.0.0-alpha.1.19629.2 + 5.0.0-alpha.1.19629.4 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19629.2 - 5.0.0-alpha.1.19629.2 - 5.0.0-alpha.1.19629.2 + 5.0.0-alpha.1.19629.3 + 5.0.0-alpha.1.19629.3 + 5.0.0-alpha.1.19629.3 From 632694549a30727715ddd5caf6f656f28e607f8f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 15:30:59 +0000 Subject: [PATCH 1275/2259] [master] Update dependencies from dotnet/toolset (#5994) * Update dependencies from https://github.com/dotnet/toolset build 20191229.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19629.1 Dependency coherency updates - Microsoft.NET.Sdk - 5.0.100-alpha.1.19628.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19629.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191229.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19629.2 Dependency coherency updates - Microsoft.NET.Sdk - 5.0.100-alpha.1.19628.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19629.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20191229.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19629.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.19629.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-alpha.1.19628.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19629.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f787da50d..f34a2d674 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 1f45714feb1eba23210115be19266c4b4dd8fc7b + 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 - + https://github.com/dotnet/toolset - 495d82d1424462375c42ee6e72c20df32b2ce248 + 7250b96eb381ff0c92e7d5d09a8aeba1fd0fb912 - + https://github.com/dotnet/sdk - 20fd23d602378fa2206627a210b25fceae0b04c2 + e9006b464cfbdd85ee54f87617e6f6d4ba8ed45c - + https://github.com/dotnet/toolset - 495d82d1424462375c42ee6e72c20df32b2ce248 + 7250b96eb381ff0c92e7d5d09a8aeba1fd0fb912 diff --git a/eng/Versions.props b/eng/Versions.props index 5ed28c7e6..9b106aaf6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19628.4 + 5.0.100-alpha.1.19629.3 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19628.1 + 5.0.0-alpha1.19629.1 @@ -46,14 +46,14 @@ - 5.0.100-alpha.1.19628.4 + 5.0.100-alpha.1.19629.3 0.2.0 - 5.0.100-alpha.1.19627.1 + 5.0.100-alpha.1.19628.2 $(MicrosoftNETSdkPackageVersion) From ec0234795ae791d97eed785ace670a4580a84970 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 16:00:33 +0000 Subject: [PATCH 1276/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191229.4 (#5996) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19629.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19629.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19629.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19629.12 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19629.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f34a2d674..8d0955a2d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8e9b5d0e4664b118d75e2391538cae50b284497e + 3ff0082e90081ca054d95d8219bb124ae15a879d - + https://github.com/dotnet/windowsdesktop - 8e9b5d0e4664b118d75e2391538cae50b284497e + 3ff0082e90081ca054d95d8219bb124ae15a879d - + https://github.com/dotnet/windowsdesktop - 8e9b5d0e4664b118d75e2391538cae50b284497e + 3ff0082e90081ca054d95d8219bb124ae15a879d https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 7250b96eb381ff0c92e7d5d09a8aeba1fd0fb912 - + https://github.com/dotnet/winforms - cf77b719bb4d2843718921686ba4bb3177067318 + aa66f8d454e411d8d9350f7a1fba6e19645e32aa - + https://github.com/dotnet/wpf - b5e081904799789a3b62ed8eb0fd4d5ce0628c11 + a39f96693d5a959c68c5e545786fb7d2e875b7e0 diff --git a/eng/Versions.props b/eng/Versions.props index 9b106aaf6..afe97ba4f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19629.7 + 5.0.0-alpha1.19629.12 - 5.0.0-alpha.1.19629.4 + 5.0.0-alpha.1.19629.5 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19629.3 - 5.0.0-alpha.1.19629.3 - 5.0.0-alpha.1.19629.3 + 5.0.0-alpha.1.19629.4 + 5.0.0-alpha.1.19629.4 + 5.0.0-alpha.1.19629.4 From 893fd736e9c9a2ee538d787aae9138fdbf0556d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 17:15:32 +0000 Subject: [PATCH 1277/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191229.5 (#5997) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19629.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19629.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19629.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19629.16 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19629.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8d0955a2d..44a34bf45 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3ff0082e90081ca054d95d8219bb124ae15a879d + ba94ebe773f80621d437793c0f04404d640cbb22 - + https://github.com/dotnet/windowsdesktop - 3ff0082e90081ca054d95d8219bb124ae15a879d + ba94ebe773f80621d437793c0f04404d640cbb22 - + https://github.com/dotnet/windowsdesktop - 3ff0082e90081ca054d95d8219bb124ae15a879d + ba94ebe773f80621d437793c0f04404d640cbb22 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 7250b96eb381ff0c92e7d5d09a8aeba1fd0fb912 - + https://github.com/dotnet/winforms - aa66f8d454e411d8d9350f7a1fba6e19645e32aa + 819299ef971509eb74f1835e1389f633ff57d173 - + https://github.com/dotnet/wpf - a39f96693d5a959c68c5e545786fb7d2e875b7e0 + 7ab0acb0e922459e13997dfe93cf20f91a8210c1 diff --git a/eng/Versions.props b/eng/Versions.props index afe97ba4f..13f97a732 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19629.12 + 5.0.0-alpha1.19629.16 - 5.0.0-alpha.1.19629.5 + 5.0.0-alpha.1.19629.7 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19629.4 - 5.0.0-alpha.1.19629.4 - 5.0.0-alpha.1.19629.4 + 5.0.0-alpha.1.19629.5 + 5.0.0-alpha.1.19629.5 + 5.0.0-alpha.1.19629.5 From 620d4b36166dc68a393cac9f8c5836cd05b16115 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Dec 2019 18:40:32 +0000 Subject: [PATCH 1278/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191229.6 (#5998) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19629.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19629.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19629.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19629.17 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19629.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44a34bf45..b6bb25527 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ba94ebe773f80621d437793c0f04404d640cbb22 + 6bfce07d0f370012ac1a3c4e936ab94fe45c8980 - + https://github.com/dotnet/windowsdesktop - ba94ebe773f80621d437793c0f04404d640cbb22 + 6bfce07d0f370012ac1a3c4e936ab94fe45c8980 - + https://github.com/dotnet/windowsdesktop - ba94ebe773f80621d437793c0f04404d640cbb22 + 6bfce07d0f370012ac1a3c4e936ab94fe45c8980 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 7250b96eb381ff0c92e7d5d09a8aeba1fd0fb912 - + https://github.com/dotnet/winforms - 819299ef971509eb74f1835e1389f633ff57d173 + a965dc35ac9f24ba737e8679c566c63ad33ed0b7 - + https://github.com/dotnet/wpf - 7ab0acb0e922459e13997dfe93cf20f91a8210c1 + 6fa92fc0aaf70c53211f1c401bd32e5d57bd444b diff --git a/eng/Versions.props b/eng/Versions.props index 13f97a732..b6d51eb55 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19629.16 + 5.0.0-alpha1.19629.17 - 5.0.0-alpha.1.19629.7 + 5.0.0-alpha.1.19629.8 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19629.5 - 5.0.0-alpha.1.19629.5 - 5.0.0-alpha.1.19629.5 + 5.0.0-alpha.1.19629.6 + 5.0.0-alpha.1.19629.6 + 5.0.0-alpha.1.19629.6 From 6b2b2171fda3daca0ac35d82717562ca262cf81a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 02:50:34 +0000 Subject: [PATCH 1279/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191229.7 (#6000) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19629.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19629.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19629.7 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19629.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6bb25527..7ed3df260 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6bfce07d0f370012ac1a3c4e936ab94fe45c8980 + 9e510d8d5b631b808478369d2c007927b95cdad5 - + https://github.com/dotnet/windowsdesktop - 6bfce07d0f370012ac1a3c4e936ab94fe45c8980 + 9e510d8d5b631b808478369d2c007927b95cdad5 - + https://github.com/dotnet/windowsdesktop - 6bfce07d0f370012ac1a3c4e936ab94fe45c8980 + 9e510d8d5b631b808478369d2c007927b95cdad5 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms a965dc35ac9f24ba737e8679c566c63ad33ed0b7 - + https://github.com/dotnet/wpf 6fa92fc0aaf70c53211f1c401bd32e5d57bd444b diff --git a/eng/Versions.props b/eng/Versions.props index b6d51eb55..7d2fba100 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19629.8 + 5.0.0-alpha.1.19629.9 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19629.6 - 5.0.0-alpha.1.19629.6 - 5.0.0-alpha.1.19629.6 + 5.0.0-alpha.1.19629.7 + 5.0.0-alpha.1.19629.7 + 5.0.0-alpha.1.19629.7 From 880708da34b32189486bcdff3935d1222f03a837 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 04:00:10 +0000 Subject: [PATCH 1280/2259] Update dependencies from https://github.com/dotnet/toolset build 20191229.4 (#6001) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19629.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19629.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ed3df260..3c8a4883e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 - + https://github.com/dotnet/toolset - 7250b96eb381ff0c92e7d5d09a8aeba1fd0fb912 + d491f210644d8310adb4a72c85f573b61a011c8b https://github.com/dotnet/sdk e9006b464cfbdd85ee54f87617e6f6d4ba8ed45c - + https://github.com/dotnet/toolset - 7250b96eb381ff0c92e7d5d09a8aeba1fd0fb912 + d491f210644d8310adb4a72c85f573b61a011c8b diff --git a/eng/Versions.props b/eng/Versions.props index 7d2fba100..b44bc6032 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19629.3 + 5.0.100-alpha.1.19629.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19629.3 + 5.0.100-alpha.1.19629.4 0.2.0 From e00d26b51fba8cca0444d6c24c62049b1e929325 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 04:25:43 +0000 Subject: [PATCH 1281/2259] Update dependencies from https://github.com/dotnet/toolset build 20191229.5 (#6002) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19629.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19629.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3c8a4883e..4b43db830 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 - + https://github.com/dotnet/toolset - d491f210644d8310adb4a72c85f573b61a011c8b + 2da190e5940190e23170f62dfd2fbaa453a85db7 https://github.com/dotnet/sdk e9006b464cfbdd85ee54f87617e6f6d4ba8ed45c - + https://github.com/dotnet/toolset - d491f210644d8310adb4a72c85f573b61a011c8b + 2da190e5940190e23170f62dfd2fbaa453a85db7 diff --git a/eng/Versions.props b/eng/Versions.props index b44bc6032..d3d9b64d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19629.4 + 5.0.100-alpha.1.19629.5 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19629.4 + 5.0.100-alpha.1.19629.5 0.2.0 From db110414e761549217437243310609f94c901cbf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 13:36:01 +0000 Subject: [PATCH 1282/2259] Update dependencies from https://github.com/dotnet/arcade build 20191229.1 (#6003) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19629.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b43db830..64f20b996 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 44a53c66de431dbd54b4277d6338d2b103d6852d + f40849c5bbdfd1f1b99801f5a40343f8d4a192c9 diff --git a/global.json b/global.json index bfdc8ae6c..59c93b62f 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19628.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19629.1" } } From 752e7adb1f894d0427559e4c75aae1eaedd237e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 14:45:57 +0000 Subject: [PATCH 1283/2259] Update dependencies from https://github.com/dotnet/toolset build 20191230.1 (#6004) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19630.1 Dependency coherency updates - Microsoft.NET.Sdk - 5.0.100-alpha.1.19629.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19630.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 64f20b996..13582ace6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 - + https://github.com/dotnet/toolset - 2da190e5940190e23170f62dfd2fbaa453a85db7 + 0c622f61296d3016ee72699ccc3ce035e6d2e1ce - + https://github.com/dotnet/sdk - e9006b464cfbdd85ee54f87617e6f6d4ba8ed45c + 055027b26dc18cf4d192140c5fc8047c3d2dea57 - + https://github.com/dotnet/toolset - 2da190e5940190e23170f62dfd2fbaa453a85db7 + 0c622f61296d3016ee72699ccc3ce035e6d2e1ce diff --git a/eng/Versions.props b/eng/Versions.props index d3d9b64d9..0ba145d4c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19629.5 + 5.0.100-alpha.1.19630.1 @@ -46,14 +46,14 @@ - 5.0.100-alpha.1.19629.5 + 5.0.100-alpha.1.19630.1 0.2.0 - 5.0.100-alpha.1.19628.2 + 5.0.100-alpha.1.19629.1 $(MicrosoftNETSdkPackageVersion) From 2bac540dcf2e2bddebee051d1c41615b5fc18018 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 15:11:46 +0000 Subject: [PATCH 1284/2259] [master] Update dependencies from dotnet/toolset (#6005) * Update dependencies from https://github.com/dotnet/toolset build 20191230.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19630.2 * Update dependencies from https://github.com/dotnet/toolset build 20191230.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19630.3 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19630.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13582ace6..20c79887e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 - + https://github.com/dotnet/toolset - 0c622f61296d3016ee72699ccc3ce035e6d2e1ce + 456dfe1845347dda5f63481a9632dce6f759f9a1 https://github.com/dotnet/sdk 055027b26dc18cf4d192140c5fc8047c3d2dea57 - + https://github.com/dotnet/toolset - 0c622f61296d3016ee72699ccc3ce035e6d2e1ce + 456dfe1845347dda5f63481a9632dce6f759f9a1 diff --git a/eng/Versions.props b/eng/Versions.props index 0ba145d4c..06d5d2bf2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19630.1 + 5.0.100-alpha.1.19630.3 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19630.1 + 5.0.100-alpha.1.19630.3 0.2.0 From c24da1eea53feddadbbb2e9c12cd11a272ba97d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 17:20:31 +0000 Subject: [PATCH 1285/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191230.1 (#6006) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19630.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19630.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19630.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19630.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20c79887e..f50090b9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9e510d8d5b631b808478369d2c007927b95cdad5 + 3c2212b2a979febd140b323a44da1ddcbe955df4 - + https://github.com/dotnet/windowsdesktop - 9e510d8d5b631b808478369d2c007927b95cdad5 + 3c2212b2a979febd140b323a44da1ddcbe955df4 - + https://github.com/dotnet/windowsdesktop - 9e510d8d5b631b808478369d2c007927b95cdad5 + 3c2212b2a979febd140b323a44da1ddcbe955df4 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms a965dc35ac9f24ba737e8679c566c63ad33ed0b7 - + https://github.com/dotnet/wpf - 6fa92fc0aaf70c53211f1c401bd32e5d57bd444b + c90f457bfeb8d7737bb32f9e088aa2d9f8aff1d2 diff --git a/eng/Versions.props b/eng/Versions.props index 06d5d2bf2..558d94041 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19629.9 + 5.0.0-alpha.1.19630.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19629.7 - 5.0.0-alpha.1.19629.7 - 5.0.0-alpha.1.19629.7 + 5.0.0-alpha.1.19630.1 + 5.0.0-alpha.1.19630.1 + 5.0.0-alpha.1.19630.1 From c351a0e0f4eaba385e8f142074f910c9dbbe07fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 18:00:38 +0000 Subject: [PATCH 1286/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191230.1 (#6007) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19630.1 - dotnet-user-secrets - 5.0.0-alpha.1.19630.1 - dotnet-watch - 5.0.0-alpha.1.19630.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19630.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19630.1 - dotnet-dev-certs - 5.0.0-alpha.1.19630.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f50090b9c..2e6fa32bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - af9f99299cd4a059cf30483d4f7f551ff38c5a28 + a3495751a168c4aa1eb341196d3d7ce5cf161554 - + https://github.com/aspnet/AspNetCore - af9f99299cd4a059cf30483d4f7f551ff38c5a28 + a3495751a168c4aa1eb341196d3d7ce5cf161554 - + https://github.com/aspnet/AspNetCore - af9f99299cd4a059cf30483d4f7f551ff38c5a28 + a3495751a168c4aa1eb341196d3d7ce5cf161554 - + https://github.com/aspnet/AspNetCore - af9f99299cd4a059cf30483d4f7f551ff38c5a28 + a3495751a168c4aa1eb341196d3d7ce5cf161554 - + https://github.com/aspnet/AspNetCore - af9f99299cd4a059cf30483d4f7f551ff38c5a28 + a3495751a168c4aa1eb341196d3d7ce5cf161554 - + https://github.com/aspnet/AspNetCore - af9f99299cd4a059cf30483d4f7f551ff38c5a28 + a3495751a168c4aa1eb341196d3d7ce5cf161554 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 558d94041..19d7a349a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19627.1 - 5.0.0-alpha.1.19627.1 - 5.0.0-alpha.1.19627.1 - 5.0.0-alpha.1.19627.1 - 5.0.0-alpha.1.19627.1 - 5.0.0-alpha.1.19627.1 + 5.0.0-alpha.1.19630.1 + 5.0.0-alpha.1.19630.1 + 5.0.0-alpha.1.19630.1 + 5.0.0-alpha.1.19630.1 + 5.0.0-alpha.1.19630.1 + 5.0.0-alpha.1.19630.1 From 3a2a202b84f07ff877bed91a15d4d01f211e1399 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 18:10:31 +0000 Subject: [PATCH 1287/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191230.2 (#6008) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19630.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19630.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19630.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19630.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19630.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e6fa32bd..11b12e341 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3c2212b2a979febd140b323a44da1ddcbe955df4 + 14fb60259fbcb698090ea0de2fa9618c4d8dbe56 - + https://github.com/dotnet/windowsdesktop - 3c2212b2a979febd140b323a44da1ddcbe955df4 + 14fb60259fbcb698090ea0de2fa9618c4d8dbe56 - + https://github.com/dotnet/windowsdesktop - 3c2212b2a979febd140b323a44da1ddcbe955df4 + 14fb60259fbcb698090ea0de2fa9618c4d8dbe56 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 456dfe1845347dda5f63481a9632dce6f759f9a1 - + https://github.com/dotnet/winforms - a965dc35ac9f24ba737e8679c566c63ad33ed0b7 + a8bf1d6f3b10d419fb44b2f0f7a975e9340d57dc - + https://github.com/dotnet/wpf - c90f457bfeb8d7737bb32f9e088aa2d9f8aff1d2 + 54b4b4df2c90fd73e877e15a5eecb81a67966012 diff --git a/eng/Versions.props b/eng/Versions.props index 19d7a349a..a7d04b607 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19629.17 + 5.0.0-alpha1.19630.1 - 5.0.0-alpha.1.19630.1 + 5.0.0-alpha.1.19630.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19630.1 - 5.0.0-alpha.1.19630.1 - 5.0.0-alpha.1.19630.1 + 5.0.0-alpha.1.19630.2 + 5.0.0-alpha.1.19630.2 + 5.0.0-alpha.1.19630.2 From 3b8a0ac377000676fda86096824b663e75afe896 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Dec 2019 19:05:32 +0000 Subject: [PATCH 1288/2259] Update dependencies from https://github.com/dotnet/toolset build 20191230.5 (#6009) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19630.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19630.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 11b12e341..ac77723e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 - + https://github.com/dotnet/toolset - 456dfe1845347dda5f63481a9632dce6f759f9a1 + fb0d750ae98490e2c4f9e9a8babf4ef519bb8f68 https://github.com/dotnet/sdk 055027b26dc18cf4d192140c5fc8047c3d2dea57 - + https://github.com/dotnet/toolset - 456dfe1845347dda5f63481a9632dce6f759f9a1 + fb0d750ae98490e2c4f9e9a8babf4ef519bb8f68 diff --git a/eng/Versions.props b/eng/Versions.props index a7d04b607..7762dec27 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19630.3 + 5.0.100-alpha.1.19630.5 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19630.3 + 5.0.100-alpha.1.19630.5 0.2.0 From 2fb0dd534122575452094370f8456d27099d064a Mon Sep 17 00:00:00 2001 From: William Li Date: Mon, 30 Dec 2019 13:56:28 -0800 Subject: [PATCH 1289/2259] Update README download table (#5951) This table is generated by https://github.com/wli3/sdk-readme-table-generator Add 3.1.2xx branch and remove 2.x.xx branchs since they are no longer supported. --- README.md | 398 ++++++++++++++++-------------------------------------- 1 file changed, 119 insertions(+), 279 deletions(-) diff --git a/README.md b/README.md index e2ef7b5a5..8089a0b50 100644 --- a/README.md +++ b/README.md @@ -51,26 +51,25 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
(5.0.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | Release/2.2.3XX
(2.2.x Runtime) | Release/2.2.2XX
(2.2.x Runtime) | Release/2.2.1XX
(2.2.x Runtime) | Release/2.1.7XX
(2.1.7 Runtime) | Release/2.1.6XX
(2.1.6 Runtime) | Release/2.1.5XX
(2.1.5 Runtime) | -|:---------|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:|:----------:| -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-3.1.1xx]][win-x64-version-3.1.1xx]
[Installer][win-x64-installer-3.1.1xx] - [Checksum][win-x64-installer-checksum-3.1.1xx]
[zip][win-x64-zip-3.1.1xx] - [Checksum][win-x64-zip-checksum-3.1.1xx] | [![][win-x64-badge-3.0.1xx]][win-x64-version-3.0.1xx]
[Installer][win-x64-installer-3.0.1xx] - [Checksum][win-x64-installer-checksum-3.0.1xx]
[zip][win-x64-zip-3.0.1xx] - [Checksum][win-x64-zip-checksum-3.0.1xx] | [![][win-x64-badge-2.2.3XX]][win-x64-version-2.2.3XX]
[Installer][win-x64-installer-2.2.3XX] - [Checksum][win-x64-installer-checksum-2.2.3XX]
[zip][win-x64-zip-2.2.3XX] - [Checksum][win-x64-zip-checksum-2.2.3XX] |[![][win-x64-badge-2.2.2XX]][win-x64-version-2.2.2XX]
[Installer][win-x64-installer-2.2.2XX] - [Checksum][win-x64-installer-checksum-2.2.2XX]
[zip][win-x64-zip-2.2.2XX] - [Checksum][win-x64-zip-checksum-2.2.2XX] |[![][win-x64-badge-2.2.1XX]][win-x64-version-2.2.1XX]
[Installer][win-x64-installer-2.2.1XX] - [Checksum][win-x64-installer-checksum-2.2.1XX]
[zip][win-x64-zip-2.2.1XX] - [Checksum][win-x64-zip-checksum-2.2.1XX] |[![][win-x64-badge-2.1.7XX]][win-x64-version-2.1.7XX]
[Installer][win-x64-installer-2.1.7XX] - [Checksum][win-x64-installer-checksum-2.1.7XX]
[zip][win-x64-zip-2.1.7XX] - [Checksum][win-x64-zip-checksum-2.1.7XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
[Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
[zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
[Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
[zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-3.1.1xx]][win-x86-version-3.1.1xx]
[Installer][win-x86-installer-3.1.1xx] - [Checksum][win-x86-installer-checksum-3.1.1xx]
[zip][win-x86-zip-3.1.1xx] - [Checksum][win-x86-zip-checksum-3.1.1xx] | [![][win-x86-badge-3.0.1xx]][win-x86-version-3.0.1xx]
[Installer][win-x86-installer-3.0.1xx] - [Checksum][win-x86-installer-checksum-3.0.1xx]
[zip][win-x86-zip-3.0.1xx] - [Checksum][win-x86-zip-checksum-3.0.1xx] | [![][win-x86-badge-2.2.3XX]][win-x86-version-2.2.3XX]
[Installer][win-x86-installer-2.2.3XX] - [Checksum][win-x86-installer-checksum-2.2.3XX]
[zip][win-x86-zip-2.2.3XX] - [Checksum][win-x86-zip-checksum-2.2.3XX] |[![][win-x86-badge-2.2.2XX]][win-x86-version-2.2.2XX]
[Installer][win-x86-installer-2.2.2XX] - [Checksum][win-x86-installer-checksum-2.2.2XX]
[zip][win-x86-zip-2.2.2XX] - [Checksum][win-x86-zip-checksum-2.2.2XX] |[![][win-x86-badge-2.2.1XX]][win-x86-version-2.2.1XX]
[Installer][win-x86-installer-2.2.1XX] - [Checksum][win-x86-installer-checksum-2.2.1XX]
[zip][win-x86-zip-2.2.1XX] - [Checksum][win-x86-zip-checksum-2.2.1XX] |[![][win-x86-badge-2.1.7XX]][win-x86-version-2.1.7XX]
[Installer][win-x86-installer-2.1.7XX] - [Checksum][win-x86-installer-checksum-2.1.7XX]
[zip][win-x86-zip-2.1.7XX] - [Checksum][win-x86-zip-checksum-2.1.7XX] | [![][win-x86-badge-2.1.6XX]][win-x86-version-2.1.6XX]
[Installer][win-x86-installer-2.1.6XX] - [Checksum][win-x86-installer-checksum-2.1.6XX]
[zip][win-x86-zip-2.1.6XX] - [Checksum][win-x86-zip-checksum-2.1.6XX] | [![][win-x86-badge-2.1.5XX]][win-x86-version-2.1.5XX]
[Installer][win-x86-installer-2.1.5XX] - [Checksum][win-x86-installer-checksum-2.1.5XX]
[zip][win-x86-zip-2.1.5XX] - [Checksum][win-x86-zip-checksum-2.1.5XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-3.1.1xx]][osx-version-3.1.1xx]
[Installer][osx-installer-3.1.1xx] - [Checksum][osx-installer-checksum-3.1.1xx]
[tar.gz][osx-targz-3.1.1xx] - [Checksum][osx-targz-checksum-3.1.1xx] | [![][osx-badge-3.0.1xx]][osx-version-3.0.1xx]
[Installer][osx-installer-3.0.1xx] - [Checksum][osx-installer-checksum-3.0.1xx]
[tar.gz][osx-targz-3.0.1xx] - [Checksum][osx-targz-checksum-3.0.1xx] | [![][osx-badge-2.2.3XX]][osx-version-2.2.3XX]
[Installer][osx-installer-2.2.3XX] - [Checksum][osx-installer-checksum-2.2.3XX]
[tar.gz][osx-targz-2.2.3XX] - [Checksum][osx-targz-checksum-2.2.3XX] |[![][osx-badge-2.2.2XX]][osx-version-2.2.2XX]
[Installer][osx-installer-2.2.2XX] - [Checksum][osx-installer-checksum-2.2.2XX]
[tar.gz][osx-targz-2.2.2XX] - [Checksum][osx-targz-checksum-2.2.2XX] |[![][osx-badge-2.2.1XX]][osx-version-2.2.1XX]
[Installer][osx-installer-2.2.1XX] - [Checksum][osx-installer-checksum-2.2.1XX]
[tar.gz][osx-targz-2.2.1XX] - [Checksum][osx-targz-checksum-2.2.1XX] |[![][osx-badge-2.1.7XX]][osx-version-2.1.7XX]
[Installer][osx-installer-2.1.7XX] - [Checksum][osx-installer-checksum-2.1.7XX]
[tar.gz][osx-targz-2.1.7XX] - [Checksum][osx-targz-checksum-2.1.7XX] | [![][osx-badge-2.1.6XX]][osx-version-2.1.6XX]
[Installer][osx-installer-2.1.6XX] - [Checksum][osx-installer-checksum-2.1.6XX]
[tar.gz][osx-targz-2.1.6XX] - [Checksum][osx-targz-checksum-2.1.6XX] | [![][osx-badge-2.1.5XX]][osx-version-2.1.5XX]
[Installer][osx-installer-2.1.5XX] - [Checksum][osx-installer-checksum-2.1.5XX]
[tar.gz][osx-targz-2.1.5XX] - [Checksum][osx-targz-checksum-2.1.5XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-3.1.1xx]][linux-version-3.1.1xx]
[DEB Installer][linux-DEB-installer-3.1.1xx] - [Checksum][linux-DEB-installer-checksum-3.1.1xx]
[RPM Installer][linux-RPM-installer-3.1.1xx] - [Checksum][linux-RPM-installer-checksum-3.1.1xx]
_see installer note below_1
[tar.gz][linux-targz-3.1.1xx] - [Checksum][linux-targz-checksum-3.1.1xx] | [![][linux-badge-3.0.1xx]][linux-version-3.0.1xx]
[DEB Installer][linux-DEB-installer-3.0.1xx] - [Checksum][linux-DEB-installer-checksum-3.0.1xx]
[RPM Installer][linux-RPM-installer-3.0.1xx] - [Checksum][linux-RPM-installer-checksum-3.0.1xx]
_see installer note below_1
[tar.gz][linux-targz-3.0.1xx] - [Checksum][linux-targz-checksum-3.0.1xx] | [![][linux-badge-2.2.3xx]][linux-version-2.2.3xx]
[DEB Installer][linux-DEB-installer-2.2.3XX] - [Checksum][linux-DEB-installer-checksum-2.2.3XX]
[RPM Installer][linux-RPM-installer-2.2.3XX] - [Checksum][linux-RPM-installer-checksum-2.2.3XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.3XX] - [Checksum][linux-targz-checksum-2.2.3XX] |[![][linux-badge-2.2.2xx]][linux-version-2.2.2xx]
[DEB Installer][linux-DEB-installer-2.2.2XX] - [Checksum][linux-DEB-installer-checksum-2.2.2XX]
[RPM Installer][linux-RPM-installer-2.2.2XX] - [Checksum][linux-RPM-installer-checksum-2.2.2XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.2XX] - [Checksum][linux-targz-checksum-2.2.2XX] |[![][linux-badge-2.2.1xx]][linux-version-2.2.1xx]
[DEB Installer][linux-DEB-installer-2.2.1XX] - [Checksum][linux-DEB-installer-checksum-2.2.1XX]
[RPM Installer][linux-RPM-installer-2.2.1XX] - [Checksum][linux-RPM-installer-checksum-2.2.1XX]
_see installer note below_1
[tar.gz][linux-targz-2.2.1XX] - [Checksum][linux-targz-checksum-2.2.1XX] |[![][linux-badge-2.1.7XX]][linux-version-2.1.7XX]
[DEB Installer][linux-DEB-installer-2.1.7XX] - [Checksum][linux-DEB-installer-checksum-2.1.7XX]
[RPM Installer][linux-RPM-installer-2.1.7XX] - [Checksum][linux-RPM-installer-checksum-2.1.7XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.7XX] - [Checksum][linux-targz-checksum-2.1.7XX] | [![][linux-badge-2.1.6XX]][linux-version-2.1.6XX]
[DEB Installer][linux-DEB-installer-2.1.6XX] - [Checksum][linux-DEB-installer-checksum-2.1.6XX]
[RPM Installer][linux-RPM-installer-2.1.6XX] - [Checksum][linux-RPM-installer-checksum-2.1.6XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.6XX] - [Checksum][linux-targz-checksum-2.1.6XX] | [![][linux-badge-2.1.5XX]][linux-version-2.1.5XX]
[DEB Installer][linux-DEB-installer-2.1.5XX] - [Checksum][linux-DEB-installer-checksum-2.1.5XX]
[RPM Installer][linux-RPM-installer-2.1.5XX] - [Checksum][linux-RPM-installer-checksum-2.1.5XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.5XX] - [Checksum][linux-targz-checksum-2.1.5XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-3.1.1xx]][linux-arm-version-3.1.1xx]
[tar.gz][linux-arm-targz-3.1.1xx] - [Checksum][linux-arm-targz-checksum-3.1.1xx] | [![][linux-arm-badge-3.0.1xx]][linux-arm-version-3.0.1xx]
[tar.gz][linux-arm-targz-3.0.1xx] - [Checksum][linux-arm-targz-checksum-3.0.1xx] | [![][linux-arm-badge-2.2.3XX]][linux-arm-version-2.2.3XX]
[tar.gz][linux-arm-targz-2.2.3XX] - [Checksum][linux-arm-targz-checksum-2.2.3XX] | [![][linux-arm-badge-2.2.2XX]][linux-arm-version-2.2.2XX]
[tar.gz][linux-arm-targz-2.2.2XX] - [Checksum][linux-arm-targz-checksum-2.2.2XX] | [![][linux-arm-badge-2.2.1XX]][linux-arm-version-2.2.1XX]
[tar.gz][linux-arm-targz-2.2.1XX] - [Checksum][linux-arm-targz-checksum-2.2.1XX] | [![][linux-arm-badge-2.1.7XX]][linux-arm-version-2.1.7XX]
[tar.gz][linux-arm-targz-2.1.7XX] - [Checksum][linux-arm-targz-checksum-2.1.7XX] | [![][linux-arm-badge-2.1.6XX]][linux-arm-version-2.1.6XX]
[tar.gz][linux-arm-targz-2.1.6XX] - [Checksum][linux-arm-targz-checksum-2.1.6XX] | [![][linux-arm-badge-2.1.5XX]][linux-arm-version-2.1.5XX]
[tar.gz][linux-arm-targz-2.1.5XX] - [Checksum][linux-arm-targz-checksum-2.1.5XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-3.1.1xx]][linux-arm64-version-3.1.1xx]
[tar.gz][linux-arm64-targz-3.1.1xx] - [Checksum][linux-arm64-targz-checksum-3.1.1xx] | [![][linux-arm64-badge-3.0.1xx]][linux-arm64-version-3.0.1xx]
[tar.gz][linux-arm64-targz-3.0.1xx] - [Checksum][linux-arm64-targz-checksum-3.0.1xx] | [![][linux-arm64-badge-2.2.3XX]][linux-arm64-version-2.2.3XX]
[tar.gz][linux-arm64-targz-2.2.3XX] - [Checksum][linux-arm64-targz-checksum-2.2.3XX] | [![][linux-arm64-badge-2.2.2XX]][linux-arm64-version-2.2.2XX]
[tar.gz][linux-arm64-targz-2.2.2XX] - [Checksum][linux-arm64-targz-checksum-2.2.2XX] | [![][linux-arm64-badge-2.2.1XX]][linux-arm64-version-2.2.1XX]
[tar.gz][linux-arm64-targz-2.2.1XX] - [Checksum][linux-arm64-targz-checksum-2.2.1XX] | [![][linux-arm64-badge-2.1.7XX]][linux-arm64-version-2.1.7XX]
[tar.gz][linux-arm64-targz-2.1.7XX] - [Checksum][linux-arm64-targz-checksum-2.1.7XX] | [![][linux-arm64-badge-2.1.6XX]][linux-arm64-version-2.1.6XX]
[tar.gz][linux-arm64-targz-2.1.6XX] - [Checksum][linux-arm64-targz-checksum-2.1.6XX] | [![][linux-arm64-badge-2.1.5XX]][linux-arm64-version-2.1.5XX]
[tar.gz][linux-arm64-targz-2.1.5XX] - [Checksum][linux-arm64-targz-checksum-2.1.5XX] | -| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
[tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-3.1.1xx]][rhel-6-version-3.1.1xx]
[tar.gz][rhel-6-targz-3.1.1xx] - [Checksum][rhel-6-targz-checksum-3.1.1xx] | [![][rhel-6-badge-3.0.1xx]][rhel-6-version-3.0.1xx]
[tar.gz][rhel-6-targz-3.0.1xx] - [Checksum][rhel-6-targz-checksum-3.0.1xx] | [![][rhel-6-badge-2.2.3XX]][rhel-6-version-2.2.3XX]
[tar.gz][rhel-6-targz-2.2.3XX] - [Checksum][rhel-6-targz-checksum-2.2.3XX] | [![][rhel-6-badge-2.2.2XX]][rhel-6-version-2.2.2XX]
[tar.gz][rhel-6-targz-2.2.2XX] - [Checksum][rhel-6-targz-checksum-2.2.2XX] | [![][rhel-6-badge-2.2.1XX]][rhel-6-version-2.2.1XX]
[tar.gz][rhel-6-targz-2.2.1XX] - [Checksum][rhel-6-targz-checksum-2.2.1XX] | [![][rhel-6-badge-2.1.7XX]][rhel-6-version-2.1.7XX]
[tar.gz][rhel-6-targz-2.1.7XX] - [Checksum][rhel-6-targz-checksum-2.1.7XX] | [![][rhel-6-badge-2.1.6XX]][rhel-6-version-2.1.6XX]
[tar.gz][rhel-6-targz-2.1.6XX] - [Checksum][rhel-6-targz-checksum-2.1.6XX] | [![][rhel-6-badge-2.1.5XX]][rhel-6-version-2.1.5XX]
[tar.gz][rhel-6-targz-2.1.5XX] - [Checksum][rhel-6-targz-checksum-2.1.5XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-3.1.1xx]][linux-musl-version-3.1.1xx]
[tar.gz][linux-musl-targz-3.1.1xx] - [Checksum][linux-musl-targz-checksum-3.1.1xx] | [![][linux-musl-badge-3.0.1xx]][linux-musl-version-3.0.1xx]
[tar.gz][linux-musl-targz-3.0.1xx] - [Checksum][linux-musl-targz-checksum-3.0.1xx] | [![][linux-musl-badge-2.2.3XX]][linux-musl-version-2.2.3XX]
[tar.gz][linux-musl-targz-2.2.3XX] - [Checksum][linux-musl-targz-checksum-2.2.3XX] | [![][linux-musl-badge-2.2.2XX]][linux-musl-version-2.2.2XX]
[tar.gz][linux-musl-targz-2.2.2XX] - [Checksum][linux-musl-targz-checksum-2.2.2XX] | [![][linux-musl-badge-2.2.1XX]][linux-musl-version-2.2.1XX]
[tar.gz][linux-musl-targz-2.2.1XX] - [Checksum][linux-musl-targz-checksum-2.2.1XX] | [![][linux-musl-badge-2.1.7XX]][linux-musl-version-2.1.7XX]
[tar.gz][linux-musl-targz-2.1.7XX] - [Checksum][linux-musl-targz-checksum-2.1.7XX] | [![][linux-musl-badge-2.1.6XX]][linux-musl-version-2.1.6XX]
[tar.gz][linux-musl-targz-2.1.6XX] - [Checksum][linux-musl-targz-checksum-2.1.6XX] | [![][linux-musl-badge-2.1.5XX]][linux-musl-version-2.1.5XX]
[tar.gz][linux-musl-targz-2.1.5XX] - [Checksum][linux-musl-targz-checksum-2.1.5XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-3.1.1xx]][win-arm-version-3.1.1xx]
[zip][win-arm-zip-3.1.1xx] - [Checksum][win-arm-zip-checksum-3.1.1xx] | [![][win-arm-badge-3.0.1xx]][win-arm-version-3.0.1xx]
[zip][win-arm-zip-3.0.1xx] - [Checksum][win-arm-zip-checksum-3.0.1xx] | [![][win-arm-badge-2.2.3XX]][win-arm-version-2.2.3XX]
[zip][win-arm-zip-2.2.3XX] - [Checksum][win-arm-zip-checksum-2.2.3XX] | [![][win-arm-badge-2.2.2XX]][win-arm-version-2.2.2XX]
[zip][win-arm-zip-2.2.2XX] - [Checksum][win-arm-zip-checksum-2.2.2XX] | [![][win-arm-badge-2.2.1XX]][win-arm-version-2.2.1XX]
[zip][win-arm-zip-2.2.1XX] - [Checksum][win-arm-zip-checksum-2.2.1XX] | **N/A** | **N/A** | **N/A** | -| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
[tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | [![][freebsd-x64-badge-3.1.1xx]][freebsd-x64-version-3.1.1xx]
[tar.gz][freebsd-x64-zip-3.1.1xx] - [Checksum][freebsd-x64-zip-checksum-3.1.1xx] | [![][freebsd-x64-badge-3.0.1xx]][freebsd-x64-version-3.0.1xx]
[tar.gz][freebsd-x64-zip-3.0.1xx] - [Checksum][freebsd-x64-zip-checksum-3.0.1xx] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | -| **Constituent Repo Shas** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | +| Platform | Master
(5.0.x Runtime) | Release/3.1.2XX
(3.1.x Runtime) | Release/3.1.1XX
(3.1.x Runtime) | Release/3.0.1xx
(3.0.x Runtime) | Release/2.1.8XX
(2.1.x Runtime) | Release/2.1.6XX
(2.1.6 Runtime) | Release/2.1.5XX
(2.1.5 Runtime) | +| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
[Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
[zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
[Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
[zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
[Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
[zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
[Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
[zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | [![][win-x64-badge-2.1.8XX]][win-x64-version-2.1.8XX]
[Installer][win-x64-installer-2.1.8XX] - [Checksum][win-x64-installer-checksum-2.1.8XX]
[zip][win-x64-zip-2.1.8XX] - [Checksum][win-x64-zip-checksum-2.1.8XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
[Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
[zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
[Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
[zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
[Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
[zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
[Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
[zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
[Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
[zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
[Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
[zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | [![][win-x86-badge-2.1.8XX]][win-x86-version-2.1.8XX]
[Installer][win-x86-installer-2.1.8XX] - [Checksum][win-x86-installer-checksum-2.1.8XX]
[zip][win-x86-zip-2.1.8XX] - [Checksum][win-x86-zip-checksum-2.1.8XX] | [![][win-x86-badge-2.1.6XX]][win-x86-version-2.1.6XX]
[Installer][win-x86-installer-2.1.6XX] - [Checksum][win-x86-installer-checksum-2.1.6XX]
[zip][win-x86-zip-2.1.6XX] - [Checksum][win-x86-zip-checksum-2.1.6XX] | [![][win-x86-badge-2.1.5XX]][win-x86-version-2.1.5XX]
[Installer][win-x86-installer-2.1.5XX] - [Checksum][win-x86-installer-checksum-2.1.5XX]
[zip][win-x86-zip-2.1.5XX] - [Checksum][win-x86-zip-checksum-2.1.5XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
[Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
[tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
[Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
[tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
[Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
[tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
[Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
[tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | [![][osx-badge-2.1.8XX]][osx-version-2.1.8XX]
[Installer][osx-installer-2.1.8XX] - [Checksum][osx-installer-checksum-2.1.8XX]
[tar.gz][osx-targz-2.1.8XX] - [Checksum][osx-targz-checksum-2.1.8XX] | [![][osx-badge-2.1.6XX]][osx-version-2.1.6XX]
[Installer][osx-installer-2.1.6XX] - [Checksum][osx-installer-checksum-2.1.6XX]
[tar.gz][osx-targz-2.1.6XX] - [Checksum][osx-targz-checksum-2.1.6XX] | [![][osx-badge-2.1.5XX]][osx-version-2.1.5XX]
[Installer][osx-installer-2.1.5XX] - [Checksum][osx-installer-checksum-2.1.5XX]
[tar.gz][osx-targz-2.1.5XX] - [Checksum][osx-targz-checksum-2.1.5XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
[DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
[RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
_see installer note below_1
[tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
[DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
[RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
[DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
[RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
[DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
[RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
_see installer note below_1
[tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | [![][linux-badge-2.1.8XX]][linux-version-2.1.8XX]
[DEB Installer][linux-DEB-installer-2.1.8XX] - [Checksum][linux-DEB-installer-checksum-2.1.8XX]
[RPM Installer][linux-RPM-installer-2.1.8XX] - [Checksum][linux-RPM-installer-checksum-2.1.8XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.8XX] - [Checksum][linux-targz-checksum-2.1.8XX] | [![][linux-badge-2.1.6XX]][linux-version-2.1.6XX]
[DEB Installer][linux-DEB-installer-2.1.6XX] - [Checksum][linux-DEB-installer-checksum-2.1.6XX]
[RPM Installer][linux-RPM-installer-2.1.6XX] - [Checksum][linux-RPM-installer-checksum-2.1.6XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.6XX] - [Checksum][linux-targz-checksum-2.1.6XX] | [![][linux-badge-2.1.5XX]][linux-version-2.1.5XX]
[DEB Installer][linux-DEB-installer-2.1.5XX] - [Checksum][linux-DEB-installer-checksum-2.1.5XX]
[RPM Installer][linux-RPM-installer-2.1.5XX] - [Checksum][linux-RPM-installer-checksum-2.1.5XX]
_see installer note below_1
[tar.gz][linux-targz-2.1.5XX] - [Checksum][linux-targz-checksum-2.1.5XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
[tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
[tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
[tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
[tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | [![][linux-arm-badge-2.1.8XX]][linux-arm-version-2.1.8XX]
[tar.gz][linux-arm-targz-2.1.8XX] - [Checksum][linux-arm-targz-checksum-2.1.8XX] | [![][linux-arm-badge-2.1.6XX]][linux-arm-version-2.1.6XX]
[tar.gz][linux-arm-targz-2.1.6XX] - [Checksum][linux-arm-targz-checksum-2.1.6XX] | [![][linux-arm-badge-2.1.5XX]][linux-arm-version-2.1.5XX]
[tar.gz][linux-arm-targz-2.1.5XX] - [Checksum][linux-arm-targz-checksum-2.1.5XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
[tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
[tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
[tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
[tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | [![][linux-arm64-badge-2.1.8XX]][linux-arm64-version-2.1.8XX]
[tar.gz][linux-arm64-targz-2.1.8XX] - [Checksum][linux-arm64-targz-checksum-2.1.8XX] | [![][linux-arm64-badge-2.1.6XX]][linux-arm64-version-2.1.6XX]
[tar.gz][linux-arm64-targz-2.1.6XX] - [Checksum][linux-arm64-targz-checksum-2.1.6XX] | [![][linux-arm64-badge-2.1.5XX]][linux-arm64-version-2.1.5XX]
[tar.gz][linux-arm64-targz-2.1.5XX] - [Checksum][linux-arm64-targz-checksum-2.1.5XX] | +| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
[tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
[tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
[tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
[tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | [![][rhel-6-badge-2.1.8XX]][rhel-6-version-2.1.8XX]
[tar.gz][rhel-6-targz-2.1.8XX] - [Checksum][rhel-6-targz-checksum-2.1.8XX] | [![][rhel-6-badge-2.1.6XX]][rhel-6-version-2.1.6XX]
[tar.gz][rhel-6-targz-2.1.6XX] - [Checksum][rhel-6-targz-checksum-2.1.6XX] | [![][rhel-6-badge-2.1.5XX]][rhel-6-version-2.1.5XX]
[tar.gz][rhel-6-targz-2.1.5XX] - [Checksum][rhel-6-targz-checksum-2.1.5XX] | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
[tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
[tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
[tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
[tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | [![][linux-musl-badge-2.1.8XX]][linux-musl-version-2.1.8XX]
[tar.gz][linux-musl-targz-2.1.8XX] - [Checksum][linux-musl-targz-checksum-2.1.8XX] | [![][linux-musl-badge-2.1.6XX]][linux-musl-version-2.1.6XX]
[tar.gz][linux-musl-targz-2.1.6XX] - [Checksum][linux-musl-targz-checksum-2.1.6XX] | [![][linux-musl-badge-2.1.5XX]][linux-musl-version-2.1.5XX]
[tar.gz][linux-musl-targz-2.1.5XX] - [Checksum][linux-musl-targz-checksum-2.1.5XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
[zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
[zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
[zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
[zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | **N/A** | **N/A** | **N/A** | +| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
[tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
[tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
[tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
[tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | **N/A** | **N/A** | **N/A** | +| **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | **N/A** | **N/A** | **N/A** | Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: > * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/core-setup#daily-builds) > * [ASP.NET Core Shared Framework](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md) - [win-x64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_x64_Release_version_badge.svg [win-x64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [win-x64-installer-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe @@ -78,6 +77,13 @@ Reference notes: [win-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip.sha +[win-x64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_x64_Release_version_badge.svg +[win-x64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[win-x64-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x64.zip.sha + [win-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [win-x64-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x64.exe @@ -92,34 +98,12 @@ Reference notes: [win-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip.sha - -[win-x64-badge-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/win_x64_Release_version_badge.svg -[win-x64-version-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/latest.version -[win-x64-installer-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-win-x64.zip.sha - -[win-x64-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/win_x64_Release_version_badge.svg -[win-x64-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version -[win-x64-installer-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x64.zip.sha - -[win-x64-badge-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/win_x64_Release_version_badge.svg -[win-x64-version-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/latest.version -[win-x64-installer-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x64.zip.sha - -[win-x64-badge-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/win_x64_Release_version_badge.svg -[win-x64-version-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/latest.version -[win-x64-installer-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-win-x64.zip.sha +[win-x64-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/win_x64_Release_version_badge.svg +[win-x64-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[win-x64-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.zip.sha [win-x64-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/win_x64_Release_version_badge.svg [win-x64-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version @@ -142,6 +126,13 @@ Reference notes: [win-x86-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.zip.sha +[win-x86-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_x86_Release_version_badge.svg +[win-x86-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[win-x86-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x86.zip.sha + [win-x86-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [win-x86-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-x86.exe @@ -156,40 +147,12 @@ Reference notes: [win-x86-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip.sha -[win-x86-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/win_x86_Release_version_badge.svg -[win-x86-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[win-x86-installer-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-x86.zip.sha - -[win-x86-badge-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/win_x86_Release_version_badge.svg -[win-x86-version-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/latest.version -[win-x86-installer-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-win-x86.zip.sha - -[win-x86-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/win_x86_Release_version_badge.svg -[win-x86-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version -[win-x86-installer-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-x86.zip.sha - -[win-x86-badge-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/win_x86_Release_version_badge.svg -[win-x86-version-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/latest.version -[win-x86-installer-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-x86.zip.sha - -[win-x86-badge-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/win_x86_Release_version_badge.svg -[win-x86-version-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/latest.version -[win-x86-installer-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-win-x86.zip.sha +[win-x86-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/win_x86_Release_version_badge.svg +[win-x86-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[win-x86-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.zip.sha [win-x86-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/win_x86_Release_version_badge.svg [win-x86-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version @@ -212,6 +175,13 @@ Reference notes: [osx-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.tar.gz [osx-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.tar.gz.sha +[osx-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/osx_x64_Release_version_badge.svg +[osx-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[osx-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-osx-x64.pkg +[osx-installer-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-osx-x64.tar.gz +[osx-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-osx-x64.tar.gz.sha + [osx-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/osx_x64_Release_version_badge.svg [osx-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [osx-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-osx-x64.pkg @@ -226,40 +196,12 @@ Reference notes: [osx-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz [osx-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha -[osx-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/osx_x64_Release_version_badge.svg -[osx-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[osx-installer-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-osx-x64.tar.gz.sha - -[osx-badge-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/osx_x64_Release_version_badge.svg -[osx-version-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/latest.version -[osx-installer-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-osx-x64.tar.gz.sha - -[osx-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/osx_x64_Release_version_badge.svg -[osx-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version -[osx-installer-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-osx-x64.tar.gz.sha - -[osx-badge-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/osx_x64_Release_version_badge.svg -[osx-version-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/latest.version -[osx-installer-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha - -[osx-badge-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/osx_x64_Release_version_badge.svg -[osx-version-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/latest.version -[osx-installer-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-osx-x64.tar.gz.sha +[osx-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/osx_x64_Release_version_badge.svg +[osx-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[osx-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.pkg +[osx-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.tar.gz +[osx-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.tar.gz.sha [osx-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/osx_x64_Release_version_badge.svg [osx-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version @@ -284,8 +226,17 @@ Reference notes: [linux-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-x64.tar.gz.sha -[linux-badge-3.1.1xx]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_x64_Release_version_badge.svg -[linux-version-3.1.1xx]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[linux-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_x64_Release_version_badge.svg +[linux-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[linux-DEB-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-x64.tar.gz.sha + +[linux-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_x64_Release_version_badge.svg +[linux-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [linux-DEB-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-x64.deb [linux-DEB-installer-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-x64.deb.sha [linux-RPM-installer-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-x64.rpm @@ -293,8 +244,8 @@ Reference notes: [linux-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-x64.tar.gz.sha -[linux-badge-3.0.1xx]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/linux_x64_Release_version_badge.svg -[linux-version-3.0.1xx]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version +[linux-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/linux_x64_Release_version_badge.svg +[linux-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version [linux-DEB-installer-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-x64.deb [linux-DEB-installer-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-x64.deb.sha [linux-RPM-installer-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-x64.rpm @@ -302,50 +253,14 @@ Reference notes: [linux-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz.sha -[linux-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/linux_x64_Release_version_badge.svg -[linux-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[linux-DEB-installer-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-linux-x64.tar.gz.sha - -[linux-badge-2.2.3xx]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/linux_x64_Release_version_badge.svg -[linux-version-2.2.3xx]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/latest.version -[linux-DEB-installer-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-linux-x64.tar.gz.sha - -[linux-badge-2.2.2xx]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/linux_x64_Release_version_badge.svg -[linux-version-2.2.2xx]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version -[linux-DEB-installer-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-linux-x64.tar.gz.sha - -[linux-badge-2.2.1xx]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/linux_x64_Release_version_badge.svg -[linux-version-2.2.1xx]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/latest.version -[linux-DEB-installer-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-linux-x64.tar.gz.sha - -[linux-badge-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/linux_x64_Release_version_badge.svg -[linux-version-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/latest.version -[linux-DEB-installer-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-linux-x64.tar.gz.sha +[linux-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_x64_Release_version_badge.svg +[linux-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[linux-DEB-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-x64.tar.gz.sha [linux-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_x64_Release_version_badge.svg [linux-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version @@ -370,6 +285,11 @@ Reference notes: [linux-arm-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm.tar.gz [linux-arm-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm.tar.gz.sha +[linux-arm-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_arm_Release_version_badge.svg +[linux-arm-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[linux-arm-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm.tar.gz +[linux-arm-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm.tar.gz.sha + [linux-arm-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [linux-arm-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-arm.tar.gz @@ -380,30 +300,10 @@ Reference notes: [linux-arm-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz [linux-arm-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz.sha -[linux-arm-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/linux_arm_Release_version_badge.svg -[linux-arm-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[linux-arm-targz-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-linux-arm.tar.gz.sha - -[linux-arm-badge-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/linux_arm_Release_version_badge.svg -[linux-arm-version-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/latest.version -[linux-arm-targz-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-linux-arm.tar.gz.sha - -[linux-arm-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/linux_arm_Release_version_badge.svg -[linux-arm-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version -[linux-arm-targz-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-linux-arm.tar.gz.sha - -[linux-arm-badge-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/linux_arm_Release_version_badge.svg -[linux-arm-version-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/latest.version -[linux-arm-targz-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-linux-arm.tar.gz.sha - -[linux-arm-badge-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/linux_arm_Release_version_badge.svg -[linux-arm-version-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/latest.version -[linux-arm-targz-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-linux-arm.tar.gz.sha +[linux-arm-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_arm_Release_version_badge.svg +[linux-arm-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[linux-arm-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm.tar.gz +[linux-arm-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm.tar.gz.sha [linux-arm-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_arm_Release_version_badge.svg [linux-arm-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version @@ -420,6 +320,11 @@ Reference notes: [linux-arm64-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz [linux-arm64-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz.sha +[linux-arm64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_arm64_Release_version_badge.svg +[linux-arm64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[linux-arm64-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm64.tar.gz +[linux-arm64-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha + [linux-arm64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [linux-arm64-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-arm64.tar.gz @@ -430,30 +335,10 @@ Reference notes: [linux-arm64-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz [linux-arm64-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha -[linux-arm64-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/linux_arm64_Release_version_badge.svg -[linux-arm64-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[linux-arm64-targz-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-linux-arm64.tar.gz.sha - -[linux-arm64-badge-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/linux_arm64_Release_version_badge.svg -[linux-arm64-version-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/latest.version -[linux-arm64-targz-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha - -[linux-arm64-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/linux_arm64_Release_version_badge.svg -[linux-arm64-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version -[linux-arm64-targz-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha - -[linux-arm64-badge-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/linux_arm64_Release_version_badge.svg -[linux-arm64-version-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/latest.version -[linux-arm64-targz-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha - -[linux-arm64-badge-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/linux_arm64_Release_version_badge.svg -[linux-arm64-version-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/latest.version -[linux-arm64-targz-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha +[linux-arm64-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_arm64_Release_version_badge.svg +[linux-arm64-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[linux-arm64-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm64.tar.gz +[linux-arm64-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha [linux-arm64-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version @@ -470,6 +355,11 @@ Reference notes: [rhel-6-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha +[rhel-6-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[rhel-6-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha + [rhel-6-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [rhel-6-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz @@ -480,30 +370,10 @@ Reference notes: [rhel-6-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha -[rhel-6-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[rhel-6-targz-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - -[rhel-6-badge-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/latest.version -[rhel-6-targz-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - -[rhel-6-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version -[rhel-6-targz-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - -[rhel-6-badge-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/latest.version -[rhel-6-targz-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - -[rhel-6-badge-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/latest.version -[rhel-6-targz-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha +[rhel-6-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[rhel-6-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha [rhel-6-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version @@ -520,6 +390,11 @@ Reference notes: [linux-musl-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha +[linux-musl-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[linux-musl-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha + [linux-musl-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [linux-musl-targz-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz @@ -530,30 +405,10 @@ Reference notes: [linux-musl-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha -[linux-musl-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[linux-musl-targz-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - -[linux-musl-badge-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/latest.version -[linux-musl-targz-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - -[linux-musl-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version -[linux-musl-targz-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - -[linux-musl-badge-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/latest.version -[linux-musl-targz-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - -[linux-musl-badge-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/latest.version -[linux-musl-targz-2.1.7XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-2.1.7XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.7xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha +[linux-musl-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[linux-musl-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha [linux-musl-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version @@ -570,6 +425,11 @@ Reference notes: [win-arm-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm.zip.sha +[win-arm-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_arm_Release_version_badge.svg +[win-arm-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[win-arm-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm.zip +[win-arm-zip-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm.zip.sha + [win-arm-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [win-arm-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-arm.zip @@ -580,31 +440,16 @@ Reference notes: [win-arm-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip.sha -[win-arm-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/win_arm_Release_version_badge.svg -[win-arm-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[win-arm-zip-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-arm.zip -[win-arm-zip-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-win-arm.zip.sha - -[win-arm-badge-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/win_arm_Release_version_badge.svg -[win-arm-version-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/latest.version -[win-arm-zip-2.2.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-win-arm.zip -[win-arm-zip-checksum-2.2.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.3xx/dotnet-sdk-latest-win-arm.zip.sha - -[win-arm-badge-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/win_arm_Release_version_badge.svg -[win-arm-version-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/latest.version -[win-arm-zip-2.2.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-arm.zip -[win-arm-zip-checksum-2.2.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.2xx/dotnet-sdk-latest-win-arm.zip.sha - -[win-arm-badge-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/win_arm_Release_version_badge.svg -[win-arm-version-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/latest.version -[win-arm-zip-2.2.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-arm.zip -[win-arm-zip-checksum-2.2.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.2.1xx/dotnet-sdk-latest-win-arm.zip.sha - [freebsd-x64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [freebsd-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz [freebsd-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz.sha +[freebsd-x64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/freebsd_x64_Release_version_badge.svg +[freebsd-x64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[freebsd-x64-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-freebsd-x64.tar.gz +[freebsd-x64-zip-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-freebsd-x64.tar.gz.sha + [freebsd-x64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version [freebsd-x64-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz @@ -615,11 +460,6 @@ Reference notes: [freebsd-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz [freebsd-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz.sha -[freebsd-x64-badge-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/latest.version -[freebsd-x64-zip-3.0.100-preview9]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-3.0.100-preview9]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.100-preview9/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - [sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories From 6d61f37b269804db161f72a3e1dac0b11d7c229b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 02:30:50 +0000 Subject: [PATCH 1290/2259] Update dependencies from https://github.com/dotnet/toolset build 20191230.6 (#6010) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19630.6 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.19630.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 86fd639aa..23b3d75e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43
- + https://github.com/dotnet/toolset - 558a059e2e5178a3ef208eb1f0294c3d460c462a + 641278de6cf061249819d3af0e44573563678b03 - + https://github.com/dotnet/sdk - 4a9be5b8dfb0c287883d3fd79c307f2bcfb41119 + 71f48b3241b93c00998336f947d146f57de93f4e https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 07d1cdde3..11d2ade7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19628.5 + 3.1.200-preview.19630.6 @@ -52,7 +52,7 @@ - 3.1.200-preview.19625.2 + 3.1.200-preview.19630.1 $(MicrosoftNETSdkPackageVersion) From e5ec3314e2ef6909248ce5a3f39b7160264652e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 03:15:33 +0000 Subject: [PATCH 1291/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191230.3 (#6012) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19630.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19630.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19630.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19630.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac77723e2..43c73db96 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 14fb60259fbcb698090ea0de2fa9618c4d8dbe56 + 69193442f39dc01ad1c2e2a8693bf38f789651eb - + https://github.com/dotnet/windowsdesktop - 14fb60259fbcb698090ea0de2fa9618c4d8dbe56 + 69193442f39dc01ad1c2e2a8693bf38f789651eb - + https://github.com/dotnet/windowsdesktop - 14fb60259fbcb698090ea0de2fa9618c4d8dbe56 + 69193442f39dc01ad1c2e2a8693bf38f789651eb https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms a8bf1d6f3b10d419fb44b2f0f7a975e9340d57dc - + https://github.com/dotnet/wpf 54b4b4df2c90fd73e877e15a5eecb81a67966012 diff --git a/eng/Versions.props b/eng/Versions.props index 7762dec27..e0884f7bc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19630.2 + 5.0.0-alpha.1.19630.3 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19630.2 - 5.0.0-alpha.1.19630.2 - 5.0.0-alpha.1.19630.2 + 5.0.0-alpha.1.19630.3 + 5.0.0-alpha.1.19630.3 + 5.0.0-alpha.1.19630.3 From e9fa6438b09a1395695559dc0fa2809f257c8bed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 03:20:44 +0000 Subject: [PATCH 1292/2259] Update dependencies from https://github.com/dotnet/toolset build 20191230.9 (#6011) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19630.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23b3d75e7..8720ab45f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 641278de6cf061249819d3af0e44573563678b03 + f50f837a1276c6066e31c1fa97bd6f99b7836cb3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 11d2ade7d..1066e9817 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19630.6 + 3.1.200-preview.19630.9 From 5cd5344cca7a46024b7117e4228b2c0f9e35fe9a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 03:50:37 +0000 Subject: [PATCH 1293/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20191230.2 (#6013) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.19630.2 - dotnet-user-secrets - 5.0.0-alpha.1.19630.2 - dotnet-watch - 5.0.0-alpha.1.19630.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.19630.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19630.2 - dotnet-dev-certs - 5.0.0-alpha.1.19630.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 43c73db96..ca9301bab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - a3495751a168c4aa1eb341196d3d7ce5cf161554 + 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 - + https://github.com/aspnet/AspNetCore - a3495751a168c4aa1eb341196d3d7ce5cf161554 + 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 - + https://github.com/aspnet/AspNetCore - a3495751a168c4aa1eb341196d3d7ce5cf161554 + 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 - + https://github.com/aspnet/AspNetCore - a3495751a168c4aa1eb341196d3d7ce5cf161554 + 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 - + https://github.com/aspnet/AspNetCore - a3495751a168c4aa1eb341196d3d7ce5cf161554 + 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 - + https://github.com/aspnet/AspNetCore - a3495751a168c4aa1eb341196d3d7ce5cf161554 + 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index e0884f7bc..94ae01ebd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-alpha.1.19630.1 - 5.0.0-alpha.1.19630.1 - 5.0.0-alpha.1.19630.1 - 5.0.0-alpha.1.19630.1 - 5.0.0-alpha.1.19630.1 - 5.0.0-alpha.1.19630.1 + 5.0.0-alpha.1.19630.2 + 5.0.0-alpha.1.19630.2 + 5.0.0-alpha.1.19630.2 + 5.0.0-alpha.1.19630.2 + 5.0.0-alpha.1.19630.2 + 5.0.0-alpha.1.19630.2 From e8d4ba949d106d050b83bc1ffbf70f3f3ad9138f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 04:05:46 +0000 Subject: [PATCH 1294/2259] Update dependencies from https://github.com/dotnet/toolset build 20191230.10 (#6014) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.19630.10 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.19630.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8720ab45f..e91fce426 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - f50f837a1276c6066e31c1fa97bd6f99b7836cb3 + 009fdd7fa26d1160a06ca2e8001bfbe9b1a0fb1e https://github.com/dotnet/sdk 71f48b3241b93c00998336f947d146f57de93f4e - + https://github.com/dotnet/cli - 55be78a9416f0289551c5d7827a1f4ae66a3b54b + 0742c32d9a430e94e3a56b3863e4b649b5b65fb2 diff --git a/eng/Versions.props b/eng/Versions.props index 1066e9817..ce1c15571 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19630.9 + 3.1.200-preview.19630.10 @@ -45,7 +45,7 @@ - 3.1.200-preview.19627.4 + 3.1.200-preview.19630.1 0.2.0 From 81980fd51ba371dd7163c11012b7d17941bda035 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 31 Dec 2019 13:24:48 +0000 Subject: [PATCH 1295/2259] Update dependencies from https://github.com/dotnet/runtime build 20191230.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19630.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19630.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19630.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19630.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19630.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19630.4 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 54f9b2338..5b0b9fa91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - 2ecef0eed6838ffb8053df4354630a26e6a95a11 + ca0490944385bbb3dd875df0aa7e51a3d1d9c9be - + https://github.com/dotnet/runtime - 2ecef0eed6838ffb8053df4354630a26e6a95a11 + ca0490944385bbb3dd875df0aa7e51a3d1d9c9be - + https://github.com/dotnet/runtime - 2ecef0eed6838ffb8053df4354630a26e6a95a11 + ca0490944385bbb3dd875df0aa7e51a3d1d9c9be - + https://github.com/dotnet/runtime - 2ecef0eed6838ffb8053df4354630a26e6a95a11 + ca0490944385bbb3dd875df0aa7e51a3d1d9c9be - + https://github.com/dotnet/runtime - 2ecef0eed6838ffb8053df4354630a26e6a95a11 + ca0490944385bbb3dd875df0aa7e51a3d1d9c9be @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 2ecef0eed6838ffb8053df4354630a26e6a95a11 + ca0490944385bbb3dd875df0aa7e51a3d1d9c9be https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 42c0dbff2..a327c9b0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19627.5 + 5.0.0-alpha.1.19630.4 - 5.0.0-alpha.1.19627.5 - 5.0.0-alpha.1.19627.5 - 5.0.0-alpha.1.19627.5 - 5.0.0-alpha.1.19627.5 - 5.0.0-alpha.1.19627.5 + 5.0.0-alpha.1.19630.4 + 5.0.0-alpha.1.19630.4 + 5.0.0-alpha.1.19630.4 + 5.0.0-alpha.1.19630.4 + 5.0.0-alpha.1.19630.4 2.1.0 From 9e63374ed4d52191d2dfad132e3a9bc502d63a7e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 13:35:37 +0000 Subject: [PATCH 1296/2259] Update dependencies from https://github.com/dotnet/arcade build 20191230.1 (#6015) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19630.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca9301bab..b24285d4e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - f40849c5bbdfd1f1b99801f5a40343f8d4a192c9 + 01d0b636bfb96edf62a77912de25aa5cef143946 diff --git a/global.json b/global.json index 59c93b62f..cf400a135 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19629.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19630.1" } } From 4464facd04fe50137d7163abd3252239f66cc384 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 14:45:15 +0000 Subject: [PATCH 1297/2259] Update dependencies from https://github.com/dotnet/toolset build 20191231.1 (#6016) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19631.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19631.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b24285d4e..01b24363a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 - + https://github.com/dotnet/toolset - fb0d750ae98490e2c4f9e9a8babf4ef519bb8f68 + f46cd9266126e4726944d0efa6f3f6e019e5deb6 https://github.com/dotnet/sdk 055027b26dc18cf4d192140c5fc8047c3d2dea57 - + https://github.com/dotnet/toolset - fb0d750ae98490e2c4f9e9a8babf4ef519bb8f68 + f46cd9266126e4726944d0efa6f3f6e019e5deb6 diff --git a/eng/Versions.props b/eng/Versions.props index 94ae01ebd..734584ba7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19630.5 + 5.0.100-alpha.1.19631.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19630.5 + 5.0.100-alpha.1.19631.1 0.2.0 From 3c6d7a741c956751fd250793be9e718bfc09d2f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 15:15:50 +0000 Subject: [PATCH 1298/2259] Update dependencies from https://github.com/dotnet/toolset build 20191231.2 (#6017) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.19631.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.19631.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 01b24363a..2fb182488 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 - + https://github.com/dotnet/toolset - f46cd9266126e4726944d0efa6f3f6e019e5deb6 + b3a93019276c3404d6a151762e059cf794e1e65e https://github.com/dotnet/sdk 055027b26dc18cf4d192140c5fc8047c3d2dea57 - + https://github.com/dotnet/toolset - f46cd9266126e4726944d0efa6f3f6e019e5deb6 + b3a93019276c3404d6a151762e059cf794e1e65e diff --git a/eng/Versions.props b/eng/Versions.props index 734584ba7..11ac7fc29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19631.1 + 5.0.100-alpha.1.19631.2 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.19631.1 + 5.0.100-alpha.1.19631.2 0.2.0 From d205dfd3df5c1eb433bc7f27f1e727d3a1dff1c9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Dec 2019 18:30:31 +0000 Subject: [PATCH 1299/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191231.1 (#6018) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19631.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19631.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19631.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19631.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19631.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2fb182488..e8077409d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 69193442f39dc01ad1c2e2a8693bf38f789651eb + 80686d586f81ad6d7f35213ef6438d55af82a6f8 - + https://github.com/dotnet/windowsdesktop - 69193442f39dc01ad1c2e2a8693bf38f789651eb + 80686d586f81ad6d7f35213ef6438d55af82a6f8 - + https://github.com/dotnet/windowsdesktop - 69193442f39dc01ad1c2e2a8693bf38f789651eb + 80686d586f81ad6d7f35213ef6438d55af82a6f8 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ b3a93019276c3404d6a151762e059cf794e1e65e - + https://github.com/dotnet/winforms - a8bf1d6f3b10d419fb44b2f0f7a975e9340d57dc + 73b614aa7c1ead5e5eec967b8358d02bd50c2dad - + https://github.com/dotnet/wpf - 54b4b4df2c90fd73e877e15a5eecb81a67966012 + 7993f81a9403575815e34a94e5609da9bf86bc1e diff --git a/eng/Versions.props b/eng/Versions.props index 11ac7fc29..ab4d5927e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19630.1 + 5.0.0-alpha1.19631.1 - 5.0.0-alpha.1.19630.3 + 5.0.0-alpha.1.19631.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19630.3 - 5.0.0-alpha.1.19630.3 - 5.0.0-alpha.1.19630.3 + 5.0.0-alpha.1.19631.1 + 5.0.0-alpha.1.19631.1 + 5.0.0-alpha.1.19631.1 From 80f862557beb28f06c75cf271bb414a9c0529172 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2020 02:40:31 +0000 Subject: [PATCH 1300/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20191231.2 (#6019) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.19631.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.19631.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.19631.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.19631.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e8077409d..2bf211ecf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 80686d586f81ad6d7f35213ef6438d55af82a6f8 + 0440f989478689ef4e410bebc10a42b07a18bfef - + https://github.com/dotnet/windowsdesktop - 80686d586f81ad6d7f35213ef6438d55af82a6f8 + 0440f989478689ef4e410bebc10a42b07a18bfef - + https://github.com/dotnet/windowsdesktop - 80686d586f81ad6d7f35213ef6438d55af82a6f8 + 0440f989478689ef4e410bebc10a42b07a18bfef https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 73b614aa7c1ead5e5eec967b8358d02bd50c2dad - + https://github.com/dotnet/wpf 7993f81a9403575815e34a94e5609da9bf86bc1e diff --git a/eng/Versions.props b/eng/Versions.props index ab4d5927e..1f4a9c0ef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19631.1 + 5.0.0-alpha.1.19631.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19631.1 - 5.0.0-alpha.1.19631.1 - 5.0.0-alpha.1.19631.1 + 5.0.0-alpha.1.19631.2 + 5.0.0-alpha.1.19631.2 + 5.0.0-alpha.1.19631.2 From 347a9cbccc0fb5687e5813c567c9d32b05037108 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Jan 2020 13:23:59 +0000 Subject: [PATCH 1301/2259] Update dependencies from https://github.com/dotnet/runtime build 20191231.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.19631.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.19631.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.19631.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.19631.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.19631.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.19631.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5b0b9fa91..f526b1829 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - ca0490944385bbb3dd875df0aa7e51a3d1d9c9be + 8858705338c9ca66897e84632a08738c66b4985d - + https://github.com/dotnet/runtime - ca0490944385bbb3dd875df0aa7e51a3d1d9c9be + 8858705338c9ca66897e84632a08738c66b4985d - + https://github.com/dotnet/runtime - ca0490944385bbb3dd875df0aa7e51a3d1d9c9be + 8858705338c9ca66897e84632a08738c66b4985d - + https://github.com/dotnet/runtime - ca0490944385bbb3dd875df0aa7e51a3d1d9c9be + 8858705338c9ca66897e84632a08738c66b4985d - + https://github.com/dotnet/runtime - ca0490944385bbb3dd875df0aa7e51a3d1d9c9be + 8858705338c9ca66897e84632a08738c66b4985d @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - ca0490944385bbb3dd875df0aa7e51a3d1d9c9be + 8858705338c9ca66897e84632a08738c66b4985d https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index a327c9b0d..e4af5bfe6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19630.4 + 5.0.0-alpha.1.19631.3 - 5.0.0-alpha.1.19630.4 - 5.0.0-alpha.1.19630.4 - 5.0.0-alpha.1.19630.4 - 5.0.0-alpha.1.19630.4 - 5.0.0-alpha.1.19630.4 + 5.0.0-alpha.1.19631.3 + 5.0.0-alpha.1.19631.3 + 5.0.0-alpha.1.19631.3 + 5.0.0-alpha.1.19631.3 + 5.0.0-alpha.1.19631.3 2.1.0 From 51d04ba96fef2a3f26a2a3b4c5e523d847408aee Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2020 14:40:14 +0000 Subject: [PATCH 1302/2259] [master] Update dependencies from dotnet/toolset (#6022) * Update dependencies from https://github.com/dotnet/toolset build 20200101.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20051.4 Dependency coherency updates - Microsoft.NET.Sdk - 5.0.100-alpha.1.19631.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20051.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200101.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20051.3 Dependency coherency updates - Microsoft.NET.Sdk - 5.0.100-alpha.1.19631.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20051.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2bf211ecf..ebe82c55e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 - + https://github.com/dotnet/toolset - b3a93019276c3404d6a151762e059cf794e1e65e + f6a2f72434858969c419a8321315786bb8547f17 - + https://github.com/dotnet/sdk - 055027b26dc18cf4d192140c5fc8047c3d2dea57 + 32f633608361106192d20567eef50d581c06c428 - + https://github.com/dotnet/toolset - b3a93019276c3404d6a151762e059cf794e1e65e + f6a2f72434858969c419a8321315786bb8547f17 diff --git a/eng/Versions.props b/eng/Versions.props index 1f4a9c0ef..559df9952 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.19631.2 + 5.0.100-alpha.1.20051.3 @@ -46,14 +46,14 @@ - 5.0.100-alpha.1.19631.2 + 5.0.100-alpha.1.20051.3 0.2.0 - 5.0.100-alpha.1.19629.1 + 5.0.100-alpha.1.19631.2 $(MicrosoftNETSdkPackageVersion) From 1f50808af0ddb6e9b2cdf8f321a776dd59475042 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2020 15:06:02 +0000 Subject: [PATCH 1303/2259] [master] Update dependencies from dotnet/toolset (#6023) * Update dependencies from https://github.com/dotnet/toolset build 20200101.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20051.5 * Update dependencies from https://github.com/dotnet/toolset build 20200101.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20051.6 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20051.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ebe82c55e..fa1a24b78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 - + https://github.com/dotnet/toolset - f6a2f72434858969c419a8321315786bb8547f17 + f60d730d396844162791eaf740d239de0b3c86e2 https://github.com/dotnet/sdk 32f633608361106192d20567eef50d581c06c428 - + https://github.com/dotnet/toolset - f6a2f72434858969c419a8321315786bb8547f17 + f60d730d396844162791eaf740d239de0b3c86e2 diff --git a/eng/Versions.props b/eng/Versions.props index 559df9952..863aa14c9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.20051.3 + 5.0.100-alpha.1.20051.6 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.20051.3 + 5.0.100-alpha.1.20051.6 0.2.0 From 673d5f8e1aeb2d68a716b7a7b18ab100d5ddb83a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2020 15:35:33 +0000 Subject: [PATCH 1304/2259] Update dependencies from https://github.com/dotnet/toolset build 20200101.7 (#6024) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20051.7 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20051.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20051.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa1a24b78..fd1a0aa02 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 6bdc58ea563c982e5ee9e8d00b9a28b98c2fed86 + 35f27c0f8b28867b5861ec52b8047ff558f68cfe - + https://github.com/dotnet/toolset - f60d730d396844162791eaf740d239de0b3c86e2 + 1a80278f88dbab0f7b3a531333eb5f9683b5703e https://github.com/dotnet/sdk 32f633608361106192d20567eef50d581c06c428 - + https://github.com/dotnet/toolset - f60d730d396844162791eaf740d239de0b3c86e2 + 1a80278f88dbab0f7b3a531333eb5f9683b5703e diff --git a/eng/Versions.props b/eng/Versions.props index 863aa14c9..c0772d67e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.20051.6 + 5.0.100-alpha.1.20051.7 @@ -25,7 +25,7 @@ - 5.0.0-alpha1.19629.1 + 5.0.0-alpha1.20051.1 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.20051.6 + 5.0.100-alpha.1.20051.7 0.2.0 From 48032e59c0a4a763fed82962ae45eedd2444d326 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2020 18:05:33 +0000 Subject: [PATCH 1305/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200101.1 (#6025) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20051.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20051.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20051.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20051.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd1a0aa02..33398602f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0440f989478689ef4e410bebc10a42b07a18bfef + bd08d6968c8fe79f2afa427821b4324b208d902d - + https://github.com/dotnet/windowsdesktop - 0440f989478689ef4e410bebc10a42b07a18bfef + bd08d6968c8fe79f2afa427821b4324b208d902d - + https://github.com/dotnet/windowsdesktop - 0440f989478689ef4e410bebc10a42b07a18bfef + bd08d6968c8fe79f2afa427821b4324b208d902d https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 73b614aa7c1ead5e5eec967b8358d02bd50c2dad - + https://github.com/dotnet/wpf - 7993f81a9403575815e34a94e5609da9bf86bc1e + 6dbb1f6706f946eb50d465d04e32b8759f913710 diff --git a/eng/Versions.props b/eng/Versions.props index c0772d67e..f31cbb430 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.19631.2 + 5.0.0-alpha.1.20051.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.19631.2 - 5.0.0-alpha.1.19631.2 - 5.0.0-alpha.1.19631.2 + 5.0.0-alpha.1.20051.1 + 5.0.0-alpha.1.20051.1 + 5.0.0-alpha.1.20051.1 From 6ea23464f5f086b6d2a14ce48bc64fb37cf32bd0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2020 19:55:31 +0000 Subject: [PATCH 1306/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200101.2 (#6026) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20051.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20051.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20051.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20051.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20051.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 33398602f..a68dd7960 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - bd08d6968c8fe79f2afa427821b4324b208d902d + e7bdc704f661255f9cce524e51bcc9f96d91fc81 - + https://github.com/dotnet/windowsdesktop - bd08d6968c8fe79f2afa427821b4324b208d902d + e7bdc704f661255f9cce524e51bcc9f96d91fc81 - + https://github.com/dotnet/windowsdesktop - bd08d6968c8fe79f2afa427821b4324b208d902d + e7bdc704f661255f9cce524e51bcc9f96d91fc81 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 1a80278f88dbab0f7b3a531333eb5f9683b5703e - + https://github.com/dotnet/winforms - 73b614aa7c1ead5e5eec967b8358d02bd50c2dad + 2a7f43cc429d3c5146ee5a2082700258437bf54e - + https://github.com/dotnet/wpf - 6dbb1f6706f946eb50d465d04e32b8759f913710 + c38db217380bdab9bc358e80af2a0928d30dd974 diff --git a/eng/Versions.props b/eng/Versions.props index f31cbb430..8b3c81b01 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.19631.1 + 5.0.0-alpha1.20051.1 - 5.0.0-alpha.1.20051.1 + 5.0.0-alpha.1.20051.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.20051.1 - 5.0.0-alpha.1.20051.1 - 5.0.0-alpha.1.20051.1 + 5.0.0-alpha.1.20051.2 + 5.0.0-alpha.1.20051.2 + 5.0.0-alpha.1.20051.2 From 3c3450b97a6933747dee1ddde642fc279abe4463 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 03:15:32 +0000 Subject: [PATCH 1307/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200101.3 (#6027) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20051.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20051.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20051.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20051.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20051.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a68dd7960..5add3d5c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e7bdc704f661255f9cce524e51bcc9f96d91fc81 + d6256123e1f1c31a73e86de2e6d918fedc8f5105 - + https://github.com/dotnet/windowsdesktop - e7bdc704f661255f9cce524e51bcc9f96d91fc81 + d6256123e1f1c31a73e86de2e6d918fedc8f5105 - + https://github.com/dotnet/windowsdesktop - e7bdc704f661255f9cce524e51bcc9f96d91fc81 + d6256123e1f1c31a73e86de2e6d918fedc8f5105 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 1a80278f88dbab0f7b3a531333eb5f9683b5703e - + https://github.com/dotnet/winforms - 2a7f43cc429d3c5146ee5a2082700258437bf54e + 67c0a4e304e40f4b863097933d883e67f75bc53a - + https://github.com/dotnet/wpf - c38db217380bdab9bc358e80af2a0928d30dd974 + ba7892bd43560d54c41395d3c2ebe9c8d39d7df6 diff --git a/eng/Versions.props b/eng/Versions.props index 8b3c81b01..c496fe490 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.20051.1 + 5.0.0-alpha1.20051.2 - 5.0.0-alpha.1.20051.2 + 5.0.0-alpha.1.20051.4 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.20051.2 - 5.0.0-alpha.1.20051.2 - 5.0.0-alpha.1.20051.2 + 5.0.0-alpha.1.20051.3 + 5.0.0-alpha.1.20051.3 + 5.0.0-alpha.1.20051.3 From 9d546b9c710c9371bd9a5ea1613f42d46d6dd89f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 05:00:31 +0000 Subject: [PATCH 1308/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200101.5 (#6028) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20051.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20051.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20051.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20051.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20051.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5add3d5c8..fcb573b64 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d6256123e1f1c31a73e86de2e6d918fedc8f5105 + b457e036d9180875438a78cf96b0eed496fc61c8 - + https://github.com/dotnet/windowsdesktop - d6256123e1f1c31a73e86de2e6d918fedc8f5105 + b457e036d9180875438a78cf96b0eed496fc61c8 - + https://github.com/dotnet/windowsdesktop - d6256123e1f1c31a73e86de2e6d918fedc8f5105 + b457e036d9180875438a78cf96b0eed496fc61c8 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 1a80278f88dbab0f7b3a531333eb5f9683b5703e - + https://github.com/dotnet/winforms - 67c0a4e304e40f4b863097933d883e67f75bc53a + 3bee336e41e600e974d2e4bc8c8879a0137e8a6c - + https://github.com/dotnet/wpf - ba7892bd43560d54c41395d3c2ebe9c8d39d7df6 + b9701ffa024ed17e9e921906794654c042e7cde7 diff --git a/eng/Versions.props b/eng/Versions.props index c496fe490..a594d193b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.20051.2 + 5.0.0-alpha1.20051.4 - 5.0.0-alpha.1.20051.4 + 5.0.0-alpha.1.20051.5 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.20051.3 - 5.0.0-alpha.1.20051.3 - 5.0.0-alpha.1.20051.3 + 5.0.0-alpha.1.20051.5 + 5.0.0-alpha.1.20051.5 + 5.0.0-alpha.1.20051.5 From 0817f8e4900b3fbd129db2b727ad14146de5dd6a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 06:35:34 +0000 Subject: [PATCH 1309/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200101.6 (#6029) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20051.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20051.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20051.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20051.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20051.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fcb573b64..209dfe120 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b457e036d9180875438a78cf96b0eed496fc61c8 + 93435e0e048f602190849d36c80c41270ccd5f0b - + https://github.com/dotnet/windowsdesktop - b457e036d9180875438a78cf96b0eed496fc61c8 + 93435e0e048f602190849d36c80c41270ccd5f0b - + https://github.com/dotnet/windowsdesktop - b457e036d9180875438a78cf96b0eed496fc61c8 + 93435e0e048f602190849d36c80c41270ccd5f0b https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 1a80278f88dbab0f7b3a531333eb5f9683b5703e - + https://github.com/dotnet/winforms - 3bee336e41e600e974d2e4bc8c8879a0137e8a6c + b83a2bbcc9073e272a72b8e112e79a36f537b350 - + https://github.com/dotnet/wpf - b9701ffa024ed17e9e921906794654c042e7cde7 + 1c3acfc43b2426ec0453dbb75c643833db9fbd6a diff --git a/eng/Versions.props b/eng/Versions.props index a594d193b..8f3c598e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.20051.4 + 5.0.0-alpha1.20051.3 - 5.0.0-alpha.1.20051.5 + 5.0.0-alpha.1.20051.6 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.20051.5 - 5.0.0-alpha.1.20051.5 - 5.0.0-alpha.1.20051.5 + 5.0.0-alpha.1.20051.6 + 5.0.0-alpha.1.20051.6 + 5.0.0-alpha.1.20051.6 From 4718574af7f37b3072219a62d8e47c12ddca1fdf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 09:55:33 +0000 Subject: [PATCH 1310/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200101.7 (#6030) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20051.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20051.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20051.7 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20051.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20051.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 209dfe120..52b8dbfc2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 93435e0e048f602190849d36c80c41270ccd5f0b + 0f4ed42e5d34c173791fa38660a7e03c795f68b0 - + https://github.com/dotnet/windowsdesktop - 93435e0e048f602190849d36c80c41270ccd5f0b + 0f4ed42e5d34c173791fa38660a7e03c795f68b0 - + https://github.com/dotnet/windowsdesktop - 93435e0e048f602190849d36c80c41270ccd5f0b + 0f4ed42e5d34c173791fa38660a7e03c795f68b0 https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 1a80278f88dbab0f7b3a531333eb5f9683b5703e - + https://github.com/dotnet/winforms - b83a2bbcc9073e272a72b8e112e79a36f537b350 + 4691ddaecb8f6de0b3acdfc2beb2f2d014b5198a - + https://github.com/dotnet/wpf - 1c3acfc43b2426ec0453dbb75c643833db9fbd6a + 562bbdbde2a296c7ef7f17dd3b5bcfdf761d112f diff --git a/eng/Versions.props b/eng/Versions.props index 8f3c598e6..1f9e17ad3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.20051.3 + 5.0.0-alpha1.20051.9 - 5.0.0-alpha.1.20051.6 + 5.0.0-alpha.1.20051.7 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.20051.6 - 5.0.0-alpha.1.20051.6 - 5.0.0-alpha.1.20051.6 + 5.0.0-alpha.1.20051.7 + 5.0.0-alpha.1.20051.7 + 5.0.0-alpha.1.20051.7 From c658d237d34e6fc82c901e7aaab01701c2385cc1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 12:56:07 +0000 Subject: [PATCH 1311/2259] [master] Update dependencies from dotnet/windowsdesktop (#6031) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200102.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20052.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20052.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20052.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20051.14 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20051.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200102.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20052.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20052.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20052.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20051.15 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20052.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 52b8dbfc2..317ef5b4d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0f4ed42e5d34c173791fa38660a7e03c795f68b0 + a208a19506c85015b3414771f12e2895bf92d35f - + https://github.com/dotnet/windowsdesktop - 0f4ed42e5d34c173791fa38660a7e03c795f68b0 + a208a19506c85015b3414771f12e2895bf92d35f - + https://github.com/dotnet/windowsdesktop - 0f4ed42e5d34c173791fa38660a7e03c795f68b0 + a208a19506c85015b3414771f12e2895bf92d35f https://github.com/dotnet/core-setup @@ -88,13 +88,13 @@ 1a80278f88dbab0f7b3a531333eb5f9683b5703e - + https://github.com/dotnet/winforms - 4691ddaecb8f6de0b3acdfc2beb2f2d014b5198a + fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 562bbdbde2a296c7ef7f17dd3b5bcfdf761d112f + 09fceef7558ecf6860042bddf5450402d925fd56 diff --git a/eng/Versions.props b/eng/Versions.props index 1f9e17ad3..d91153302 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-alpha1.20051.9 + 5.0.0-alpha1.20051.15 - 5.0.0-alpha.1.20051.7 + 5.0.0-alpha.1.20052.1 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.20051.7 - 5.0.0-alpha.1.20051.7 - 5.0.0-alpha.1.20051.7 + 5.0.0-alpha.1.20052.3 + 5.0.0-alpha.1.20052.3 + 5.0.0-alpha.1.20052.3 From 110134f2f569ed525b225d7466f10adbdad5649f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Jan 2020 13:27:24 +0000 Subject: [PATCH 1312/2259] Update dependencies from https://github.com/dotnet/runtime build 20200101.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20051.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20051.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20051.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20051.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20051.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20051.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f526b1829..98ad5df7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - 8858705338c9ca66897e84632a08738c66b4985d + c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 - + https://github.com/dotnet/runtime - 8858705338c9ca66897e84632a08738c66b4985d + c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 - + https://github.com/dotnet/runtime - 8858705338c9ca66897e84632a08738c66b4985d + c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 - + https://github.com/dotnet/runtime - 8858705338c9ca66897e84632a08738c66b4985d + c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 - + https://github.com/dotnet/runtime - 8858705338c9ca66897e84632a08738c66b4985d + c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 8858705338c9ca66897e84632a08738c66b4985d + c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e4af5bfe6..36522b64f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.19631.3 + 5.0.0-alpha.1.20051.1 - 5.0.0-alpha.1.19631.3 - 5.0.0-alpha.1.19631.3 - 5.0.0-alpha.1.19631.3 - 5.0.0-alpha.1.19631.3 - 5.0.0-alpha.1.19631.3 + 5.0.0-alpha.1.20051.1 + 5.0.0-alpha.1.20051.1 + 5.0.0-alpha.1.20051.1 + 5.0.0-alpha.1.20051.1 + 5.0.0-alpha.1.20051.1 2.1.0 From 4a983d95ddc95409e9f68bea472425c515c12ce0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 13:35:18 +0000 Subject: [PATCH 1313/2259] [master] Update dependencies from dotnet/arcade (#6021) * Update dependencies from https://github.com/dotnet/arcade build 20191231.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19631.1 * Update dependencies from https://github.com/dotnet/arcade build 20200101.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20051.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 317ef5b4d..2669db8e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 01d0b636bfb96edf62a77912de25aa5cef143946 + bbd4a95d4bcb6e06f88a8590e18e499a6169b66e diff --git a/global.json b/global.json index cf400a135..9f34da546 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19630.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20051.1" } } From 08dbed218b91f25787939283dfef84043a340635 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 14:35:33 +0000 Subject: [PATCH 1314/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200102.4 (#6032) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20052.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20052.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20052.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20052.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2669db8e5..afd09ea1b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a208a19506c85015b3414771f12e2895bf92d35f + 451aebdd95d9015338f96a729d45745c42491ab2 - + https://github.com/dotnet/windowsdesktop - a208a19506c85015b3414771f12e2895bf92d35f + 451aebdd95d9015338f96a729d45745c42491ab2 - + https://github.com/dotnet/windowsdesktop - a208a19506c85015b3414771f12e2895bf92d35f + 451aebdd95d9015338f96a729d45745c42491ab2 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf 09fceef7558ecf6860042bddf5450402d925fd56 diff --git a/eng/Versions.props b/eng/Versions.props index d91153302..c114a8b7c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-alpha.1.20052.1 + 5.0.0-alpha.1.20052.2 @@ -71,9 +71,9 @@ - 5.0.0-alpha.1.20052.3 - 5.0.0-alpha.1.20052.3 - 5.0.0-alpha.1.20052.3 + 5.0.0-alpha.1.20052.4 + 5.0.0-alpha.1.20052.4 + 5.0.0-alpha.1.20052.4 From 5ff4c23aa690b35eceba1fbbb26151e782c5f61b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 14:40:13 +0000 Subject: [PATCH 1315/2259] Update dependencies from https://github.com/dotnet/toolset build 20200102.2 (#6033) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20052.2 Dependency coherency updates - Microsoft.NET.Sdk - 5.0.100-alpha.1.20051.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20052.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index afd09ea1b..bac628a39 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 35f27c0f8b28867b5861ec52b8047ff558f68cfe - + https://github.com/dotnet/toolset - 1a80278f88dbab0f7b3a531333eb5f9683b5703e + bb829d60dcadc96f8473a077b578238195cd92cc - + https://github.com/dotnet/sdk - 32f633608361106192d20567eef50d581c06c428 + d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 1a80278f88dbab0f7b3a531333eb5f9683b5703e + bb829d60dcadc96f8473a077b578238195cd92cc diff --git a/eng/Versions.props b/eng/Versions.props index c114a8b7c..164c84339 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.20051.7 + 5.0.100-alpha.1.20052.2 @@ -46,14 +46,14 @@ - 5.0.100-alpha.1.20051.7 + 5.0.100-alpha.1.20052.2 0.2.0 - 5.0.100-alpha.1.19631.2 + 5.0.100-alpha.1.20051.2 $(MicrosoftNETSdkPackageVersion) From 244cb28de3e0145f3cb55b5085b7996e85f948d3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 15:16:07 +0000 Subject: [PATCH 1316/2259] [master] Update dependencies from dotnet/toolset (#6034) * Update dependencies from https://github.com/dotnet/toolset build 20200102.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20052.1 * Update dependencies from https://github.com/dotnet/toolset build 20200102.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20052.4 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20052.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bac628a39..2a5bf3467 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 35f27c0f8b28867b5861ec52b8047ff558f68cfe - + https://github.com/dotnet/toolset - bb829d60dcadc96f8473a077b578238195cd92cc + be60b16ac1a9ca10f3180f721b2c2f1e17fb9432 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - bb829d60dcadc96f8473a077b578238195cd92cc + be60b16ac1a9ca10f3180f721b2c2f1e17fb9432 diff --git a/eng/Versions.props b/eng/Versions.props index 164c84339..f2b6e4d7e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -13,7 +13,7 @@ - 5.0.100-alpha.1.20052.2 + 5.0.100-alpha.1.20052.4 @@ -46,7 +46,7 @@ - 5.0.100-alpha.1.20052.2 + 5.0.100-alpha.1.20052.4 0.2.0 From a63472e8e616145c3d8c8cb1cb486003f6fc0603 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 21:55:36 +0000 Subject: [PATCH 1317/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20200102.2 (#6035) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20052.2 - dotnet-user-secrets - 5.0.0-alpha.1.20052.2 - dotnet-watch - 5.0.0-alpha.1.20052.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20052.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20052.2 - dotnet-dev-certs - 5.0.0-alpha.1.20052.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 15 ++++++--------- 2 files changed, 18 insertions(+), 21 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a5bf3467..17c6aa204 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 + c7937640a4079465d36441724933eae5a9ca0085 - + https://github.com/aspnet/AspNetCore - 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 + c7937640a4079465d36441724933eae5a9ca0085 - + https://github.com/aspnet/AspNetCore - 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 + c7937640a4079465d36441724933eae5a9ca0085 - + https://github.com/aspnet/AspNetCore - 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 + c7937640a4079465d36441724933eae5a9ca0085 - + https://github.com/aspnet/AspNetCore - 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 + c7937640a4079465d36441724933eae5a9ca0085 - + https://github.com/aspnet/AspNetCore - 7ae6d1e3791e09db1fe2b032044208b04d4cc3b1 + c7937640a4079465d36441724933eae5a9ca0085 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 4446aa1d3..109a87c6e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -9,14 +9,11 @@ 0 1 00 - $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) alpha 1 - $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) - $(VersionPrefix)-$(PreReleaseVersionLabel)$(PreReleaseVersionIteration)-$(_BuildNumberLabels) @@ -45,12 +42,12 @@ - 5.0.0-alpha.1.19630.2 - 5.0.0-alpha.1.19630.2 - 5.0.0-alpha.1.19630.2 - 5.0.0-alpha.1.19630.2 - 5.0.0-alpha.1.19630.2 - 5.0.0-alpha.1.19630.2 + 5.0.0-alpha.1.20052.2 + 5.0.0-alpha.1.20052.2 + 5.0.0-alpha.1.20052.2 + 5.0.0-alpha.1.20052.2 + 5.0.0-alpha.1.20052.2 + 5.0.0-alpha.1.20052.2 From d8dcc80e8da68f9974b1d61d07ba33930e50d6f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 22:00:32 +0000 Subject: [PATCH 1318/2259] Update dependencies from https://github.com/dotnet/toolset build 20200102.5 (#6036) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20052.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20052.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 17c6aa204..6b58767f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 35f27c0f8b28867b5861ec52b8047ff558f68cfe - + https://github.com/dotnet/toolset - be60b16ac1a9ca10f3180f721b2c2f1e17fb9432 + c891244bef97992c74fe6d48026aa61a34e6a179 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - be60b16ac1a9ca10f3180f721b2c2f1e17fb9432 + c891244bef97992c74fe6d48026aa61a34e6a179 diff --git a/eng/Versions.props b/eng/Versions.props index 109a87c6e..1c246382f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20052.4 + 5.0.100-alpha.1.20052.5 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20052.4 + 5.0.100-alpha.1.20052.5 0.2.0 From 58571899a380470c43a0c6f4eee474662eeefcba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2020 23:20:37 +0000 Subject: [PATCH 1319/2259] Update dependencies from https://github.com/dotnet/toolset build 20200102.6 (#6037) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20052.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20052.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b58767f2..3abc67e85 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 35f27c0f8b28867b5861ec52b8047ff558f68cfe - + https://github.com/dotnet/toolset - c891244bef97992c74fe6d48026aa61a34e6a179 + 97254714562d9e1f7627a2541a31ce1787af8bee https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - c891244bef97992c74fe6d48026aa61a34e6a179 + 97254714562d9e1f7627a2541a31ce1787af8bee diff --git a/eng/Versions.props b/eng/Versions.props index 1c246382f..b18609f3b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20052.5 + 5.0.100-alpha.1.20052.6 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20052.5 + 5.0.100-alpha.1.20052.6 0.2.0 From 41c86a03898121e0080c7099f48c7a014b95c4c7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 03:10:33 +0000 Subject: [PATCH 1320/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200102.6 (#6038) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20052.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20052.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20052.6 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20052.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3abc67e85..0360e5146 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 451aebdd95d9015338f96a729d45745c42491ab2 + 26bf9a8f6d5d47e18edc4d14b15395919b0cf185 - + https://github.com/dotnet/windowsdesktop - 451aebdd95d9015338f96a729d45745c42491ab2 + 26bf9a8f6d5d47e18edc4d14b15395919b0cf185 - + https://github.com/dotnet/windowsdesktop - 451aebdd95d9015338f96a729d45745c42491ab2 + 26bf9a8f6d5d47e18edc4d14b15395919b0cf185 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 09fceef7558ecf6860042bddf5450402d925fd56 + d5925aefeb6409a72c0c494471a13be1d7230a2d diff --git a/eng/Versions.props b/eng/Versions.props index b18609f3b..30c9aa330 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20052.2 + 5.0.0-alpha.1.20052.4 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20052.4 - 5.0.0-alpha.1.20052.4 - 5.0.0-alpha.1.20052.4 + 5.0.0-alpha.1.20052.6 + 5.0.0-alpha.1.20052.6 + 5.0.0-alpha.1.20052.6 From 60377bc5b9ecb1302040aea7ebf23e9efdb90a5a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 3 Jan 2020 13:26:50 +0000 Subject: [PATCH 1321/2259] Update dependencies from https://github.com/dotnet/runtime build 20200102.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20052.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20052.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20052.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20052.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20052.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20052.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 98ad5df7c..2106d13a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 + c3260404f415cf310c1a989eaa4879ec473c0a2c - + https://github.com/dotnet/runtime - c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 + c3260404f415cf310c1a989eaa4879ec473c0a2c - + https://github.com/dotnet/runtime - c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 + c3260404f415cf310c1a989eaa4879ec473c0a2c - + https://github.com/dotnet/runtime - c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 + c3260404f415cf310c1a989eaa4879ec473c0a2c - + https://github.com/dotnet/runtime - c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 + c3260404f415cf310c1a989eaa4879ec473c0a2c @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - c4f221c9c3114dfcf0fceabc7ee20ea9a496bc35 + c3260404f415cf310c1a989eaa4879ec473c0a2c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 36522b64f..c090c59c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.20051.1 + 5.0.0-alpha.1.20052.3 - 5.0.0-alpha.1.20051.1 - 5.0.0-alpha.1.20051.1 - 5.0.0-alpha.1.20051.1 - 5.0.0-alpha.1.20051.1 - 5.0.0-alpha.1.20051.1 + 5.0.0-alpha.1.20052.3 + 5.0.0-alpha.1.20052.3 + 5.0.0-alpha.1.20052.3 + 5.0.0-alpha.1.20052.3 + 5.0.0-alpha.1.20052.3 2.1.0 From 2b0a8649377266fd67ca74993e3ae83163f4c976 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 14:40:07 +0000 Subject: [PATCH 1322/2259] Update dependencies from https://github.com/dotnet/toolset build 20200103.1 (#6040) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20053.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20053.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0360e5146..49531c4cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 35f27c0f8b28867b5861ec52b8047ff558f68cfe - + https://github.com/dotnet/toolset - 97254714562d9e1f7627a2541a31ce1787af8bee + 1a84f28f343572110a5b4ff5a352597b9ff30483 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 97254714562d9e1f7627a2541a31ce1787af8bee + 1a84f28f343572110a5b4ff5a352597b9ff30483 diff --git a/eng/Versions.props b/eng/Versions.props index 30c9aa330..3cfc6b3eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20052.6 + 5.0.100-alpha.1.20053.1 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20052.6 + 5.0.100-alpha.1.20053.1 0.2.0 From d80ec85000b53917a02e93b4eafe44f5bffbb612 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 15:10:09 +0000 Subject: [PATCH 1323/2259] Update dependencies from https://github.com/dotnet/toolset build 20200103.2 (#6041) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20053.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20053.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 49531c4cd..7f2f76c99 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 35f27c0f8b28867b5861ec52b8047ff558f68cfe - + https://github.com/dotnet/toolset - 1a84f28f343572110a5b4ff5a352597b9ff30483 + 10258e2cba1e600f63970239694828b549ec6bca https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 1a84f28f343572110a5b4ff5a352597b9ff30483 + 10258e2cba1e600f63970239694828b549ec6bca diff --git a/eng/Versions.props b/eng/Versions.props index 3cfc6b3eb..84fd0512e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20053.1 + 5.0.100-alpha.1.20053.2 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20053.1 + 5.0.100-alpha.1.20053.2 0.2.0 From c55765d9a395729134de7d2365c0e134ebdf1d3f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 Jan 2020 18:50:31 +0000 Subject: [PATCH 1324/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200103.1 (#6043) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20053.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20053.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20053.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20053.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f2f76c99..dc23ea174 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 26bf9a8f6d5d47e18edc4d14b15395919b0cf185 + 120aceda30191059005652975311f040fb30404f - + https://github.com/dotnet/windowsdesktop - 26bf9a8f6d5d47e18edc4d14b15395919b0cf185 + 120aceda30191059005652975311f040fb30404f - + https://github.com/dotnet/windowsdesktop - 26bf9a8f6d5d47e18edc4d14b15395919b0cf185 + 120aceda30191059005652975311f040fb30404f https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - d5925aefeb6409a72c0c494471a13be1d7230a2d + 24faa3f5afce57898fdd52f0f2de92c5ef5b444e diff --git a/eng/Versions.props b/eng/Versions.props index 84fd0512e..0f9add583 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20052.4 + 5.0.0-alpha.1.20053.1 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20052.6 - 5.0.0-alpha.1.20052.6 - 5.0.0-alpha.1.20052.6 + 5.0.0-alpha.1.20053.1 + 5.0.0-alpha.1.20053.1 + 5.0.0-alpha.1.20053.1 From 83679698f989f763a7d621dfb01ce35d16a72950 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Fri, 3 Jan 2020 13:58:21 -0800 Subject: [PATCH 1325/2259] Updated all MSIs to use the GenerateMsiVersion task and also moved the generation of FullNuGetVersion to a target because it depends on things happening in BeforeCommons.targets of Arcade. --- eng/Versions.props | 1 - .../GenerateMsiVersionFromFullVersion.cs | 38 +++++++++++++++++++ src/redist/targets/BuildCoreSdkTasks.targets | 1 + src/redist/targets/BundledTemplates.targets | 24 ++++++++++-- src/redist/targets/GenerateLayout.targets | 8 ++++ src/redist/targets/GenerateMSIs.targets | 6 ++- 6 files changed, 72 insertions(+), 6 deletions(-) create mode 100644 src/core-sdk-tasks/GenerateMsiVersionFromFullVersion.cs diff --git a/eng/Versions.props b/eng/Versions.props index 0f9add583..957c8a55b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -14,7 +14,6 @@ 1 $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) - $(VersionPrefix)-$(PreReleaseVersionLabel)$(PreReleaseVersionIteration)-$(_BuildNumberLabels) diff --git a/src/core-sdk-tasks/GenerateMsiVersionFromFullVersion.cs b/src/core-sdk-tasks/GenerateMsiVersionFromFullVersion.cs new file mode 100644 index 000000000..12e85dd22 --- /dev/null +++ b/src/core-sdk-tasks/GenerateMsiVersionFromFullVersion.cs @@ -0,0 +1,38 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using Microsoft.Build.Framework; +using Microsoft.Build.Utilities; +using NuGet.Versioning; + +namespace Microsoft.DotNet.Cli.Build +{ + public class GenerateMsiVersionFromFullVersion : Task + { + [Required] + public int VersionRevision { get; set; } + + [Required] + public string VersionMajorMinorPatch { get; set; } + + [Output] + public string MsiVersion { get; set; } + + public override bool Execute() + { + var parsedVersion = NuGetVersion.Parse(VersionMajorMinorPatch); + + var buildVersion = new Version() + { + Major = parsedVersion.Major, + Minor = parsedVersion.Minor, + Patch = parsedVersion.Patch, + VersionRevision = VersionRevision + }; + + MsiVersion = buildVersion.GenerateMsiVersion(); + + return true; + } + } +} diff --git a/src/redist/targets/BuildCoreSdkTasks.targets b/src/redist/targets/BuildCoreSdkTasks.targets index 7ffb389a9..ba697f3fd 100644 --- a/src/redist/targets/BuildCoreSdkTasks.targets +++ b/src/redist/targets/BuildCoreSdkTasks.targets @@ -26,6 +26,7 @@ + diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 553bca59c..6c1301348 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -4,7 +4,6 @@ $(AspNetCorePackageVersionFor31Templates.IndexOf('-')) $(AspNetCorePackageVersionFor31Templates) $(AspNetCorePackageVersionFor31Templates.Substring(0, $(AspNetCore31VersionPreReleaseSeparator))) - $(AspNetCore31VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision) $(AspNetCore31VersionMajorMinorPatchVersion) $(BundledTemplates31InstallPath)-$(VersionSuffix) $([MSBuild]::Add($(AspNetCore31VersionMajorMinorPatchVersion.IndexOf('.')), 1)) @@ -14,7 +13,6 @@ $(AspNetCorePackageVersionFor30Templates.IndexOf('-')) $(AspNetCorePackageVersionFor30Templates) $(AspNetCorePackageVersionFor30Templates.Substring(0, $(AspNetCore30VersionPreReleaseSeparator))) - $(AspNetCore30VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision) $(AspNetCore30VersionMajorMinorPatchVersion) $(BundledTemplates30InstallPath)-$(VersionSuffix) $([MSBuild]::Add($(AspNetCore30VersionMajorMinorPatchVersion.IndexOf('.')), 1)) @@ -24,7 +22,6 @@ $(AspNetCorePackageVersionFor22Templates.IndexOf('-')) $(AspNetCorePackageVersionFor22Templates) $(AspNetCorePackageVersionFor22Templates.Substring(0, $(AspNetCore22VersionPreReleaseSeparator))) - $(AspNetCore22VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision) $(AspNetCore22VersionMajorMinorPatchVersion) $(BundledTemplates22InstallPath)-$(VersionSuffix) $([MSBuild]::Add($(AspNetCore22VersionMajorMinorPatchVersion.IndexOf('.')), 1)) @@ -34,13 +31,32 @@ $(AspNetCorePackageVersionFor21Templates.IndexOf('-')) $(AspNetCorePackageVersionFor21Templates) $(AspNetCorePackageVersionFor21Templates.Substring(0, $(AspNetCore21VersionPreReleaseSeparator))) - $(AspNetCore21VersionMajorMinorPatchVersion).$(CombinedBuildNumberAndRevision) $(AspNetCore21VersionMajorMinorPatchVersion) $(BundledTemplates21InstallPath)-$(VersionSuffix) $([MSBuild]::Add($(AspNetCore21VersionMajorMinorPatchVersion.IndexOf('.')), 1)) $(AspNetCore21VersionMajorMinorPatchVersion.IndexOf('.', $(Templates21VersionPatchSeparatorIndex))) $(AspNetCore21VersionMajorMinorPatchVersion.Substring(0, $(Templates21VersionPatchSeparatorIndex))) + + + + + + + + + + + + + + + + diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index bf6fd0c5b..7b80e5f9e 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -426,6 +426,13 @@ Overwrite="true" /> + + + $(VersionPrefix)-$(PreReleaseVersionLabel).$(PreReleaseVersionIteration) + $(FullNugetVersion).$(VersionSuffixDateStamp).$(VersionSuffixBuildOfTheDay) + + + @@ -481,6 +488,7 @@ DependsOnTargets="DownloadBundledComponents; CleanLayoutPath; LayoutBundledComponents; + GenerateFullNuGetVersion; GenerateVersionFile; GenerateBundledVersions; LayoutRuntimeGraph; diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 3124f7021..92fe716ee 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -71,7 +71,11 @@ $(_PatchNumber) $(GitCommitCount) - $(VersionPrefix).$(CombinedBuildNumberAndRevision) + + + $(FileVersion) + + $(VersionPrefix).$(CombinedBuildNumberAndRevision) From 4668ac575b7f35f9ac25d909015350b4317060ba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 00:45:04 +0000 Subject: [PATCH 1326/2259] Update dependencies from https://github.com/dotnet/arcade build 20200102.1 (#6039) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20052.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc23ea174..ca92f6da1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - bbd4a95d4bcb6e06f88a8590e18e499a6169b66e + 98cc270f5e08096729fc7d54ffafa9e3c6576316 diff --git a/global.json b/global.json index 9f34da546..1edc226d8 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20051.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20052.1" } } From 90d457edc915180bc0d24b29de1bc34ce2fc98a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 00:49:44 +0000 Subject: [PATCH 1327/2259] Update dependencies from https://github.com/dotnet/toolset build 20200103.3 (#6042) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20053.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20053.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20053.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ca92f6da1..cd80e78ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 35f27c0f8b28867b5861ec52b8047ff558f68cfe + c4ee33b8b5368232211c64a2eed610134f60341a - + https://github.com/dotnet/toolset - 10258e2cba1e600f63970239694828b549ec6bca + 202c01ac4ba8069054f485ac58fa0b9f6e861df1 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 10258e2cba1e600f63970239694828b549ec6bca + 202c01ac4ba8069054f485ac58fa0b9f6e861df1 diff --git a/eng/Versions.props b/eng/Versions.props index 0f9add583..022750d4c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20053.2 + 5.0.100-alpha.1.20053.3 @@ -30,7 +30,7 @@ - 5.0.0-alpha1.20051.1 + 5.0.0-alpha1.20053.1 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20053.2 + 5.0.100-alpha.1.20053.3 0.2.0 From 87a13f7ff9e4527b0d828bfb85e02fc25e90729f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 01:00:12 +0000 Subject: [PATCH 1328/2259] Update dependencies from https://github.com/dotnet/toolset build 20200101.1 (#6020) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20051.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e91fce426..077ba37fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 009fdd7fa26d1160a06ca2e8001bfbe9b1a0fb1e + 18adba622401012165c00cc77b2d06fcd1c0bdc7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ce1c15571..ad4d66f69 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.19630.10 + 3.1.200-preview.20051.1 From 41ee6fb6ec636e0f2548d3fa105bcd3f70587640 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 01:40:57 +0000 Subject: [PATCH 1329/2259] Update dependencies from https://github.com/dotnet/toolset build 20200103.4 (#6045) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20053.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 077ba37fa..733934d46 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 18adba622401012165c00cc77b2d06fcd1c0bdc7 + fbd8f7a1f552df1a31271e9f66f31b6567fdf433 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ad4d66f69..ff12e41c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20051.1 + 3.1.200-preview.20053.4 From cf7e6cccd09c737a766018bb7e85397f291e87e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 02:50:33 +0000 Subject: [PATCH 1330/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200103.2 (#6046) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20053.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20053.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20053.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20053.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd80e78ef..e6f6c1286 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 120aceda30191059005652975311f040fb30404f + 70dede1e24bf67b77327d88916106870ff23ebdc - + https://github.com/dotnet/windowsdesktop - 120aceda30191059005652975311f040fb30404f + 70dede1e24bf67b77327d88916106870ff23ebdc - + https://github.com/dotnet/windowsdesktop - 120aceda30191059005652975311f040fb30404f + 70dede1e24bf67b77327d88916106870ff23ebdc https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf 24faa3f5afce57898fdd52f0f2de92c5ef5b444e diff --git a/eng/Versions.props b/eng/Versions.props index 022750d4c..7022e9b4c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20053.1 + 5.0.0-alpha.1.20053.2 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20053.1 - 5.0.0-alpha.1.20053.1 - 5.0.0-alpha.1.20053.1 + 5.0.0-alpha.1.20053.2 + 5.0.0-alpha.1.20053.2 + 5.0.0-alpha.1.20053.2 From ed8497dab11a419836bdcf5dbe38f3ce3e9f4abc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 4 Jan 2020 13:24:06 +0000 Subject: [PATCH 1331/2259] Update dependencies from https://github.com/dotnet/runtime build 20200103.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20053.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20053.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20053.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20053.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20053.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20053.4 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2106d13a8..fdc35fa9a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - c3260404f415cf310c1a989eaa4879ec473c0a2c + 5bba5aa36a378f97bbe257cb12a99025db8d4430 - + https://github.com/dotnet/runtime - c3260404f415cf310c1a989eaa4879ec473c0a2c + 5bba5aa36a378f97bbe257cb12a99025db8d4430 - + https://github.com/dotnet/runtime - c3260404f415cf310c1a989eaa4879ec473c0a2c + 5bba5aa36a378f97bbe257cb12a99025db8d4430 - + https://github.com/dotnet/runtime - c3260404f415cf310c1a989eaa4879ec473c0a2c + 5bba5aa36a378f97bbe257cb12a99025db8d4430 - + https://github.com/dotnet/runtime - c3260404f415cf310c1a989eaa4879ec473c0a2c + 5bba5aa36a378f97bbe257cb12a99025db8d4430 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - c3260404f415cf310c1a989eaa4879ec473c0a2c + 5bba5aa36a378f97bbe257cb12a99025db8d4430 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index c090c59c7..19ba20702 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.20052.3 + 5.0.0-alpha.1.20053.4 - 5.0.0-alpha.1.20052.3 - 5.0.0-alpha.1.20052.3 - 5.0.0-alpha.1.20052.3 - 5.0.0-alpha.1.20052.3 - 5.0.0-alpha.1.20052.3 + 5.0.0-alpha.1.20053.4 + 5.0.0-alpha.1.20053.4 + 5.0.0-alpha.1.20053.4 + 5.0.0-alpha.1.20053.4 + 5.0.0-alpha.1.20053.4 2.1.0 From b0941121e0c7ac6e31da96ad0833ffc5b55c00d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 13:30:57 +0000 Subject: [PATCH 1332/2259] Update dependencies from https://github.com/dotnet/arcade build 20200103.2 (#6047) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20053.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e6f6c1286..a0acf0098 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 98cc270f5e08096729fc7d54ffafa9e3c6576316 + b49ab5e13eb7c5678d6720ef041dc675cf8e9307 diff --git a/global.json b/global.json index 1edc226d8..824b4ae8c 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20052.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20053.2" } } From a91df457943ff963c4e5a49cf3f66658e9c3aed4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 14:35:07 +0000 Subject: [PATCH 1333/2259] [master] Update dependencies from dotnet/toolset (#6048) * Update dependencies from https://github.com/dotnet/toolset build 20200104.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20054.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20054.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200104.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20054.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20054.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a0acf0098..27b4168b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating c4ee33b8b5368232211c64a2eed610134f60341a - + https://github.com/dotnet/toolset - 202c01ac4ba8069054f485ac58fa0b9f6e861df1 + 0d7df4ab3b6a1e7b72dbf5ba193a8739e5e50356 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 202c01ac4ba8069054f485ac58fa0b9f6e861df1 + 0d7df4ab3b6a1e7b72dbf5ba193a8739e5e50356 diff --git a/eng/Versions.props b/eng/Versions.props index 7022e9b4c..eff03c2d8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20053.3 + 5.0.100-alpha.1.20054.2 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20053.3 + 5.0.100-alpha.1.20054.2 0.2.0 From fc14be7952b1d94bfedc716a2d5bebe9da9ceeb7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 15:05:05 +0000 Subject: [PATCH 1334/2259] Update dependencies from https://github.com/dotnet/toolset build 20200104.3 (#6049) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20054.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20054.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 27b4168b1..bfce86c73 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating c4ee33b8b5368232211c64a2eed610134f60341a - + https://github.com/dotnet/toolset - 0d7df4ab3b6a1e7b72dbf5ba193a8739e5e50356 + d4db07a66dd1527031722f2a055d2620dc0991a9 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 0d7df4ab3b6a1e7b72dbf5ba193a8739e5e50356 + d4db07a66dd1527031722f2a055d2620dc0991a9 diff --git a/eng/Versions.props b/eng/Versions.props index eff03c2d8..9130c018d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20054.2 + 5.0.100-alpha.1.20054.3 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20054.2 + 5.0.100-alpha.1.20054.3 0.2.0 From 3df310173d2e936d6b59a0692bba1770346f0c44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 15:30:38 +0000 Subject: [PATCH 1335/2259] Update dependencies from https://github.com/dotnet/toolset build 20200104.5 (#6050) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20054.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20054.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20054.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bfce86c73..31ffee645 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - c4ee33b8b5368232211c64a2eed610134f60341a + 2ee9127b03dc7ccd286e6a002d14f93a90f226d5 - + https://github.com/dotnet/toolset - d4db07a66dd1527031722f2a055d2620dc0991a9 + 3c3d6143c0670d19f162b266a585a083a208167c https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - d4db07a66dd1527031722f2a055d2620dc0991a9 + 3c3d6143c0670d19f162b266a585a083a208167c diff --git a/eng/Versions.props b/eng/Versions.props index 9130c018d..365334823 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20054.3 + 5.0.100-alpha.1.20054.5 @@ -30,7 +30,7 @@ - 5.0.0-alpha1.20053.1 + 5.0.0-alpha1.20054.1 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20054.3 + 5.0.100-alpha.1.20054.5 0.2.0 From 39f6b1421cb16e45423f22264686779bb501c6f7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 4 Jan 2020 18:50:30 +0000 Subject: [PATCH 1336/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200104.1 (#6051) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20054.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20054.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20054.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20054.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 31ffee645..8718c277a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 70dede1e24bf67b77327d88916106870ff23ebdc + 35131d3a864e48777447bfe36a06db053704e7ed - + https://github.com/dotnet/windowsdesktop - 70dede1e24bf67b77327d88916106870ff23ebdc + 35131d3a864e48777447bfe36a06db053704e7ed - + https://github.com/dotnet/windowsdesktop - 70dede1e24bf67b77327d88916106870ff23ebdc + 35131d3a864e48777447bfe36a06db053704e7ed https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 24faa3f5afce57898fdd52f0f2de92c5ef5b444e + e63e30e61f3f55c9b9a74e8462cc07393b194d84 diff --git a/eng/Versions.props b/eng/Versions.props index 365334823..90f65137c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20053.2 + 5.0.0-alpha.1.20054.1 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20053.2 - 5.0.0-alpha.1.20053.2 - 5.0.0-alpha.1.20053.2 + 5.0.0-alpha.1.20054.1 + 5.0.0-alpha.1.20054.1 + 5.0.0-alpha.1.20054.1 From 3a4b2e1cdc864d32e37f1c630a4168f080b63e79 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 00:25:35 +0000 Subject: [PATCH 1337/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20200104.1 (#6052) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20054.1 - dotnet-user-secrets - 5.0.0-alpha.1.20054.1 - dotnet-watch - 5.0.0-alpha.1.20054.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20054.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20054.1 - dotnet-dev-certs - 5.0.0-alpha.1.20054.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8718c277a..485aa4812 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - c7937640a4079465d36441724933eae5a9ca0085 + b6b5319bab88e4e665e2c4d750017f5c6ef93a37 - + https://github.com/aspnet/AspNetCore - c7937640a4079465d36441724933eae5a9ca0085 + b6b5319bab88e4e665e2c4d750017f5c6ef93a37 - + https://github.com/aspnet/AspNetCore - c7937640a4079465d36441724933eae5a9ca0085 + b6b5319bab88e4e665e2c4d750017f5c6ef93a37 - + https://github.com/aspnet/AspNetCore - c7937640a4079465d36441724933eae5a9ca0085 + b6b5319bab88e4e665e2c4d750017f5c6ef93a37 - + https://github.com/aspnet/AspNetCore - c7937640a4079465d36441724933eae5a9ca0085 + b6b5319bab88e4e665e2c4d750017f5c6ef93a37 - + https://github.com/aspnet/AspNetCore - c7937640a4079465d36441724933eae5a9ca0085 + b6b5319bab88e4e665e2c4d750017f5c6ef93a37 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 90f65137c..f9bb5f6e2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,12 +42,12 @@ - 5.0.0-alpha.1.20052.2 - 5.0.0-alpha.1.20052.2 - 5.0.0-alpha.1.20052.2 - 5.0.0-alpha.1.20052.2 - 5.0.0-alpha.1.20052.2 - 5.0.0-alpha.1.20052.2 + 5.0.0-alpha.1.20054.1 + 5.0.0-alpha.1.20054.1 + 5.0.0-alpha.1.20054.1 + 5.0.0-alpha.1.20054.1 + 5.0.0-alpha.1.20054.1 + 5.0.0-alpha.1.20054.1 From 097191bcaf06aa8471d18dc5b30bd27bc9ca3e26 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 01:40:33 +0000 Subject: [PATCH 1338/2259] Update dependencies from https://github.com/dotnet/toolset build 20200104.6 (#6053) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20054.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20054.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 485aa4812..fbfbd150b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 2ee9127b03dc7ccd286e6a002d14f93a90f226d5 - + https://github.com/dotnet/toolset - 3c3d6143c0670d19f162b266a585a083a208167c + 8bf99bf214f2e563c8fd4f45704dcf33137bd7a6 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 3c3d6143c0670d19f162b266a585a083a208167c + 8bf99bf214f2e563c8fd4f45704dcf33137bd7a6 diff --git a/eng/Versions.props b/eng/Versions.props index f9bb5f6e2..69dd2aefe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20054.5 + 5.0.100-alpha.1.20054.6 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20054.5 + 5.0.100-alpha.1.20054.6 0.2.0 From 91bbe50d41650899403e18d326b00c82e69a2a44 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 02:10:29 +0000 Subject: [PATCH 1339/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200104.2 (#6054) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20054.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20054.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20054.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20054.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fbfbd150b..706341c87 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 35131d3a864e48777447bfe36a06db053704e7ed + 32fff42dfa53630b78bd1421353f146fa15acb9c - + https://github.com/dotnet/windowsdesktop - 35131d3a864e48777447bfe36a06db053704e7ed + 32fff42dfa53630b78bd1421353f146fa15acb9c - + https://github.com/dotnet/windowsdesktop - 35131d3a864e48777447bfe36a06db053704e7ed + 32fff42dfa53630b78bd1421353f146fa15acb9c https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf e63e30e61f3f55c9b9a74e8462cc07393b194d84 diff --git a/eng/Versions.props b/eng/Versions.props index 69dd2aefe..54daa7f06 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20054.1 + 5.0.0-alpha.1.20054.2 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20054.1 - 5.0.0-alpha.1.20054.1 - 5.0.0-alpha.1.20054.1 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 From 172b26b1222caac0a23e0f5adaaeba67cbb02c08 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 03:05:32 +0000 Subject: [PATCH 1340/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20200104.2 (#6055) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20054.2 - dotnet-user-secrets - 5.0.0-alpha.1.20054.2 - dotnet-watch - 5.0.0-alpha.1.20054.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20054.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20054.2 - dotnet-dev-certs - 5.0.0-alpha.1.20054.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 706341c87..3b6cbad5d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - b6b5319bab88e4e665e2c4d750017f5c6ef93a37 + 8b000d961cd3ccfcc8090fb8368fd6598bace978 - + https://github.com/aspnet/AspNetCore - b6b5319bab88e4e665e2c4d750017f5c6ef93a37 + 8b000d961cd3ccfcc8090fb8368fd6598bace978 - + https://github.com/aspnet/AspNetCore - b6b5319bab88e4e665e2c4d750017f5c6ef93a37 + 8b000d961cd3ccfcc8090fb8368fd6598bace978 - + https://github.com/aspnet/AspNetCore - b6b5319bab88e4e665e2c4d750017f5c6ef93a37 + 8b000d961cd3ccfcc8090fb8368fd6598bace978 - + https://github.com/aspnet/AspNetCore - b6b5319bab88e4e665e2c4d750017f5c6ef93a37 + 8b000d961cd3ccfcc8090fb8368fd6598bace978 - + https://github.com/aspnet/AspNetCore - b6b5319bab88e4e665e2c4d750017f5c6ef93a37 + 8b000d961cd3ccfcc8090fb8368fd6598bace978 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 54daa7f06..2be370a88 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,12 +42,12 @@ - 5.0.0-alpha.1.20054.1 - 5.0.0-alpha.1.20054.1 - 5.0.0-alpha.1.20054.1 - 5.0.0-alpha.1.20054.1 - 5.0.0-alpha.1.20054.1 - 5.0.0-alpha.1.20054.1 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 From 06550152631d0aa93fc9daf516b2daffcb55ac03 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 04:10:29 +0000 Subject: [PATCH 1341/2259] Update dependencies from https://github.com/dotnet/toolset build 20200104.7 (#6056) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20054.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20054.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3b6cbad5d..7c0776f14 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 2ee9127b03dc7ccd286e6a002d14f93a90f226d5 - + https://github.com/dotnet/toolset - 8bf99bf214f2e563c8fd4f45704dcf33137bd7a6 + 7578709dddd653d1fd0614ca6762a2ee46ab3e79 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 8bf99bf214f2e563c8fd4f45704dcf33137bd7a6 + 7578709dddd653d1fd0614ca6762a2ee46ab3e79 diff --git a/eng/Versions.props b/eng/Versions.props index 2be370a88..98ebaeb9c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20054.6 + 5.0.100-alpha.1.20054.7 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20054.6 + 5.0.100-alpha.1.20054.7 0.2.0 From 7b1d01d21612b40988646e4e8ce5ef8345af850a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 5 Jan 2020 13:26:27 +0000 Subject: [PATCH 1342/2259] Update dependencies from https://github.com/dotnet/runtime build 20200104.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20054.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20054.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20054.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20054.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20054.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20054.2 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fdc35fa9a..6302371ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - 5bba5aa36a378f97bbe257cb12a99025db8d4430 + b174fdce50303f7aad53022ae623b5a9629289b1 - + https://github.com/dotnet/runtime - 5bba5aa36a378f97bbe257cb12a99025db8d4430 + b174fdce50303f7aad53022ae623b5a9629289b1 - + https://github.com/dotnet/runtime - 5bba5aa36a378f97bbe257cb12a99025db8d4430 + b174fdce50303f7aad53022ae623b5a9629289b1 - + https://github.com/dotnet/runtime - 5bba5aa36a378f97bbe257cb12a99025db8d4430 + b174fdce50303f7aad53022ae623b5a9629289b1 - + https://github.com/dotnet/runtime - 5bba5aa36a378f97bbe257cb12a99025db8d4430 + b174fdce50303f7aad53022ae623b5a9629289b1 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 5bba5aa36a378f97bbe257cb12a99025db8d4430 + b174fdce50303f7aad53022ae623b5a9629289b1 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 19ba20702..f3be8b070 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.20053.4 + 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20053.4 - 5.0.0-alpha.1.20053.4 - 5.0.0-alpha.1.20053.4 - 5.0.0-alpha.1.20053.4 - 5.0.0-alpha.1.20053.4 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20054.2 2.1.0 From 4bf1e4cec1193f6c9df56aa9d6d8ce6dda39b5a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 13:35:42 +0000 Subject: [PATCH 1343/2259] Update dependencies from https://github.com/dotnet/arcade build 20200104.1 (#6057) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20054.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7c0776f14..7d51e802e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - b49ab5e13eb7c5678d6720ef041dc675cf8e9307 + 96ab522b32ff4d0f7bfc18074fd5ae3673c59d0a diff --git a/global.json b/global.json index 824b4ae8c..1a34116e1 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20053.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20054.1" } } From dc8f3c898a7ef19781e4286be95011b08ada579c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 14:50:30 +0000 Subject: [PATCH 1344/2259] [master] Update dependencies from dotnet/toolset (#6058) * Update dependencies from https://github.com/dotnet/toolset build 20200105.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20055.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20055.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200105.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20055.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20055.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7d51e802e..89dee5847 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 2ee9127b03dc7ccd286e6a002d14f93a90f226d5 - + https://github.com/dotnet/toolset - 7578709dddd653d1fd0614ca6762a2ee46ab3e79 + f2efbc5003b2f69eb9eeedb2d21056ef007bb5c6 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 7578709dddd653d1fd0614ca6762a2ee46ab3e79 + f2efbc5003b2f69eb9eeedb2d21056ef007bb5c6 diff --git a/eng/Versions.props b/eng/Versions.props index 98ebaeb9c..feaa67d37 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20054.7 + 5.0.100-alpha.1.20055.2 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20054.7 + 5.0.100-alpha.1.20055.2 0.2.0 From 40fdc62addc3380b2983fe923ac9dcdbbae5b063 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 19:20:31 +0000 Subject: [PATCH 1345/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200105.1 (#6060) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20055.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20055.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20055.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20055.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 89dee5847..dfecb6447 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 32fff42dfa53630b78bd1421353f146fa15acb9c + 4de233eba04e9e5fa4a0c831b60c0dbf6022a190 - + https://github.com/dotnet/windowsdesktop - 32fff42dfa53630b78bd1421353f146fa15acb9c + 4de233eba04e9e5fa4a0c831b60c0dbf6022a190 - + https://github.com/dotnet/windowsdesktop - 32fff42dfa53630b78bd1421353f146fa15acb9c + 4de233eba04e9e5fa4a0c831b60c0dbf6022a190 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - e63e30e61f3f55c9b9a74e8462cc07393b194d84 + 0d43a05f2f18abd5d87d3de37db43471d148522e diff --git a/eng/Versions.props b/eng/Versions.props index feaa67d37..4d90708c1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20055.1 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20055.1 + 5.0.0-alpha.1.20055.1 + 5.0.0-alpha.1.20055.1 From fe9548421d91e6992ab9f277bffec94106430af0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Jan 2020 20:35:32 +0000 Subject: [PATCH 1346/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20200105.1 (#6061) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20055.1 - dotnet-user-secrets - 5.0.0-alpha.1.20055.1 - dotnet-watch - 5.0.0-alpha.1.20055.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20055.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20055.1 - dotnet-dev-certs - 5.0.0-alpha.1.20055.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dfecb6447..4d4571b4c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 8b000d961cd3ccfcc8090fb8368fd6598bace978 + 840e10d45b2e852c7a81d884b549604413f272d4 - + https://github.com/aspnet/AspNetCore - 8b000d961cd3ccfcc8090fb8368fd6598bace978 + 840e10d45b2e852c7a81d884b549604413f272d4 - + https://github.com/aspnet/AspNetCore - 8b000d961cd3ccfcc8090fb8368fd6598bace978 + 840e10d45b2e852c7a81d884b549604413f272d4 - + https://github.com/aspnet/AspNetCore - 8b000d961cd3ccfcc8090fb8368fd6598bace978 + 840e10d45b2e852c7a81d884b549604413f272d4 - + https://github.com/aspnet/AspNetCore - 8b000d961cd3ccfcc8090fb8368fd6598bace978 + 840e10d45b2e852c7a81d884b549604413f272d4 - + https://github.com/aspnet/AspNetCore - 8b000d961cd3ccfcc8090fb8368fd6598bace978 + 840e10d45b2e852c7a81d884b549604413f272d4 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 4d90708c1..ed19b4bf0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,12 +42,12 @@ - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20055.1 + 5.0.0-alpha.1.20055.1 + 5.0.0-alpha.1.20055.1 + 5.0.0-alpha.1.20055.1 + 5.0.0-alpha.1.20055.1 + 5.0.0-alpha.1.20055.1 From 5894207a067f9fc053b30784d8e2f405dcd17c78 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 03:05:33 +0000 Subject: [PATCH 1347/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200105.2 (#6062) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20055.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20055.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20055.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20055.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4d4571b4c..eaeea97c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4de233eba04e9e5fa4a0c831b60c0dbf6022a190 + 0351509f87dfcac88032843ab17830fbdced9316 - + https://github.com/dotnet/windowsdesktop - 4de233eba04e9e5fa4a0c831b60c0dbf6022a190 + 0351509f87dfcac88032843ab17830fbdced9316 - + https://github.com/dotnet/windowsdesktop - 4de233eba04e9e5fa4a0c831b60c0dbf6022a190 + 0351509f87dfcac88032843ab17830fbdced9316 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf 0d43a05f2f18abd5d87d3de37db43471d148522e diff --git a/eng/Versions.props b/eng/Versions.props index ed19b4bf0..d4690c35a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20055.1 + 5.0.0-alpha.1.20055.2 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20055.1 - 5.0.0-alpha.1.20055.1 - 5.0.0-alpha.1.20055.1 + 5.0.0-alpha.1.20055.2 + 5.0.0-alpha.1.20055.2 + 5.0.0-alpha.1.20055.2 From 04e4412b18639977ed622af8c0573b86f66a7354 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 12:00:37 +0000 Subject: [PATCH 1348/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20200106.1 (#6063) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20056.1 - dotnet-user-secrets - 5.0.0-alpha.1.20056.1 - dotnet-watch - 5.0.0-alpha.1.20056.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20056.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20056.1 - dotnet-dev-certs - 5.0.0-alpha.1.20056.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eaeea97c3..c2a8b0672 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 840e10d45b2e852c7a81d884b549604413f272d4 + e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 - + https://github.com/aspnet/AspNetCore - 840e10d45b2e852c7a81d884b549604413f272d4 + e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 - + https://github.com/aspnet/AspNetCore - 840e10d45b2e852c7a81d884b549604413f272d4 + e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 - + https://github.com/aspnet/AspNetCore - 840e10d45b2e852c7a81d884b549604413f272d4 + e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 - + https://github.com/aspnet/AspNetCore - 840e10d45b2e852c7a81d884b549604413f272d4 + e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 - + https://github.com/aspnet/AspNetCore - 840e10d45b2e852c7a81d884b549604413f272d4 + e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index d4690c35a..6c42bb781 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,12 +42,12 @@ - 5.0.0-alpha.1.20055.1 - 5.0.0-alpha.1.20055.1 - 5.0.0-alpha.1.20055.1 - 5.0.0-alpha.1.20055.1 - 5.0.0-alpha.1.20055.1 - 5.0.0-alpha.1.20055.1 + 5.0.0-alpha.1.20056.1 + 5.0.0-alpha.1.20056.1 + 5.0.0-alpha.1.20056.1 + 5.0.0-alpha.1.20056.1 + 5.0.0-alpha.1.20056.1 + 5.0.0-alpha.1.20056.1 From cdd879d51a03fd0f4023e9ee33907a31eecf4d55 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 13:04:37 +0000 Subject: [PATCH 1349/2259] [master] Update dependencies from dotnet/toolset (#6059) * Update dependencies from https://github.com/dotnet/toolset build 20200105.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20055.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20055.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20055.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200106.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20056.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20055.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20056.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c2a8b0672..2714900e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 2ee9127b03dc7ccd286e6a002d14f93a90f226d5 + 3260b80fdd5094dfcb441bb9d57f93ed0cad1d9d - + https://github.com/dotnet/toolset - f2efbc5003b2f69eb9eeedb2d21056ef007bb5c6 + 436c1a326cc32728fc4d5db94f1776e408dc4bc1 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - f2efbc5003b2f69eb9eeedb2d21056ef007bb5c6 + 436c1a326cc32728fc4d5db94f1776e408dc4bc1 diff --git a/eng/Versions.props b/eng/Versions.props index 6c42bb781..6e28840d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20055.2 + 5.0.100-alpha.1.20056.1 @@ -30,7 +30,7 @@ - 5.0.0-alpha1.20054.1 + 5.0.0-alpha1.20055.1 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20055.2 + 5.0.100-alpha.1.20056.1 0.2.0 From 319bd41c541f26f66cf831d00f55c2bd230525c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 6 Jan 2020 13:28:05 +0000 Subject: [PATCH 1350/2259] Update dependencies from https://github.com/dotnet/runtime build 20200105.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20055.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20055.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20055.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20055.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20055.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20055.4 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6302371ae..139a5ce59 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - b174fdce50303f7aad53022ae623b5a9629289b1 + 5b968685ce89f9dddf49e9aa3aa0608820a585aa - + https://github.com/dotnet/runtime - b174fdce50303f7aad53022ae623b5a9629289b1 + 5b968685ce89f9dddf49e9aa3aa0608820a585aa - + https://github.com/dotnet/runtime - b174fdce50303f7aad53022ae623b5a9629289b1 + 5b968685ce89f9dddf49e9aa3aa0608820a585aa - + https://github.com/dotnet/runtime - b174fdce50303f7aad53022ae623b5a9629289b1 + 5b968685ce89f9dddf49e9aa3aa0608820a585aa - + https://github.com/dotnet/runtime - b174fdce50303f7aad53022ae623b5a9629289b1 + 5b968685ce89f9dddf49e9aa3aa0608820a585aa @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - b174fdce50303f7aad53022ae623b5a9629289b1 + 5b968685ce89f9dddf49e9aa3aa0608820a585aa https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index f3be8b070..e1a3911da 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20055.4 - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 - 5.0.0-alpha.1.20054.2 + 5.0.0-alpha.1.20055.4 + 5.0.0-alpha.1.20055.4 + 5.0.0-alpha.1.20055.4 + 5.0.0-alpha.1.20055.4 + 5.0.0-alpha.1.20055.4 2.1.0 From 10982fd32239cc096ca011d933415bd61cde538a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 14:45:36 +0000 Subject: [PATCH 1351/2259] [master] Update dependencies from dotnet/toolset (#6065) * Update dependencies from https://github.com/dotnet/toolset build 20200106.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20056.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20056.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200106.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20056.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20056.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2714900e3..794aee9c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 3260b80fdd5094dfcb441bb9d57f93ed0cad1d9d - + https://github.com/dotnet/toolset - 436c1a326cc32728fc4d5db94f1776e408dc4bc1 + 4037a3d82dcd1b94620fb75ad17937c732a235e4 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 436c1a326cc32728fc4d5db94f1776e408dc4bc1 + 4037a3d82dcd1b94620fb75ad17937c732a235e4 diff --git a/eng/Versions.props b/eng/Versions.props index 6e28840d0..079f65d7c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20056.1 + 5.0.100-alpha.1.20056.3 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20056.1 + 5.0.100-alpha.1.20056.3 0.2.0 From 8824ea4cc8e992a14dac2d7cb627a345fbfcddfe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 15:35:34 +0000 Subject: [PATCH 1352/2259] Update dependencies from https://github.com/dotnet/toolset build 20200106.4 (#6066) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20056.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20056.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20056.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 794aee9c5..49114ad2e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 3260b80fdd5094dfcb441bb9d57f93ed0cad1d9d + 75205721e9a83275a2cab14f9401c2c4063983f1 - + https://github.com/dotnet/toolset - 4037a3d82dcd1b94620fb75ad17937c732a235e4 + a22960804668427222eeb8b0367e130bb9fe39d5 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 4037a3d82dcd1b94620fb75ad17937c732a235e4 + a22960804668427222eeb8b0367e130bb9fe39d5 diff --git a/eng/Versions.props b/eng/Versions.props index 079f65d7c..54f3b42b7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20056.3 + 5.0.100-alpha.1.20056.4 @@ -30,7 +30,7 @@ - 5.0.0-alpha1.20055.1 + 5.0.0-alpha1.20056.1 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20056.3 + 5.0.100-alpha.1.20056.4 0.2.0 From bd468cbc223df44c7d7c1715ec34e6dd266bc441 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 18:10:40 +0000 Subject: [PATCH 1353/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20200106.2 (#6067) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20056.2 - dotnet-user-secrets - 5.0.0-alpha.1.20056.2 - dotnet-watch - 5.0.0-alpha.1.20056.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20056.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20056.2 - dotnet-dev-certs - 5.0.0-alpha.1.20056.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 49114ad2e..db1815beb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 + 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 - + https://github.com/aspnet/AspNetCore - e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 + 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 - + https://github.com/aspnet/AspNetCore - e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 + 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 - + https://github.com/aspnet/AspNetCore - e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 + 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 - + https://github.com/aspnet/AspNetCore - e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 + 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 - + https://github.com/aspnet/AspNetCore - e3253d4e4037e8fb90263ffd28b2b3d5e4806de9 + 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 54f3b42b7..26a075619 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,12 +42,12 @@ - 5.0.0-alpha.1.20056.1 - 5.0.0-alpha.1.20056.1 - 5.0.0-alpha.1.20056.1 - 5.0.0-alpha.1.20056.1 - 5.0.0-alpha.1.20056.1 - 5.0.0-alpha.1.20056.1 + 5.0.0-alpha.1.20056.2 + 5.0.0-alpha.1.20056.2 + 5.0.0-alpha.1.20056.2 + 5.0.0-alpha.1.20056.2 + 5.0.0-alpha.1.20056.2 + 5.0.0-alpha.1.20056.2 From bc7112085a955bf213c0b64e49d4c71a7b40132a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 18:35:34 +0000 Subject: [PATCH 1354/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200106.1 (#6068) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20056.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20056.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20056.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20056.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db1815beb..be9926e3d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0351509f87dfcac88032843ab17830fbdced9316 + 0018c77cad5a3d652e09c1ce95e38b78372b4873 - + https://github.com/dotnet/windowsdesktop - 0351509f87dfcac88032843ab17830fbdced9316 + 0018c77cad5a3d652e09c1ce95e38b78372b4873 - + https://github.com/dotnet/windowsdesktop - 0351509f87dfcac88032843ab17830fbdced9316 + 0018c77cad5a3d652e09c1ce95e38b78372b4873 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 0d43a05f2f18abd5d87d3de37db43471d148522e + 673506189c027e1e2691d7d9df559ba595334745 diff --git a/eng/Versions.props b/eng/Versions.props index 26a075619..34b681266 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20055.2 + 5.0.0-alpha.1.20056.1 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20055.2 - 5.0.0-alpha.1.20055.2 - 5.0.0-alpha.1.20055.2 + 5.0.0-alpha.1.20056.1 + 5.0.0-alpha.1.20056.1 + 5.0.0-alpha.1.20056.1 From c1c49b01caf03f8e38e93ea84ee49338955727d7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 21:00:35 +0000 Subject: [PATCH 1355/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200106.2 (#6069) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20056.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20056.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20056.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20056.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be9926e3d..65ef7b2d5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0018c77cad5a3d652e09c1ce95e38b78372b4873 + 63675759a0936eb6576efa62571af93a4184a2ca - + https://github.com/dotnet/windowsdesktop - 0018c77cad5a3d652e09c1ce95e38b78372b4873 + 63675759a0936eb6576efa62571af93a4184a2ca - + https://github.com/dotnet/windowsdesktop - 0018c77cad5a3d652e09c1ce95e38b78372b4873 + 63675759a0936eb6576efa62571af93a4184a2ca https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 673506189c027e1e2691d7d9df559ba595334745 + 89536e15bda9d96e78c17c95f5ed082f788124db diff --git a/eng/Versions.props b/eng/Versions.props index 34b681266..ef6711a60 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20056.1 + 5.0.0-alpha.1.20056.2 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20056.1 - 5.0.0-alpha.1.20056.1 - 5.0.0-alpha.1.20056.1 + 5.0.0-alpha.1.20056.2 + 5.0.0-alpha.1.20056.2 + 5.0.0-alpha.1.20056.2 From 4146319eb8a66002c14bf297a97b7e6de63f3c79 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 21:05:36 +0000 Subject: [PATCH 1356/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20200106.4 (#6070) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20056.4 - dotnet-user-secrets - 5.0.0-alpha.1.20056.4 - dotnet-watch - 5.0.0-alpha.1.20056.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20056.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20056.4 - dotnet-dev-certs - 5.0.0-alpha.1.20056.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 65ef7b2d5..01dd167a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 + ba246719f0b83afcdccf721bac4d2756a1d706d8 - + https://github.com/aspnet/AspNetCore - 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 + ba246719f0b83afcdccf721bac4d2756a1d706d8 - + https://github.com/aspnet/AspNetCore - 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 + ba246719f0b83afcdccf721bac4d2756a1d706d8 - + https://github.com/aspnet/AspNetCore - 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 + ba246719f0b83afcdccf721bac4d2756a1d706d8 - + https://github.com/aspnet/AspNetCore - 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 + ba246719f0b83afcdccf721bac4d2756a1d706d8 - + https://github.com/aspnet/AspNetCore - 03afb598021b15d73bc1cc3bac9c2ed0adef9b54 + ba246719f0b83afcdccf721bac4d2756a1d706d8 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index ef6711a60..654aac374 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,12 +42,12 @@ - 5.0.0-alpha.1.20056.2 - 5.0.0-alpha.1.20056.2 - 5.0.0-alpha.1.20056.2 - 5.0.0-alpha.1.20056.2 - 5.0.0-alpha.1.20056.2 - 5.0.0-alpha.1.20056.2 + 5.0.0-alpha.1.20056.4 + 5.0.0-alpha.1.20056.4 + 5.0.0-alpha.1.20056.4 + 5.0.0-alpha.1.20056.4 + 5.0.0-alpha.1.20056.4 + 5.0.0-alpha.1.20056.4 From 26a5e02d9f75b7e2268e76a9c24dddf16e7f7dce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2020 22:20:35 +0000 Subject: [PATCH 1357/2259] Update dependencies from https://github.com/dotnet/toolset build 20200106.5 (#6071) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20056.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20056.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 01dd167a6..85ddda2b6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 75205721e9a83275a2cab14f9401c2c4063983f1 - + https://github.com/dotnet/toolset - a22960804668427222eeb8b0367e130bb9fe39d5 + 540b0b8bc6a1f6028b56d2d37c8a75c31427eebe https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - a22960804668427222eeb8b0367e130bb9fe39d5 + 540b0b8bc6a1f6028b56d2d37c8a75c31427eebe diff --git a/eng/Versions.props b/eng/Versions.props index 654aac374..17b5a857c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20056.4 + 5.0.100-alpha.1.20056.5 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20056.4 + 5.0.100-alpha.1.20056.5 0.2.0 From a2029d5d894049a4ef4606b259cd73158160bdc5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 02:15:04 +0000 Subject: [PATCH 1358/2259] [master] Update dependencies from dotnet/toolset (#6072) * Update dependencies from https://github.com/dotnet/toolset build 20200106.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20056.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20056.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200106.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20056.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20056.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 85ddda2b6..05feedca1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 75205721e9a83275a2cab14f9401c2c4063983f1 - + https://github.com/dotnet/toolset - 540b0b8bc6a1f6028b56d2d37c8a75c31427eebe + c3dd3a4f671fca830c7de0ea1c9616d7f446710e https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 540b0b8bc6a1f6028b56d2d37c8a75c31427eebe + c3dd3a4f671fca830c7de0ea1c9616d7f446710e diff --git a/eng/Versions.props b/eng/Versions.props index 17b5a857c..cb8007bdc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20056.5 + 5.0.100-alpha.1.20056.7 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20056.5 + 5.0.100-alpha.1.20056.7 0.2.0 From c062edda1397a55e687ffa0f6ff5643e04583a75 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 02:40:38 +0000 Subject: [PATCH 1359/2259] Update dependencies from https://github.com/dotnet/toolset build 20200106.8 (#6073) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20056.8 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20056.8 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 05feedca1..09d93ec24 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 75205721e9a83275a2cab14f9401c2c4063983f1 - + https://github.com/dotnet/toolset - c3dd3a4f671fca830c7de0ea1c9616d7f446710e + ad0bcc4f826528de08cbfc720bb130f19f37d1a2 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - c3dd3a4f671fca830c7de0ea1c9616d7f446710e + ad0bcc4f826528de08cbfc720bb130f19f37d1a2 diff --git a/eng/Versions.props b/eng/Versions.props index cb8007bdc..b9e91fcaa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20056.7 + 5.0.100-alpha.1.20056.8 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20056.7 + 5.0.100-alpha.1.20056.8 0.2.0 From 75098da6282dfd306c02bb626c2ee5500d1095f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 03:15:36 +0000 Subject: [PATCH 1360/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200106.3 (#6074) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20056.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20056.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20056.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20056.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 09d93ec24..94ff57d11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 63675759a0936eb6576efa62571af93a4184a2ca + 54b1d93124a2d88d593a57675b8b735c378b7544 - + https://github.com/dotnet/windowsdesktop - 63675759a0936eb6576efa62571af93a4184a2ca + 54b1d93124a2d88d593a57675b8b735c378b7544 - + https://github.com/dotnet/windowsdesktop - 63675759a0936eb6576efa62571af93a4184a2ca + 54b1d93124a2d88d593a57675b8b735c378b7544 https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf 89536e15bda9d96e78c17c95f5ed082f788124db diff --git a/eng/Versions.props b/eng/Versions.props index b9e91fcaa..a0fa8edcd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20056.2 + 5.0.0-alpha.1.20056.3 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20056.2 - 5.0.0-alpha.1.20056.2 - 5.0.0-alpha.1.20056.2 + 5.0.0-alpha.1.20056.3 + 5.0.0-alpha.1.20056.3 + 5.0.0-alpha.1.20056.3 From df764806c21a71a5852624534b5d93a16f561a1b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 04:30:36 +0000 Subject: [PATCH 1361/2259] Update dependencies from https://github.com/aspnet/AspNetCore build 20200106.6 (#6075) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20056.6 - dotnet-user-secrets - 5.0.0-alpha.1.20056.6 - dotnet-watch - 5.0.0-alpha.1.20056.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20056.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20056.6 - dotnet-dev-certs - 5.0.0-alpha.1.20056.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94ff57d11..0c0840bd7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/corefx 5cee7c97d602f294e27c582d4dab81ec388f1d7b - + https://github.com/aspnet/AspNetCore - ba246719f0b83afcdccf721bac4d2756a1d706d8 + c17ce436b8703470231e7979cead042f5682c3f5 - + https://github.com/aspnet/AspNetCore - ba246719f0b83afcdccf721bac4d2756a1d706d8 + c17ce436b8703470231e7979cead042f5682c3f5 - + https://github.com/aspnet/AspNetCore - ba246719f0b83afcdccf721bac4d2756a1d706d8 + c17ce436b8703470231e7979cead042f5682c3f5 - + https://github.com/aspnet/AspNetCore - ba246719f0b83afcdccf721bac4d2756a1d706d8 + c17ce436b8703470231e7979cead042f5682c3f5 - + https://github.com/aspnet/AspNetCore - ba246719f0b83afcdccf721bac4d2756a1d706d8 + c17ce436b8703470231e7979cead042f5682c3f5 - + https://github.com/aspnet/AspNetCore - ba246719f0b83afcdccf721bac4d2756a1d706d8 + c17ce436b8703470231e7979cead042f5682c3f5 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a0fa8edcd..3fb0d29e1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,12 +42,12 @@ - 5.0.0-alpha.1.20056.4 - 5.0.0-alpha.1.20056.4 - 5.0.0-alpha.1.20056.4 - 5.0.0-alpha.1.20056.4 - 5.0.0-alpha.1.20056.4 - 5.0.0-alpha.1.20056.4 + 5.0.0-alpha.1.20056.6 + 5.0.0-alpha.1.20056.6 + 5.0.0-alpha.1.20056.6 + 5.0.0-alpha.1.20056.6 + 5.0.0-alpha.1.20056.6 + 5.0.0-alpha.1.20056.6 From ff6dbff4c41d6593b0bf449766168e2511a4f0a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 05:35:32 +0000 Subject: [PATCH 1362/2259] Update dependencies from https://github.com/dotnet/toolset build 20200106.9 (#6076) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20056.9 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20056.9 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0c0840bd7..2d26fea71 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 75205721e9a83275a2cab14f9401c2c4063983f1 - + https://github.com/dotnet/toolset - ad0bcc4f826528de08cbfc720bb130f19f37d1a2 + 9df484139aff2799bce525e3f35b779d82f3a23c https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - ad0bcc4f826528de08cbfc720bb130f19f37d1a2 + 9df484139aff2799bce525e3f35b779d82f3a23c diff --git a/eng/Versions.props b/eng/Versions.props index 3fb0d29e1..4a483b8fb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20056.8 + 5.0.100-alpha.1.20056.9 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20056.8 + 5.0.100-alpha.1.20056.9 0.2.0 From cf9c807b5b85aae366a931301998fd3b621445d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 7 Jan 2020 13:26:32 +0000 Subject: [PATCH 1363/2259] Update dependencies from https://github.com/dotnet/runtime build 20200106.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20056.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20056.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20056.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20056.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20056.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20056.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 139a5ce59..8b587e943 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - 5b968685ce89f9dddf49e9aa3aa0608820a585aa + 5afe409d59460195955b85882df41df0218a18b5 - + https://github.com/dotnet/runtime - 5b968685ce89f9dddf49e9aa3aa0608820a585aa + 5afe409d59460195955b85882df41df0218a18b5 - + https://github.com/dotnet/runtime - 5b968685ce89f9dddf49e9aa3aa0608820a585aa + 5afe409d59460195955b85882df41df0218a18b5 - + https://github.com/dotnet/runtime - 5b968685ce89f9dddf49e9aa3aa0608820a585aa + 5afe409d59460195955b85882df41df0218a18b5 - + https://github.com/dotnet/runtime - 5b968685ce89f9dddf49e9aa3aa0608820a585aa + 5afe409d59460195955b85882df41df0218a18b5 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 5b968685ce89f9dddf49e9aa3aa0608820a585aa + 5afe409d59460195955b85882df41df0218a18b5 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index e1a3911da..acfafae13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.20055.4 + 5.0.0-alpha.1.20056.3 - 5.0.0-alpha.1.20055.4 - 5.0.0-alpha.1.20055.4 - 5.0.0-alpha.1.20055.4 - 5.0.0-alpha.1.20055.4 - 5.0.0-alpha.1.20055.4 + 5.0.0-alpha.1.20056.3 + 5.0.0-alpha.1.20056.3 + 5.0.0-alpha.1.20056.3 + 5.0.0-alpha.1.20056.3 + 5.0.0-alpha.1.20056.3 2.1.0 From b983a4bcd9588bc08d7acb870a1406329a980ece Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 13:31:30 +0000 Subject: [PATCH 1364/2259] [master] Update dependencies from dotnet/arcade (#6064) * Update dependencies from https://github.com/dotnet/arcade build 20200105.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20055.1 * Update dependencies from https://github.com/dotnet/arcade build 20200106.6 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20056.6 --- eng/Version.Details.xml | 4 +- .../channels/generic-internal-channel.yml | 38 +++++++----------- .../channels/generic-public-channel.yml | 39 +++++++------------ global.json | 2 +- 4 files changed, 33 insertions(+), 50 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d26fea71..c6e183aaf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 96ab522b32ff4d0f7bfc18074fd5ae3673c59d0a + 5cbca575e9002cc2d9814c3471d38882df2fcc8e diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 3a8755fbb..700211049 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -30,16 +30,15 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' + displayName: Download Build Assets continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts inputs: - artifactName: 'PDBArtifacts' - continueOnError: true + buildType: 'current' + downloadType: 'specific' + itemPattern: | + PDBArtifacts/** + BlobArtifacts/** + downloadPath: '$(Build.ArtifactStagingDirectory)' # This is necessary whenever we want to publish/restore to an AzDO private feed # Since sdk-task.ps1 tries to restore packages we need to do this authentication here @@ -85,23 +84,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts + displayName: Download Build Assets continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests + buildType: 'current' + downloadType: 'specific' + itemPattern: | + PackageArtifacts/** + BlobArtifacts/** + AssetManifests/** + downloadPath: '$(Build.ArtifactStagingDirectory)' - task: NuGetToolInstaller@1 displayName: 'Install NuGet.exe' diff --git a/eng/common/templates/post-build/channels/generic-public-channel.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml index 3f572f8b1..fbb5a19b6 100644 --- a/eng/common/templates/post-build/channels/generic-public-channel.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -30,16 +30,15 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - artifactName: 'BlobArtifacts' + displayName: Download Build Assets continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download PDB Artifacts inputs: - artifactName: 'PDBArtifacts' - continueOnError: true + buildType: 'current' + downloadType: 'specific' + itemPattern: | + PDBArtifacts/** + BlobArtifacts/** + downloadPath: '$(Build.ArtifactStagingDirectory)' # This is necessary whenever we want to publish/restore to an AzDO private feed # Since sdk-task.ps1 tries to restore packages we need to do this authentication here @@ -84,24 +83,16 @@ stages: vmImage: 'windows-2019' steps: - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts + displayName: Download Build Assets continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts inputs: - buildType: current - artifactName: BlobArtifacts - continueOnError: true - - - task: DownloadBuildArtifacts@0 - displayName: Download Asset Manifests - inputs: - buildType: current - artifactName: AssetManifests + buildType: 'current' + downloadType: 'specific' + itemPattern: | + PackageArtifacts/** + BlobArtifacts/** + AssetManifests/** + downloadPath: '$(Build.ArtifactStagingDirectory)' - task: NuGetToolInstaller@1 displayName: 'Install NuGet.exe' diff --git a/global.json b/global.json index 1a34116e1..788c8178c 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20054.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20056.6" } } From 324f89d1fd59601fc41053caf8d3c8831a83841b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 14:35:35 +0000 Subject: [PATCH 1365/2259] Update dependencies from https://github.com/dotnet/toolset build 20200107.1 (#6077) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20057.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20057.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6e183aaf..cc6d934aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 75205721e9a83275a2cab14f9401c2c4063983f1 - + https://github.com/dotnet/toolset - 9df484139aff2799bce525e3f35b779d82f3a23c + 191415c26301a8ed7bb0809d2621fe2f21656ec4 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 9df484139aff2799bce525e3f35b779d82f3a23c + 191415c26301a8ed7bb0809d2621fe2f21656ec4 diff --git a/eng/Versions.props b/eng/Versions.props index 4a483b8fb..56ad4f73d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20056.9 + 5.0.100-alpha.1.20057.1 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20056.9 + 5.0.100-alpha.1.20057.1 0.2.0 From 6a3fa0e4918d1cadaf227c2e269d17822d78a83d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 15:10:06 +0000 Subject: [PATCH 1366/2259] [master] Update dependencies from dotnet/toolset (#6078) * Update dependencies from https://github.com/dotnet/toolset build 20200107.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20057.2 * Update dependencies from https://github.com/dotnet/toolset build 20200107.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20057.3 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20057.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cc6d934aa..de0810900 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 75205721e9a83275a2cab14f9401c2c4063983f1 - + https://github.com/dotnet/toolset - 191415c26301a8ed7bb0809d2621fe2f21656ec4 + 252537a389d8239c5e4496970659562d8fbfad2e https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 191415c26301a8ed7bb0809d2621fe2f21656ec4 + 252537a389d8239c5e4496970659562d8fbfad2e diff --git a/eng/Versions.props b/eng/Versions.props index 56ad4f73d..832af0729 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20057.1 + 5.0.100-alpha.1.20057.3 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20057.1 + 5.0.100-alpha.1.20057.3 0.2.0 From 1c2da23c479aa91990a8596b2d5f5a414f6545ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 15:40:44 +0000 Subject: [PATCH 1367/2259] Update dependencies from https://github.com/dotnet/toolset build 20200107.4 (#6079) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20057.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20057.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20057.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de0810900..08b49ded2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 75205721e9a83275a2cab14f9401c2c4063983f1 + ce28d49feed62f7df008a1649eeab4ee71baed71 - + https://github.com/dotnet/toolset - 252537a389d8239c5e4496970659562d8fbfad2e + 73edd7ee3397be8f1e80ffe17300cb712fb5ccbf https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 252537a389d8239c5e4496970659562d8fbfad2e + 73edd7ee3397be8f1e80ffe17300cb712fb5ccbf diff --git a/eng/Versions.props b/eng/Versions.props index 832af0729..746a5bee2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20057.3 + 5.0.100-alpha.1.20057.4 @@ -30,7 +30,7 @@ - 5.0.0-alpha1.20056.1 + 5.0.0-alpha1.20057.1 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20057.3 + 5.0.100-alpha.1.20057.4 0.2.0 From 58d6e0bd1a90795e8fe8f06fd1c6101c759be35f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 20:10:33 +0000 Subject: [PATCH 1368/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200107.1 (#6080) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20057.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20057.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20057.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20057.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 08b49ded2..8e8caa467 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 54b1d93124a2d88d593a57675b8b735c378b7544 + a95c6b39d1338614d5fe1a8f0186ce14c3c654ac - + https://github.com/dotnet/windowsdesktop - 54b1d93124a2d88d593a57675b8b735c378b7544 + a95c6b39d1338614d5fe1a8f0186ce14c3c654ac - + https://github.com/dotnet/windowsdesktop - 54b1d93124a2d88d593a57675b8b735c378b7544 + a95c6b39d1338614d5fe1a8f0186ce14c3c654ac https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 89536e15bda9d96e78c17c95f5ed082f788124db + 9575e9f938b6f960ba893cbcc596890c9b5c6224 diff --git a/eng/Versions.props b/eng/Versions.props index 746a5bee2..bee2b6aa2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20056.3 + 5.0.0-alpha.1.20057.1 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20056.3 - 5.0.0-alpha.1.20056.3 - 5.0.0-alpha.1.20056.3 + 5.0.0-alpha.1.20057.1 + 5.0.0-alpha.1.20057.1 + 5.0.0-alpha.1.20057.1 From 0a377bce59e7ae29ef637b554f082d8023330cce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 22:30:17 +0000 Subject: [PATCH 1369/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6081) * Update dependencies from https://github.com/dotnet/toolset build 20200107.5 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20057.5 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20057.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200107.7 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20057.7 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20057.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200107.9 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20057.9 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20057.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 733934d46..34cc45401 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - fbd8f7a1f552df1a31271e9f66f31b6567fdf433 + 5a6e6e9b035bb9c380d848a776ed1f1ecf95d934 - + https://github.com/dotnet/sdk - 71f48b3241b93c00998336f947d146f57de93f4e + 831a360a52d5a24604794fb7a06e14c3065c31b5 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index ff12e41c1..c8ab24552 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20053.4 + 3.1.200-preview.20057.9 @@ -52,7 +52,7 @@ - 3.1.200-preview.19630.1 + 3.1.200-preview.20057.1 $(MicrosoftNETSdkPackageVersion) From bf88e8786804a98f146d452892de81f16907952b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 23:06:08 +0000 Subject: [PATCH 1370/2259] Update dependencies from https://github.com/dotnet/toolset build 20200107.11 (#6082) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20057.11 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20057.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 34cc45401..be0bfb30e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 5a6e6e9b035bb9c380d848a776ed1f1ecf95d934 + 0f023b5a59896607ad1f17445302ae52f8b6b0ee https://github.com/dotnet/sdk 831a360a52d5a24604794fb7a06e14c3065c31b5 - + https://github.com/dotnet/cli - 0742c32d9a430e94e3a56b3863e4b649b5b65fb2 + ba3a79c8b9a11d6043053b447887bcf4a3de480e diff --git a/eng/Versions.props b/eng/Versions.props index c8ab24552..075c4b555 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20057.9 + 3.1.200-preview.20057.11 @@ -45,7 +45,7 @@ - 3.1.200-preview.19630.1 + 3.1.200-preview.20057.1 0.2.0 From e65ae8ca82df6355dee529997515caa496613ce3 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Tue, 7 Jan 2020 15:34:51 -0800 Subject: [PATCH 1371/2259] Removing RHEL6 CI leg as it is not support in .NET 5. --- .vsts-ci.yml | 14 -------------- eng/docker/rhel.6/Dockerfile | 34 ---------------------------------- 2 files changed, 48 deletions(-) delete mode 100644 eng/docker/rhel.6/Dockerfile diff --git a/.vsts-ci.yml b/.vsts-ci.yml index a0eeef007..c386d8e04 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -130,13 +130,6 @@ stages: _RuntimeIdentifier: '' _BuildArchitecture: 'x64' _DropSuffix: '' - Build_Rhel_6_Debug_x64: - _BuildConfig: Debug - _DockerParameter: '--docker rhel.6' - _LinuxPortable: '' - _RuntimeIdentifier: '--runtime-id rhel.6-x64' - _BuildArchitecture: 'x64' - _DropSuffix: '' Build_Arm_Debug: _BuildConfig: Debug _DockerParameter: '' @@ -187,13 +180,6 @@ stages: _RuntimeIdentifier: '--runtime-id linux-arm64' _BuildArchitecture: 'arm64' _DropSuffix: '' - Build_Rhel_6_Release_x64: - _BuildConfig: Release - _DockerParameter: '--docker rhel.6' - _LinuxPortable: '' - _RuntimeIdentifier: '--runtime-id rhel.6-x64' - _BuildArchitecture: 'x64' - _DropSuffix: '' Build_Linux_musl_Release_x64: _BuildConfig: Release _DockerParameter: '--docker alpine.3.6' diff --git a/eng/docker/rhel.6/Dockerfile b/eng/docker/rhel.6/Dockerfile deleted file mode 100644 index 9e2e572d0..000000000 --- a/eng/docker/rhel.6/Dockerfile +++ /dev/null @@ -1,34 +0,0 @@ -# -# Copyright (c) .NET Foundation and contributors. All rights reserved. -# Licensed under the MIT license. See LICENSE file in the project root for full license information. -# - -# Dockerfile that creates a container suitable to build dotnet-cli -FROM microsoft/dotnet-buildtools-prereqs:centos-6-376e1a3-20174311014331 - -# yum doesn't work with the special curl version we have in the base docker image, -# so we remove /usr/local/lib from the library path for this command -RUN yum -q -y install sudo - -# Setup User to match Host User, and give superuser permissions -ARG USER_ID=0 -RUN useradd -m code_executor -u ${USER_ID} -g root -RUN echo 'code_executor ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers - -# With the User Change, we need to change permssions on these directories -RUN chmod -R a+rwx /usr/local -RUN chmod -R a+rwx /home -RUN chmod -R 755 /usr/bin/sudo - -# Set user to the one we just created -USER ${USER_ID} - -# Set library path to make CURL and ICU libraries that are in /usr/local/lib visible -ENV LD_LIBRARY_PATH /usr/local/lib - -# Set working directory -ARG WORK_DIR -WORKDIR ${WORK_DIR} - -# Set up Azure Artifacts credential provider -RUN wget -qO- https://raw.githubusercontent.com/Microsoft/artifacts-credprovider/master/helpers/installcredprovider.sh | bash From 345431e5006379aaeef77a102a281e6233d1003b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Jan 2020 23:50:44 +0000 Subject: [PATCH 1372/2259] Update dependencies from https://github.com/dotnet/toolset build 20200107.13 (#6083) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20057.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be0bfb30e..d9ec02f29 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 0f023b5a59896607ad1f17445302ae52f8b6b0ee + 3e2d9bdfc742b650c312966a734b38a31c061de4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 075c4b555..a167211dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20057.11 + 3.1.200-preview.20057.13 From 31bd27f4a1e38fb25c486d8c45de565037482f32 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 01:20:47 +0000 Subject: [PATCH 1373/2259] Update dependencies from https://github.com/dotnet/toolset build 20200107.15 (#6084) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20057.15 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9ec02f29..2d3d7ed06 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 3e2d9bdfc742b650c312966a734b38a31c061de4 + c9b17f87c21596d7388be27aec72b55273393ad4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a167211dc..db8c48876 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20057.13 + 3.1.200-preview.20057.15 From 7a61db25eec314efa288a2e61bb793f6102c7b90 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 03:00:36 +0000 Subject: [PATCH 1374/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200107.2 (#6085) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20057.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20057.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20057.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20057.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8e8caa467..95397651f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a95c6b39d1338614d5fe1a8f0186ce14c3c654ac + 59d0ec16c34a232465a58f6e141617dab858629c - + https://github.com/dotnet/windowsdesktop - a95c6b39d1338614d5fe1a8f0186ce14c3c654ac + 59d0ec16c34a232465a58f6e141617dab858629c - + https://github.com/dotnet/windowsdesktop - a95c6b39d1338614d5fe1a8f0186ce14c3c654ac + 59d0ec16c34a232465a58f6e141617dab858629c https://github.com/dotnet/core-setup @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf 9575e9f938b6f960ba893cbcc596890c9b5c6224 diff --git a/eng/Versions.props b/eng/Versions.props index bee2b6aa2..16d948319 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20057.1 + 5.0.0-alpha.1.20057.2 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20057.1 - 5.0.0-alpha.1.20057.1 - 5.0.0-alpha.1.20057.1 + 5.0.0-alpha.1.20057.2 + 5.0.0-alpha.1.20057.2 + 5.0.0-alpha.1.20057.2 From 284d96b507804a127fae34b18c3eba9cfc3b9446 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 06:36:35 +0000 Subject: [PATCH 1375/2259] Update dependencies from https://github.com/dotnet/toolset build 20200107.18 (#6086) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20057.18 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2d3d7ed06..595dd5e80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - c9b17f87c21596d7388be27aec72b55273393ad4 + c98789b9a1ffee7f92b03d7a4311de4d39fd8bfc https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index db8c48876..650f7a79f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20057.15 + 3.1.200-preview.20057.18 From b78b86fecb845654bf41bd7c747efb709b3e6c6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 8 Jan 2020 13:30:58 +0000 Subject: [PATCH 1376/2259] Update dependencies from https://github.com/dotnet/runtime build 20200107.6 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20057.6 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20057.6 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20057.6 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20057.6 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20057.6 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20057.6 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b587e943..97ed8b972 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 8ec04f1df35d014eb9a6352ed74125e4d97fc8e0 - + https://github.com/dotnet/runtime - 5afe409d59460195955b85882df41df0218a18b5 + c07be36e3ce00b06e99d02669fd658a813cdce11 - + https://github.com/dotnet/runtime - 5afe409d59460195955b85882df41df0218a18b5 + c07be36e3ce00b06e99d02669fd658a813cdce11 - + https://github.com/dotnet/runtime - 5afe409d59460195955b85882df41df0218a18b5 + c07be36e3ce00b06e99d02669fd658a813cdce11 - + https://github.com/dotnet/runtime - 5afe409d59460195955b85882df41df0218a18b5 + c07be36e3ce00b06e99d02669fd658a813cdce11 - + https://github.com/dotnet/runtime - 5afe409d59460195955b85882df41df0218a18b5 + c07be36e3ce00b06e99d02669fd658a813cdce11 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 5afe409d59460195955b85882df41df0218a18b5 + c07be36e3ce00b06e99d02669fd658a813cdce11 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index acfafae13..ca16ce81c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -58,15 +58,15 @@ - 5.0.0-alpha.1.20056.3 + 5.0.0-alpha.1.20057.6 - 5.0.0-alpha.1.20056.3 - 5.0.0-alpha.1.20056.3 - 5.0.0-alpha.1.20056.3 - 5.0.0-alpha.1.20056.3 - 5.0.0-alpha.1.20056.3 + 5.0.0-alpha.1.20057.6 + 5.0.0-alpha.1.20057.6 + 5.0.0-alpha.1.20057.6 + 5.0.0-alpha.1.20057.6 + 5.0.0-alpha.1.20057.6 2.1.0 From 9cc9a73c0a4cc538f52acbb8ea18720e557be127 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 13:31:18 +0000 Subject: [PATCH 1377/2259] Update dependencies from https://github.com/dotnet/arcade build 20200107.5 (#6087) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20057.5 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 95397651f..14abc76ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 5cbca575e9002cc2d9814c3471d38882df2fcc8e + d0833c8e5e58cfc507ce3c8da364e55931190263 diff --git a/global.json b/global.json index 788c8178c..8e64b4176 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20056.6" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20057.5" } } From 0c8e839d9f2f269da96b0e253f4a7816d84771d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 14:40:03 +0000 Subject: [PATCH 1378/2259] Update dependencies from https://github.com/dotnet/toolset build 20200108.1 (#6088) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20058.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20058.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 14abc76ba..2ccbaac48 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating ce28d49feed62f7df008a1649eeab4ee71baed71 - + https://github.com/dotnet/toolset - 73edd7ee3397be8f1e80ffe17300cb712fb5ccbf + 42d317e5eae2560bc2cbb2752e2227783a331edd https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 73edd7ee3397be8f1e80ffe17300cb712fb5ccbf + 42d317e5eae2560bc2cbb2752e2227783a331edd diff --git a/eng/Versions.props b/eng/Versions.props index 16d948319..30edd317d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20057.4 + 5.0.100-alpha.1.20058.1 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20057.4 + 5.0.100-alpha.1.20058.1 0.2.0 From 083f7ab22c6b1ed65038f5d36e944860fa56a183 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 15:10:11 +0000 Subject: [PATCH 1379/2259] [master] Update dependencies from dotnet/toolset (#6089) * Update dependencies from https://github.com/dotnet/toolset build 20200108.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20058.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20058.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200108.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20058.2 * Update dependencies from https://github.com/dotnet/toolset build 20200108.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20058.3 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20058.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ccbaac48..1fc596d91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating ce28d49feed62f7df008a1649eeab4ee71baed71 - + https://github.com/dotnet/toolset - 42d317e5eae2560bc2cbb2752e2227783a331edd + 8effabc861550f9361612641979e045edc5ea6b3 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 42d317e5eae2560bc2cbb2752e2227783a331edd + 8effabc861550f9361612641979e045edc5ea6b3 diff --git a/eng/Versions.props b/eng/Versions.props index 30edd317d..6bbfb18e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20058.1 + 5.0.100-alpha.1.20058.3 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20058.1 + 5.0.100-alpha.1.20058.3 0.2.0 From 19a3523d66cebb5a0563d2d8f4b39fecaba1e1a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 15:40:49 +0000 Subject: [PATCH 1380/2259] Update dependencies from https://github.com/dotnet/toolset build 20200108.5 (#6090) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20058.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20058.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20058.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1fc596d91..6b5765dbf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - ce28d49feed62f7df008a1649eeab4ee71baed71 + 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - 8effabc861550f9361612641979e045edc5ea6b3 + 3a3107cc57b1b784f30bb17326000751d6168df4 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 8effabc861550f9361612641979e045edc5ea6b3 + 3a3107cc57b1b784f30bb17326000751d6168df4 diff --git a/eng/Versions.props b/eng/Versions.props index 6bbfb18e6..a98eccfec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -18,7 +18,7 @@ - 5.0.100-alpha.1.20058.3 + 5.0.100-alpha.1.20058.5 @@ -30,7 +30,7 @@ - 5.0.0-alpha1.20057.1 + 5.0.0-alpha1.20058.1 @@ -51,7 +51,7 @@ - 5.0.100-alpha.1.20058.3 + 5.0.100-alpha.1.20058.5 0.2.0 From 1d8d776130e91ea536c7121d1c6dee9e02a380db Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 8 Jan 2020 09:08:21 -0800 Subject: [PATCH 1381/2259] Fix shas of aspnetcore for 3.1.200 (#6091) Shas should be the 3.1.100 shas. --- eng/Version.Details.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 595dd5e80..479e63e0e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,11 +43,11 @@ https://github.com/aspnet/AspNetCore - 7db696998c6ae4852fbf01827efdb10634e22668 + 2b7e994b8a304700a09617ffc5052f0d943bbcba https://github.com/aspnet/AspNetCore - 7db696998c6ae4852fbf01827efdb10634e22668 + 2b7e994b8a304700a09617ffc5052f0d943bbcba https://github.com/aspnet/AspNetCore From 6e6ab78a310fdef1a92985ef52a485ba1396d793 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 17:55:33 +0000 Subject: [PATCH 1382/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200108.1 (#6092) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20058.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20058.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20058.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20058.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b5765dbf..a9ad3a77c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 59d0ec16c34a232465a58f6e141617dab858629c + 780f26a116f0dce23207efba4ff348e747203604 - + https://github.com/dotnet/windowsdesktop - 59d0ec16c34a232465a58f6e141617dab858629c + 780f26a116f0dce23207efba4ff348e747203604 - + https://github.com/dotnet/windowsdesktop - 59d0ec16c34a232465a58f6e141617dab858629c + 780f26a116f0dce23207efba4ff348e747203604 https://github.com/dotnet/core-setup @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 9575e9f938b6f960ba893cbcc596890c9b5c6224 + fd5ec61aa74162f9db115ec24b80fb75b96f069a diff --git a/eng/Versions.props b/eng/Versions.props index a98eccfec..741366fcd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 5.0.0-alpha.1.20057.2 + 5.0.0-alpha.1.20058.1 @@ -76,9 +76,9 @@ - 5.0.0-alpha.1.20057.2 - 5.0.0-alpha.1.20057.2 - 5.0.0-alpha.1.20057.2 + 5.0.0-alpha.1.20058.1 + 5.0.0-alpha.1.20058.1 + 5.0.0-alpha.1.20058.1 From 3786e8545a2fb58da9bf4551a729620c9d4f8419 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 23:20:24 +0000 Subject: [PATCH 1383/2259] Update dependencies from https://github.com/dotnet/toolset build 20200108.6 (#6093) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20058.6 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20058.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- NuGet.config | 2 +- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index 8cd827a91..574b03469 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,7 +11,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 479e63e0e..848de8dd4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - c98789b9a1ffee7f92b03d7a4311de4d39fd8bfc + 7b624e1362792ffd2df047ace9d3a3a27f619390 - + https://github.com/dotnet/sdk - 831a360a52d5a24604794fb7a06e14c3065c31b5 + 7a8c66ba63c88ffb13e509e46c5b83398a928683 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 650f7a79f..caa7d7a2f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20057.18 + 3.1.200-preview.20058.6 @@ -52,7 +52,7 @@ - 3.1.200-preview.20057.1 + 3.1.200-preview.20058.1 $(MicrosoftNETSdkPackageVersion) From 19edd4833c0be12d36de87cef45352a4dd997bb9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 23:40:33 +0000 Subject: [PATCH 1384/2259] Update dependencies from https://github.com/dotnet/toolset build 20200108.8 (#6094) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20058.8 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20058.8 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 102b1d87c..ece5066a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - 3a3107cc57b1b784f30bb17326000751d6168df4 + 1d7a89fb2afdb542fe2b6cb4bd7e9cccab293c75 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 3a3107cc57b1b784f30bb17326000751d6168df4 + 1d7a89fb2afdb542fe2b6cb4bd7e9cccab293c75 diff --git a/eng/Versions.props b/eng/Versions.props index b0e432b05..1712f1448 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20058.5 + 5.0.100-alpha.1.20058.8 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20058.5 + 5.0.100-alpha.1.20058.8 0.2.0 From 2bedb36a6a83ebb72e993f82ff439896046471ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Jan 2020 19:28:42 -0800 Subject: [PATCH 1385/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6095) * Update dependencies from https://github.com/dotnet/toolset build 20200108.11 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20058.11 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20058.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200108.10 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20058.10 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 848de8dd4..4af2bdae6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 7b624e1362792ffd2df047ace9d3a3a27f619390 + 10b5d137f3e65e931881b5a8f4a76a22d22b9b91 https://github.com/dotnet/sdk 7a8c66ba63c88ffb13e509e46c5b83398a928683 - + https://github.com/dotnet/cli - ba3a79c8b9a11d6043053b447887bcf4a3de480e + 484c29277d0875667b4b66104d2090739730f675 diff --git a/eng/Versions.props b/eng/Versions.props index caa7d7a2f..0bee7f556 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20058.6 + 3.1.200-preview.20058.10 @@ -45,7 +45,7 @@ - 3.1.200-preview.20057.1 + 3.1.200-preview.20058.1 0.2.0 From 40adceb2a50c19525464caa240bef68ca784e819 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 13:35:37 +0000 Subject: [PATCH 1386/2259] Update dependencies from https://github.com/dotnet/arcade build 20200108.1 (#6096) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20058.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ece5066a1..dec6684eb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - d0833c8e5e58cfc507ce3c8da364e55931190263 + 48bae09d7d8ec0e6879fe2b8d08872cd87f084ca diff --git a/global.json b/global.json index 8e64b4176..514656fbb 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20057.5" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20058.1" } } From 46d882313cbe733ab1c52b287a81aafff615ea39 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 14:30:14 +0000 Subject: [PATCH 1387/2259] Update dependencies from https://github.com/dotnet/toolset build 20200109.1 (#6098) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20059.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20059.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dec6684eb..d848f4774 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - 1d7a89fb2afdb542fe2b6cb4bd7e9cccab293c75 + 62cc4c6831b4f14fd9a55b3660e224a130f4b0a0 https://github.com/dotnet/sdk d255a0eb68724f407517dd1ff6d22fedae305c7c - + https://github.com/dotnet/toolset - 1d7a89fb2afdb542fe2b6cb4bd7e9cccab293c75 + 62cc4c6831b4f14fd9a55b3660e224a130f4b0a0 diff --git a/eng/Versions.props b/eng/Versions.props index 1712f1448..8d114734d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20058.8 + 5.0.100-alpha.1.20059.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20058.8 + 5.0.100-alpha.1.20059.1 0.2.0 From 733b90922f4776536c17622d263ce7676e7154f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 14:56:12 +0000 Subject: [PATCH 1388/2259] [master] Update dependencies from dotnet/toolset (#6099) * Update dependencies from https://github.com/dotnet/toolset build 20200109.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20059.2 * Update dependencies from https://github.com/dotnet/toolset build 20200109.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20059.3 * Update dependencies from https://github.com/dotnet/toolset build 20200109.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20059.4 * Dependency coherency updates - Microsoft.NET.Sdk - 5.0.100-alpha.1.20058.3 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20059.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d848f4774..662d8a7ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - 62cc4c6831b4f14fd9a55b3660e224a130f4b0a0 + 03cc498d57fb68f29f9d474630e36d6364cafe15 - + https://github.com/dotnet/sdk - d255a0eb68724f407517dd1ff6d22fedae305c7c + 2c54179393117f31af0b7025e5daa3c272204344 - + https://github.com/dotnet/toolset - 62cc4c6831b4f14fd9a55b3660e224a130f4b0a0 + 03cc498d57fb68f29f9d474630e36d6364cafe15 diff --git a/eng/Versions.props b/eng/Versions.props index 8d114734d..7b8ecf210 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20059.1 + 5.0.100-alpha.1.20059.4 @@ -50,14 +50,14 @@ - 5.0.100-alpha.1.20059.1 + 5.0.100-alpha.1.20059.4 0.2.0 - 5.0.100-alpha.1.20051.2 + 5.0.100-alpha.1.20058.3 $(MicrosoftNETSdkPackageVersion) From 806af0181467df7f13336b609f5019220fa97031 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 15:30:43 +0000 Subject: [PATCH 1389/2259] Update dependencies from https://github.com/dotnet/toolset build 20200109.5 (#6100) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20059.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20059.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 662d8a7ce..4262011fb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - 03cc498d57fb68f29f9d474630e36d6364cafe15 + 285e75655af10eb700cceedd16d12e599d40311e https://github.com/dotnet/sdk 2c54179393117f31af0b7025e5daa3c272204344 - + https://github.com/dotnet/toolset - 03cc498d57fb68f29f9d474630e36d6364cafe15 + 285e75655af10eb700cceedd16d12e599d40311e diff --git a/eng/Versions.props b/eng/Versions.props index 7b8ecf210..2beed43a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20059.4 + 5.0.100-alpha.1.20059.5 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20059.4 + 5.0.100-alpha.1.20059.5 0.2.0 From dea0039bec9571fbf0cfe9ccf4a8a63d11270a3d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 9 Jan 2020 17:25:38 +0000 Subject: [PATCH 1390/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200109.1 (#6101) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20059.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20059.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20059.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20059.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4262011fb..c9296191f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 780f26a116f0dce23207efba4ff348e747203604 + 3fe1e461e31ffaa3fe5e24cca81c62b520a06dae - + https://github.com/dotnet/windowsdesktop - 780f26a116f0dce23207efba4ff348e747203604 + 3fe1e461e31ffaa3fe5e24cca81c62b520a06dae - + https://github.com/dotnet/windowsdesktop - 780f26a116f0dce23207efba4ff348e747203604 + 3fe1e461e31ffaa3fe5e24cca81c62b520a06dae https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - fd5ec61aa74162f9db115ec24b80fb75b96f069a + 7d9b03ebed59b2d5350b0045c4d5bda8ef64b79f diff --git a/eng/Versions.props b/eng/Versions.props index 2beed43a4..5bf6417c7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20058.1 + 5.0.0-alpha.1.20059.1 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20058.1 - 5.0.0-alpha.1.20058.1 - 5.0.0-alpha.1.20058.1 + 5.0.0-alpha.1.20059.1 + 5.0.0-alpha.1.20059.1 + 5.0.0-alpha.1.20059.1 From ca6e86d472c75414975d4ee01a91e82e578261fe Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Thu, 9 Jan 2020 10:05:15 -0800 Subject: [PATCH 1391/2259] Move GenerateFullNuGetVersion to a different target to be shared by build, publish and publish to latest. --- eng/Publishing.props | 3 +++ src/CopyToLatest/CopyToLatest.csproj | 2 +- src/CopyToLatest/targets/FinishBuild.targets | 3 ++- src/redist/redist.csproj | 1 + src/redist/targets/GenerateLayout.targets | 7 ------- src/redist/targets/Versions.targets | 8 ++++++++ 6 files changed, 15 insertions(+), 9 deletions(-) create mode 100644 src/redist/targets/Versions.targets diff --git a/eng/Publishing.props b/eng/Publishing.props index deb6ab38d..0fec58745 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -15,6 +15,8 @@ + + @@ -52,7 +52,7 @@ - 3.1.200-preview.20058.1 + 3.1.200-preview.20059.2 $(MicrosoftNETSdkPackageVersion) From 744175215636d81f590289b6f44369b599beeb2b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 02:10:06 +0000 Subject: [PATCH 1394/2259] Update dependencies from https://github.com/dotnet/toolset build 20200109.10 (#6105) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20059.10 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20059.10 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c9296191f..9e159aae9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - 285e75655af10eb700cceedd16d12e599d40311e + 96a1573cb1f39fa436aeb5e282c8e61ff0c2df1f https://github.com/dotnet/sdk 2c54179393117f31af0b7025e5daa3c272204344 - + https://github.com/dotnet/toolset - 285e75655af10eb700cceedd16d12e599d40311e + 96a1573cb1f39fa436aeb5e282c8e61ff0c2df1f diff --git a/eng/Versions.props b/eng/Versions.props index 5bf6417c7..ff8a8c75d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20059.5 + 5.0.100-alpha.1.20059.10 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20059.5 + 5.0.100-alpha.1.20059.10 0.2.0 From 0a250c08d445627b9eadc1e60d171acd02db1f2a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 02:40:41 +0000 Subject: [PATCH 1395/2259] Update dependencies from https://github.com/dotnet/toolset build 20200109.11 (#6106) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20059.11 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20059.11 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e159aae9..7575bbd52 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - 96a1573cb1f39fa436aeb5e282c8e61ff0c2df1f + 1e31dc982b5b44dbe2393ec0b8f9480ee4acb9ff https://github.com/dotnet/sdk 2c54179393117f31af0b7025e5daa3c272204344 - + https://github.com/dotnet/toolset - 96a1573cb1f39fa436aeb5e282c8e61ff0c2df1f + 1e31dc982b5b44dbe2393ec0b8f9480ee4acb9ff diff --git a/eng/Versions.props b/eng/Versions.props index ff8a8c75d..86155c5ac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20059.10 + 5.0.100-alpha.1.20059.11 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20059.10 + 5.0.100-alpha.1.20059.11 0.2.0 From 3d19fb27a2cff251e7d88e1fafce3e7d113c405f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 02:55:36 +0000 Subject: [PATCH 1396/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200109.2 (#6107) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20059.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20059.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20059.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20059.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7575bbd52..83e4256e8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3fe1e461e31ffaa3fe5e24cca81c62b520a06dae + 48a41220ad460914f654dd64f9a84e2320bfd04b - + https://github.com/dotnet/windowsdesktop - 3fe1e461e31ffaa3fe5e24cca81c62b520a06dae + 48a41220ad460914f654dd64f9a84e2320bfd04b - + https://github.com/dotnet/windowsdesktop - 3fe1e461e31ffaa3fe5e24cca81c62b520a06dae + 48a41220ad460914f654dd64f9a84e2320bfd04b https://github.com/dotnet/runtime @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf 7d9b03ebed59b2d5350b0045c4d5bda8ef64b79f diff --git a/eng/Versions.props b/eng/Versions.props index 86155c5ac..42c968979 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20059.1 + 5.0.0-alpha.1.20059.2 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20059.1 - 5.0.0-alpha.1.20059.1 - 5.0.0-alpha.1.20059.1 + 5.0.0-alpha.1.20059.2 + 5.0.0-alpha.1.20059.2 + 5.0.0-alpha.1.20059.2 From 688644d44e8897024f4a2f0c357196d5608f68ae Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Thu, 9 Jan 2020 21:13:46 -0800 Subject: [PATCH 1397/2259] Did a hack where we are writing the version to a file during build to be read during publish, as these are two separate builds by arcade and also passed the BuildNumberId so that the id is calculated properly during copy to latest. --- .vsts-ci.yml | 1 + eng/Publishing.props | 9 ++++++--- src/redist/targets/GenerateLayout.targets | 8 +++++++- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 67048053d..cef288de0 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -236,6 +236,7 @@ stages: - group: DotNet-DotNetCli-Storage steps: - script: eng/CopyToLatest.cmd + /p:OfficialBuildId=$(BUILD.BUILDNUMBER) /p:DotnetPublishSdkAssetsBlobFeedUrl=https://dotnetcli.blob.core.windows.net/dotnet/index.json /p:DotNetPublishSdkAssetsBlobFeedKey=$(dotnetcli-storage-key) /p:DotnetPublishChecksumsBlobFeedUrl=https://dotnetclichecksums.blob.core.windows.net/dotnet/index.json diff --git a/eng/Publishing.props b/eng/Publishing.props index 0fec58745..7bf3a5f50 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -15,8 +15,6 @@ - - + From c373605d3fd4098999882b53721a547a50ed9cb8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 09:30:51 +0000 Subject: [PATCH 1398/2259] Update dependencies from https://github.com/dotnet/toolset build 20200110.1 (#6109) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20060.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20059.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5ed01218f..00c396f56 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 1f6f3b680b5207ccf36826df7472c9f49441b75b + 3fea818bb99839eec8b1ef3f9e70094f0e664040 https://github.com/dotnet/sdk b3cf8ef9e7df8d9cb28b3545ce1f85f548deca75 - + https://github.com/dotnet/cli - 484c29277d0875667b4b66104d2090739730f675 + cbf29e13514ba9d3be54eff7ccfe4b9df93e581b diff --git a/eng/Versions.props b/eng/Versions.props index e9650c74c..ba9ef29e9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20059.8 + 3.1.200-preview.20060.1 @@ -45,7 +45,7 @@ - 3.1.200-preview.20058.1 + 3.1.200-preview.20059.1 0.2.0 From fc2f547a584c78ca34a4caf1bbb92cab45b83aba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 13:30:54 +0000 Subject: [PATCH 1399/2259] Update dependencies from https://github.com/dotnet/arcade build 20200109.3 (#6110) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20059.3 --- eng/Version.Details.xml | 4 ++-- eng/common/performance/performance-setup.ps1 | 3 ++- eng/common/performance/performance-setup.sh | 2 +- global.json | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 83e4256e8..0066322c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 48bae09d7d8ec0e6879fe2b8d08872cd87f084ca + 96a4497b2c38c6b7e19c39e4cb8fe5adac299fb4 diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index ec41965fc..f6e878297 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -49,7 +49,8 @@ if ($Internal) { $HelixSourcePrefix = "official" } -$CommonSetupArguments="--frameworks $Framework --queue $Queue --build-number $BuildNumber --build-configs $Configurations" +# FIX ME: This is a workaround until we get this from the actual pipeline +$CommonSetupArguments="--channel master --queue $Queue --build-number $BuildNumber --build-configs $Configurations" $SetupArguments = "--repository https://github.com/$Repository --branch $Branch --get-perf-hash --commit-sha $CommitSha $CommonSetupArguments" if ($RunFromPerformanceRepo) { diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 2f2092166..7ef15514e 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -164,7 +164,7 @@ if [[ "$internal" == true ]]; then fi fi -common_setup_arguments="--frameworks $framework --queue $queue --build-number $build_number --build-configs $configurations" +common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs $configurations" setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments" if [[ "$run_from_perf_repo" = true ]]; then diff --git a/global.json b/global.json index 514656fbb..2c324700e 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20058.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20059.3" } } From e649bcbeb8749fa0215573255731de5107613004 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 14:40:38 +0000 Subject: [PATCH 1400/2259] [master] Update dependencies from dotnet/toolset (#6111) * Update dependencies from https://github.com/dotnet/toolset build 20200110.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20060.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20060.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200110.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20060.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20060.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0066322c7..3fc54e029 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - 1e31dc982b5b44dbe2393ec0b8f9480ee4acb9ff + 02b18322e5b165e8373db3ffdf1b7c3080dd6594 https://github.com/dotnet/sdk 2c54179393117f31af0b7025e5daa3c272204344 - + https://github.com/dotnet/toolset - 1e31dc982b5b44dbe2393ec0b8f9480ee4acb9ff + 02b18322e5b165e8373db3ffdf1b7c3080dd6594 diff --git a/eng/Versions.props b/eng/Versions.props index 42c968979..532554445 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20059.11 + 5.0.100-alpha.1.20060.4 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20059.11 + 5.0.100-alpha.1.20060.4 0.2.0 From f8f797b578eef75c328cd536e46b815c145b9f8a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Jan 2020 17:45:31 +0000 Subject: [PATCH 1401/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200110.1 (#6112) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20060.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20060.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20060.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20060.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3fc54e029..bef945560 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 48a41220ad460914f654dd64f9a84e2320bfd04b + 53894185284e1061efdb53cdc31c49fde96a63ae - + https://github.com/dotnet/windowsdesktop - 48a41220ad460914f654dd64f9a84e2320bfd04b + 53894185284e1061efdb53cdc31c49fde96a63ae - + https://github.com/dotnet/windowsdesktop - 48a41220ad460914f654dd64f9a84e2320bfd04b + 53894185284e1061efdb53cdc31c49fde96a63ae https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 7d9b03ebed59b2d5350b0045c4d5bda8ef64b79f + 924472bc6aad8b0aa06af93355355062cf7b53f8 diff --git a/eng/Versions.props b/eng/Versions.props index 532554445..6c12d2598 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20059.2 + 5.0.0-alpha.1.20060.1 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20059.2 - 5.0.0-alpha.1.20059.2 - 5.0.0-alpha.1.20059.2 + 5.0.0-alpha.1.20060.1 + 5.0.0-alpha.1.20060.1 + 5.0.0-alpha.1.20060.1 From d03b0db745d7a6187ca7f1be3c746da8b3d830c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 01:18:34 +0000 Subject: [PATCH 1402/2259] [master] Update dependencies from dotnet/runtime (#6097) * Update dependencies from https://github.com/dotnet/runtime build 20200108.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20058.9 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20058.9 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20058.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20058.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20058.9 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20058.9 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200109.11 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20059.11 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20059.11 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20059.11 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20059.11 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20059.11 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20059.11 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200110.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20060.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20060.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20060.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20060.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20060.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20060.2 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bef945560..c65ea4828 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 53894185284e1061efdb53cdc31c49fde96a63ae - + https://github.com/dotnet/runtime - c07be36e3ce00b06e99d02669fd658a813cdce11 + a773bc3b315f6284f568f20f221b396f7390033c - + https://github.com/dotnet/runtime - c07be36e3ce00b06e99d02669fd658a813cdce11 + a773bc3b315f6284f568f20f221b396f7390033c - + https://github.com/dotnet/runtime - c07be36e3ce00b06e99d02669fd658a813cdce11 + a773bc3b315f6284f568f20f221b396f7390033c - + https://github.com/dotnet/runtime - c07be36e3ce00b06e99d02669fd658a813cdce11 + a773bc3b315f6284f568f20f221b396f7390033c - + https://github.com/dotnet/runtime - c07be36e3ce00b06e99d02669fd658a813cdce11 + a773bc3b315f6284f568f20f221b396f7390033c @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - c07be36e3ce00b06e99d02669fd658a813cdce11 + a773bc3b315f6284f568f20f221b396f7390033c https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 6c12d2598..2b38f75db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20057.6 + 5.0.0-alpha.1.20060.2 - 5.0.0-alpha.1.20057.6 - 5.0.0-alpha.1.20057.6 - 5.0.0-alpha.1.20057.6 - 5.0.0-alpha.1.20057.6 - 5.0.0-alpha.1.20057.6 + 5.0.0-alpha.1.20060.2 + 5.0.0-alpha.1.20060.2 + 5.0.0-alpha.1.20060.2 + 5.0.0-alpha.1.20060.2 + 5.0.0-alpha.1.20060.2 2.1.0 From 9e357b8a1858c27ba162a884f433fc980c91944b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 01:46:06 +0000 Subject: [PATCH 1403/2259] Update dependencies from https://github.com/dotnet/toolset build 20200110.5 (#6113) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20060.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20060.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c65ea4828..26ba1fb6f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - 02b18322e5b165e8373db3ffdf1b7c3080dd6594 + 62be66341307c7760b297cc4803269f7c5294416 https://github.com/dotnet/sdk 2c54179393117f31af0b7025e5daa3c272204344 - + https://github.com/dotnet/toolset - 02b18322e5b165e8373db3ffdf1b7c3080dd6594 + 62be66341307c7760b297cc4803269f7c5294416 diff --git a/eng/Versions.props b/eng/Versions.props index 2b38f75db..2eb31b7ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20060.4 + 5.0.100-alpha.1.20060.5 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20060.4 + 5.0.100-alpha.1.20060.5 0.2.0 From c3e3bfbeb7acca8af818f56f746c99817287cff0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 03:00:31 +0000 Subject: [PATCH 1404/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200110.2 (#6114) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20060.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20060.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20060.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20060.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 26ba1fb6f..9c0981efa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 53894185284e1061efdb53cdc31c49fde96a63ae + d74001ab1a2a9e9e2d35ee0f902cc7b503a7b17c - + https://github.com/dotnet/windowsdesktop - 53894185284e1061efdb53cdc31c49fde96a63ae + d74001ab1a2a9e9e2d35ee0f902cc7b503a7b17c - + https://github.com/dotnet/windowsdesktop - 53894185284e1061efdb53cdc31c49fde96a63ae + d74001ab1a2a9e9e2d35ee0f902cc7b503a7b17c https://github.com/dotnet/runtime @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf 924472bc6aad8b0aa06af93355355062cf7b53f8 diff --git a/eng/Versions.props b/eng/Versions.props index 2eb31b7ba..994c5827c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20060.1 + 5.0.0-alpha.1.20060.2 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20060.1 - 5.0.0-alpha.1.20060.1 - 5.0.0-alpha.1.20060.1 + 5.0.0-alpha.1.20060.2 + 5.0.0-alpha.1.20060.2 + 5.0.0-alpha.1.20060.2 From 7e747e382dbf2b3eadd68fbc2b4aee6d72de5e59 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 04:35:29 +0000 Subject: [PATCH 1405/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200110.3 (#6115) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20060.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20060.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20060.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20060.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c0981efa..e79b5e9af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d74001ab1a2a9e9e2d35ee0f902cc7b503a7b17c + e4e3d16c4e4b2898bd38d4453214a7e0ce6992e5 - + https://github.com/dotnet/windowsdesktop - d74001ab1a2a9e9e2d35ee0f902cc7b503a7b17c + e4e3d16c4e4b2898bd38d4453214a7e0ce6992e5 - + https://github.com/dotnet/windowsdesktop - d74001ab1a2a9e9e2d35ee0f902cc7b503a7b17c + e4e3d16c4e4b2898bd38d4453214a7e0ce6992e5 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 924472bc6aad8b0aa06af93355355062cf7b53f8 + 52fc7fa6a124aec828d02e7d86adc672bcfe929c diff --git a/eng/Versions.props b/eng/Versions.props index 994c5827c..505dc1767 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20060.2 + 5.0.0-alpha.1.20060.3 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20060.2 - 5.0.0-alpha.1.20060.2 - 5.0.0-alpha.1.20060.2 + 5.0.0-alpha.1.20060.3 + 5.0.0-alpha.1.20060.3 + 5.0.0-alpha.1.20060.3 From 4a29f84af7b3cd67979416465739daf95cdcf58e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 13:30:28 +0000 Subject: [PATCH 1406/2259] Update dependencies from https://github.com/dotnet/arcade build 20200110.4 (#6116) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20060.4 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e79b5e9af..2a02eab60 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 96a4497b2c38c6b7e19c39e4cb8fe5adac299fb4 + 384a4bfab9ea05bff33790d21cb7e1d863e4e599 diff --git a/global.json b/global.json index 2c324700e..c30d0f8ee 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20059.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20060.4" } } From ea089d7c1237508f87645d462fd39a225e8eb667 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 13:54:05 +0000 Subject: [PATCH 1407/2259] Update dependencies from https://github.com/dotnet/runtime build 20200110.7 (#6117) - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20060.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20060.7 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20060.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20060.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20060.7 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20060.7 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a02eab60..d84e672bc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop e4e3d16c4e4b2898bd38d4453214a7e0ce6992e5 - + https://github.com/dotnet/runtime - a773bc3b315f6284f568f20f221b396f7390033c + ff03a08accc88651d6b4c34c23d502131b91b6c7 - + https://github.com/dotnet/runtime - a773bc3b315f6284f568f20f221b396f7390033c + ff03a08accc88651d6b4c34c23d502131b91b6c7 - + https://github.com/dotnet/runtime - a773bc3b315f6284f568f20f221b396f7390033c + ff03a08accc88651d6b4c34c23d502131b91b6c7 - + https://github.com/dotnet/runtime - a773bc3b315f6284f568f20f221b396f7390033c + ff03a08accc88651d6b4c34c23d502131b91b6c7 - + https://github.com/dotnet/runtime - a773bc3b315f6284f568f20f221b396f7390033c + ff03a08accc88651d6b4c34c23d502131b91b6c7 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - a773bc3b315f6284f568f20f221b396f7390033c + ff03a08accc88651d6b4c34c23d502131b91b6c7 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 505dc1767..d13deb016 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20060.2 + 5.0.0-alpha.1.20060.7 - 5.0.0-alpha.1.20060.2 - 5.0.0-alpha.1.20060.2 - 5.0.0-alpha.1.20060.2 - 5.0.0-alpha.1.20060.2 - 5.0.0-alpha.1.20060.2 + 5.0.0-alpha.1.20060.7 + 5.0.0-alpha.1.20060.7 + 5.0.0-alpha.1.20060.7 + 5.0.0-alpha.1.20060.7 + 5.0.0-alpha.1.20060.7 2.1.0 From c62ad9f0f06b3388615b9e6f88176ff4a18f2f87 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 14:30:02 +0000 Subject: [PATCH 1408/2259] Update dependencies from https://github.com/dotnet/toolset build 20200111.1 (#6118) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20061.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20061.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d84e672bc..808db84d5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - 62be66341307c7760b297cc4803269f7c5294416 + b721bbfae63a8981e824d4a97a3c58009dd2e0fb https://github.com/dotnet/sdk 2c54179393117f31af0b7025e5daa3c272204344 - + https://github.com/dotnet/toolset - 62be66341307c7760b297cc4803269f7c5294416 + b721bbfae63a8981e824d4a97a3c58009dd2e0fb diff --git a/eng/Versions.props b/eng/Versions.props index d13deb016..d73156725 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20060.5 + 5.0.100-alpha.1.20061.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20060.5 + 5.0.100-alpha.1.20061.1 0.2.0 From b3dd4dc6f0c0aa3bae6235d24e770ca30e35deaa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 15:05:02 +0000 Subject: [PATCH 1409/2259] [master] Update dependencies from dotnet/toolset (#6119) * Update dependencies from https://github.com/dotnet/toolset build 20200111.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20061.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20061.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200111.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20061.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20061.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 808db84d5..900827e10 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 5f229bd53bd6677911b49a681c469150df76004d - + https://github.com/dotnet/toolset - b721bbfae63a8981e824d4a97a3c58009dd2e0fb + 7018af848cba8b3cbdc3667708618a85a4932f78 https://github.com/dotnet/sdk 2c54179393117f31af0b7025e5daa3c272204344 - + https://github.com/dotnet/toolset - b721bbfae63a8981e824d4a97a3c58009dd2e0fb + 7018af848cba8b3cbdc3667708618a85a4932f78 diff --git a/eng/Versions.props b/eng/Versions.props index d73156725..05df19fe8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20061.1 + 5.0.100-alpha.1.20061.2 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20061.1 + 5.0.100-alpha.1.20061.2 0.2.0 From d5695be0cf40ab8de111a87c09725c9c94a288da Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 15:30:35 +0000 Subject: [PATCH 1410/2259] Update dependencies from https://github.com/dotnet/toolset build 20200111.5 (#6120) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20061.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20061.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20061.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 900827e10..22ab6a87c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 5f229bd53bd6677911b49a681c469150df76004d + 14d48b52729487993ace4ef9e0fcf0c1ee0edd9a - + https://github.com/dotnet/toolset - 7018af848cba8b3cbdc3667708618a85a4932f78 + 8bb958170ed1cec30b27ba5ae71326ab839556a2 https://github.com/dotnet/sdk 2c54179393117f31af0b7025e5daa3c272204344 - + https://github.com/dotnet/toolset - 7018af848cba8b3cbdc3667708618a85a4932f78 + 8bb958170ed1cec30b27ba5ae71326ab839556a2 diff --git a/eng/Versions.props b/eng/Versions.props index 05df19fe8..cec86a7aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20061.2 + 5.0.100-alpha.1.20061.5 @@ -29,7 +29,7 @@ - 5.0.0-alpha1.20058.1 + 5.0.0-alpha1.20061.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20061.2 + 5.0.100-alpha.1.20061.5 0.2.0 From 823800693ccf9cc3f3b3ef9bb4a76857372dcb1d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 16:50:34 +0000 Subject: [PATCH 1411/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200111.1 (#6121) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20061.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20061.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20061.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20061.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 22ab6a87c..6e58a5fd6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e4e3d16c4e4b2898bd38d4453214a7e0ce6992e5 + abb1d9ff32b0eeafeed979133cccfd0c74420bb1 - + https://github.com/dotnet/windowsdesktop - e4e3d16c4e4b2898bd38d4453214a7e0ce6992e5 + abb1d9ff32b0eeafeed979133cccfd0c74420bb1 - + https://github.com/dotnet/windowsdesktop - e4e3d16c4e4b2898bd38d4453214a7e0ce6992e5 + abb1d9ff32b0eeafeed979133cccfd0c74420bb1 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 52fc7fa6a124aec828d02e7d86adc672bcfe929c + f361cf5fe47a6a3d9e6663d21542880b9bc01ad9 diff --git a/eng/Versions.props b/eng/Versions.props index cec86a7aa..8bd3b8ca0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20060.3 + 5.0.0-alpha.1.20061.2 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20060.3 - 5.0.0-alpha.1.20060.3 - 5.0.0-alpha.1.20060.3 + 5.0.0-alpha.1.20061.1 + 5.0.0-alpha.1.20061.1 + 5.0.0-alpha.1.20061.1 From d83e406520538fa0957869ae453ac1e2c012e699 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2020 18:35:30 +0000 Subject: [PATCH 1412/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200111.2 (#6122) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20061.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20061.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20061.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20061.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6e58a5fd6..ccb69c455 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - abb1d9ff32b0eeafeed979133cccfd0c74420bb1 + 5a18c9dc1dddc05d46ae5e367b6c9c86c91b8c78 - + https://github.com/dotnet/windowsdesktop - abb1d9ff32b0eeafeed979133cccfd0c74420bb1 + 5a18c9dc1dddc05d46ae5e367b6c9c86c91b8c78 - + https://github.com/dotnet/windowsdesktop - abb1d9ff32b0eeafeed979133cccfd0c74420bb1 + 5a18c9dc1dddc05d46ae5e367b6c9c86c91b8c78 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - f361cf5fe47a6a3d9e6663d21542880b9bc01ad9 + 3a8e1782763f04bf831ddeb24e969e6a1f32e5f6 diff --git a/eng/Versions.props b/eng/Versions.props index 8bd3b8ca0..8be22504b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20061.2 + 5.0.0-alpha.1.20061.3 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20061.1 - 5.0.0-alpha.1.20061.1 - 5.0.0-alpha.1.20061.1 + 5.0.0-alpha.1.20061.2 + 5.0.0-alpha.1.20061.2 + 5.0.0-alpha.1.20061.2 From 48ce332e4f7903be20e2325fa981ffe574cc4c5d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 02:30:31 +0000 Subject: [PATCH 1413/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200111.3 (#6123) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20061.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20061.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20061.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20061.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ccb69c455..6e3236975 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5a18c9dc1dddc05d46ae5e367b6c9c86c91b8c78 + b95abee94c3569ce6f2d20c0fbd08cb66c39078d - + https://github.com/dotnet/windowsdesktop - 5a18c9dc1dddc05d46ae5e367b6c9c86c91b8c78 + b95abee94c3569ce6f2d20c0fbd08cb66c39078d - + https://github.com/dotnet/windowsdesktop - 5a18c9dc1dddc05d46ae5e367b6c9c86c91b8c78 + b95abee94c3569ce6f2d20c0fbd08cb66c39078d https://github.com/dotnet/runtime @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf 3a8e1782763f04bf831ddeb24e969e6a1f32e5f6 diff --git a/eng/Versions.props b/eng/Versions.props index 8be22504b..355e9f502 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20061.3 + 5.0.0-alpha.1.20061.4 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20061.2 - 5.0.0-alpha.1.20061.2 - 5.0.0-alpha.1.20061.2 + 5.0.0-alpha.1.20061.3 + 5.0.0-alpha.1.20061.3 + 5.0.0-alpha.1.20061.3 From e79b57307b1469350f53a14dc87c2eeba4a865b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 13:30:49 +0000 Subject: [PATCH 1414/2259] Update dependencies from https://github.com/dotnet/arcade build 20200111.1 (#6124) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20061.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6e3236975..bdd601307 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 384a4bfab9ea05bff33790d21cb7e1d863e4e599 + b1f4549e88a136ed8ae657a39f8316b98b9bf80a diff --git a/global.json b/global.json index c30d0f8ee..09969e944 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20060.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20061.1" } } From 9c8e0af860fee518aff283e22982cdeef60be35a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 13:57:22 +0000 Subject: [PATCH 1415/2259] Update dependencies from https://github.com/dotnet/runtime build 20200111.3 (#6125) - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20061.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20061.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20061.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20061.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20061.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20061.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bdd601307..3ec41dc91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop b95abee94c3569ce6f2d20c0fbd08cb66c39078d - + https://github.com/dotnet/runtime - ff03a08accc88651d6b4c34c23d502131b91b6c7 + afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 - + https://github.com/dotnet/runtime - ff03a08accc88651d6b4c34c23d502131b91b6c7 + afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 - + https://github.com/dotnet/runtime - ff03a08accc88651d6b4c34c23d502131b91b6c7 + afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 - + https://github.com/dotnet/runtime - ff03a08accc88651d6b4c34c23d502131b91b6c7 + afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 - + https://github.com/dotnet/runtime - ff03a08accc88651d6b4c34c23d502131b91b6c7 + afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - ff03a08accc88651d6b4c34c23d502131b91b6c7 + afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 355e9f502..10dca0b22 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20060.7 + 5.0.0-alpha.1.20061.3 - 5.0.0-alpha.1.20060.7 - 5.0.0-alpha.1.20060.7 - 5.0.0-alpha.1.20060.7 - 5.0.0-alpha.1.20060.7 - 5.0.0-alpha.1.20060.7 + 5.0.0-alpha.1.20061.3 + 5.0.0-alpha.1.20061.3 + 5.0.0-alpha.1.20061.3 + 5.0.0-alpha.1.20061.3 + 5.0.0-alpha.1.20061.3 2.1.0 From 6bd5a261ba01c5b166cbf324b64f18da4940e236 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 14:40:33 +0000 Subject: [PATCH 1416/2259] Update dependencies from https://github.com/dotnet/toolset build 20200112.1 (#6126) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20062.1 Dependency coherency updates - Microsoft.NET.Sdk - 5.0.100-alpha.1.20061.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20062.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3ec41dc91..595d51d68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 14d48b52729487993ace4ef9e0fcf0c1ee0edd9a - + https://github.com/dotnet/toolset - 8bb958170ed1cec30b27ba5ae71326ab839556a2 + c94c10dcb55e138d8cc5917d827099e2cc7b1385 - + https://github.com/dotnet/sdk - 2c54179393117f31af0b7025e5daa3c272204344 + e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 8bb958170ed1cec30b27ba5ae71326ab839556a2 + c94c10dcb55e138d8cc5917d827099e2cc7b1385 diff --git a/eng/Versions.props b/eng/Versions.props index 10dca0b22..982f7c276 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20061.5 + 5.0.100-alpha.1.20062.1 @@ -50,14 +50,14 @@ - 5.0.100-alpha.1.20061.5 + 5.0.100-alpha.1.20062.1 0.2.0 - 5.0.100-alpha.1.20058.3 + 5.0.100-alpha.1.20061.1 $(MicrosoftNETSdkPackageVersion) From eccc39ccc3f680b0393b3711aee14b0885725793 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 17:10:32 +0000 Subject: [PATCH 1417/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200112.1 (#6128) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20062.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20062.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20062.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20062.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 595d51d68..8137124f8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b95abee94c3569ce6f2d20c0fbd08cb66c39078d + 4a97897be5c30700e2b773c29bd92dfd8901595c - + https://github.com/dotnet/windowsdesktop - b95abee94c3569ce6f2d20c0fbd08cb66c39078d + 4a97897be5c30700e2b773c29bd92dfd8901595c - + https://github.com/dotnet/windowsdesktop - b95abee94c3569ce6f2d20c0fbd08cb66c39078d + 4a97897be5c30700e2b773c29bd92dfd8901595c https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 3a8e1782763f04bf831ddeb24e969e6a1f32e5f6 + b87ab55298a4544b831b6e73c4255478030912e7 diff --git a/eng/Versions.props b/eng/Versions.props index 982f7c276..f60f86477 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20061.4 + 5.0.0-alpha.1.20062.1 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20061.3 - 5.0.0-alpha.1.20061.3 - 5.0.0-alpha.1.20061.3 + 5.0.0-alpha.1.20062.1 + 5.0.0-alpha.1.20062.1 + 5.0.0-alpha.1.20062.1 From 7759f067303a366b7a5a19a52f115ec27ce5f845 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Jan 2020 18:45:31 +0000 Subject: [PATCH 1418/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200112.2 (#6129) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20062.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20062.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20062.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20062.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8137124f8..16be046b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4a97897be5c30700e2b773c29bd92dfd8901595c + 2052a7baf79aac8ce5688cf56fb9355826454919 - + https://github.com/dotnet/windowsdesktop - 4a97897be5c30700e2b773c29bd92dfd8901595c + 2052a7baf79aac8ce5688cf56fb9355826454919 - + https://github.com/dotnet/windowsdesktop - 4a97897be5c30700e2b773c29bd92dfd8901595c + 2052a7baf79aac8ce5688cf56fb9355826454919 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - b87ab55298a4544b831b6e73c4255478030912e7 + d53c1b914676303e6bd32b0c1c2981329eed5e46 diff --git a/eng/Versions.props b/eng/Versions.props index f60f86477..37c8137ca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20062.1 + 5.0.0-alpha.1.20062.2 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20062.1 - 5.0.0-alpha.1.20062.1 - 5.0.0-alpha.1.20062.1 + 5.0.0-alpha.1.20062.2 + 5.0.0-alpha.1.20062.2 + 5.0.0-alpha.1.20062.2 From 0852358b29b24343cf99eb251279ce917f13893d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 03:05:30 +0000 Subject: [PATCH 1419/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200112.3 (#6130) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20062.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20062.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20062.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20062.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 16be046b1..8fb779e11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2052a7baf79aac8ce5688cf56fb9355826454919 + 5c1d4dd03ad6e629e8049a2bf81e956b9e78ffc5 - + https://github.com/dotnet/windowsdesktop - 2052a7baf79aac8ce5688cf56fb9355826454919 + 5c1d4dd03ad6e629e8049a2bf81e956b9e78ffc5 - + https://github.com/dotnet/windowsdesktop - 2052a7baf79aac8ce5688cf56fb9355826454919 + 5c1d4dd03ad6e629e8049a2bf81e956b9e78ffc5 https://github.com/dotnet/runtime @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf d53c1b914676303e6bd32b0c1c2981329eed5e46 diff --git a/eng/Versions.props b/eng/Versions.props index 37c8137ca..66ebf3e17 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20062.2 + 5.0.0-alpha.1.20062.3 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20062.2 - 5.0.0-alpha.1.20062.2 - 5.0.0-alpha.1.20062.2 + 5.0.0-alpha.1.20062.3 + 5.0.0-alpha.1.20062.3 + 5.0.0-alpha.1.20062.3 From d9899ae5973ca0310789f2522bd60ba4f26cc309 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 13:37:53 +0000 Subject: [PATCH 1420/2259] Update dependencies from https://github.com/dotnet/arcade build 20200112.1 (#6131) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20062.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fb779e11..d56848f28 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - b1f4549e88a136ed8ae657a39f8316b98b9bf80a + 250782df013aa8586e21bb225f8efd715372dcf1 diff --git a/global.json b/global.json index 09969e944..ec31aab41 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20061.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20062.1" } } From c3fbea3e2246811239a22ab0c633d13541db0be8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 14:02:39 +0000 Subject: [PATCH 1421/2259] Update dependencies from https://github.com/dotnet/runtime build 20200112.3 (#6132) - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20062.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20062.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20062.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20062.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20062.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20062.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d56848f28..e418144c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 5c1d4dd03ad6e629e8049a2bf81e956b9e78ffc5 - + https://github.com/dotnet/runtime - afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 + 773f64296d3c6932f716ae6c8932662ade93b284 - + https://github.com/dotnet/runtime - afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 + 773f64296d3c6932f716ae6c8932662ade93b284 - + https://github.com/dotnet/runtime - afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 + 773f64296d3c6932f716ae6c8932662ade93b284 - + https://github.com/dotnet/runtime - afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 + 773f64296d3c6932f716ae6c8932662ade93b284 - + https://github.com/dotnet/runtime - afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 + 773f64296d3c6932f716ae6c8932662ade93b284 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - afc21e51af60a4d2cb11a1081fb38b1e3a8df0a2 + 773f64296d3c6932f716ae6c8932662ade93b284 https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 66ebf3e17..1e5b076a3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20061.3 + 5.0.0-alpha.1.20062.3 - 5.0.0-alpha.1.20061.3 - 5.0.0-alpha.1.20061.3 - 5.0.0-alpha.1.20061.3 - 5.0.0-alpha.1.20061.3 - 5.0.0-alpha.1.20061.3 + 5.0.0-alpha.1.20062.3 + 5.0.0-alpha.1.20062.3 + 5.0.0-alpha.1.20062.3 + 5.0.0-alpha.1.20062.3 + 5.0.0-alpha.1.20062.3 2.1.0 From 5db16629c8df786782a7ca802f0c3f615a024066 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 14:45:15 +0000 Subject: [PATCH 1422/2259] [master] Update dependencies from dotnet/toolset (#6127) * Update dependencies from https://github.com/dotnet/toolset build 20200112.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20062.2 * Update dependencies from https://github.com/dotnet/toolset build 20200112.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20062.3 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20062.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200113.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20063.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20063.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e418144c5..c6959dc86 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 14d48b52729487993ace4ef9e0fcf0c1ee0edd9a - + https://github.com/dotnet/toolset - c94c10dcb55e138d8cc5917d827099e2cc7b1385 + da3d516aed44a20e909767b36963cbe6fb7e6be7 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - c94c10dcb55e138d8cc5917d827099e2cc7b1385 + da3d516aed44a20e909767b36963cbe6fb7e6be7 diff --git a/eng/Versions.props b/eng/Versions.props index 1e5b076a3..ec1c534cf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20062.1 + 5.0.100-alpha.1.20063.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20062.1 + 5.0.100-alpha.1.20063.1 0.2.0 From 2903fa93fd5228feb3b49065b9bfbaf047509674 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 15:16:17 +0000 Subject: [PATCH 1423/2259] [master] Update dependencies from dotnet/toolset (#6133) * Update dependencies from https://github.com/dotnet/toolset build 20200113.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20063.2 * Update dependencies from https://github.com/dotnet/toolset build 20200113.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20063.4 * Update dependencies from https://github.com/dotnet/toolset build 20200113.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20063.3 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20063.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c6959dc86..565408f4e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 14d48b52729487993ace4ef9e0fcf0c1ee0edd9a - + https://github.com/dotnet/toolset - da3d516aed44a20e909767b36963cbe6fb7e6be7 + b1a346b70aa120810473e70e7423c1b77aebf3a6 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - da3d516aed44a20e909767b36963cbe6fb7e6be7 + b1a346b70aa120810473e70e7423c1b77aebf3a6 diff --git a/eng/Versions.props b/eng/Versions.props index ec1c534cf..ab4c042d7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20063.1 + 5.0.100-alpha.1.20063.3 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20063.1 + 5.0.100-alpha.1.20063.3 0.2.0 From 09e593b4eebd31339634c16a98ec91e73f0789ea Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 17:35:09 +0000 Subject: [PATCH 1424/2259] Update dependencies from https://github.com/dotnet/toolset build 20200113.5 (#6134) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20063.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20063.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 565408f4e..2472fb471 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 14d48b52729487993ace4ef9e0fcf0c1ee0edd9a - + https://github.com/dotnet/toolset - b1a346b70aa120810473e70e7423c1b77aebf3a6 + d07c54fe066d85c8bb6756fd41f90d87d6ef2ca7 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - b1a346b70aa120810473e70e7423c1b77aebf3a6 + d07c54fe066d85c8bb6756fd41f90d87d6ef2ca7 diff --git a/eng/Versions.props b/eng/Versions.props index ab4c042d7..e07cddd6b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20063.3 + 5.0.100-alpha.1.20063.5 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20063.3 + 5.0.100-alpha.1.20063.5 0.2.0 From 9e6a16637c459c4c35adaad355b4eb121082ae8c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 18:05:45 +0000 Subject: [PATCH 1425/2259] Update dependencies from https://github.com/dotnet/toolset build 20200113.6 (#6135) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20063.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20063.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20063.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2472fb471..ea97230f1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 14d48b52729487993ace4ef9e0fcf0c1ee0edd9a + 23c7777ab968a401baca63cb2d1706556f3f6048 - + https://github.com/dotnet/toolset - d07c54fe066d85c8bb6756fd41f90d87d6ef2ca7 + ac0bea6e11fa11936e79aa03bd8cede8677053b9 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - d07c54fe066d85c8bb6756fd41f90d87d6ef2ca7 + ac0bea6e11fa11936e79aa03bd8cede8677053b9 diff --git a/eng/Versions.props b/eng/Versions.props index e07cddd6b..0c463ccc4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20063.5 + 5.0.100-alpha.1.20063.6 @@ -29,7 +29,7 @@ - 5.0.0-alpha1.20061.1 + 5.0.0-alpha1.20063.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20063.5 + 5.0.100-alpha.1.20063.6 0.2.0 From 819c0b4a357019d2984998119ad5336484f2f5f7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2020 18:50:33 +0000 Subject: [PATCH 1426/2259] Update dependencies from https://github.com/dotnet/toolset build 20200113.7 (#6136) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20063.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20063.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ea97230f1..4f205b5c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 23c7777ab968a401baca63cb2d1706556f3f6048 - + https://github.com/dotnet/toolset - ac0bea6e11fa11936e79aa03bd8cede8677053b9 + baedc029b85f9296818d998b378dacb2cb3a46fe https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - ac0bea6e11fa11936e79aa03bd8cede8677053b9 + baedc029b85f9296818d998b378dacb2cb3a46fe diff --git a/eng/Versions.props b/eng/Versions.props index 0c463ccc4..8b803aa96 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20063.6 + 5.0.100-alpha.1.20063.7 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20063.6 + 5.0.100-alpha.1.20063.7 0.2.0 From e129b8406f84d64ed7f102b4e6a9a32bd4258f3b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 13:45:50 +0000 Subject: [PATCH 1427/2259] Update dependencies from https://github.com/dotnet/runtime build 20200113.7 (#6137) - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20063.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20063.7 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20063.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20063.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20063.7 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20063.7 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4f205b5c7..78ee938de 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 5c1d4dd03ad6e629e8049a2bf81e956b9e78ffc5 - + https://github.com/dotnet/runtime - 773f64296d3c6932f716ae6c8932662ade93b284 + 05909c4ae8ea0a3bf1093c08323ddbacb34f715f - + https://github.com/dotnet/runtime - 773f64296d3c6932f716ae6c8932662ade93b284 + 05909c4ae8ea0a3bf1093c08323ddbacb34f715f - + https://github.com/dotnet/runtime - 773f64296d3c6932f716ae6c8932662ade93b284 + 05909c4ae8ea0a3bf1093c08323ddbacb34f715f - + https://github.com/dotnet/runtime - 773f64296d3c6932f716ae6c8932662ade93b284 + 05909c4ae8ea0a3bf1093c08323ddbacb34f715f - + https://github.com/dotnet/runtime - 773f64296d3c6932f716ae6c8932662ade93b284 + 05909c4ae8ea0a3bf1093c08323ddbacb34f715f @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 773f64296d3c6932f716ae6c8932662ade93b284 + 05909c4ae8ea0a3bf1093c08323ddbacb34f715f https://github.com/aspnet/AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 8b803aa96..a3484dc00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20062.3 + 5.0.0-alpha.1.20063.7 - 5.0.0-alpha.1.20062.3 - 5.0.0-alpha.1.20062.3 - 5.0.0-alpha.1.20062.3 - 5.0.0-alpha.1.20062.3 - 5.0.0-alpha.1.20062.3 + 5.0.0-alpha.1.20063.7 + 5.0.0-alpha.1.20063.7 + 5.0.0-alpha.1.20063.7 + 5.0.0-alpha.1.20063.7 + 5.0.0-alpha.1.20063.7 2.1.0 From 5298d93f93e0b3c71b950e046f0bd174f6fb44b6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2020 14:41:47 +0000 Subject: [PATCH 1428/2259] Update dependencies from https://github.com/dotnet/toolset build 20200114.1 (#6138) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20064.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20064.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78ee938de..808028fd0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 23c7777ab968a401baca63cb2d1706556f3f6048 - + https://github.com/dotnet/toolset - baedc029b85f9296818d998b378dacb2cb3a46fe + cb99522ca9a2021e87aa56d0cc582ab8ee224e48 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - baedc029b85f9296818d998b378dacb2cb3a46fe + cb99522ca9a2021e87aa56d0cc582ab8ee224e48 diff --git a/eng/Versions.props b/eng/Versions.props index a3484dc00..e48b07e02 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20063.7 + 5.0.100-alpha.1.20064.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20063.7 + 5.0.100-alpha.1.20064.1 0.2.0 From d4b1fc0dae7b7ab15be5c81eb9e564df78a70711 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 14 Jan 2020 23:00:19 +0000 Subject: [PATCH 1429/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200114.4 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20064.4 - dotnet-user-secrets - 5.0.0-alpha.1.20064.4 - dotnet-watch - 5.0.0-alpha.1.20064.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20064.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20064.4 - dotnet-dev-certs - 5.0.0-alpha.1.20064.4 --- eng/Version.Details.xml | 36 ++++++++++++++++++------------------ eng/Versions.props | 12 ++++++------ 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 808028fd0..47b72b51e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 05909c4ae8ea0a3bf1093c08323ddbacb34f715f - - https://github.com/aspnet/AspNetCore - c17ce436b8703470231e7979cead042f5682c3f5 + + https://github.com/dotnet/aspnetcore + deceebc062af5a51e53cf6a8cb539da118d46484 - - https://github.com/aspnet/AspNetCore - c17ce436b8703470231e7979cead042f5682c3f5 + + https://github.com/dotnet/aspnetcore + deceebc062af5a51e53cf6a8cb539da118d46484 - - https://github.com/aspnet/AspNetCore - c17ce436b8703470231e7979cead042f5682c3f5 + + https://github.com/dotnet/aspnetcore + deceebc062af5a51e53cf6a8cb539da118d46484 - - https://github.com/aspnet/AspNetCore - c17ce436b8703470231e7979cead042f5682c3f5 + + https://github.com/dotnet/aspnetcore + deceebc062af5a51e53cf6a8cb539da118d46484 - - https://github.com/aspnet/AspNetCore - c17ce436b8703470231e7979cead042f5682c3f5 + + https://github.com/dotnet/aspnetcore + deceebc062af5a51e53cf6a8cb539da118d46484 - - https://github.com/aspnet/AspNetCore - c17ce436b8703470231e7979cead042f5682c3f5 + + https://github.com/dotnet/aspnetcore + deceebc062af5a51e53cf6a8cb539da118d46484 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index e48b07e02..449aa2855 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-alpha.1.20056.6 - 5.0.0-alpha.1.20056.6 - 5.0.0-alpha.1.20056.6 - 5.0.0-alpha.1.20056.6 - 5.0.0-alpha.1.20056.6 - 5.0.0-alpha.1.20056.6 + 5.0.0-alpha.1.20064.4 + 5.0.0-alpha.1.20064.4 + 5.0.0-alpha.1.20064.4 + 5.0.0-alpha.1.20064.4 + 5.0.0-alpha.1.20064.4 + 5.0.0-alpha.1.20064.4 From 8d13410014723ada620228b7f22dcaf359eac1d4 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Mon, 16 Dec 2019 13:48:14 -0800 Subject: [PATCH 1430/2259] Bump 2.1.x implicit versions Disable SDK tests that do 2.1.x self-contained Delete GivenSelfContainedAppsRollForward. It doesn't work with 3.x+ already and won't work with 2.x MSRCs. --- .../targets/GenerateBundledVersions.targets | 6 +- .../GivenSelfContainedAppsRollForward.cs | 195 ------------------ test/SdkTests/TestConfig.xml | 10 + 3 files changed, 13 insertions(+), 198 deletions(-) delete mode 100644 test/EndToEnd/GivenSelfContainedAppsRollForward.cs diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 56984cdcd..66af4016c 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -92,7 +92,7 @@ + LatestVersion="2.1.15" /> + LatestVersion="2.1.15"/> + LatestVersion="2.1.15"/> t.RuntimeIdentifier != null) - ?.Libraries?.SingleOrDefault(l => - string.Compare(l.Name, packageName, StringComparison.CurrentCultureIgnoreCase) == 0) - ?.Version; - } - - [Fact] - public void WeCoverLatestNetCoreAppRollForward() - { - // Run "dotnet new console", get TargetFramework property, and make sure it's covered in SupportedNetCoreAppVersions - var directory = TestAssets.CreateTestDirectory(); - string projectDirectory = directory.FullName; - - new NewCommandShim() - .WithWorkingDirectory(projectDirectory) - .Execute("console --no-restore") - .Should().Pass(); - - string projectPath = Path.Combine(projectDirectory, Path.GetFileName(projectDirectory) + ".csproj"); - - var project = XDocument.Load(projectPath); - var ns = project.Root.Name.Namespace; - - string targetFramework = project.Root.Element(ns + "PropertyGroup") - .Element(ns + "TargetFramework") - .Value; - - SupportedNetCoreAppVersions.Versions.Select(v => $"netcoreapp{v}") - .Should().Contain(targetFramework, $"the {nameof(SupportedNetCoreAppVersions)}.{nameof(SupportedNetCoreAppVersions.Versions)} property should include the default version " + - "of .NET Core created by \"dotnet new\""); - } - - [Fact] - public void WeCoverLatestAspNetCoreAppRollForward() - { - var directory = TestAssets.CreateTestDirectory(); - string projectDirectory = directory.FullName; - - // Run "dotnet new web", get TargetFramework property, and make sure it's covered in SupportedAspNetCoreAppVersions - - new NewCommandShim() - .WithWorkingDirectory(projectDirectory) - .Execute("web --no-restore") - .Should().Pass(); - - string projectPath = Path.Combine(projectDirectory, Path.GetFileName(projectDirectory) + ".csproj"); - - var project = XDocument.Load(projectPath); - var ns = project.Root.Name.Namespace; - - string targetFramework = project.Root.Element(ns + "PropertyGroup") - .Element(ns + "TargetFramework") - .Value; - - SupportedAspNetCoreVersions.Versions.Select(v => $"netcoreapp{v}") - .Should().Contain(targetFramework, $"the {nameof(SupportedAspNetCoreVersions)} should include the default version " + - "of Microsoft.AspNetCore.App used by the templates created by \"dotnet new web\""); - - - } - - } -} diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 13c5859e5..958b52b30 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -145,6 +145,16 @@ Skip="true" Issue="" Reason="Needs .NET Core 1.1"/> + + + + From 17a81c6f218558ca47826fccf519300cd6acaa98 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 04:22:25 +0000 Subject: [PATCH 1431/2259] Update dependencies from https://github.com/dotnet/toolset build 20200114.7 (#6142) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20064.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 00c396f56..8dafdaa7e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 3fea818bb99839eec8b1ef3f9e70094f0e664040 + 2e7c78e7e50e76644a0b5e5c27eef86837a594bd https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ba9ef29e9..eee58537f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20060.1 + 3.1.200-preview.20064.7 From 4e2a0ee9592fe3310df2ffa8acc22efcc64200f7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 07:10:54 +0000 Subject: [PATCH 1432/2259] Update dependencies from https://github.com/dotnet/toolset build 20200114.11 (#6147) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20064.11 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8dafdaa7e..1c6422cc0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 2e7c78e7e50e76644a0b5e5c27eef86837a594bd + 637db2820de3c8836ce023b6f326ac17ee6d1b7a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index eee58537f..72bde6cc2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20064.7 + 3.1.200-preview.20064.11 From ec91fd10fee89dcd20a874168341c3a805c4eaac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2020 20:35:53 +0000 Subject: [PATCH 1433/2259] Update dependencies from https://github.com/dotnet/toolset build 20200115.6 (#6152) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20065.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1c6422cc0..029b264a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 637db2820de3c8836ce023b6f326ac17ee6d1b7a + 8561f20ba07357d7f75742c9a2583ffb3535dd57 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 72bde6cc2..c9772f1ee 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20064.11 + 3.1.200-preview.20065.6 From 3d0034bddb12597bc5eca1c5db873e71a41c602d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 13:31:45 +0000 Subject: [PATCH 1434/2259] [master] Update dependencies from dotnet/arcade (#6148) * Update dependencies from https://github.com/dotnet/arcade build 20200113.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20063.2 * Update dependencies from https://github.com/dotnet/arcade build 20200115.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20065.5 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 808028fd0..198516e02 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 250782df013aa8586e21bb225f8efd715372dcf1 + 39220c078e22f4b5a053e0de5c616a567446a0eb diff --git a/global.json b/global.json index ec31aab41..7f00740a3 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20062.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20065.5" } } From 00581b797abe7a352ad9227d2d21705348c3d793 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 16:56:19 +0000 Subject: [PATCH 1435/2259] [master] Update dependencies from dotnet/toolset (#6141) * Update dependencies from https://github.com/dotnet/toolset build 20200114.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20064.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20064.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200114.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20064.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20064.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200114.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20064.6 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20064.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200115.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20065.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20065.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200115.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20065.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20065.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200115.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20065.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20065.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20065.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200115.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20065.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20065.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20065.8 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200116.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20066.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20065.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20066.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200116.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20066.2 * Update dependencies from https://github.com/dotnet/toolset build 20200116.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20066.3 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20065.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20066.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 198516e02..e06a64505 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 23c7777ab968a401baca63cb2d1706556f3f6048 + 54bda139684c681c84bf7de7c8bdce3dd6a3b045 - + https://github.com/dotnet/toolset - cb99522ca9a2021e87aa56d0cc582ab8ee224e48 + 5cb793a5d70b020449b0efa6af2454f7659e38a7 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - cb99522ca9a2021e87aa56d0cc582ab8ee224e48 + 5cb793a5d70b020449b0efa6af2454f7659e38a7 diff --git a/eng/Versions.props b/eng/Versions.props index e48b07e02..0790d693b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20064.1 + 5.0.100-alpha.1.20066.3 @@ -29,7 +29,7 @@ - 5.0.0-alpha1.20063.1 + 5.0.0-alpha1.20065.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20064.1 + 5.0.100-alpha.1.20066.3 0.2.0 From b7724076ce8a0a7edb9a801384f985e3205cf884 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 16 Jan 2020 18:05:36 +0000 Subject: [PATCH 1436/2259] [master] Update dependencies from dotnet/toolset (#6159) * Update dependencies from https://github.com/dotnet/toolset build 20200116.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20066.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20066.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20066.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200116.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20066.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20066.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20066.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- NuGet.config | 1 - eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 3 files changed, 9 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index 56e3557f0..cc5859f8d 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bb6613560..87ca1933c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 54bda139684c681c84bf7de7c8bdce3dd6a3b045 + cea32b92a0032696d69d354b66ab18d7dbf0f2d4 - + https://github.com/dotnet/toolset - 5cb793a5d70b020449b0efa6af2454f7659e38a7 + 86e806310344cb192985a06488cdb908f4550454 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 5cb793a5d70b020449b0efa6af2454f7659e38a7 + 86e806310344cb192985a06488cdb908f4550454 diff --git a/eng/Versions.props b/eng/Versions.props index e05cbff5d..185d00343 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20066.3 + 5.0.100-alpha.1.20066.6 @@ -29,7 +29,7 @@ - 5.0.0-alpha1.20065.1 + 5.0.0-alpha1.20066.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20066.3 + 5.0.100-alpha.1.20066.6 0.2.0 From be5f3495ad745cc6a8b1a13a8c4352cad3092833 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 13:30:10 +0000 Subject: [PATCH 1437/2259] Update dependencies from https://github.com/dotnet/arcade build 20200116.1 (#6168) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20066.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87ca1933c..f11a9a3eb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 39220c078e22f4b5a053e0de5c616a567446a0eb + bca68c2df2c6230389f10def3880a61db266c6c1 diff --git a/global.json b/global.json index 7f00740a3..369eb66cb 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20065.5" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20066.1" } } From 09e6f1dbb50c524591c2fa56c7c9ae8a352c594b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 14:45:37 +0000 Subject: [PATCH 1438/2259] Update dependencies from https://github.com/dotnet/toolset build 20200117.1 (#6169) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20067.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20067.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f11a9a3eb..d086964c3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating cea32b92a0032696d69d354b66ab18d7dbf0f2d4 - + https://github.com/dotnet/toolset - 86e806310344cb192985a06488cdb908f4550454 + fb5b119b19e3fe885a5bdb80dba55e45cd5859eb https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 86e806310344cb192985a06488cdb908f4550454 + fb5b119b19e3fe885a5bdb80dba55e45cd5859eb diff --git a/eng/Versions.props b/eng/Versions.props index 185d00343..c62cad536 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20066.6 + 5.0.100-alpha.1.20067.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20066.6 + 5.0.100-alpha.1.20067.1 0.2.0 From bb38cfda8ba8544da0d77062a326354ed7654dfc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 15:11:13 +0000 Subject: [PATCH 1439/2259] Update dependencies from https://github.com/dotnet/toolset build 20200117.2 (#6170) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20067.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20067.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d086964c3..6fbca3b5c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating cea32b92a0032696d69d354b66ab18d7dbf0f2d4 - + https://github.com/dotnet/toolset - fb5b119b19e3fe885a5bdb80dba55e45cd5859eb + 46720ae2a5d89329430c7e5592ee4e97164dd121 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - fb5b119b19e3fe885a5bdb80dba55e45cd5859eb + 46720ae2a5d89329430c7e5592ee4e97164dd121 diff --git a/eng/Versions.props b/eng/Versions.props index c62cad536..8999b2dac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20067.1 + 5.0.100-alpha.1.20067.2 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20067.1 + 5.0.100-alpha.1.20067.2 0.2.0 From cabab391d03958d857c3b9b33088689db1c3ff2d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 18:15:38 +0000 Subject: [PATCH 1440/2259] Update dependencies from https://github.com/dotnet/toolset build 20200117.5 (#6172) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20067.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20067.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6fbca3b5c..0d690f107 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating cea32b92a0032696d69d354b66ab18d7dbf0f2d4 - + https://github.com/dotnet/toolset - 46720ae2a5d89329430c7e5592ee4e97164dd121 + 38321da51fa06b9cdf80f8a8f0c694df66993b1f https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 46720ae2a5d89329430c7e5592ee4e97164dd121 + 38321da51fa06b9cdf80f8a8f0c694df66993b1f diff --git a/eng/Versions.props b/eng/Versions.props index 8999b2dac..8a27ded47 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20067.2 + 5.0.100-alpha.1.20067.5 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20067.2 + 5.0.100-alpha.1.20067.5 0.2.0 From ab8efefbcc63b6010e011cf92c26985cee4b7c56 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 19:51:08 +0000 Subject: [PATCH 1441/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200117.4 (#6174) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20067.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20067.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20067.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20067.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0d690f107..d8aa0ad7d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5c1d4dd03ad6e629e8049a2bf81e956b9e78ffc5 + 5eb58654a1b836c5fab0e6127c28b90b68ee9a74 - + https://github.com/dotnet/windowsdesktop - 5c1d4dd03ad6e629e8049a2bf81e956b9e78ffc5 + 5eb58654a1b836c5fab0e6127c28b90b68ee9a74 - + https://github.com/dotnet/windowsdesktop - 5c1d4dd03ad6e629e8049a2bf81e956b9e78ffc5 + 5eb58654a1b836c5fab0e6127c28b90b68ee9a74 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - d53c1b914676303e6bd32b0c1c2981329eed5e46 + 60c86ae01c295f7d3e637e51937ca4c901aa14ec diff --git a/eng/Versions.props b/eng/Versions.props index 8a27ded47..508f9e89b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20062.3 + 5.0.0-alpha.1.20067.2 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20062.3 - 5.0.0-alpha.1.20062.3 - 5.0.0-alpha.1.20062.3 + 5.0.0-alpha.1.20067.4 + 5.0.0-alpha.1.20067.4 + 5.0.0-alpha.1.20067.4 From 7485ea4fbc318858b53ca9449d7b7c139fea2022 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Jan 2020 22:35:40 +0000 Subject: [PATCH 1442/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200117.2 (#6177) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20067.2 - dotnet-user-secrets - 5.0.0-alpha.1.20067.2 - dotnet-watch - 5.0.0-alpha.1.20067.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20067.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20067.2 - dotnet-dev-certs - 5.0.0-alpha.1.20067.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d8aa0ad7d..8f2e672aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 05909c4ae8ea0a3bf1093c08323ddbacb34f715f - + https://github.com/dotnet/aspnetcore - deceebc062af5a51e53cf6a8cb539da118d46484 + c848c33cfa392f118b31523ac7692318ef142d85 - + https://github.com/dotnet/aspnetcore - deceebc062af5a51e53cf6a8cb539da118d46484 + c848c33cfa392f118b31523ac7692318ef142d85 - + https://github.com/dotnet/aspnetcore - deceebc062af5a51e53cf6a8cb539da118d46484 + c848c33cfa392f118b31523ac7692318ef142d85 - + https://github.com/dotnet/aspnetcore - deceebc062af5a51e53cf6a8cb539da118d46484 + c848c33cfa392f118b31523ac7692318ef142d85 - + https://github.com/dotnet/aspnetcore - deceebc062af5a51e53cf6a8cb539da118d46484 + c848c33cfa392f118b31523ac7692318ef142d85 - + https://github.com/dotnet/aspnetcore - deceebc062af5a51e53cf6a8cb539da118d46484 + c848c33cfa392f118b31523ac7692318ef142d85 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 508f9e89b..c287b74d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-alpha.1.20064.4 - 5.0.0-alpha.1.20064.4 - 5.0.0-alpha.1.20064.4 - 5.0.0-alpha.1.20064.4 - 5.0.0-alpha.1.20064.4 - 5.0.0-alpha.1.20064.4 + 5.0.0-alpha.1.20067.2 + 5.0.0-alpha.1.20067.2 + 5.0.0-alpha.1.20067.2 + 5.0.0-alpha.1.20067.2 + 5.0.0-alpha.1.20067.2 + 5.0.0-alpha.1.20067.2 From 449143428d3b5049159b135a6098e7d51b7962c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 03:10:33 +0000 Subject: [PATCH 1443/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200117.5 (#6182) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20067.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20067.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20067.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20067.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f2e672aa..30b100540 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5eb58654a1b836c5fab0e6127c28b90b68ee9a74 + 83a8325837f3522401258058b0b9587fea4f40f1 - + https://github.com/dotnet/windowsdesktop - 5eb58654a1b836c5fab0e6127c28b90b68ee9a74 + 83a8325837f3522401258058b0b9587fea4f40f1 - + https://github.com/dotnet/windowsdesktop - 5eb58654a1b836c5fab0e6127c28b90b68ee9a74 + 83a8325837f3522401258058b0b9587fea4f40f1 https://github.com/dotnet/runtime @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf 60c86ae01c295f7d3e637e51937ca4c901aa14ec diff --git a/eng/Versions.props b/eng/Versions.props index c287b74d4..b809ada8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20067.2 + 5.0.0-alpha.1.20067.3 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20067.4 - 5.0.0-alpha.1.20067.4 - 5.0.0-alpha.1.20067.4 + 5.0.0-alpha.1.20067.5 + 5.0.0-alpha.1.20067.5 + 5.0.0-alpha.1.20067.5 From 78173fe72e29807ffe33e67fbbc335781e7c911b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 05:15:32 +0000 Subject: [PATCH 1444/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200117.6 (#6183) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20067.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20067.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20067.6 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20067.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30b100540..bf5ac8eb6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 83a8325837f3522401258058b0b9587fea4f40f1 + 996843ca45c8fd26c49e1c986539d2f82527d664 - + https://github.com/dotnet/windowsdesktop - 83a8325837f3522401258058b0b9587fea4f40f1 + 996843ca45c8fd26c49e1c986539d2f82527d664 - + https://github.com/dotnet/windowsdesktop - 83a8325837f3522401258058b0b9587fea4f40f1 + 996843ca45c8fd26c49e1c986539d2f82527d664 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 60c86ae01c295f7d3e637e51937ca4c901aa14ec + d0bf55c71205c92c304ee8f2e8c0ce9f9433632e diff --git a/eng/Versions.props b/eng/Versions.props index b809ada8d..dc79aef00 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20067.3 + 5.0.0-alpha.1.20067.4 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20067.5 - 5.0.0-alpha.1.20067.5 - 5.0.0-alpha.1.20067.5 + 5.0.0-alpha.1.20067.6 + 5.0.0-alpha.1.20067.6 + 5.0.0-alpha.1.20067.6 From f436d29f33ad06d86387ccb5ef890b1830ef6524 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 13:30:33 +0000 Subject: [PATCH 1445/2259] Update dependencies from https://github.com/dotnet/arcade build 20200117.2 (#6185) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20067.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf5ac8eb6..17c38b420 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - bca68c2df2c6230389f10def3880a61db266c6c1 + 514e47a844ea7fe193978725c15e67ec16bff572 diff --git a/global.json b/global.json index 369eb66cb..299dada73 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20066.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20067.2" } } From f4ef4490ebd51127fc4c8def2e95e8c8709f49df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 13:52:28 +0000 Subject: [PATCH 1446/2259] [master] Update dependencies from dotnet/runtime (#6149) * Update dependencies from https://github.com/dotnet/runtime build 20200114.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20064.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20064.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20064.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20064.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20064.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20064.4 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200115.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20065.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20065.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20065.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20065.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20065.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20065.4 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200116.11 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20066.11 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20066.11 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20066.11 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20066.11 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20066.11 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20066.11 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200117.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20067.9 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20067.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20067.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20067.9 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20067.9 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20067.9 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 17c38b420..1692e9236 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 996843ca45c8fd26c49e1c986539d2f82527d664 - + https://github.com/dotnet/runtime - 05909c4ae8ea0a3bf1093c08323ddbacb34f715f + c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 - + https://github.com/dotnet/runtime - 05909c4ae8ea0a3bf1093c08323ddbacb34f715f + c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 - + https://github.com/dotnet/runtime - 05909c4ae8ea0a3bf1093c08323ddbacb34f715f + c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 - + https://github.com/dotnet/runtime - 05909c4ae8ea0a3bf1093c08323ddbacb34f715f + c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 - + https://github.com/dotnet/runtime - 05909c4ae8ea0a3bf1093c08323ddbacb34f715f + c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 05909c4ae8ea0a3bf1093c08323ddbacb34f715f + c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index dc79aef00..7ea2e1ad0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20063.7 + 5.0.0-alpha.1.20067.9 - 5.0.0-alpha.1.20063.7 - 5.0.0-alpha.1.20063.7 - 5.0.0-alpha.1.20063.7 - 5.0.0-alpha.1.20063.7 - 5.0.0-alpha.1.20063.7 + 5.0.0-alpha.1.20067.9 + 5.0.0-alpha.1.20067.9 + 5.0.0-alpha.1.20067.9 + 5.0.0-alpha.1.20067.9 + 5.0.0-alpha.1.20067.9 2.1.0 From 9099a67e7834e596eafc06843539aa4f8cee1fdd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 14:35:31 +0000 Subject: [PATCH 1447/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200118.1 (#6186) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20068.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20068.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20068.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20068.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1692e9236..e4201094a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 996843ca45c8fd26c49e1c986539d2f82527d664 + 5ce2b7abce0dab5138c468d27ce93c281d62c853 - + https://github.com/dotnet/windowsdesktop - 996843ca45c8fd26c49e1c986539d2f82527d664 + 5ce2b7abce0dab5138c468d27ce93c281d62c853 - + https://github.com/dotnet/windowsdesktop - 996843ca45c8fd26c49e1c986539d2f82527d664 + 5ce2b7abce0dab5138c468d27ce93c281d62c853 https://github.com/dotnet/runtime @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf d0bf55c71205c92c304ee8f2e8c0ce9f9433632e diff --git a/eng/Versions.props b/eng/Versions.props index 7ea2e1ad0..871124faf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20067.4 + 5.0.0-alpha.1.20068.1 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20067.6 - 5.0.0-alpha.1.20067.6 - 5.0.0-alpha.1.20067.6 + 5.0.0-alpha.1.20068.1 + 5.0.0-alpha.1.20068.1 + 5.0.0-alpha.1.20068.1 From bbbe47c38615f99d5f70f32824253a2071a649c4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 14:45:14 +0000 Subject: [PATCH 1448/2259] Update dependencies from https://github.com/dotnet/toolset build 20200118.1 (#6187) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20068.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20068.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e4201094a..bedb9db0e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating cea32b92a0032696d69d354b66ab18d7dbf0f2d4 - + https://github.com/dotnet/toolset - 38321da51fa06b9cdf80f8a8f0c694df66993b1f + 8fdeb34c893458627fd41d5b18b7b0759b8cace6 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 38321da51fa06b9cdf80f8a8f0c694df66993b1f + 8fdeb34c893458627fd41d5b18b7b0759b8cace6 diff --git a/eng/Versions.props b/eng/Versions.props index 871124faf..64df6246c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20067.5 + 5.0.100-alpha.1.20068.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20067.5 + 5.0.100-alpha.1.20068.1 0.2.0 From 900bed730a9e69a6983c2afe5199274a86d3129a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 15:05:33 +0000 Subject: [PATCH 1449/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200118.2 (#6188) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20068.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20068.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20068.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bedb9db0e..8a9c6de34 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5ce2b7abce0dab5138c468d27ce93c281d62c853 + 82344d5f5672d83e88c086d566e63f37d3a67bd6 - + https://github.com/dotnet/windowsdesktop - 5ce2b7abce0dab5138c468d27ce93c281d62c853 + 82344d5f5672d83e88c086d566e63f37d3a67bd6 - + https://github.com/dotnet/windowsdesktop - 5ce2b7abce0dab5138c468d27ce93c281d62c853 + 82344d5f5672d83e88c086d566e63f37d3a67bd6 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 64df6246c..ac3ff0fbd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20068.1 - 5.0.0-alpha.1.20068.1 - 5.0.0-alpha.1.20068.1 + 5.0.0-alpha.1.20068.2 + 5.0.0-alpha.1.20068.2 + 5.0.0-alpha.1.20068.2 From 837dea1de126d2b5406bee3c9409ade966da7338 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 15:10:08 +0000 Subject: [PATCH 1450/2259] Update dependencies from https://github.com/dotnet/toolset build 20200118.2 (#6189) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20068.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20068.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8a9c6de34..0f6ac999b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating cea32b92a0032696d69d354b66ab18d7dbf0f2d4 - + https://github.com/dotnet/toolset - 8fdeb34c893458627fd41d5b18b7b0759b8cace6 + 139e2abfe7c2b0b028349e31caf70b2d6a844fb3 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 8fdeb34c893458627fd41d5b18b7b0759b8cace6 + 139e2abfe7c2b0b028349e31caf70b2d6a844fb3 diff --git a/eng/Versions.props b/eng/Versions.props index ac3ff0fbd..ae8b6e403 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20068.1 + 5.0.100-alpha.1.20068.2 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20068.1 + 5.0.100-alpha.1.20068.2 0.2.0 From de6afe2b25a804563804653e4bfffe9a34b29a85 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2020 19:16:26 +0000 Subject: [PATCH 1451/2259] [master] Update dependencies from dotnet/windowsdesktop (#6191) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200118.3 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20068.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20068.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20068.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20068.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200118.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20068.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20068.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20068.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20068.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f6ac999b..cbb48a8fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 82344d5f5672d83e88c086d566e63f37d3a67bd6 + ff1ed2d73c2a7760eebc56e08c52a9c51d19701e - + https://github.com/dotnet/windowsdesktop - 82344d5f5672d83e88c086d566e63f37d3a67bd6 + ff1ed2d73c2a7760eebc56e08c52a9c51d19701e - + https://github.com/dotnet/windowsdesktop - 82344d5f5672d83e88c086d566e63f37d3a67bd6 + ff1ed2d73c2a7760eebc56e08c52a9c51d19701e https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - d0bf55c71205c92c304ee8f2e8c0ce9f9433632e + 8668ae1dc5c7136c38faa7f6e57a3d68fc950c7d diff --git a/eng/Versions.props b/eng/Versions.props index ae8b6e403..9a44c54d6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20068.1 + 5.0.0-alpha.1.20068.3 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20068.2 - 5.0.0-alpha.1.20068.2 - 5.0.0-alpha.1.20068.2 + 5.0.0-alpha.1.20068.4 + 5.0.0-alpha.1.20068.4 + 5.0.0-alpha.1.20068.4 From 58f55be94659c266324a80df70533ea00e5abe02 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2020 13:30:28 +0000 Subject: [PATCH 1452/2259] Update dependencies from https://github.com/dotnet/arcade build 20200118.1 (#6194) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20068.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cbb48a8fa..9481dd9a7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 514e47a844ea7fe193978725c15e67ec16bff572 + ebc71292545adda514c1e6a5657cd9ab753240bc diff --git a/global.json b/global.json index 299dada73..16fa46c00 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20067.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20068.1" } } From 78258c0ef41be195003477d76d6d81d32d39f901 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2020 13:47:51 +0000 Subject: [PATCH 1453/2259] Update dependencies from https://github.com/dotnet/runtime build 20200118.4 (#6195) - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20068.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20068.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20068.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20068.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20068.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20068.4 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9481dd9a7..d9e8333f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop ff1ed2d73c2a7760eebc56e08c52a9c51d19701e - + https://github.com/dotnet/runtime - c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 + 339b44734dad126a1241a10511ec1c5ecd1f41cf - + https://github.com/dotnet/runtime - c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 + 339b44734dad126a1241a10511ec1c5ecd1f41cf - + https://github.com/dotnet/runtime - c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 + 339b44734dad126a1241a10511ec1c5ecd1f41cf - + https://github.com/dotnet/runtime - c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 + 339b44734dad126a1241a10511ec1c5ecd1f41cf - + https://github.com/dotnet/runtime - c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 + 339b44734dad126a1241a10511ec1c5ecd1f41cf @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - c4bddfbe85c0ba3498a1129ec560eb24d2f1df85 + 339b44734dad126a1241a10511ec1c5ecd1f41cf https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 9a44c54d6..91dada1ad 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20067.9 + 5.0.0-alpha.1.20068.4 - 5.0.0-alpha.1.20067.9 - 5.0.0-alpha.1.20067.9 - 5.0.0-alpha.1.20067.9 - 5.0.0-alpha.1.20067.9 - 5.0.0-alpha.1.20067.9 + 5.0.0-alpha.1.20068.4 + 5.0.0-alpha.1.20068.4 + 5.0.0-alpha.1.20068.4 + 5.0.0-alpha.1.20068.4 + 5.0.0-alpha.1.20068.4 2.1.0 From f5b0c8e66c46b3c436d6cddb30a18eb26d410985 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2020 14:40:33 +0000 Subject: [PATCH 1454/2259] [master] Update dependencies from dotnet/toolset (#6190) * Update dependencies from https://github.com/dotnet/toolset build 20200118.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20068.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20068.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20068.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200119.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20069.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20068.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20069.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9e8333f7..5c3666527 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - cea32b92a0032696d69d354b66ab18d7dbf0f2d4 + 95257e277963bf577e7812e4332bfced28004e5f - + https://github.com/dotnet/toolset - 139e2abfe7c2b0b028349e31caf70b2d6a844fb3 + 6d86c4e7ebee4cfc12c646973ba851748e12249b https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 139e2abfe7c2b0b028349e31caf70b2d6a844fb3 + 6d86c4e7ebee4cfc12c646973ba851748e12249b diff --git a/eng/Versions.props b/eng/Versions.props index 91dada1ad..8dcb2be3f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20068.2 + 5.0.100-alpha.1.20069.3 @@ -29,7 +29,7 @@ - 5.0.0-alpha1.20066.1 + 5.0.0-alpha1.20068.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20068.2 + 5.0.100-alpha.1.20069.3 0.2.0 From e953c415f46adc3fe828e294269b2608e93aad41 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2020 14:50:34 +0000 Subject: [PATCH 1455/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200119.1 (#6196) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20069.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20069.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20069.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20068.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5c3666527..bbc883f62 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ff1ed2d73c2a7760eebc56e08c52a9c51d19701e + 8a77568a9f30fd8368209c5ac27d74b1287ebf97 - + https://github.com/dotnet/windowsdesktop - ff1ed2d73c2a7760eebc56e08c52a9c51d19701e + 8a77568a9f30fd8368209c5ac27d74b1287ebf97 - + https://github.com/dotnet/windowsdesktop - ff1ed2d73c2a7760eebc56e08c52a9c51d19701e + 8a77568a9f30fd8368209c5ac27d74b1287ebf97 https://github.com/dotnet/runtime @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf 8668ae1dc5c7136c38faa7f6e57a3d68fc950c7d diff --git a/eng/Versions.props b/eng/Versions.props index 8dcb2be3f..b516d9e07 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20068.3 + 5.0.0-alpha.1.20068.4 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20068.4 - 5.0.0-alpha.1.20068.4 - 5.0.0-alpha.1.20068.4 + 5.0.0-alpha.1.20069.1 + 5.0.0-alpha.1.20069.1 + 5.0.0-alpha.1.20069.1 From e1ff9c117992cb1a40b437540610f808b22b1a79 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2020 15:05:08 +0000 Subject: [PATCH 1456/2259] [master] Update dependencies from dotnet/toolset (#6197) * Update dependencies from https://github.com/dotnet/toolset build 20200119.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20069.5 * Update dependencies from https://github.com/dotnet/toolset build 20200119.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20069.4 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20069.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bbc883f62..16adc831e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 95257e277963bf577e7812e4332bfced28004e5f - + https://github.com/dotnet/toolset - 6d86c4e7ebee4cfc12c646973ba851748e12249b + 70a3c0e2881cc1fd665c9b4d8a016e636624d4cd https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 6d86c4e7ebee4cfc12c646973ba851748e12249b + 70a3c0e2881cc1fd665c9b4d8a016e636624d4cd diff --git a/eng/Versions.props b/eng/Versions.props index b516d9e07..bdcee06c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20069.3 + 5.0.100-alpha.1.20069.4 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20069.3 + 5.0.100-alpha.1.20069.4 0.2.0 From e9adc1def3079e67a85261ccca4a1ec3460791fe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2020 15:35:45 +0000 Subject: [PATCH 1457/2259] Update dependencies from https://github.com/dotnet/toolset build 20200119.6 (#6198) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20069.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20069.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20069.6 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 16adc831e..c55833587 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 95257e277963bf577e7812e4332bfced28004e5f + f369b73bcc649fe95bac32cf694eef14de654c16 - + https://github.com/dotnet/toolset - 70a3c0e2881cc1fd665c9b4d8a016e636624d4cd + 9e38bf65c534b14ecfdab7dd944454864c0367a7 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 70a3c0e2881cc1fd665c9b4d8a016e636624d4cd + 9e38bf65c534b14ecfdab7dd944454864c0367a7 diff --git a/eng/Versions.props b/eng/Versions.props index bdcee06c6..936211b4d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20069.4 + 5.0.100-alpha.1.20069.6 @@ -29,7 +29,7 @@ - 5.0.0-alpha1.20068.1 + 5.0.0-alpha1.20069.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20069.4 + 5.0.100-alpha.1.20069.6 0.2.0 From 252416a21a04b2848a4beff7e21aef5121c8e527 Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 16 Jan 2020 13:13:19 -0800 Subject: [PATCH 1458/2259] Remove -gg in harvest --- src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 | 2 +- .../targets/packaging/windows/clisdk/generatetemplatesmsi.ps1 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 b/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 index d19137f5c..3920119b3 100644 --- a/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 +++ b/src/redist/targets/packaging/windows/clisdk/generatemsi.ps1 @@ -31,7 +31,7 @@ function RunHeat # use XSLT tranform to match the file path contains "AppHostTemplate\apphost.exe" and give it the same ID all the time. $heatOutput = .\heat.exe dir `"$inputDir`" -template fragment ` - -sreg -gg ` + -sreg -ag ` -var var.DotnetSrc ` -cg InstallFiles ` -srd ` diff --git a/src/redist/targets/packaging/windows/clisdk/generatetemplatesmsi.ps1 b/src/redist/targets/packaging/windows/clisdk/generatetemplatesmsi.ps1 index a987c584c..7947d20a4 100644 --- a/src/redist/targets/packaging/windows/clisdk/generatetemplatesmsi.ps1 +++ b/src/redist/targets/packaging/windows/clisdk/generatetemplatesmsi.ps1 @@ -25,7 +25,7 @@ function RunHeat Write-Information "Running heat.." $heatOutput = .\heat.exe dir `"$inputDir`" -template fragment ` - -sreg -gg ` + -sreg -ag ` -var var.DotnetSrc ` -cg InstallFiles ` -srd ` From 477d81133612a921fef596ffd99bdfc8691ab06f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2020 17:35:34 +0000 Subject: [PATCH 1459/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200119.2 (#6199) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20069.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20069.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20069.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20069.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c55833587..189ee439a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8a77568a9f30fd8368209c5ac27d74b1287ebf97 + 195ed46e7d1d952a7ffd98ed6fb725505ceaaa36 - + https://github.com/dotnet/windowsdesktop - 8a77568a9f30fd8368209c5ac27d74b1287ebf97 + 195ed46e7d1d952a7ffd98ed6fb725505ceaaa36 - + https://github.com/dotnet/windowsdesktop - 8a77568a9f30fd8368209c5ac27d74b1287ebf97 + 195ed46e7d1d952a7ffd98ed6fb725505ceaaa36 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - 8668ae1dc5c7136c38faa7f6e57a3d68fc950c7d + b6feb88d84d2012f0ffcc5661d9bd93cfeee8d0f diff --git a/eng/Versions.props b/eng/Versions.props index 936211b4d..bce667b3e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20068.4 + 5.0.0-alpha.1.20069.1 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20069.1 - 5.0.0-alpha.1.20069.1 - 5.0.0-alpha.1.20069.1 + 5.0.0-alpha.1.20069.2 + 5.0.0-alpha.1.20069.2 + 5.0.0-alpha.1.20069.2 From 5143e6e822f5c4d22e0f12f94a00b7af0d303348 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2020 19:30:41 +0000 Subject: [PATCH 1460/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200119.3 (#6200) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20069.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20069.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20069.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20069.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 189ee439a..5ec33d7ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 195ed46e7d1d952a7ffd98ed6fb725505ceaaa36 + f5ff2523e7f4389b73e0e3f2acfffad67aea358c - + https://github.com/dotnet/windowsdesktop - 195ed46e7d1d952a7ffd98ed6fb725505ceaaa36 + f5ff2523e7f4389b73e0e3f2acfffad67aea358c - + https://github.com/dotnet/windowsdesktop - 195ed46e7d1d952a7ffd98ed6fb725505ceaaa36 + f5ff2523e7f4389b73e0e3f2acfffad67aea358c https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf - b6feb88d84d2012f0ffcc5661d9bd93cfeee8d0f + c7838fa471bf5388f4b6597ae7a491e208a74e9e diff --git a/eng/Versions.props b/eng/Versions.props index bce667b3e..cbb553ff1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20069.1 + 5.0.0-alpha.1.20069.2 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20069.2 - 5.0.0-alpha.1.20069.2 - 5.0.0-alpha.1.20069.2 + 5.0.0-alpha.1.20069.3 + 5.0.0-alpha.1.20069.3 + 5.0.0-alpha.1.20069.3 From dc8a2eae76642756df6a931aace157acc69afb0f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 02:55:34 +0000 Subject: [PATCH 1461/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200119.4 (#6201) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20069.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20069.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20069.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20069.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5ec33d7ca..62460dd7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f5ff2523e7f4389b73e0e3f2acfffad67aea358c + 48f953ef081d6cdaa33cf4ea130d18410fe0e5ef - + https://github.com/dotnet/windowsdesktop - f5ff2523e7f4389b73e0e3f2acfffad67aea358c + 48f953ef081d6cdaa33cf4ea130d18410fe0e5ef - + https://github.com/dotnet/windowsdesktop - f5ff2523e7f4389b73e0e3f2acfffad67aea358c + 48f953ef081d6cdaa33cf4ea130d18410fe0e5ef https://github.com/dotnet/runtime @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms fc97b5f1034666241284e23cbb39b95dc64d0615 - + https://github.com/dotnet/wpf c7838fa471bf5388f4b6597ae7a491e208a74e9e diff --git a/eng/Versions.props b/eng/Versions.props index cbb553ff1..4cc091005 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20069.2 + 5.0.0-alpha.1.20069.3 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20069.3 - 5.0.0-alpha.1.20069.3 - 5.0.0-alpha.1.20069.3 + 5.0.0-alpha.1.20069.4 + 5.0.0-alpha.1.20069.4 + 5.0.0-alpha.1.20069.4 From a3d8f5ee511faa0138aa0c8d91facd73367f1ba6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 13:39:41 +0000 Subject: [PATCH 1462/2259] Update dependencies from https://github.com/dotnet/runtime build 20200119.2 (#6204) - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20069.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20069.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20069.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20069.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20069.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20069.2 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 62460dd7c..d4938e65d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 48f953ef081d6cdaa33cf4ea130d18410fe0e5ef - + https://github.com/dotnet/runtime - 339b44734dad126a1241a10511ec1c5ecd1f41cf + cd622cd50c7104fc14a25fb199f8377472920f2e - + https://github.com/dotnet/runtime - 339b44734dad126a1241a10511ec1c5ecd1f41cf + cd622cd50c7104fc14a25fb199f8377472920f2e - + https://github.com/dotnet/runtime - 339b44734dad126a1241a10511ec1c5ecd1f41cf + cd622cd50c7104fc14a25fb199f8377472920f2e - + https://github.com/dotnet/runtime - 339b44734dad126a1241a10511ec1c5ecd1f41cf + cd622cd50c7104fc14a25fb199f8377472920f2e - + https://github.com/dotnet/runtime - 339b44734dad126a1241a10511ec1c5ecd1f41cf + cd622cd50c7104fc14a25fb199f8377472920f2e @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 339b44734dad126a1241a10511ec1c5ecd1f41cf + cd622cd50c7104fc14a25fb199f8377472920f2e https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 4cc091005..9378800ef 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20068.4 + 5.0.0-alpha.1.20069.2 - 5.0.0-alpha.1.20068.4 - 5.0.0-alpha.1.20068.4 - 5.0.0-alpha.1.20068.4 - 5.0.0-alpha.1.20068.4 - 5.0.0-alpha.1.20068.4 + 5.0.0-alpha.1.20069.2 + 5.0.0-alpha.1.20069.2 + 5.0.0-alpha.1.20069.2 + 5.0.0-alpha.1.20069.2 + 5.0.0-alpha.1.20069.2 2.1.0 From 53217efb8f81b3eda8cceec5b08e30af741e2761 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 14:40:15 +0000 Subject: [PATCH 1463/2259] Update dependencies from https://github.com/dotnet/toolset build 20200120.3 (#6205) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20070.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20070.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d4938e65d..f33352149 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating f369b73bcc649fe95bac32cf694eef14de654c16 - + https://github.com/dotnet/toolset - 9e38bf65c534b14ecfdab7dd944454864c0367a7 + ef02050ed81d9afee59b54be0abbd65f258fb296 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 9e38bf65c534b14ecfdab7dd944454864c0367a7 + ef02050ed81d9afee59b54be0abbd65f258fb296 diff --git a/eng/Versions.props b/eng/Versions.props index 9378800ef..e7a856f47 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20069.6 + 5.0.100-alpha.1.20070.3 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20069.6 + 5.0.100-alpha.1.20070.3 0.2.0 From bda90d97a2254b2984685a1a8d74df651528ad79 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 15:06:06 +0000 Subject: [PATCH 1464/2259] [master] Update dependencies from dotnet/toolset (#6206) * Update dependencies from https://github.com/dotnet/toolset build 20200120.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20070.4 * Update dependencies from https://github.com/dotnet/toolset build 20200120.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20070.5 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20070.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f33352149..404d7d00c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating f369b73bcc649fe95bac32cf694eef14de654c16 - + https://github.com/dotnet/toolset - ef02050ed81d9afee59b54be0abbd65f258fb296 + 3c3f750a51b433661a619ce5529d7cde60f691b8 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - ef02050ed81d9afee59b54be0abbd65f258fb296 + 3c3f750a51b433661a619ce5529d7cde60f691b8 diff --git a/eng/Versions.props b/eng/Versions.props index e7a856f47..0a768fc53 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20070.3 + 5.0.100-alpha.1.20070.5 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20070.3 + 5.0.100-alpha.1.20070.5 0.2.0 From baa82f3b527a392fc56fdb64d36528d511d53820 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 20:50:41 +0000 Subject: [PATCH 1465/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200120.1 (#6208) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20070.1 - dotnet-user-secrets - 5.0.0-alpha.1.20070.1 - dotnet-watch - 5.0.0-alpha.1.20070.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20070.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20070.1 - dotnet-dev-certs - 5.0.0-alpha.1.20070.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 404d7d00c..43291c094 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cd622cd50c7104fc14a25fb199f8377472920f2e - + https://github.com/dotnet/aspnetcore - c848c33cfa392f118b31523ac7692318ef142d85 + 237b6973200b5892eb0b7b4244abe01d6d195dc4 - + https://github.com/dotnet/aspnetcore - c848c33cfa392f118b31523ac7692318ef142d85 + 237b6973200b5892eb0b7b4244abe01d6d195dc4 - + https://github.com/dotnet/aspnetcore - c848c33cfa392f118b31523ac7692318ef142d85 + 237b6973200b5892eb0b7b4244abe01d6d195dc4 - + https://github.com/dotnet/aspnetcore - c848c33cfa392f118b31523ac7692318ef142d85 + 237b6973200b5892eb0b7b4244abe01d6d195dc4 - + https://github.com/dotnet/aspnetcore - c848c33cfa392f118b31523ac7692318ef142d85 + 237b6973200b5892eb0b7b4244abe01d6d195dc4 - + https://github.com/dotnet/aspnetcore - c848c33cfa392f118b31523ac7692318ef142d85 + 237b6973200b5892eb0b7b4244abe01d6d195dc4 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 0a768fc53..bcf055dd6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-alpha.1.20067.2 - 5.0.0-alpha.1.20067.2 - 5.0.0-alpha.1.20067.2 - 5.0.0-alpha.1.20067.2 - 5.0.0-alpha.1.20067.2 - 5.0.0-alpha.1.20067.2 + 5.0.0-alpha.1.20070.1 + 5.0.0-alpha.1.20070.1 + 5.0.0-alpha.1.20070.1 + 5.0.0-alpha.1.20070.1 + 5.0.0-alpha.1.20070.1 + 5.0.0-alpha.1.20070.1 From 29f9c0ad0e11405a93a4c2cb245a8f3d5515c8cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2020 21:55:35 +0000 Subject: [PATCH 1466/2259] Update dependencies from https://github.com/dotnet/toolset build 20200120.7 (#6209) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20070.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20070.7 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 43291c094..af71a3ceb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating f369b73bcc649fe95bac32cf694eef14de654c16 - + https://github.com/dotnet/toolset - 3c3f750a51b433661a619ce5529d7cde60f691b8 + 0bb1551eb5ee6c4eb450af72b3815a4bb965dd3c https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 3c3f750a51b433661a619ce5529d7cde60f691b8 + 0bb1551eb5ee6c4eb450af72b3815a4bb965dd3c diff --git a/eng/Versions.props b/eng/Versions.props index bcf055dd6..349589531 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20070.5 + 5.0.100-alpha.1.20070.7 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20070.5 + 5.0.100-alpha.1.20070.7 0.2.0 From 0acb5f71f4f55c409457a956fbf685f8b9c514dd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 08:20:43 +0000 Subject: [PATCH 1467/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200120.2 (#6210) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20070.2 - dotnet-user-secrets - 5.0.0-alpha.1.20070.2 - dotnet-watch - 5.0.0-alpha.1.20070.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20070.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20070.2 - dotnet-dev-certs - 5.0.0-alpha.1.20070.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index af71a3ceb..ad459c46a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cd622cd50c7104fc14a25fb199f8377472920f2e - + https://github.com/dotnet/aspnetcore - 237b6973200b5892eb0b7b4244abe01d6d195dc4 + 53a07c95a314c1e9476b7831dfea906e053fccce - + https://github.com/dotnet/aspnetcore - 237b6973200b5892eb0b7b4244abe01d6d195dc4 + 53a07c95a314c1e9476b7831dfea906e053fccce - + https://github.com/dotnet/aspnetcore - 237b6973200b5892eb0b7b4244abe01d6d195dc4 + 53a07c95a314c1e9476b7831dfea906e053fccce - + https://github.com/dotnet/aspnetcore - 237b6973200b5892eb0b7b4244abe01d6d195dc4 + 53a07c95a314c1e9476b7831dfea906e053fccce - + https://github.com/dotnet/aspnetcore - 237b6973200b5892eb0b7b4244abe01d6d195dc4 + 53a07c95a314c1e9476b7831dfea906e053fccce - + https://github.com/dotnet/aspnetcore - 237b6973200b5892eb0b7b4244abe01d6d195dc4 + 53a07c95a314c1e9476b7831dfea906e053fccce https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 349589531..37a680a1a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-alpha.1.20070.1 - 5.0.0-alpha.1.20070.1 - 5.0.0-alpha.1.20070.1 - 5.0.0-alpha.1.20070.1 - 5.0.0-alpha.1.20070.1 - 5.0.0-alpha.1.20070.1 + 5.0.0-alpha.1.20070.2 + 5.0.0-alpha.1.20070.2 + 5.0.0-alpha.1.20070.2 + 5.0.0-alpha.1.20070.2 + 5.0.0-alpha.1.20070.2 + 5.0.0-alpha.1.20070.2 From aac26c5a1a824bee584190aecdff69b9789ed36c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 09:20:33 +0000 Subject: [PATCH 1468/2259] Update dependencies from https://github.com/dotnet/toolset build 20200121.1 (#6211) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20071.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20071.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad459c46a..4111adb03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating f369b73bcc649fe95bac32cf694eef14de654c16 - + https://github.com/dotnet/toolset - 0bb1551eb5ee6c4eb450af72b3815a4bb965dd3c + b39fd6e753417128744be82b8686aec798f713cc https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 0bb1551eb5ee6c4eb450af72b3815a4bb965dd3c + b39fd6e753417128744be82b8686aec798f713cc diff --git a/eng/Versions.props b/eng/Versions.props index 37a680a1a..41ebed1d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20070.7 + 5.0.100-alpha.1.20071.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20070.7 + 5.0.100-alpha.1.20071.1 0.2.0 From 02dd6daff8471fb0a621d3be397853f0dc740d78 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 13:39:34 +0000 Subject: [PATCH 1469/2259] Update dependencies from https://github.com/dotnet/runtime build 20200120.4 (#6212) - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20070.4 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20070.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20070.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20070.4 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20070.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20070.4 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4111adb03..4b233673c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 48f953ef081d6cdaa33cf4ea130d18410fe0e5ef - + https://github.com/dotnet/runtime - cd622cd50c7104fc14a25fb199f8377472920f2e + 46d7becc6c59ed6cd101824814055b360337a702 - + https://github.com/dotnet/runtime - cd622cd50c7104fc14a25fb199f8377472920f2e + 46d7becc6c59ed6cd101824814055b360337a702 - + https://github.com/dotnet/runtime - cd622cd50c7104fc14a25fb199f8377472920f2e + 46d7becc6c59ed6cd101824814055b360337a702 - + https://github.com/dotnet/runtime - cd622cd50c7104fc14a25fb199f8377472920f2e + 46d7becc6c59ed6cd101824814055b360337a702 - + https://github.com/dotnet/runtime - cd622cd50c7104fc14a25fb199f8377472920f2e + 46d7becc6c59ed6cd101824814055b360337a702 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - cd622cd50c7104fc14a25fb199f8377472920f2e + 46d7becc6c59ed6cd101824814055b360337a702 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 41ebed1d4..b9d43c733 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20069.2 + 5.0.0-alpha.1.20070.4 - 5.0.0-alpha.1.20069.2 - 5.0.0-alpha.1.20069.2 - 5.0.0-alpha.1.20069.2 - 5.0.0-alpha.1.20069.2 - 5.0.0-alpha.1.20069.2 + 5.0.0-alpha.1.20070.4 + 5.0.0-alpha.1.20070.4 + 5.0.0-alpha.1.20070.4 + 5.0.0-alpha.1.20070.4 + 5.0.0-alpha.1.20070.4 2.1.0 From db1eb92cffbf80c9ddd92856a76d32de24fe5092 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 14:55:40 +0000 Subject: [PATCH 1470/2259] Update dependencies from https://github.com/dotnet/toolset build 20200121.2 (#6213) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20071.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20071.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b233673c..5cb49c0d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating f369b73bcc649fe95bac32cf694eef14de654c16 - + https://github.com/dotnet/toolset - b39fd6e753417128744be82b8686aec798f713cc + f23220f748f7c238769e4de36f886efea18b0bbd https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - b39fd6e753417128744be82b8686aec798f713cc + f23220f748f7c238769e4de36f886efea18b0bbd diff --git a/eng/Versions.props b/eng/Versions.props index b9d43c733..6d68dd52f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20071.1 + 5.0.100-alpha.1.20071.2 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20071.1 + 5.0.100-alpha.1.20071.2 0.2.0 From 46b8ddf0b55ed52ffcf5eb8c4fc1d3ba66a4343e Mon Sep 17 00:00:00 2001 From: sfoslund Date: Tue, 21 Jan 2020 11:24:22 -0800 Subject: [PATCH 1471/2259] Reverting drop suffix change --- src/redist/targets/Versions.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/Versions.targets b/src/redist/targets/Versions.targets index 64a307af6..1156ea7db 100644 --- a/src/redist/targets/Versions.targets +++ b/src/redist/targets/Versions.targets @@ -8,7 +8,7 @@ - true + false From 2a4855c72cbbb9b2e03f2525d13c5cab4bb34d0a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 22:05:40 +0000 Subject: [PATCH 1472/2259] Update dependencies from https://github.com/dotnet/toolset build 20200121.3 (#6216) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20071.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20071.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5cb49c0d6..7b52fa75c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating f369b73bcc649fe95bac32cf694eef14de654c16 - + https://github.com/dotnet/toolset - f23220f748f7c238769e4de36f886efea18b0bbd + 73114b0da1dcf473d359f4ca8b247dfb9073d0c2 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - f23220f748f7c238769e4de36f886efea18b0bbd + 73114b0da1dcf473d359f4ca8b247dfb9073d0c2 diff --git a/eng/Versions.props b/eng/Versions.props index 6d68dd52f..fed051d07 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20071.2 + 5.0.100-alpha.1.20071.3 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20071.2 + 5.0.100-alpha.1.20071.3 0.2.0 From 9108fc817ecfce9abeab2f0035b457815ce57942 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 04:20:55 +0000 Subject: [PATCH 1473/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200121.6 (#6218) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20071.6 - dotnet-user-secrets - 5.0.0-alpha.1.20071.6 - dotnet-watch - 5.0.0-alpha.1.20071.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20071.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20071.6 - dotnet-dev-certs - 5.0.0-alpha.1.20071.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7b52fa75c..bd004ba33 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 46d7becc6c59ed6cd101824814055b360337a702 - + https://github.com/dotnet/aspnetcore - 53a07c95a314c1e9476b7831dfea906e053fccce + bc60e9576f88c1ee16dc99f18ca08278c254802d - + https://github.com/dotnet/aspnetcore - 53a07c95a314c1e9476b7831dfea906e053fccce + bc60e9576f88c1ee16dc99f18ca08278c254802d - + https://github.com/dotnet/aspnetcore - 53a07c95a314c1e9476b7831dfea906e053fccce + bc60e9576f88c1ee16dc99f18ca08278c254802d - + https://github.com/dotnet/aspnetcore - 53a07c95a314c1e9476b7831dfea906e053fccce + bc60e9576f88c1ee16dc99f18ca08278c254802d - + https://github.com/dotnet/aspnetcore - 53a07c95a314c1e9476b7831dfea906e053fccce + bc60e9576f88c1ee16dc99f18ca08278c254802d - + https://github.com/dotnet/aspnetcore - 53a07c95a314c1e9476b7831dfea906e053fccce + bc60e9576f88c1ee16dc99f18ca08278c254802d https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index fed051d07..55de6a10d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-alpha.1.20070.2 - 5.0.0-alpha.1.20070.2 - 5.0.0-alpha.1.20070.2 - 5.0.0-alpha.1.20070.2 - 5.0.0-alpha.1.20070.2 - 5.0.0-alpha.1.20070.2 + 5.0.0-alpha.1.20071.6 + 5.0.0-alpha.1.20071.6 + 5.0.0-alpha.1.20071.6 + 5.0.0-alpha.1.20071.6 + 5.0.0-alpha.1.20071.6 + 5.0.0-alpha.1.20071.6 From ec9a4c6f17d1a6ef0d4de7a10a3bff46aee3ce77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 05:40:36 +0000 Subject: [PATCH 1474/2259] Update dependencies from https://github.com/dotnet/toolset build 20200121.5 (#6219) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20071.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20071.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bd004ba33..358bf1332 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating f369b73bcc649fe95bac32cf694eef14de654c16 - + https://github.com/dotnet/toolset - 73114b0da1dcf473d359f4ca8b247dfb9073d0c2 + d92ec02f9c89f5a1937568aee8246ae716f91d94 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 73114b0da1dcf473d359f4ca8b247dfb9073d0c2 + d92ec02f9c89f5a1937568aee8246ae716f91d94 diff --git a/eng/Versions.props b/eng/Versions.props index 55de6a10d..87343bc43 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20071.3 + 5.0.100-alpha.1.20071.5 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20071.3 + 5.0.100-alpha.1.20071.5 0.2.0 From 4c773f3a1312747394416c6b83e9d41d14e27f0b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 13:31:03 +0000 Subject: [PATCH 1475/2259] Update dependencies from https://github.com/dotnet/arcade build 20200121.3 (#6220) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20071.3 --- eng/Version.Details.xml | 4 ++-- eng/common/cross/build-rootfs.sh | 19 +++++++++++++++---- global.json | 2 +- 3 files changed, 18 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 358bf1332..be0160738 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - ebc71292545adda514c1e6a5657cd9ab753240bc + e06e2807048b6bc7b3549b401a1833bed3bcd8c3 diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index 8d61377a8..a23f895ba 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -25,8 +25,9 @@ __UbuntuPackages="build-essential" __AlpinePackages="alpine-base" __AlpinePackages+=" build-base" __AlpinePackages+=" linux-headers" -__AlpinePackages+=" lldb-dev" -__AlpinePackages+=" llvm-dev" +__AlpinePackagesEdgeTesting=" lldb-dev" +__AlpinePackagesEdgeMain=" llvm9-libs" +__AlpinePackagesEdgeMain+=" python3" # symlinks fixer __UbuntuPackages+=" symlinks" @@ -199,13 +200,23 @@ if [[ "$__LinuxCodeName" == "alpine" ]]; then tar -xf $__ApkToolsDir/apk-tools-$__ApkToolsVersion-x86_64-linux.tar.gz -C $__ApkToolsDir mkdir -p $__RootfsDir/usr/bin cp -v /usr/bin/qemu-$__QEMUArch-static $__RootfsDir/usr/bin + $__ApkToolsDir/apk-tools-$__ApkToolsVersion/apk \ -X http://dl-cdn.alpinelinux.org/alpine/v$__AlpineVersion/main \ -X http://dl-cdn.alpinelinux.org/alpine/v$__AlpineVersion/community \ - -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \ - -X http://dl-cdn.alpinelinux.org/alpine/edge/main \ -U --allow-untrusted --root $__RootfsDir --arch $__AlpineArch --initdb \ add $__AlpinePackages + + $__ApkToolsDir/apk-tools-$__ApkToolsVersion/apk \ + -X http://dl-cdn.alpinelinux.org/alpine/edge/main \ + -U --allow-untrusted --root $__RootfsDir --arch $__AlpineArch --initdb \ + add $__AlpinePackagesEdgeMain + + $__ApkToolsDir/apk-tools-$__ApkToolsVersion/apk \ + -X http://dl-cdn.alpinelinux.org/alpine/edge/testing \ + -U --allow-untrusted --root $__RootfsDir --arch $__AlpineArch --initdb \ + add $__AlpinePackagesEdgeTesting + rm -r $__ApkToolsDir elif [[ -n $__LinuxCodeName ]]; then qemu-debootstrap --arch $__UbuntuArch $__LinuxCodeName $__RootfsDir $__UbuntuRepo diff --git a/global.json b/global.json index 16fa46c00..5203f29dd 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20068.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20071.3" } } From 19b6d61b9a60e58e11187e4acdfcbc96d8665818 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 14:40:14 +0000 Subject: [PATCH 1476/2259] Update dependencies from https://github.com/dotnet/toolset build 20200122.1 (#6222) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20072.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20072.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be0160738..7680f24dc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating f369b73bcc649fe95bac32cf694eef14de654c16 - + https://github.com/dotnet/toolset - d92ec02f9c89f5a1937568aee8246ae716f91d94 + 1be63a5e6f9c59cbb186f42a0de8816d313efaa1 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - d92ec02f9c89f5a1937568aee8246ae716f91d94 + 1be63a5e6f9c59cbb186f42a0de8816d313efaa1 diff --git a/eng/Versions.props b/eng/Versions.props index 87343bc43..0d2ac421d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20071.5 + 5.0.100-alpha.1.20072.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20071.5 + 5.0.100-alpha.1.20072.1 0.2.0 From 53374ddbb8937a2163e20e148c8f047f01a81c12 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 15:05:37 +0000 Subject: [PATCH 1477/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200122.1 (#6223) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20072.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20072.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20072.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7680f24dc..bb7aceae1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 48f953ef081d6cdaa33cf4ea130d18410fe0e5ef + 181630e6abba6766f5a2e019c63697b158376d50 - + https://github.com/dotnet/windowsdesktop - 48f953ef081d6cdaa33cf4ea130d18410fe0e5ef + 181630e6abba6766f5a2e019c63697b158376d50 - + https://github.com/dotnet/windowsdesktop - 48f953ef081d6cdaa33cf4ea130d18410fe0e5ef + 181630e6abba6766f5a2e019c63697b158376d50 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 0d2ac421d..71af4524b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20069.4 - 5.0.0-alpha.1.20069.4 - 5.0.0-alpha.1.20069.4 + 5.0.0-alpha.1.20072.1 + 5.0.0-alpha.1.20072.1 + 5.0.0-alpha.1.20072.1 From e9c21766456360d29bf7ca7c93e1212b40a0cee0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 15:05:53 +0000 Subject: [PATCH 1478/2259] Update dependencies from https://github.com/dotnet/toolset build 20200122.2 (#6224) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20072.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20072.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bb7aceae1..8bd15c6e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating f369b73bcc649fe95bac32cf694eef14de654c16 - + https://github.com/dotnet/toolset - 1be63a5e6f9c59cbb186f42a0de8816d313efaa1 + 1d6a555c7a0b0db936c0d493e94333069aa66953 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 1be63a5e6f9c59cbb186f42a0de8816d313efaa1 + 1d6a555c7a0b0db936c0d493e94333069aa66953 diff --git a/eng/Versions.props b/eng/Versions.props index 71af4524b..b547b248a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20072.1 + 5.0.100-alpha.1.20072.2 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20072.1 + 5.0.100-alpha.1.20072.2 0.2.0 From 5c22683abaff7bf1c9a7d7c091bc49a994c6619c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 15:35:47 +0000 Subject: [PATCH 1479/2259] Update dependencies from https://github.com/dotnet/toolset build 20200122.3 (#6225) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20072.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20072.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20072.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8bd15c6e3..feb08ec9b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - f369b73bcc649fe95bac32cf694eef14de654c16 + 9d14767b1f20c4a53b50796c09b631fe5fe39177 - + https://github.com/dotnet/toolset - 1d6a555c7a0b0db936c0d493e94333069aa66953 + 0361a6ebb91aa5ba26e6626963bd161d38416db7 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 1d6a555c7a0b0db936c0d493e94333069aa66953 + 0361a6ebb91aa5ba26e6626963bd161d38416db7 diff --git a/eng/Versions.props b/eng/Versions.props index b547b248a..374680f33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20072.2 + 5.0.100-alpha.1.20072.3 @@ -29,7 +29,7 @@ - 5.0.0-alpha1.20069.1 + 5.0.0-alpha1.20072.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20072.2 + 5.0.100-alpha.1.20072.3 0.2.0 From 38a1c438b7886f211df81852ced46c459c858736 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 18:49:34 +0000 Subject: [PATCH 1480/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6217) * Update dependencies from https://github.com/dotnet/toolset build 20200121.4 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20071.4 * Update dependencies from https://github.com/dotnet/toolset build 20200122.4 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20072.4 * Reverting templating change in nuget.config Co-authored-by: Sarah Oslund --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eccab1282..8792f1009 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 8561f20ba07357d7f75742c9a2583ffb3535dd57 + 723171aeee1fa97c45d9ca532b53203c4fa116f4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6e868cc81..83b295fdb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20065.6 + 3.1.200-preview.20072.4 From ffee56fc7d82e97dc494dddce910985e2413c18b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2020 19:25:35 +0000 Subject: [PATCH 1481/2259] Update dependencies from https://github.com/dotnet/toolset build 20200122.5 (#6226) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20072.5 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20072.5 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index feb08ec9b..916c9aa51 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 9d14767b1f20c4a53b50796c09b631fe5fe39177 - + https://github.com/dotnet/toolset - 0361a6ebb91aa5ba26e6626963bd161d38416db7 + 3daf993a2e83f9f1a72023e6dcc9b7e8ad80bcdc https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 0361a6ebb91aa5ba26e6626963bd161d38416db7 + 3daf993a2e83f9f1a72023e6dcc9b7e8ad80bcdc diff --git a/eng/Versions.props b/eng/Versions.props index 374680f33..d87118e67 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20072.3 + 5.0.100-alpha.1.20072.5 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20072.3 + 5.0.100-alpha.1.20072.5 0.2.0 From e743e4d3a2a300f2b9d89ccdb90eb8e9a2b88df5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 00:00:33 +0000 Subject: [PATCH 1482/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200122.2 (#6229) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20072.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20072.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20072.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20072.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20072.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 916c9aa51..ab3e05896 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 181630e6abba6766f5a2e019c63697b158376d50 + 0d4ab955ce71069f5f1e035d448a7999c4311e0c - + https://github.com/dotnet/windowsdesktop - 181630e6abba6766f5a2e019c63697b158376d50 + 0d4ab955ce71069f5f1e035d448a7999c4311e0c - + https://github.com/dotnet/windowsdesktop - 181630e6abba6766f5a2e019c63697b158376d50 + 0d4ab955ce71069f5f1e035d448a7999c4311e0c https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 3daf993a2e83f9f1a72023e6dcc9b7e8ad80bcdc - + https://github.com/dotnet/winforms - fc97b5f1034666241284e23cbb39b95dc64d0615 + b999e7a17c18c3e396c5676858f17adcfe20c757 - + https://github.com/dotnet/wpf - c7838fa471bf5388f4b6597ae7a491e208a74e9e + 609c4244bbb673aa63aae36d592f1700a51889a5 diff --git a/eng/Versions.props b/eng/Versions.props index d87118e67..9a0fccc27 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-alpha1.20051.15 + 5.0.0-alpha1.20072.1 - 5.0.0-alpha.1.20069.3 + 5.0.0-alpha.1.20072.4 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20072.1 - 5.0.0-alpha.1.20072.1 - 5.0.0-alpha.1.20072.1 + 5.0.0-alpha.1.20072.2 + 5.0.0-alpha.1.20072.2 + 5.0.0-alpha.1.20072.2 From b4519e65a4103f49601f0948e9b5f0cdbce7c74b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 03:10:34 +0000 Subject: [PATCH 1483/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200122.3 (#6230) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20072.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20072.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20072.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20072.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab3e05896..917fbd06f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0d4ab955ce71069f5f1e035d448a7999c4311e0c + 72e55c4ccbfc603302421e9860166dbcc2444390 - + https://github.com/dotnet/windowsdesktop - 0d4ab955ce71069f5f1e035d448a7999c4311e0c + 72e55c4ccbfc603302421e9860166dbcc2444390 - + https://github.com/dotnet/windowsdesktop - 0d4ab955ce71069f5f1e035d448a7999c4311e0c + 72e55c4ccbfc603302421e9860166dbcc2444390 https://github.com/dotnet/runtime @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms b999e7a17c18c3e396c5676858f17adcfe20c757 - + https://github.com/dotnet/wpf 609c4244bbb673aa63aae36d592f1700a51889a5 diff --git a/eng/Versions.props b/eng/Versions.props index 9a0fccc27..a991e0da4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20072.4 + 5.0.0-alpha.1.20072.5 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20072.2 - 5.0.0-alpha.1.20072.2 - 5.0.0-alpha.1.20072.2 + 5.0.0-alpha.1.20072.3 + 5.0.0-alpha.1.20072.3 + 5.0.0-alpha.1.20072.3 From 8ba777f16c8e0454095c1cb52f6cc59d0a6c84b2 Mon Sep 17 00:00:00 2001 From: Bruno Logerfo Date: Thu, 23 Jan 2020 10:16:38 -0300 Subject: [PATCH 1484/2259] core-setup -> runtime --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 10235fdb6..1c810c1c6 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Installers and Binaries You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). The .NET Core SDK contains both the .NET Core runtime and CLI tools. -To download the .NET Core runtime **without** the SDK, visit https://github.com/dotnet/core-setup#daily-builds. +To download the .NET Core runtime **without** the SDK, visit https://github.com/dotnet/runtime#daily-builds. **Note:** Be aware that the following installers are the **latest bits**. If you want to install the latest released versions, check out the [preceding section](#looking-for-v2-of-the-net-core-tooling). @@ -67,7 +67,7 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: -> * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/core-setup#daily-builds) +> * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime#daily-builds) > * [ASP.NET Core Shared Framework](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md) [win-x64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_x64_Release_version_badge.svg From 07f26ac531df78301a0ce88fdce1eeff2d685a56 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 13:30:41 +0000 Subject: [PATCH 1485/2259] Update dependencies from https://github.com/dotnet/arcade build 20200122.3 (#6234) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20072.3 --- eng/Version.Details.xml | 4 ++-- eng/common/enable-cross-org-publishing.ps1 | 9 +++++++-- global.json | 2 +- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 917fbd06f..f0712efd9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - e06e2807048b6bc7b3549b401a1833bed3bcd8c3 + 0fb5c992a80a6fb52bfb1d2b726f75157c1ce210 diff --git a/eng/common/enable-cross-org-publishing.ps1 b/eng/common/enable-cross-org-publishing.ps1 index efa26621d..da09da4f1 100644 --- a/eng/common/enable-cross-org-publishing.ps1 +++ b/eng/common/enable-cross-org-publishing.ps1 @@ -2,7 +2,12 @@ param( [string] $token ) + . $PSScriptRoot\pipeline-logging-functions.ps1 -Write-PipelineSetVariable -Name 'VSS_NUGET_ACCESSTOKEN' -Value $token -Write-PipelineSetVariable -Name 'VSS_NUGET_URI_PREFIXES' -Value 'https://dnceng.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/dnceng/;https://devdiv.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/devdiv/' +# Write-PipelineSetVariable will no-op if a variable named $ci is not defined +# Since this script is only ever called in AzDO builds, just universally set it +$ci = $true + +Write-PipelineSetVariable -Name 'VSS_NUGET_ACCESSTOKEN' -Value $token -IsMultiJobVariable $false +Write-PipelineSetVariable -Name 'VSS_NUGET_URI_PREFIXES' -Value 'https://dnceng.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/dnceng/;https://devdiv.pkgs.visualstudio.com/;https://pkgs.dev.azure.com/devdiv/' -IsMultiJobVariable $false diff --git a/global.json b/global.json index 5203f29dd..d45f34c25 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20071.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20072.3" } } From ff06de0a0384e2e5af3cc11f501a46a9197807d8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 15:20:53 +0000 Subject: [PATCH 1486/2259] Update dependencies from https://github.com/dotnet/toolset build 20200123.1 (#6236) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20073.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20073.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f0712efd9..564ff0583 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 9d14767b1f20c4a53b50796c09b631fe5fe39177 - + https://github.com/dotnet/toolset - 3daf993a2e83f9f1a72023e6dcc9b7e8ad80bcdc + 59039eb76b473273f0c730426c6d75b60e9e47fe https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 3daf993a2e83f9f1a72023e6dcc9b7e8ad80bcdc + 59039eb76b473273f0c730426c6d75b60e9e47fe diff --git a/eng/Versions.props b/eng/Versions.props index a991e0da4..6008be440 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20072.5 + 5.0.100-alpha.1.20073.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20072.5 + 5.0.100-alpha.1.20073.1 0.2.0 From 14d25c96a3ed902692d2fb8bb981d2eaf2f6c761 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 15:29:04 +0000 Subject: [PATCH 1487/2259] [master] Update dependencies from dotnet/windowsdesktop (#6232) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200122.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20072.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20072.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20072.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20072.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20072.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200123.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20073.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20073.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20073.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20072.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20072.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200123.2 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20073.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20073.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20073.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20072.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20073.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 564ff0583..b3603f387 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 72e55c4ccbfc603302421e9860166dbcc2444390 + 21a3423cd0682ad46ca611ff53701f328aebd986 - + https://github.com/dotnet/windowsdesktop - 72e55c4ccbfc603302421e9860166dbcc2444390 + 21a3423cd0682ad46ca611ff53701f328aebd986 - + https://github.com/dotnet/windowsdesktop - 72e55c4ccbfc603302421e9860166dbcc2444390 + 21a3423cd0682ad46ca611ff53701f328aebd986 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 59039eb76b473273f0c730426c6d75b60e9e47fe - + https://github.com/dotnet/winforms - b999e7a17c18c3e396c5676858f17adcfe20c757 + b666dc7a94d8ac87a7d300cfb4fa86332fb79bae - + https://github.com/dotnet/wpf - 609c4244bbb673aa63aae36d592f1700a51889a5 + 56911b1fdeff9f8b0ed7262f99e2dbfcd9da8e17 diff --git a/eng/Versions.props b/eng/Versions.props index 6008be440..85e10502a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-alpha1.20072.1 + 5.0.0-alpha1.20072.3 - 5.0.0-alpha.1.20072.5 + 5.0.0-alpha.1.20073.1 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20072.3 - 5.0.0-alpha.1.20072.3 - 5.0.0-alpha.1.20072.3 + 5.0.0-alpha.1.20073.2 + 5.0.0-alpha.1.20073.2 + 5.0.0-alpha.1.20073.2 From d751f2a0bfbe2af95738bb93c17f860cee846ca9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 15:56:34 +0000 Subject: [PATCH 1488/2259] [master] Update dependencies from dotnet/toolset (#6237) * Update dependencies from https://github.com/dotnet/toolset build 20200123.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20073.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20073.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200123.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20073.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20073.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b3603f387..5040ce035 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 9d14767b1f20c4a53b50796c09b631fe5fe39177 - + https://github.com/dotnet/toolset - 59039eb76b473273f0c730426c6d75b60e9e47fe + 6389fb7d10e8f2f9d1f25e63b5b581e24e82eaaf https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 59039eb76b473273f0c730426c6d75b60e9e47fe + 6389fb7d10e8f2f9d1f25e63b5b581e24e82eaaf diff --git a/eng/Versions.props b/eng/Versions.props index 85e10502a..a6a6f2212 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20073.1 + 5.0.100-alpha.1.20073.3 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20073.1 + 5.0.100-alpha.1.20073.3 0.2.0 From bafdca8cc2cd9820f9aa5826ef7ab17f7d1b5bc3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 16:35:34 +0000 Subject: [PATCH 1489/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200123.3 (#6238) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20073.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20073.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20073.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5040ce035..b54a6b970 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 21a3423cd0682ad46ca611ff53701f328aebd986 + a5a5385dd9e7b8a8374957732e5910ff7ee20cd4 - + https://github.com/dotnet/windowsdesktop - 21a3423cd0682ad46ca611ff53701f328aebd986 + a5a5385dd9e7b8a8374957732e5910ff7ee20cd4 - + https://github.com/dotnet/windowsdesktop - 21a3423cd0682ad46ca611ff53701f328aebd986 + a5a5385dd9e7b8a8374957732e5910ff7ee20cd4 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index a6a6f2212..9188fc1c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20073.2 - 5.0.0-alpha.1.20073.2 - 5.0.0-alpha.1.20073.2 + 5.0.0-alpha.1.20073.3 + 5.0.0-alpha.1.20073.3 + 5.0.0-alpha.1.20073.3 From 1a243b36f3517af10c2a1f8cfbff23c3c95cdbfa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 18:26:09 +0000 Subject: [PATCH 1490/2259] [master] Update dependencies from dotnet/windowsdesktop (#6239) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200123.4 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20073.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20073.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20073.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20073.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200123.5 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20073.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20073.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20073.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20073.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b54a6b970..18cad630b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a5a5385dd9e7b8a8374957732e5910ff7ee20cd4 + 698e0f689cce31ff82a3ae5e3c2a953f37d111e2 - + https://github.com/dotnet/windowsdesktop - a5a5385dd9e7b8a8374957732e5910ff7ee20cd4 + 698e0f689cce31ff82a3ae5e3c2a953f37d111e2 - + https://github.com/dotnet/windowsdesktop - a5a5385dd9e7b8a8374957732e5910ff7ee20cd4 + 698e0f689cce31ff82a3ae5e3c2a953f37d111e2 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b666dc7a94d8ac87a7d300cfb4fa86332fb79bae - + https://github.com/dotnet/wpf - 56911b1fdeff9f8b0ed7262f99e2dbfcd9da8e17 + 1de3c65092b2cab2598183cc9bc1c7a22e15884d diff --git a/eng/Versions.props b/eng/Versions.props index 9188fc1c6..18626cf54 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20073.1 + 5.0.0-alpha.1.20073.3 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20073.3 - 5.0.0-alpha.1.20073.3 - 5.0.0-alpha.1.20073.3 + 5.0.0-alpha.1.20073.5 + 5.0.0-alpha.1.20073.5 + 5.0.0-alpha.1.20073.5 From 99ee04ad08a81cfde1acdf96d6826d05b3045133 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 18:54:29 +0000 Subject: [PATCH 1491/2259] [master] Update dependencies from dotnet/runtime (#6221) * Update dependencies from https://github.com/dotnet/runtime build 20200121.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20071.7 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20071.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20071.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20071.7 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20071.7 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20071.7 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200122.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20072.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20072.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20072.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20072.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20072.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20072.3 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 18cad630b..2e5706a31 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 698e0f689cce31ff82a3ae5e3c2a953f37d111e2 - + https://github.com/dotnet/runtime - 46d7becc6c59ed6cd101824814055b360337a702 + c3dc1fdfdcca9bf504a68be565b053c0372ac73c - + https://github.com/dotnet/runtime - 46d7becc6c59ed6cd101824814055b360337a702 + c3dc1fdfdcca9bf504a68be565b053c0372ac73c - + https://github.com/dotnet/runtime - 46d7becc6c59ed6cd101824814055b360337a702 + c3dc1fdfdcca9bf504a68be565b053c0372ac73c - + https://github.com/dotnet/runtime - 46d7becc6c59ed6cd101824814055b360337a702 + c3dc1fdfdcca9bf504a68be565b053c0372ac73c - + https://github.com/dotnet/runtime - 46d7becc6c59ed6cd101824814055b360337a702 + c3dc1fdfdcca9bf504a68be565b053c0372ac73c @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 46d7becc6c59ed6cd101824814055b360337a702 + c3dc1fdfdcca9bf504a68be565b053c0372ac73c https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 18626cf54..da47d82b8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20070.4 + 5.0.0-alpha.1.20072.3 - 5.0.0-alpha.1.20070.4 - 5.0.0-alpha.1.20070.4 - 5.0.0-alpha.1.20070.4 - 5.0.0-alpha.1.20070.4 - 5.0.0-alpha.1.20070.4 + 5.0.0-alpha.1.20072.3 + 5.0.0-alpha.1.20072.3 + 5.0.0-alpha.1.20072.3 + 5.0.0-alpha.1.20072.3 + 5.0.0-alpha.1.20072.3 2.1.0 From 147128e3652aa23d63ce440b253adc9b7043341e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2020 19:31:21 +0000 Subject: [PATCH 1492/2259] [release/3.1.2xx] Update dependencies from dotnet/core-setup (#6231) * Update dependencies from https://github.com/dotnet/core-setup build 20200120.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.2 - Microsoft.NETCore.App.Host.win-x64 - 3.1.2 - Microsoft.NETCore.App.Internal - 3.1.2-servicing.20070.1 - Microsoft.NETCore.App.Runtime.win-x64 - 3.1.2 - Microsoft.NETCore.DotNetHostResolver - 3.1.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-servicing.20069.13 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.2-servicing.20069.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Add 3.1.2 template feed Co-authored-by: Matt Mitchell --- NuGet.config | 4 ++-- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/NuGet.config b/NuGet.config index 4ce02c028..5efcd05c8 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,9 +7,8 @@ - - + @@ -22,6 +21,7 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8792f1009..781bd864b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,23 +3,23 @@ https://github.com/dotnet/core-setup - 916b5cba268e1e1e803243004f4276cf40b2dda8 + 966115a91565d43cd545c1b8acd83eda2a0cb4cb - + https://github.com/dotnet/core-setup - 916b5cba268e1e1e803243004f4276cf40b2dda8 + 966115a91565d43cd545c1b8acd83eda2a0cb4cb https://github.com/dotnet/core-setup - 916b5cba268e1e1e803243004f4276cf40b2dda8 + 966115a91565d43cd545c1b8acd83eda2a0cb4cb https://github.com/dotnet/core-setup - 916b5cba268e1e1e803243004f4276cf40b2dda8 + 966115a91565d43cd545c1b8acd83eda2a0cb4cb https://github.com/dotnet/core-setup - 916b5cba268e1e1e803243004f4276cf40b2dda8 + 966115a91565d43cd545c1b8acd83eda2a0cb4cb @@ -86,13 +86,13 @@ cbf29e13514ba9d3be54eff7ccfe4b9df93e581b - + https://github.com/dotnet/winforms - 9483a88b7764a74d71cbd449de6c56c1d5e0af21 + b3a34e6695615d67a167fdbc436fce1e885f986e - + https://github.com/dotnet/wpf - 589ace3c9fdfa0f1ea1640b82304a6a7ac597871 + b30a16a465c9a0ed7e641a9d55df2f6e5c878a81 diff --git a/eng/Versions.props b/eng/Versions.props index 83b295fdb..a4a07c399 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.1-servicing.19605.5 + 4.8.1-servicing.20069.13 - 3.1.2-servicing.20066.4 + 3.1.2-servicing.20069.7 @@ -61,7 +61,7 @@ - 3.1.2-servicing.20067.4 + 3.1.2-servicing.20070.1 3.1.2 3.1.2 3.1.0 From 0806ef1bd1a1c5fbac9dd0c3ed093813bab4c7ca Mon Sep 17 00:00:00 2001 From: William Li Date: Sat, 25 Jan 2020 11:17:32 -0800 Subject: [PATCH 1493/2259] Use Task to calculate template versions No behaivor change --- Microsoft.DotNet.Cli.sln | 7 ++ .../CalculateTemplateVersions.cs | 84 +++++++++++++++++++ src/redist/targets/BuildCoreSdkTasks.targets | 1 + src/redist/targets/BundledTemplates.targets | 67 +++++++-------- .../CalculateTemplateVerionsTests.cs | 27 ++++++ .../core-sdk-tasks.Tests.csproj | 14 ++++ 6 files changed, 162 insertions(+), 38 deletions(-) create mode 100644 src/core-sdk-tasks/CalculateTemplateVersions.cs create mode 100644 test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs create mode 100644 test/core-sdk-tasks.Tests/core-sdk-tasks.Tests.csproj diff --git a/Microsoft.DotNet.Cli.sln b/Microsoft.DotNet.Cli.sln index a5f56ff79..22d771abd 100644 --- a/Microsoft.DotNet.Cli.sln +++ b/Microsoft.DotNet.Cli.sln @@ -21,6 +21,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Dotnet.Sdk.Intern EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SdkTests", "test\SdkTests\SdkTests.csproj", "{CB1EE94E-CB83-4071-9DD0-9929AE2B7282}" EndProject +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "core-sdk-tasks.Tests", "test\core-sdk-tasks.Tests\core-sdk-tasks.Tests.csproj", "{658EF9BE-452C-4D31-AA24-B9E2235799A8}" +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU @@ -55,6 +57,10 @@ Global {CB1EE94E-CB83-4071-9DD0-9929AE2B7282}.Debug|Any CPU.Build.0 = Debug|Any CPU {CB1EE94E-CB83-4071-9DD0-9929AE2B7282}.Release|Any CPU.ActiveCfg = Release|Any CPU {CB1EE94E-CB83-4071-9DD0-9929AE2B7282}.Release|Any CPU.Build.0 = Release|Any CPU + {658EF9BE-452C-4D31-AA24-B9E2235799A8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {658EF9BE-452C-4D31-AA24-B9E2235799A8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {658EF9BE-452C-4D31-AA24-B9E2235799A8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {658EF9BE-452C-4D31-AA24-B9E2235799A8}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE @@ -66,6 +72,7 @@ Global {78E15EC1-7732-41E3-8591-934E9F583254} = {17735A9D-BFD9-4585-A7CB-3208CA6EA8A7} {7EE15292-2CAD-44FA-8A1F-BAC4688A49E0} = {ED2FE3E2-F7E7-4389-8231-B65123F2076F} {CB1EE94E-CB83-4071-9DD0-9929AE2B7282} = {17735A9D-BFD9-4585-A7CB-3208CA6EA8A7} + {658EF9BE-452C-4D31-AA24-B9E2235799A8} = {17735A9D-BFD9-4585-A7CB-3208CA6EA8A7} EndGlobalSection GlobalSection(ExtensibilityGlobals) = postSolution SolutionGuid = {B526D2CE-EE2D-4AD4-93EF-1867D90FF1F5} diff --git a/src/core-sdk-tasks/CalculateTemplateVersions.cs b/src/core-sdk-tasks/CalculateTemplateVersions.cs new file mode 100644 index 000000000..7d02618d3 --- /dev/null +++ b/src/core-sdk-tasks/CalculateTemplateVersions.cs @@ -0,0 +1,84 @@ +// Copyright (c) .NET Foundation and contributors. All rights reserved. +// Licensed under the MIT license. See LICENSE file in the project root for full license information. + +using System; +using Microsoft.Build.Framework; +using Microsoft.Build.Utilities; + +namespace Microsoft.DotNet.Cli.Build +{ + public class CalculateTemplateVersions : Task + { + [Required] + public string AspNetCorePackageVersionTemplate { get; set; } + + [Required] + public string GitCommitCount { get; set; } + + [Required] + public string VersionSuffix { get; set; } + + [Output] + public string BundledTemplateMSIVersion { get; set; } + + [Output] + public string BundledTemplateInstallPath { get; set; } + + [Output] + public string BundledTemplateMajorMinorVersion { get; set; } + + public override bool Execute() + { + var result = Calculate(AspNetCorePackageVersionTemplate, GitCommitCount, VersionSuffix); + BundledTemplateMSIVersion = result.BundledTemplateMsiVersion; + BundledTemplateInstallPath = result.BundledTemplateInstallPath; + BundledTemplateMajorMinorVersion = result.BundledTemplateMajorMinorVersion; + + return true; + } + + public static + (string BundledTemplateMsiVersion, + string BundledTemplateInstallPath, + string BundledTemplateMajorMinorVersion) Calculate(string aspNetCorePackageVersionTemplate, + string gitCommitCount, string versionSuffix) + { + (bool isStableVersion, string aspNetCoreVersionMajorMinorPatchVersion) = + GetAspNetCoreVersionMajorMinorPatchVersion(aspNetCorePackageVersionTemplate); + + var bundledTemplateMsiVersion = $"{aspNetCoreVersionMajorMinorPatchVersion}.{gitCommitCount}"; + + string bundledTemplateInstallPath = isStableVersion + ? aspNetCoreVersionMajorMinorPatchVersion + : $"{aspNetCoreVersionMajorMinorPatchVersion}-{versionSuffix}"; + + var parsedAspNetCoreVersionMajorMinorPatchVersion = + System.Version.Parse(aspNetCoreVersionMajorMinorPatchVersion); + var bundledTemplateMajorMinorVersion = + $"{parsedAspNetCoreVersionMajorMinorPatchVersion.Major}.{parsedAspNetCoreVersionMajorMinorPatchVersion.Minor}"; + + return ( + bundledTemplateMsiVersion, + bundledTemplateInstallPath, + bundledTemplateMajorMinorVersion); + } + + private static (bool isStableVersion, string aspNetCoreVersionMajorMinorPatchVersion) + GetAspNetCoreVersionMajorMinorPatchVersion(string aspNetCorePackageVersionTemplate) + { + var indexOfAspNetCoreVersionPreReleaseSeparator = aspNetCorePackageVersionTemplate.IndexOf('-'); + string aspNetCoreVersionMajorMinorPatchVersion; + if (indexOfAspNetCoreVersionPreReleaseSeparator != -1) + { + aspNetCoreVersionMajorMinorPatchVersion = + aspNetCorePackageVersionTemplate.Substring(0, indexOfAspNetCoreVersionPreReleaseSeparator); + } + else + { + aspNetCoreVersionMajorMinorPatchVersion = aspNetCorePackageVersionTemplate; + } + + return (indexOfAspNetCoreVersionPreReleaseSeparator == -1, aspNetCoreVersionMajorMinorPatchVersion); + } + } +} diff --git a/src/redist/targets/BuildCoreSdkTasks.targets b/src/redist/targets/BuildCoreSdkTasks.targets index 7ffb389a9..d876cb37f 100644 --- a/src/redist/targets/BuildCoreSdkTasks.targets +++ b/src/redist/targets/BuildCoreSdkTasks.targets @@ -19,6 +19,7 @@ Properties="ArtifactsDir=$(ArtifactsDir)tasks\"/> + diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index c24479389..709da201f 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -1,47 +1,38 @@ - - $(AspNetCorePackageVersionFor31Templates.IndexOf('-')) - $(AspNetCorePackageVersionFor31Templates) - $(AspNetCorePackageVersionFor31Templates.Substring(0, $(AspNetCore31VersionPreReleaseSeparator))) - $(AspNetCore31VersionMajorMinorPatchVersion).$(GitCommitCount) - $(AspNetCore31VersionMajorMinorPatchVersion) - $(BundledTemplates31InstallPath)-$(VersionSuffix) - $([MSBuild]::Add($(AspNetCore31VersionMajorMinorPatchVersion.IndexOf('.')), 1)) - $(AspNetCore31VersionMajorMinorPatchVersion.IndexOf('.', $(Templates31VersionPatchSeparatorIndex))) - $(AspNetCore31VersionMajorMinorPatchVersion.Substring(0, $(Templates31VersionPatchSeparatorIndex))) - $(AspNetCorePackageVersionFor30Templates.IndexOf('-')) - $(AspNetCorePackageVersionFor30Templates) - $(AspNetCorePackageVersionFor30Templates.Substring(0, $(AspNetCore30VersionPreReleaseSeparator))) - $(AspNetCore30VersionMajorMinorPatchVersion).$(GitCommitCount) - $(AspNetCore30VersionMajorMinorPatchVersion) - $(BundledTemplates30InstallPath)-$(VersionSuffix) - $([MSBuild]::Add($(AspNetCore30VersionMajorMinorPatchVersion.IndexOf('.')), 1)) - $(AspNetCore30VersionMajorMinorPatchVersion.IndexOf('.', $(Templates30VersionPatchSeparatorIndex))) - $(AspNetCore30VersionMajorMinorPatchVersion.Substring(0, $(Templates30VersionPatchSeparatorIndex))) + + + + + - $(AspNetCorePackageVersionFor22Templates.IndexOf('-')) - $(AspNetCorePackageVersionFor22Templates) - $(AspNetCorePackageVersionFor22Templates.Substring(0, $(AspNetCore22VersionPreReleaseSeparator))) - $(AspNetCore22VersionMajorMinorPatchVersion).$(GitCommitCount) - $(AspNetCore22VersionMajorMinorPatchVersion) - $(BundledTemplates22InstallPath)-$(VersionSuffix) - $([MSBuild]::Add($(AspNetCore22VersionMajorMinorPatchVersion.IndexOf('.')), 1)) - $(AspNetCore22VersionMajorMinorPatchVersion.IndexOf('.', $(Templates22VersionPatchSeparatorIndex))) - $(AspNetCore22VersionMajorMinorPatchVersion.Substring(0, $(Templates22VersionPatchSeparatorIndex))) + + + + + - $(AspNetCorePackageVersionFor21Templates.IndexOf('-')) - $(AspNetCorePackageVersionFor21Templates) - $(AspNetCorePackageVersionFor21Templates.Substring(0, $(AspNetCore21VersionPreReleaseSeparator))) - $(AspNetCore21VersionMajorMinorPatchVersion).$(GitCommitCount) - $(AspNetCore21VersionMajorMinorPatchVersion) - $(BundledTemplates21InstallPath)-$(VersionSuffix) - $([MSBuild]::Add($(AspNetCore21VersionMajorMinorPatchVersion.IndexOf('.')), 1)) - $(AspNetCore21VersionMajorMinorPatchVersion.IndexOf('.', $(Templates21VersionPatchSeparatorIndex))) - $(AspNetCore21VersionMajorMinorPatchVersion.Substring(0, $(Templates21VersionPatchSeparatorIndex))) - + + + + + + + + + + + diff --git a/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs b/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs new file mode 100644 index 000000000..6f5ca3919 --- /dev/null +++ b/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs @@ -0,0 +1,27 @@ +using FluentAssertions; +using Xunit; +using Microsoft.DotNet.Cli.Build; + +namespace EndToEnd +{ + public class CalculateTemplateVerionsTests + { + [Fact] + public void ItCanCalculateTemplateVersionsInStableBuilds() + { + var result = CalculateTemplateVersions.Calculate("3.1.0", "014885", "dev"); + result.BundledTemplateInstallPath.Should().Be("3.1.0"); + result.BundledTemplateMsiVersion.Should().Be("3.1.0.014885"); + result.BundledTemplateMajorMinorVersion.Should().Be("3.1"); + } + + [Fact] + public void ItCanCalculateTemplateVersionsInNonStableBuilds() + { + var result = CalculateTemplateVersions.Calculate("5.0.0-alpha.1.20071.6", "014885", "dev"); + result.BundledTemplateInstallPath.Should().Be("5.0.0-dev"); + result.BundledTemplateMsiVersion.Should().Be("5.0.0.014885"); + result.BundledTemplateMajorMinorVersion.Should().Be("5.0"); + } + } +} diff --git a/test/core-sdk-tasks.Tests/core-sdk-tasks.Tests.csproj b/test/core-sdk-tasks.Tests/core-sdk-tasks.Tests.csproj new file mode 100644 index 000000000..47b6ce517 --- /dev/null +++ b/test/core-sdk-tasks.Tests/core-sdk-tasks.Tests.csproj @@ -0,0 +1,14 @@ + + + $(CoreSdkTargetFramework);net472 + $(CoreSdkTargetFramework) + + + + + + + + + + \ No newline at end of file From 38ff5b6af1a0148afdcba7103e5bcdf6e3a5b2d8 Mon Sep 17 00:00:00 2001 From: William Li Date: Sat, 25 Jan 2020 17:15:10 -0800 Subject: [PATCH 1494/2259] Use nuget version to better reduce code --- .../CalculateTemplateVersions.cs | 41 +++++-------------- 1 file changed, 10 insertions(+), 31 deletions(-) diff --git a/src/core-sdk-tasks/CalculateTemplateVersions.cs b/src/core-sdk-tasks/CalculateTemplateVersions.cs index 7d02618d3..478eeebb4 100644 --- a/src/core-sdk-tasks/CalculateTemplateVersions.cs +++ b/src/core-sdk-tasks/CalculateTemplateVersions.cs @@ -2,8 +2,10 @@ // Licensed under the MIT license. See LICENSE file in the project root for full license information. using System; +using System.Text.RegularExpressions; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; +using NuGet.Versioning; namespace Microsoft.DotNet.Cli.Build { @@ -43,42 +45,19 @@ namespace Microsoft.DotNet.Cli.Build string BundledTemplateMajorMinorVersion) Calculate(string aspNetCorePackageVersionTemplate, string gitCommitCount, string versionSuffix) { - (bool isStableVersion, string aspNetCoreVersionMajorMinorPatchVersion) = - GetAspNetCoreVersionMajorMinorPatchVersion(aspNetCorePackageVersionTemplate); + var aspNetCoreTemplate = NuGetVersion.Parse(aspNetCorePackageVersionTemplate); - var bundledTemplateMsiVersion = $"{aspNetCoreVersionMajorMinorPatchVersion}.{gitCommitCount}"; + var baseMajorMinorPatch = new NuGetVersion(aspNetCoreTemplate.Major, aspNetCoreTemplate.Minor, + aspNetCoreTemplate.Patch); - string bundledTemplateInstallPath = isStableVersion - ? aspNetCoreVersionMajorMinorPatchVersion - : $"{aspNetCoreVersionMajorMinorPatchVersion}-{versionSuffix}"; - - var parsedAspNetCoreVersionMajorMinorPatchVersion = - System.Version.Parse(aspNetCoreVersionMajorMinorPatchVersion); - var bundledTemplateMajorMinorVersion = - $"{parsedAspNetCoreVersionMajorMinorPatchVersion.Major}.{parsedAspNetCoreVersionMajorMinorPatchVersion.Minor}"; + string bundledTemplateInstallPath = aspNetCoreTemplate.IsPrerelease + ? $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}-{versionSuffix}" + : $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}"; return ( - bundledTemplateMsiVersion, + $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}.{gitCommitCount}", bundledTemplateInstallPath, - bundledTemplateMajorMinorVersion); - } - - private static (bool isStableVersion, string aspNetCoreVersionMajorMinorPatchVersion) - GetAspNetCoreVersionMajorMinorPatchVersion(string aspNetCorePackageVersionTemplate) - { - var indexOfAspNetCoreVersionPreReleaseSeparator = aspNetCorePackageVersionTemplate.IndexOf('-'); - string aspNetCoreVersionMajorMinorPatchVersion; - if (indexOfAspNetCoreVersionPreReleaseSeparator != -1) - { - aspNetCoreVersionMajorMinorPatchVersion = - aspNetCorePackageVersionTemplate.Substring(0, indexOfAspNetCoreVersionPreReleaseSeparator); - } - else - { - aspNetCoreVersionMajorMinorPatchVersion = aspNetCorePackageVersionTemplate; - } - - return (indexOfAspNetCoreVersionPreReleaseSeparator == -1, aspNetCoreVersionMajorMinorPatchVersion); + $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}"); } } } From 8b9a67d117d8e8c7b9c0c6c0e3e655449839ae3d Mon Sep 17 00:00:00 2001 From: William Li Date: Sat, 25 Jan 2020 17:32:35 -0800 Subject: [PATCH 1495/2259] Finish ComponentID reset --- src/core-sdk-tasks/CalculateTemplateVersions.cs | 7 ++++++- .../CalculateTemplateVerionsTests.cs | 11 ++++++----- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/src/core-sdk-tasks/CalculateTemplateVersions.cs b/src/core-sdk-tasks/CalculateTemplateVersions.cs index 478eeebb4..abbc987fe 100644 --- a/src/core-sdk-tasks/CalculateTemplateVersions.cs +++ b/src/core-sdk-tasks/CalculateTemplateVersions.cs @@ -29,6 +29,8 @@ namespace Microsoft.DotNet.Cli.Build [Output] public string BundledTemplateMajorMinorVersion { get; set; } + private const int _patchVersionResetOffset = 1; + public override bool Execute() { var result = Calculate(AspNetCorePackageVersionTemplate, GitCommitCount, VersionSuffix); @@ -47,8 +49,11 @@ namespace Microsoft.DotNet.Cli.Build { var aspNetCoreTemplate = NuGetVersion.Parse(aspNetCorePackageVersionTemplate); + // due to historical bug https://github.com/dotnet/core-sdk/issues/6243 + // we need to increase patch version by one in order to "reset" existing install ComponentId + // more in the above bug's detail var baseMajorMinorPatch = new NuGetVersion(aspNetCoreTemplate.Major, aspNetCoreTemplate.Minor, - aspNetCoreTemplate.Patch); + aspNetCoreTemplate.Patch + _patchVersionResetOffset); string bundledTemplateInstallPath = aspNetCoreTemplate.IsPrerelease ? $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}-{versionSuffix}" diff --git a/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs b/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs index 6f5ca3919..041337b45 100644 --- a/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs +++ b/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs @@ -4,14 +4,15 @@ using Microsoft.DotNet.Cli.Build; namespace EndToEnd { - public class CalculateTemplateVerionsTests + public class CalculateTemplateVersionsTests { [Fact] public void ItCanCalculateTemplateVersionsInStableBuilds() { var result = CalculateTemplateVersions.Calculate("3.1.0", "014885", "dev"); - result.BundledTemplateInstallPath.Should().Be("3.1.0"); - result.BundledTemplateMsiVersion.Should().Be("3.1.0.014885"); + result.BundledTemplateInstallPath.Should().Be("3.1.1", + "the patch is 1 higher than aspnetTemplateVersion due to https://github.com/dotnet/core-sdk/issues/6243"); + result.BundledTemplateMsiVersion.Should().Be("3.1.1.014885"); result.BundledTemplateMajorMinorVersion.Should().Be("3.1"); } @@ -19,8 +20,8 @@ namespace EndToEnd public void ItCanCalculateTemplateVersionsInNonStableBuilds() { var result = CalculateTemplateVersions.Calculate("5.0.0-alpha.1.20071.6", "014885", "dev"); - result.BundledTemplateInstallPath.Should().Be("5.0.0-dev"); - result.BundledTemplateMsiVersion.Should().Be("5.0.0.014885"); + result.BundledTemplateInstallPath.Should().Be("5.0.1-dev"); + result.BundledTemplateMsiVersion.Should().Be("5.0.1.014885"); result.BundledTemplateMajorMinorVersion.Should().Be("5.0"); } } From 90b13626ab6dc0e8f56378f64cd074a89cc5f656 Mon Sep 17 00:00:00 2001 From: William Li Date: Tue, 28 Jan 2020 10:49:14 -0800 Subject: [PATCH 1496/2259] Cap major 5 --- .../CalculateTemplateVersions.cs | 26 +++++++++---- .../CalculateTemplateVerionsTests.cs | 39 ++++++++++++++----- 2 files changed, 49 insertions(+), 16 deletions(-) diff --git a/src/core-sdk-tasks/CalculateTemplateVersions.cs b/src/core-sdk-tasks/CalculateTemplateVersions.cs index abbc987fe..55d58fd40 100644 --- a/src/core-sdk-tasks/CalculateTemplateVersions.cs +++ b/src/core-sdk-tasks/CalculateTemplateVersions.cs @@ -1,8 +1,6 @@ // Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -using System; -using System.Text.RegularExpressions; using Microsoft.Build.Framework; using Microsoft.Build.Utilities; using NuGet.Versioning; @@ -49,11 +47,7 @@ namespace Microsoft.DotNet.Cli.Build { var aspNetCoreTemplate = NuGetVersion.Parse(aspNetCorePackageVersionTemplate); - // due to historical bug https://github.com/dotnet/core-sdk/issues/6243 - // we need to increase patch version by one in order to "reset" existing install ComponentId - // more in the above bug's detail - var baseMajorMinorPatch = new NuGetVersion(aspNetCoreTemplate.Major, aspNetCoreTemplate.Minor, - aspNetCoreTemplate.Patch + _patchVersionResetOffset); + NuGetVersion baseMajorMinorPatch = GetBaseMajorMinorPatch(aspNetCoreTemplate); string bundledTemplateInstallPath = aspNetCoreTemplate.IsPrerelease ? $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}-{versionSuffix}" @@ -64,5 +58,23 @@ namespace Microsoft.DotNet.Cli.Build bundledTemplateInstallPath, $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}"); } + + private static NuGetVersion GetBaseMajorMinorPatch(NuGetVersion aspNetCoreTemplate) + { + // due to historical bug https://github.com/dotnet/core-sdk/issues/6243 + // we need to increase patch version by one in order to "reset" existing install ComponentId + // more in the above bug's detail. + // There is no non-deterministic existing ComponentId under Major version 5. + // so only apply the patch bump when below 5 + + int basePatch = + aspNetCoreTemplate.Major < 5 + ? aspNetCoreTemplate.Patch + _patchVersionResetOffset + : aspNetCoreTemplate.Patch; + + var baseMajorMinorPatch = new NuGetVersion(aspNetCoreTemplate.Major, aspNetCoreTemplate.Minor, + basePatch); + return baseMajorMinorPatch; + } } } diff --git a/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs b/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs index 041337b45..8f25cc34e 100644 --- a/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs +++ b/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs @@ -7,22 +7,43 @@ namespace EndToEnd public class CalculateTemplateVersionsTests { [Fact] - public void ItCanCalculateTemplateVersionsInStableBuilds() + public void WhenAspNetCoreTemplateMajorVersionLowerthan3ItCanCalculateTemplateVersionsInStableBuilds() { var result = CalculateTemplateVersions.Calculate("3.1.0", "014885", "dev"); - result.BundledTemplateInstallPath.Should().Be("3.1.1", - "the patch is 1 higher than aspnetTemplateVersion due to https://github.com/dotnet/core-sdk/issues/6243"); - result.BundledTemplateMsiVersion.Should().Be("3.1.1.014885"); - result.BundledTemplateMajorMinorVersion.Should().Be("3.1"); + + result.Should() + .Be(("3.1.1.014885", "3.1.1", "3.1"), + "the patch is 1 higher than aspnetTemplateVersion " + + "due to https://github.com/dotnet/core-sdk/issues/6243"); } [Fact] - public void ItCanCalculateTemplateVersionsInNonStableBuilds() + public void WhenAspNetCoreTemplateMajorVersionLowerthan3ItCanCalculateTemplateVersionsInNonStableBuilds() + { + var result = CalculateTemplateVersions.Calculate("3.0.0-alpha.1.20071.6", "014885", "dev"); + + result.Should() + .Be(("3.0.1.014885", "3.0.1-dev", "3.0")); + } + + [Fact] + public void WhenAspNetCoreTemplateMajorVersionHigherthan3ItCanCalculateTemplateVersionsInStableBuilds() + { + var result = CalculateTemplateVersions.Calculate("5.1.0", "014885", "dev"); + + result.Should() + .Be(("5.1.0.014885", "5.1.0", "5.1"), + "the patch align with AspNetCoreTemplateMajorVersion again, " + + "since there is no non-deterministic existing ComponentId under Major version 5."); + } + + [Fact] + public void WhenAspNetCoreTemplateMajorVersionHigherthan3ItCanCalculateTemplateVersionsInNonStableBuilds() { var result = CalculateTemplateVersions.Calculate("5.0.0-alpha.1.20071.6", "014885", "dev"); - result.BundledTemplateInstallPath.Should().Be("5.0.1-dev"); - result.BundledTemplateMsiVersion.Should().Be("5.0.1.014885"); - result.BundledTemplateMajorMinorVersion.Should().Be("5.0"); + + result.Should() + .Be(("5.0.0.014885", "5.0.0-dev", "5.0")); } } } From 73737b15db7f54588e0392c9be51f1f7894c81b9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 21:15:03 +0000 Subject: [PATCH 1497/2259] [master] Update dependencies from dotnet/toolset (#6250) * Update dependencies from https://github.com/dotnet/toolset build 20200128.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20078.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20077.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20078.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200128.7 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20078.7 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20078.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20078.7 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200128.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20078.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20078.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20078.9 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200128.8 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20078.8 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20078.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20078.8 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e5706a31..4c10195d4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 9d14767b1f20c4a53b50796c09b631fe5fe39177 + fd009c17dfd2a60ae79041d4a2b4f34acff90dcc - + https://github.com/dotnet/toolset - 6389fb7d10e8f2f9d1f25e63b5b581e24e82eaaf + ad43288bc2791ccac0648aea534908d646bb20bd https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 6389fb7d10e8f2f9d1f25e63b5b581e24e82eaaf + ad43288bc2791ccac0648aea534908d646bb20bd diff --git a/eng/Versions.props b/eng/Versions.props index da47d82b8..0d702e2db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20073.3 + 5.0.100-alpha.1.20078.8 @@ -29,7 +29,7 @@ - 5.0.0-alpha1.20072.1 + 5.0.0-alpha1.20078.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20073.3 + 5.0.100-alpha.1.20078.8 0.2.0 From 65390c2fbfc24beb3193d6b4304b903fc0f778ef Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 21:47:14 +0000 Subject: [PATCH 1498/2259] Update dependencies from https://github.com/dotnet/toolset build 20200129.4 (#6252) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20079.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20079.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4c10195d4..5d34444ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating fd009c17dfd2a60ae79041d4a2b4f34acff90dcc - + https://github.com/dotnet/toolset - ad43288bc2791ccac0648aea534908d646bb20bd + 150293090944b2989d2e05525423840f91cf861b https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - ad43288bc2791ccac0648aea534908d646bb20bd + 150293090944b2989d2e05525423840f91cf861b diff --git a/eng/Versions.props b/eng/Versions.props index 0d702e2db..fb1246421 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20078.8 + 5.0.100-alpha.1.20079.4 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20078.8 + 5.0.100-alpha.1.20079.4 0.2.0 From 7d6455dc2c5687a9d321c52582fa72a628e659b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 21:50:10 +0000 Subject: [PATCH 1499/2259] Update dependencies from https://github.com/dotnet/toolset build 20200128.5 (#6249) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20078.5 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20072.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 781bd864b..bf503c0a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 723171aeee1fa97c45d9ca532b53203c4fa116f4 + 0260ec44914f3b7e89c0d731331f814e94791817 - + https://github.com/dotnet/sdk - b3cf8ef9e7df8d9cb28b3545ce1f85f548deca75 + 3ff3791a1b3f8af0c3fadf3988012c69ac16c28f https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index a4a07c399..3232a0049 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20072.4 + 3.1.200-preview.20078.5 @@ -52,7 +52,7 @@ - 3.1.200-preview.20059.2 + 3.1.200-preview.20072.3 $(MicrosoftNETSdkPackageVersion) From 62435b1900032707e40f210eab658361a3914e35 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 22:28:25 +0000 Subject: [PATCH 1500/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6254) * Update dependencies from https://github.com/dotnet/toolset build 20200129.5 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20079.5 * Update dependencies from https://github.com/dotnet/toolset build 20200129.6 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20079.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf503c0a9..24f016494 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 0260ec44914f3b7e89c0d731331f814e94791817 + b02b6bc91dd9c0bdb57285687f46a3336749eae5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3232a0049..e9a266728 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20078.5 + 3.1.200-preview.20079.6 From b9b553b713813f906f38b586825250a7700da979 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 22:56:34 +0000 Subject: [PATCH 1501/2259] [master] Update dependencies from dotnet/toolset (#6253) * Update dependencies from https://github.com/dotnet/toolset build 20200129.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20079.1 * Update dependencies from https://github.com/dotnet/toolset build 20200129.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20079.2 * Update dependencies from https://github.com/dotnet/toolset build 20200129.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20079.3 * Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20079.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5d34444ae..d66f8bbae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating fd009c17dfd2a60ae79041d4a2b4f34acff90dcc - + https://github.com/dotnet/toolset - 150293090944b2989d2e05525423840f91cf861b + 8d5565d325607cd9f2adc1559f47a255b31c71f8 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 150293090944b2989d2e05525423840f91cf861b + 8d5565d325607cd9f2adc1559f47a255b31c71f8 diff --git a/eng/Versions.props b/eng/Versions.props index fb1246421..9348d89b1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20079.4 + 5.0.100-alpha.1.20079.3 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20079.4 + 5.0.100-alpha.1.20079.3 0.2.0 From 3546a6767be449dee427b75a51d0202c103812e7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 00:42:07 +0000 Subject: [PATCH 1502/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6256) * Update dependencies from https://github.com/dotnet/toolset build 20200129.7 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20079.7 * Update dependencies from https://github.com/dotnet/toolset build 20200129.8 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20079.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 24f016494..826719dd4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - b02b6bc91dd9c0bdb57285687f46a3336749eae5 + 70bc877b06e162b0a13443843658aadcc30c1a40 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e9a266728..196a5e1ca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20079.6 + 3.1.200-preview.20079.8 From 1bce0e17ac3e0eabe0c87a114fb70a7e151ee2c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 07:39:01 +0000 Subject: [PATCH 1503/2259] Update dependencies from https://github.com/dotnet/test-templates build 20200129.1 (#6259) - Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.20079.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 826719dd4..9c49cdc5c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -65,9 +65,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/test-templates - 5117d3d9d7dfd3583f0c42a639efaf092f957b7b + 07c739a22eeb760e60322ac0989c998328fe0aa2 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 196a5e1ca..e4da7ec67 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,7 +28,7 @@ - 1.0.2-beta4.19570.1 + 1.0.2-beta4.20079.1 From b5630661fe9f6536da759f0c4f1c4eb58ba89a8c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 11:42:49 +0000 Subject: [PATCH 1504/2259] Update dependencies from https://github.com/dotnet/toolset build 20200130.1 (#6260) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20080.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d66f8bbae..eadedf325 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating fd009c17dfd2a60ae79041d4a2b4f34acff90dcc - + https://github.com/dotnet/toolset - 8d5565d325607cd9f2adc1559f47a255b31c71f8 + 580e73d697843b581c146ece89e000fb9911360a https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 8d5565d325607cd9f2adc1559f47a255b31c71f8 + 580e73d697843b581c146ece89e000fb9911360a diff --git a/eng/Versions.props b/eng/Versions.props index 9348d89b1..f5f4b80d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20079.3 + 5.0.100-alpha.1.20080.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20079.3 + 5.0.100-alpha.1.20080.1 0.2.0 From 021627865217f4f7bfd2b5f50718374f000ac93b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 13:35:10 +0000 Subject: [PATCH 1505/2259] Update dependencies from https://github.com/dotnet/arcade build 20200129.8 (#6261) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20079.8 --- eng/Version.Details.xml | 4 +- eng/common/darc-init.ps1 | 4 +- eng/common/generate-graph-files.ps1 | 2 +- eng/common/performance/performance-setup.ps1 | 2 +- eng/common/performance/performance-setup.sh | 2 +- ...ote-build.ps1 => add-build-to-channel.ps1} | 2 +- eng/common/templates/job/execute-sdl.yml | 20 +- .../channels/generic-internal-channel.yml | 30 ++- .../channels/generic-public-channel.yml | 30 ++- .../templates/post-build/post-build.yml | 227 +++++++++++------- .../templates/post-build/promote-build.yml | 25 -- .../post-build/setup-maestro-vars.yml | 51 +++- .../templates/steps/add-build-to-channel.yml | 13 + eng/common/tools.ps1 | 3 + global.json | 2 +- 15 files changed, 286 insertions(+), 131 deletions(-) rename eng/common/post-build/{promote-build.ps1 => add-build-to-channel.ps1} (95%) delete mode 100644 eng/common/templates/post-build/promote-build.yml create mode 100644 eng/common/templates/steps/add-build-to-channel.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eadedf325..a28682211 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 0fb5c992a80a6fb52bfb1d2b726f75157c1ce210 + 8466781af43871ee0d4a1655acc008a305a62c0e diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index fc2190365..2a30ccfd7 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -24,13 +24,15 @@ function InstallDarcCli ($darcVersion) { $darcVersion = $(Invoke-WebRequest -Uri $versionEndpoint -UseBasicParsing).Content } - $arcadeServicesSource = 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + $arcadeServicesSource = 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' Write-Host "Installing Darc CLI version $darcVersion..." Write-Host 'You may need to restart your command window if this is the first dotnet tool you have installed.' if (-not $toolpath) { + Write-Host "'$dotnet' tool install $darcCliPackageName --version $darcVersion --add-source '$arcadeServicesSource' -v $verbosity -g" & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g }else { + Write-Host "'$dotnet' tool install $darcCliPackageName --version $darcVersion --add-source '$arcadeServicesSource' -v $verbosity -g --tool-path '$toolpath'" & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity --tool-path "$toolpath" } } diff --git a/eng/common/generate-graph-files.ps1 b/eng/common/generate-graph-files.ps1 index 7ad26afa6..0728b1a8b 100644 --- a/eng/common/generate-graph-files.ps1 +++ b/eng/common/generate-graph-files.ps1 @@ -3,7 +3,7 @@ Param( [Parameter(Mandatory=$true)][string] $gitHubPat, # GitHub personal access token from https://github.com/settings/tokens (no auth scopes needed) [Parameter(Mandatory=$true)][string] $azdoPat, # Azure Dev Ops tokens from https://dev.azure.com/dnceng/_details/security/tokens (code read scope needed) [Parameter(Mandatory=$true)][string] $outputFolder, # Where the graphviz.txt file will be created - [string] $darcVersion = '1.1.0-beta.19175.6', # darc's version + [string] $darcVersion, # darc's version [string] $graphvizVersion = '2.38', # GraphViz version [switch] $includeToolset # Whether the graph should include toolset dependencies or not. i.e. arcade, optimization. For more about # toolset dependencies see https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md#toolset-vs-product-dependencies diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index f6e878297..3c2adf8c7 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -9,7 +9,7 @@ Param( [string] $Branch=$env:BUILD_SOURCEBRANCH, [string] $CommitSha=$env:BUILD_SOURCEVERSION, [string] $BuildNumber=$env:BUILD_BUILDNUMBER, - [string] $RunCategories="coreclr corefx", + [string] $RunCategories="Libraries Runtime", [string] $Csproj="src\benchmarks\micro\MicroBenchmarks.csproj", [string] $Kind="micro", [switch] $Internal, diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 7ef15514e..604aebffc 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -13,7 +13,7 @@ build_number=$BUILD_BUILDNUMBER internal=false compare=false kind="micro" -run_categories="coreclr corefx" +run_categories="Libraries Runtime" csproj="src\benchmarks\micro\MicroBenchmarks.csproj" configurations= run_from_perf_repo=false diff --git a/eng/common/post-build/promote-build.ps1 b/eng/common/post-build/add-build-to-channel.ps1 similarity index 95% rename from eng/common/post-build/promote-build.ps1 rename to eng/common/post-build/add-build-to-channel.ps1 index ce45635fb..de2d95792 100644 --- a/eng/common/post-build/promote-build.ps1 +++ b/eng/common/post-build/add-build-to-channel.ps1 @@ -17,7 +17,7 @@ try { ExitWithExitCode 1 } - # Get info about which channels the build has already been promoted to + # Get info about which channel(s) the build has already been promoted to $buildInfo = Get-MaestroBuild -BuildId $BuildId if (!$buildInfo) { diff --git a/eng/common/templates/job/execute-sdl.yml b/eng/common/templates/job/execute-sdl.yml index 2973bcaf3..640f2b04e 100644 --- a/eng/common/templates/job/execute-sdl.yml +++ b/eng/common/templates/job/execute-sdl.yml @@ -1,4 +1,5 @@ parameters: + enable: 'false' # Whether the SDL validation job should execute or not overrideParameters: '' # Optional: to override values for parameters. additionalParameters: '' # Optional: parameters that need user specific values eg: '-SourceToolsList @("abc","def") -ArtifactToolsList @("ghi","jkl")' # There is some sort of bug (has been reported) in Azure DevOps where if this parameter is named @@ -16,8 +17,15 @@ jobs: - job: Run_SDL dependsOn: ${{ parameters.dependsOn }} displayName: Run SDL tool + condition: eq( ${{ parameters.enable }}, 'true') variables: - group: DotNet-VSTS-Bot + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] pool: name: Hosted VS2017 steps: @@ -28,14 +36,22 @@ jobs: - task: DownloadBuildArtifacts@0 displayName: Download Build Artifacts inputs: - buildType: current + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) artifactName: ${{ artifactName }} downloadPath: $(Build.ArtifactStagingDirectory)\artifacts - ${{ if eq(parameters.artifactNames, '') }}: - task: DownloadBuildArtifacts@0 displayName: Download Build Artifacts inputs: - buildType: current + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) downloadType: specific files itemPattern: "**" downloadPath: $(Build.ArtifactStagingDirectory)\artifacts diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 700211049..29d8d46ee 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -23,9 +23,15 @@ stages: - job: publish_symbols displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )) + condition: or(contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )), eq(dependencies.setupMaestroVars.outputs['setReleaseVars.PromoteToMaestroChannelId'], ${{ parameters.channelId }})) variables: - group: DotNet-Symbol-Server-Pats + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] pool: vmImage: 'windows-2019' steps: @@ -33,7 +39,11 @@ stages: displayName: Download Build Assets continueOnError: true inputs: - buildType: 'current' + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) downloadType: 'specific' itemPattern: | PDBArtifacts/** @@ -79,7 +89,13 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }})) + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + condition: or(contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )), eq(dependencies.setupMaestroVars.outputs['setReleaseVars.PromoteToMaestroChannelId'], ${{ parameters.channelId }})) pool: vmImage: 'windows-2019' steps: @@ -87,7 +103,11 @@ stages: displayName: Download Build Assets continueOnError: true inputs: - buildType: 'current' + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) downloadType: 'specific' itemPattern: | PackageArtifacts/** @@ -146,6 +166,6 @@ stages: StageLabel: '${{ parameters.stageName }}' JobLabel: 'AssetsPublishing' - - template: ../../steps/promote-build.yml + - template: ../../steps/add-build-to-channel.yml parameters: ChannelId: ${{ parameters.channelId }} diff --git a/eng/common/templates/post-build/channels/generic-public-channel.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml index fbb5a19b6..883e033c8 100644 --- a/eng/common/templates/post-build/channels/generic-public-channel.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -23,9 +23,15 @@ stages: - job: publish_symbols displayName: Symbol Publishing dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )) + condition: or(contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )), eq(dependencies.setupMaestroVars.outputs['setReleaseVars.PromoteToMaestroChannelId'], ${{ parameters.channelId }})) variables: - group: DotNet-Symbol-Server-Pats + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] pool: vmImage: 'windows-2019' steps: @@ -33,7 +39,11 @@ stages: displayName: Download Build Assets continueOnError: true inputs: - buildType: 'current' + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) downloadType: 'specific' itemPattern: | PDBArtifacts/** @@ -78,7 +88,13 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - name: IsStableBuild value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.IsStableBuild'] ] - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }})) + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + condition: or(contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )), eq(dependencies.setupMaestroVars.outputs['setReleaseVars.PromoteToMaestroChannelId'], ${{ parameters.channelId }})) pool: vmImage: 'windows-2019' steps: @@ -86,7 +102,11 @@ stages: displayName: Download Build Assets continueOnError: true inputs: - buildType: 'current' + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) downloadType: 'specific' itemPattern: | PackageArtifacts/** @@ -145,6 +165,6 @@ stages: StageLabel: '${{ parameters.stageName }}' JobLabel: 'AssetsPublishing' - - template: ../../steps/promote-build.yml + - template: ../../steps/add-build-to-channel.yml parameters: ChannelId: ${{ parameters.channelId }} diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 8a8d84f20..70cb65f50 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -26,97 +26,136 @@ stages: - stage: Validate dependsOn: ${{ parameters.validateDependsOn }} displayName: Validate + variables: + - template: common-variables.yml jobs: - - ${{ if eq(parameters.enableNugetValidation, 'true') }}: - - job: - displayName: NuGet Validation - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts + - template: setup-maestro-vars.yml - - task: PowerShell@2 - displayName: Validate - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/nuget-validation.ps1 - arguments: -PackagesPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ - -ToolDestinationPath $(Agent.BuildDirectory)/Extract/ + - job: + displayName: NuGet Validation + dependsOn: setupMaestroVars + condition: eq( ${{ parameters.enableNugetValidation }}, 'true') + pool: + vmImage: 'windows-2019' + variables: + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) + artifactName: PackageArtifacts - - ${{ if eq(parameters.enableSigningValidation, 'true') }}: - - job: - displayName: Signing Validation - variables: - - template: common-variables.yml - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Package Artifacts - inputs: - buildType: current - artifactName: PackageArtifacts + - task: PowerShell@2 + displayName: Validate + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/nuget-validation.ps1 + arguments: -PackagesPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/ + -ToolDestinationPath $(Agent.BuildDirectory)/Extract/ - # This is necessary whenever we want to publish/restore to an AzDO private feed - # Since sdk-task.ps1 tries to restore packages we need to do this authentication here - # otherwise it'll complain about accessing a private feed. - - task: NuGetAuthenticate@0 - displayName: 'Authenticate to AzDO Feeds' + - job: + displayName: Signing Validation + dependsOn: setupMaestroVars + condition: eq( ${{ parameters.enableSigningValidation }}, 'true') + variables: + - template: common-variables.yml + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Package Artifacts + inputs: + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) + artifactName: PackageArtifacts - - task: PowerShell@2 - displayName: Enable cross-org publishing - inputs: - filePath: eng\common\enable-cross-org-publishing.ps1 - arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) + # This is necessary whenever we want to publish/restore to an AzDO private feed + # Since sdk-task.ps1 tries to restore packages we need to do this authentication here + # otherwise it'll complain about accessing a private feed. + - task: NuGetAuthenticate@0 + displayName: 'Authenticate to AzDO Feeds' - - task: PowerShell@2 - displayName: Validate - inputs: - filePath: eng\common\sdk-task.ps1 - arguments: -task SigningValidation -restore -msbuildEngine dotnet - /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' - /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' - ${{ parameters.signingValidationAdditionalParameters }} + - task: PowerShell@2 + displayName: Enable cross-org publishing + inputs: + filePath: eng\common\enable-cross-org-publishing.ps1 + arguments: -token $(dn-bot-dnceng-artifact-feeds-rw) - - template: ../steps/publish-logs.yml - parameters: - StageLabel: 'Validation' - JobLabel: 'Signing' + - task: PowerShell@2 + displayName: Validate + inputs: + filePath: eng\common\sdk-task.ps1 + arguments: -task SigningValidation -restore -msbuildEngine dotnet + /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts' + /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt' + ${{ parameters.signingValidationAdditionalParameters }} - - ${{ if eq(parameters.enableSourceLinkValidation, 'true') }}: - - job: - displayName: SourceLink Validation - variables: - - template: common-variables.yml - pool: - vmImage: 'windows-2019' - steps: - - task: DownloadBuildArtifacts@0 - displayName: Download Blob Artifacts - inputs: - buildType: current - artifactName: BlobArtifacts + - template: ../steps/publish-logs.yml + parameters: + StageLabel: 'Validation' + JobLabel: 'Signing' - - task: PowerShell@2 - displayName: Validate - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/sourcelink-validation.ps1 - arguments: -InputPath $(Build.ArtifactStagingDirectory)/BlobArtifacts/ - -ExtractPath $(Agent.BuildDirectory)/Extract/ - -GHRepoName $(Build.Repository.Name) - -GHCommit $(Build.SourceVersion) - -SourcelinkCliVersion $(SourceLinkCLIVersion) - continueOnError: true + - job: + displayName: SourceLink Validation + dependsOn: setupMaestroVars + condition: eq( ${{ parameters.enableSourceLinkValidation }}, 'true') + variables: + - template: common-variables.yml + - name: AzDOProjectName + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOProjectName'] ] + - name: AzDOPipelineId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] + - name: AzDOBuildId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + pool: + vmImage: 'windows-2019' + steps: + - task: DownloadBuildArtifacts@0 + displayName: Download Blob Artifacts + inputs: + buildType: specific + buildVersionToDownload: specific + project: $(AzDOProjectName) + pipeline: $(AzDOPipelineId) + buildId: $(AzDOBuildId) + artifactName: BlobArtifacts - - ${{ if eq(parameters.SDLValidationParameters.enable, 'true') }}: - - template: /eng/common/templates/job/execute-sdl.yml - parameters: - additionalParameters: ${{ parameters.SDLValidationParameters.params }} - continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} - artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }} + - task: PowerShell@2 + displayName: Validate + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/sourcelink-validation.ps1 + arguments: -InputPath $(Build.ArtifactStagingDirectory)/BlobArtifacts/ + -ExtractPath $(Agent.BuildDirectory)/Extract/ + -GHRepoName $(Build.Repository.Name) + -GHCommit $(Build.SourceVersion) + -SourcelinkCliVersion $(SourceLinkCLIVersion) + continueOnError: true + + - template: /eng/common/templates/job/execute-sdl.yml + parameters: + enable: ${{ parameters.SDLValidationParameters.enable }} + dependsOn: setupMaestroVars + additionalParameters: ${{ parameters.SDLValidationParameters.params }} + continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }} + artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }} - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: @@ -221,3 +260,29 @@ stages: transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'Net_Eng_Services_Int_Publish' + channelName: '.NET Eng Services - Int' + channelId: 678 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'Net_Eng_Services_Prod_Publish' + channelName: '.NET Eng Services - Prod' + channelId: 679 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' diff --git a/eng/common/templates/post-build/promote-build.yml b/eng/common/templates/post-build/promote-build.yml deleted file mode 100644 index 6b479c3b8..000000000 --- a/eng/common/templates/post-build/promote-build.yml +++ /dev/null @@ -1,25 +0,0 @@ -parameters: - ChannelId: 0 - -jobs: -- job: - displayName: Promote Build - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.ChannelId }})) - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - - name: ChannelId - value: ${{ parameters.ChannelId }} - pool: - vmImage: 'windows-2019' - steps: - - task: PowerShell@2 - displayName: Add Build to Channel - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/promote-build.ps1 - arguments: -BuildId $(BARBuildId) - -ChannelId $(ChannelId) - -MaestroApiAccessToken $(MaestroApiAccessToken) - -MaestroApiEndPoint $(MaestroApiEndPoint) - -MaestroApiVersion $(MaestroApiVersion) diff --git a/eng/common/templates/post-build/setup-maestro-vars.yml b/eng/common/templates/post-build/setup-maestro-vars.yml index 716b53f74..05e611edb 100644 --- a/eng/common/templates/post-build/setup-maestro-vars.yml +++ b/eng/common/templates/post-build/setup-maestro-vars.yml @@ -1,6 +1,12 @@ jobs: - job: setupMaestroVars displayName: Setup Maestro Vars + variables: + - template: common-variables.yml + - name: BuildId + value: $[ coalesce(variables.BARBuildId, 0) ] + - name: PromoteToChannelId + value: $[ coalesce(variables.PromoteToMaestroChannelId, 0) ] pool: vmImage: 'windows-2019' steps: @@ -8,6 +14,7 @@ jobs: - task: DownloadBuildArtifacts@0 displayName: Download Release Configs + condition: eq(variables.PromoteToChannelId, 0) inputs: buildType: current artifactName: ReleaseConfigs @@ -19,18 +26,50 @@ jobs: targetType: inline script: | try { - $Content = Get-Content $(Build.StagingDirectory)/ReleaseConfigs/ReleaseConfigs.txt + if ($Env:PromoteToChannelId -eq 0) { + $Content = Get-Content $(Build.StagingDirectory)/ReleaseConfigs/ReleaseConfigs.txt - $BarId = $Content | Select -Index 0 + $BarId = $Content | Select -Index 0 - $Channels = "" - $Content | Select -Index 1 | ForEach-Object { $Channels += "$_ ," } + $Channels = "" + $Content | Select -Index 1 | ForEach-Object { $Channels += "$_ ," } + + $IsStableBuild = $Content | Select -Index 2 - $IsStableBuild = $Content | Select -Index 2 + $AzureDevOpsProject = $Env:System_TeamProject + $AzureDevOpsBuildDefinitionId = $Env:System_DefinitionId + $AzureDevOpsBuildId = $Env:Build_BuildId + $PromoteToMaestroChannelId = 0 + } + else { + $buildApiEndpoint = "${Env:MaestroApiEndPoint}/api/builds/${Env:BARBuildId}?api-version=${Env:MaestroApiVersion}" + + $apiHeaders = New-Object 'System.Collections.Generic.Dictionary[[String],[String]]' + $apiHeaders.Add('Accept', 'application/json') + $apiHeaders.Add('Authorization',"Bearer ${Env:MAESTRO_API_TOKEN}") + + $buildInfo = try { Invoke-WebRequest -Method Get -Uri $buildApiEndpoint -Headers $apiHeaders | ConvertFrom-Json } catch { Write-Host "Error: $_" } + + $BarId = $Env:BARBuildId + $Channels = 'None' + + #TODO: Fix this once this issue is done: https://github.com/dotnet/arcade/issues/3834 + $IsStableBuild = 'False' + + $AzureDevOpsProject = $buildInfo.azureDevOpsProject + $AzureDevOpsBuildDefinitionId = $buildInfo.azureDevOpsBuildDefinitionId + $AzureDevOpsBuildId = $buildInfo.azureDevOpsBuildId + $PromoteToMaestroChannelId = $Env:PromoteToMaestroChannelId + } Write-Host "##vso[task.setvariable variable=BARBuildId;isOutput=true]$BarId" Write-Host "##vso[task.setvariable variable=InitialChannels;isOutput=true]$Channels" Write-Host "##vso[task.setvariable variable=IsStableBuild;isOutput=true]$IsStableBuild" + + Write-Host "##vso[task.setvariable variable=AzDOProjectName;isOutput=true]$AzureDevOpsProject" + Write-Host "##vso[task.setvariable variable=AzDOPipelineId;isOutput=true]$AzureDevOpsBuildDefinitionId" + Write-Host "##vso[task.setvariable variable=AzDOBuildId;isOutput=true]$AzureDevOpsBuildId" + Write-Host "##vso[task.setvariable variable=PromoteToMaestroChannelId;isOutput=true]$PromoteToMaestroChannelId" } catch { Write-Host $_ @@ -38,3 +77,5 @@ jobs: Write-Host $_.ScriptStackTrace exit 1 } + env: + MAESTRO_API_TOKEN: $(MaestroApiAccessToken) diff --git a/eng/common/templates/steps/add-build-to-channel.yml b/eng/common/templates/steps/add-build-to-channel.yml new file mode 100644 index 000000000..f67a210d6 --- /dev/null +++ b/eng/common/templates/steps/add-build-to-channel.yml @@ -0,0 +1,13 @@ +parameters: + ChannelId: 0 + +steps: +- task: PowerShell@2 + displayName: Add Build to Channel + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/add-build-to-channel.ps1 + arguments: -BuildId $(BARBuildId) + -ChannelId ${{ parameters.ChannelId }} + -MaestroApiAccessToken $(MaestroApiAccessToken) + -MaestroApiEndPoint $(MaestroApiEndPoint) + -MaestroApiVersion $(MaestroApiVersion) diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index d3a432878..23a3fd53d 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -655,6 +655,9 @@ Write-PipelineSetVariable -Name 'Artifacts.Log' -Value $LogDir Write-PipelineSetVariable -Name 'TEMP' -Value $TempDir Write-PipelineSetVariable -Name 'TMP' -Value $TempDir +$env:TEMP=$TempDir +$env:TMP=$TempDir + # Import custom tools configuration, if present in the repo. # Note: Import in global scope so that the script set top-level variables without qualification. if (!$disableConfigureToolsetImport) { diff --git a/global.json b/global.json index d45f34c25..0ff5fc8b3 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20072.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20079.8" } } From 09313ff89388560eea42b76db42b3a2594a2f8c4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 14:42:49 +0000 Subject: [PATCH 1506/2259] Update dependencies from https://github.com/dotnet/toolset build 20200130.2 (#6263) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20080.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20080.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a28682211..f4d394d15 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating fd009c17dfd2a60ae79041d4a2b4f34acff90dcc - + https://github.com/dotnet/toolset - 580e73d697843b581c146ece89e000fb9911360a + 8e14349ffd72eae0fe4229cf0eb3970ab404f316 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 580e73d697843b581c146ece89e000fb9911360a + 8e14349ffd72eae0fe4229cf0eb3970ab404f316 diff --git a/eng/Versions.props b/eng/Versions.props index f5f4b80d4..2ea6863ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20080.1 + 5.0.100-alpha.1.20080.2 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20080.1 + 5.0.100-alpha.1.20080.2 0.2.0 From aa8a5ca4b27af58c00d43f9d870718bf82d668e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 15:22:53 +0000 Subject: [PATCH 1507/2259] Update dependencies from https://github.com/dotnet/toolset build 20200130.3 (#6264) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20080.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20080.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f4d394d15..1cf9e32bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating fd009c17dfd2a60ae79041d4a2b4f34acff90dcc - + https://github.com/dotnet/toolset - 8e14349ffd72eae0fe4229cf0eb3970ab404f316 + e98bbe617894882ef4412f8554f65a8d047d6528 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 8e14349ffd72eae0fe4229cf0eb3970ab404f316 + e98bbe617894882ef4412f8554f65a8d047d6528 diff --git a/eng/Versions.props b/eng/Versions.props index 2ea6863ff..79daf39d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20080.2 + 5.0.100-alpha.1.20080.3 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20080.2 + 5.0.100-alpha.1.20080.3 0.2.0 From d7eacece0513a366cc514af9a323f9781be74fc9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 18:26:18 +0000 Subject: [PATCH 1508/2259] [master] Update dependencies from dotnet/windowsdesktop (#6255) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200129.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20079.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20079.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20079.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20073.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20073.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200130.1 - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20080.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20080.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20080.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20073.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20073.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1cf9e32bf..fee2297ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 698e0f689cce31ff82a3ae5e3c2a953f37d111e2 + 67302fb964ac3a3a4dd01cd72ff959564d93cd08 - + https://github.com/dotnet/windowsdesktop - 698e0f689cce31ff82a3ae5e3c2a953f37d111e2 + 67302fb964ac3a3a4dd01cd72ff959564d93cd08 - + https://github.com/dotnet/windowsdesktop - 698e0f689cce31ff82a3ae5e3c2a953f37d111e2 + 67302fb964ac3a3a4dd01cd72ff959564d93cd08 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ e98bbe617894882ef4412f8554f65a8d047d6528 - + https://github.com/dotnet/winforms - b666dc7a94d8ac87a7d300cfb4fa86332fb79bae + 6a5188f3f0cb30c6adbebd12024ff1907cea01b0 - + https://github.com/dotnet/wpf - 1de3c65092b2cab2598183cc9bc1c7a22e15884d + c07b031dc3b9837087d42a198bd9de1c09ec7eab diff --git a/eng/Versions.props b/eng/Versions.props index 79daf39d9..9bcf99013 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-alpha1.20072.3 + 5.0.0-alpha1.20073.1 - 5.0.0-alpha.1.20073.3 + 5.0.0-alpha.1.20073.4 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20073.5 - 5.0.0-alpha.1.20073.5 - 5.0.0-alpha.1.20073.5 + 5.0.0-alpha.1.20080.1 + 5.0.0-alpha.1.20080.1 + 5.0.0-alpha.1.20080.1 From 63e9316a1580edf91ad653f4302cb24a5bf6fd91 Mon Sep 17 00:00:00 2001 From: Fadi Hanna Date: Thu, 30 Jan 2020 19:16:07 -0500 Subject: [PATCH 1509/2259] Add a KnownCrossgen2Pack entry for the crossgen2 compiler packages (#6227) --- src/redist/targets/GenerateBundledVersions.targets | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 927307112..63f6a28fb 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -183,6 +183,13 @@ Copyright (c) .NET Foundation. All rights reserved. AppHostPackVersion="$(_NETCoreAppPackageVersion)" AppHostRuntimeIdentifiers="@(NetCoreRuntimePackRids, '%3B')" /> + + Date: Fri, 31 Jan 2020 13:40:40 +0000 Subject: [PATCH 1510/2259] Update dependencies from https://github.com/dotnet/arcade build 20200130.4 (#6270) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20080.4 --- eng/Version.Details.xml | 4 ++-- eng/common/build.sh | 10 ++++++++++ global.json | 2 +- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fee2297ef..f3434791c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 8466781af43871ee0d4a1655acc008a305a62c0e + 00402f1fdc2b59dbc4f0b1c143850cb72e69fc90 diff --git a/eng/common/build.sh b/eng/common/build.sh index 36f9aa046..6e395455f 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -175,6 +175,16 @@ function Build { InitializeCustomToolset if [[ ! -z "$projects" ]]; then + # Split project paths by semi-colon, find full-paths using readlink, + # finally and splice back as a semi-colon separated list + IFS=';' read -r -a projs <<< "$projects" + len=${#projs[@]} + for ((i=0; i<$len; i++)); + do + projs[$i]=$(readlink -f "${projs[$i]}"); + done + projects=$(IFS=\; ; echo "${projs[*]}") + echo Updated projects: $projects properties="$properties /p:Projects=$projects" fi diff --git a/global.json b/global.json index 0ff5fc8b3..3180a2512 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20079.8" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20080.4" } } From a6b35e431bef134b0793841c9cbf88bd77a9d69b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 31 Jan 2020 23:28:34 +0000 Subject: [PATCH 1511/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6265) * Update dependencies from https://github.com/dotnet/toolset build 20200130.5 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20080.5 * Update dependencies from https://github.com/dotnet/toolset build 20200130.7 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20080.7 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20080.4 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c49cdc5c..55f1465e0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 70bc877b06e162b0a13443843658aadcc30c1a40 + 96d8d4f873c5e63e27f69e2f3807cfefc722b9bb - + https://github.com/dotnet/sdk - 3ff3791a1b3f8af0c3fadf3988012c69ac16c28f + 1de5bc87ab0a42441ceb3044aa0c74185dcb888f https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index e4da7ec67..2db4978cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20079.8 + 3.1.200-preview.20080.7 @@ -52,7 +52,7 @@ - 3.1.200-preview.20072.3 + 3.1.200-preview.20080.4 $(MicrosoftNETSdkPackageVersion) From 5304bfa12fb52fad8b823b35bf0f00e68cf243b9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2020 01:00:15 +0000 Subject: [PATCH 1512/2259] Update dependencies from https://github.com/dotnet/toolset build 20200131.7 (#6273) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20081.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 55f1465e0..405f3d24c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 96d8d4f873c5e63e27f69e2f3807cfefc722b9bb + 71c42ff72e6c80975429d35a37e0145b170c2ce3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2db4978cc..4bfd0098e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20080.7 + 3.1.200-preview.20081.7 From 66036819a60ff904922a2e2543669af8716bcd93 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2020 01:26:40 +0000 Subject: [PATCH 1513/2259] Update dependencies from https://github.com/dotnet/toolset build 20200131.8 (#6274) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20081.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 405f3d24c..5c005ccef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 71c42ff72e6c80975429d35a37e0145b170c2ce3 + 02b073f488cda2fef27a6ba0a4cd2e288273166c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 4bfd0098e..fe65634cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20081.7 + 3.1.200-preview.20081.8 From 6dc2944d318bedd1f1a9c05be1ffb78313aa5d57 Mon Sep 17 00:00:00 2001 From: William Godbe Date: Mon, 3 Feb 2020 10:46:25 -0800 Subject: [PATCH 1514/2259] Revert to 3.1.1 runtime (#6272) * Revert to 3.1.1 runtime * use 3.1.1 version of GenerateLayout.targets --- NuGet.config | 5 +- eng/Version.Details.xml | 80 +++++++++++------------ eng/Versions.props | 30 ++++----- src/redist/targets/GenerateLayout.targets | 2 +- 4 files changed, 59 insertions(+), 58 deletions(-) diff --git a/NuGet.config b/NuGet.config index 5efcd05c8..cac8fdf35 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,9 +8,10 @@ - + + - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5c005ccef..906dff544 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,25 +1,25 @@ - - https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + + https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup + a1388f194c30cb21b36b75982962cb5e35954e4e - - https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + + https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup + a1388f194c30cb21b36b75982962cb5e35954e4e - - https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + + https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup + a1388f194c30cb21b36b75982962cb5e35954e4e - - https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + + https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup + a1388f194c30cb21b36b75982962cb5e35954e4e - - https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + + https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup + a1388f194c30cb21b36b75982962cb5e35954e4e @@ -41,33 +41,33 @@ https://github.com/dotnet/corefx 0f7f38c4fd323b26da10cce95f857f77f0f09b48 - - https://github.com/dotnet/aspnetcore - c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc + + https://github.com/aspnet/AspNetCore + 2b7e994b8a304700a09617ffc5052f0d943bbcba - - https://github.com/dotnet/aspnetcore - c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc + + https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore + e276c8174b8bfdeb70efceafa81c75f8badbc8db - - https://github.com/dotnet/aspnetcore - c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc + + https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore + e276c8174b8bfdeb70efceafa81c75f8badbc8db - - https://github.com/dotnet/aspnetcore - c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc + + https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore + e276c8174b8bfdeb70efceafa81c75f8badbc8db - - https://github.com/dotnet/aspnetcore - c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc + + https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore + e276c8174b8bfdeb70efceafa81c75f8badbc8db - - https://github.com/dotnet/aspnetcore - c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc + + https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore + e276c8174b8bfdeb70efceafa81c75f8badbc8db - + https://github.com/dotnet/test-templates - 07c739a22eeb760e60322ac0989c998328fe0aa2 + 5117d3d9d7dfd3583f0c42a639efaf092f957b7b https://github.com/dotnet/templating @@ -86,13 +86,13 @@ cbf29e13514ba9d3be54eff7ccfe4b9df93e581b - + https://github.com/dotnet/winforms - b3a34e6695615d67a167fdbc436fce1e885f986e + 9483a88b7764a74d71cbd449de6c56c1d5e0af21 - - https://github.com/dotnet/wpf - b30a16a465c9a0ed7e641a9d55df2f6e5c878a81 + + https://dev.azure.com/dnceng/internal/_git/dotnet-wpf + a8e48616c8d8e56469a456eb1ee263268316b827 diff --git a/eng/Versions.props b/eng/Versions.props index fe65634cc..b0cd7f7d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,19 +16,19 @@ - 4.8.1-servicing.20069.13 + 4.8.1-servicing.19605.5 - 3.1.2-servicing.20069.7 + 3.1.0-rtm.19605.7 - 3.1.2 + 3.1.1-servicing.19605.2 - 1.0.2-beta4.20079.1 + 1.0.2-beta4.19570.1 @@ -36,12 +36,12 @@ - 3.1.2 - 3.1.2 - 3.1.2-servicing.20068.1 - 3.1.2-servicing.20068.1 - 3.1.2-servicing.20068.1 - 3.1.2-servicing.20068.1 + 3.1.1 + 3.1.0 + 3.1.1-servicing.19615.10 + 3.1.1-servicing.19615.10 + 3.1.1-servicing.19615.10 + 3.1.1-servicing.19615.10 @@ -61,12 +61,12 @@ - 3.1.2-servicing.20070.1 - 3.1.2 - 3.1.2 + 3.1.1-servicing.19608.4 + 3.1.1 + 3.1.1 3.1.0 - 3.1.2 - 3.1.2 + 3.1.1 + 3.1.1 3.1.0 2.1.0 diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 751f97cf4..771478685 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -16,7 +16,7 @@ 3.1.0-rtm.19565.2 - 3.1.2-servicing.20068.1 + 3.1.0 3.1.0-rtm.19565.2 3.0.0 From c4f37d72b44012a1b76033368770848d542ef9f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 20:21:50 +0000 Subject: [PATCH 1515/2259] [master] Update dependencies from dotnet/arcade (#6275) * Update dependencies from https://github.com/dotnet/arcade build 20200131.7 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20081.7 * Update dependencies from https://github.com/dotnet/arcade build 20200201.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20101.2 --- eng/Version.Details.xml | 4 ++-- eng/common/tools.ps1 | 3 --- global.json | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3434791c..f75fdacad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 00402f1fdc2b59dbc4f0b1c143850cb72e69fc90 + 779323758d3e8aa7e4ee3dc2619d57e696078089 diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 23a3fd53d..d3a432878 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -655,9 +655,6 @@ Write-PipelineSetVariable -Name 'Artifacts.Log' -Value $LogDir Write-PipelineSetVariable -Name 'TEMP' -Value $TempDir Write-PipelineSetVariable -Name 'TMP' -Value $TempDir -$env:TEMP=$TempDir -$env:TMP=$TempDir - # Import custom tools configuration, if present in the repo. # Note: Import in global scope so that the script set top-level variables without qualification. if (!$disableConfigureToolsetImport) { diff --git a/global.json b/global.json index 3180a2512..937739861 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20080.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20101.2" } } From 9afa016114ef4bfa56212ada810ec1e3581f653f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 22:24:13 +0000 Subject: [PATCH 1516/2259] Update dependencies from https://github.com/dotnet/toolset build 20200203.3 (#6276) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20103.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20103.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- NuGet.config | 3 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/NuGet.config b/NuGet.config index cac8fdf35..a7d9e7dce 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,10 +8,7 @@ - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 906dff544..3980f7966 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 02b073f488cda2fef27a6ba0a4cd2e288273166c + 5d28dba08e74c3efe328410ed2c441a77a73805a https://github.com/dotnet/sdk 1de5bc87ab0a42441ceb3044aa0c74185dcb888f - + https://github.com/dotnet/cli - cbf29e13514ba9d3be54eff7ccfe4b9df93e581b + 96f648a89984f7f88b13a36eae069f76edc5516e diff --git a/eng/Versions.props b/eng/Versions.props index b0cd7f7d9..dc09f8af9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20081.8 + 3.1.200-preview.20103.3 @@ -45,7 +45,7 @@ - 3.1.200-preview.20059.1 + 3.1.200-preview.20103.1 0.2.0 From 68b3da9b496fa95668fdab7e248fee6ba6bb0b47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2020 22:57:45 +0000 Subject: [PATCH 1517/2259] Update dependencies from https://github.com/dotnet/toolset build 20200203.4 (#6277) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20103.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3980f7966..dc7fc90e5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 5d28dba08e74c3efe328410ed2c441a77a73805a + 9b0de6dd501f68753d32c602fb492be843ebf576 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index dc09f8af9..f39a3d27e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20103.3 + 3.1.200-preview.20103.4 From a221e1ac630cbc9a339d330267b2bc58ed2bbdfd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 01:07:38 +0000 Subject: [PATCH 1518/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200203.1 (#6278) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20103.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20103.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20103.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f75fdacad..1199ef4c7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 67302fb964ac3a3a4dd01cd72ff959564d93cd08 + 2fca485d74a4793102d3772e945f90e1da63dd12 - + https://github.com/dotnet/windowsdesktop - 67302fb964ac3a3a4dd01cd72ff959564d93cd08 + 2fca485d74a4793102d3772e945f90e1da63dd12 - + https://github.com/dotnet/windowsdesktop - 67302fb964ac3a3a4dd01cd72ff959564d93cd08 + 2fca485d74a4793102d3772e945f90e1da63dd12 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 6a5188f3f0cb30c6adbebd12024ff1907cea01b0 - + https://github.com/dotnet/wpf - c07b031dc3b9837087d42a198bd9de1c09ec7eab + 006fb5e6aa7ec20a4aba2ade99bf94fa79eb8504 diff --git a/eng/Versions.props b/eng/Versions.props index 9bcf99013..3921e8240 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20073.4 + 5.0.0-alpha.1.20103.2 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20080.1 - 5.0.0-alpha.1.20080.1 - 5.0.0-alpha.1.20080.1 + 5.0.0-alpha.1.20103.1 + 5.0.0-alpha.1.20103.1 + 5.0.0-alpha.1.20103.1 From d215880d4f6b1c3342bc5888df4c0b666e2b5e60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 02:22:38 +0000 Subject: [PATCH 1519/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200203.3 (#6279) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20103.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20103.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20103.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1199ef4c7..7507e7ae2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2fca485d74a4793102d3772e945f90e1da63dd12 + 56e6fd0314099ff84298800a4104e285634084b3 - + https://github.com/dotnet/windowsdesktop - 2fca485d74a4793102d3772e945f90e1da63dd12 + 56e6fd0314099ff84298800a4104e285634084b3 - + https://github.com/dotnet/windowsdesktop - 2fca485d74a4793102d3772e945f90e1da63dd12 + 56e6fd0314099ff84298800a4104e285634084b3 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 6a5188f3f0cb30c6adbebd12024ff1907cea01b0 - + https://github.com/dotnet/wpf - 006fb5e6aa7ec20a4aba2ade99bf94fa79eb8504 + 2d70a3b99c4b8016748ea7050d85745f71aa5811 diff --git a/eng/Versions.props b/eng/Versions.props index 3921e8240..2f2e95c86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20103.2 + 5.0.0-alpha.1.20103.3 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20103.1 - 5.0.0-alpha.1.20103.1 - 5.0.0-alpha.1.20103.1 + 5.0.0-alpha.1.20103.3 + 5.0.0-alpha.1.20103.3 + 5.0.0-alpha.1.20103.3 From b505ca48f269ebf013714796bab8c53caab50695 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 03:02:35 +0000 Subject: [PATCH 1520/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200203.5 (#6280) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20103.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20103.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20103.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 14 +++++++------- eng/Versions.props | 8 ++++---- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7507e7ae2..726be6c28 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 56e6fd0314099ff84298800a4104e285634084b3 + 143fcd0b65f0471ebc87e48d08d4d28789709777 - + https://github.com/dotnet/windowsdesktop - 56e6fd0314099ff84298800a4104e285634084b3 + 143fcd0b65f0471ebc87e48d08d4d28789709777 - + https://github.com/dotnet/windowsdesktop - 56e6fd0314099ff84298800a4104e285634084b3 + 143fcd0b65f0471ebc87e48d08d4d28789709777 https://github.com/dotnet/runtime @@ -92,7 +92,7 @@ https://github.com/dotnet/winforms 6a5188f3f0cb30c6adbebd12024ff1907cea01b0 - + https://github.com/dotnet/wpf 2d70a3b99c4b8016748ea7050d85745f71aa5811 diff --git a/eng/Versions.props b/eng/Versions.props index 2f2e95c86..dde141fc8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20103.3 + 5.0.0-alpha.1.20103.4 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20103.3 - 5.0.0-alpha.1.20103.3 - 5.0.0-alpha.1.20103.3 + 5.0.0-alpha.1.20103.5 + 5.0.0-alpha.1.20103.5 + 5.0.0-alpha.1.20103.5 From a725df80de2fc31e4b82d0a9df8309aad9d62ce3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 13:39:58 +0000 Subject: [PATCH 1521/2259] Update dependencies from https://github.com/dotnet/arcade build 20200203.5 (#6281) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20103.5 --- eng/Version.Details.xml | 4 ++-- eng/common/performance/performance-setup.ps1 | 4 ++-- eng/common/performance/performance-setup.sh | 4 ++-- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 726be6c28..8f6251720 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 779323758d3e8aa7e4ee3dc2619d57e696078089 + 27c8467294a4e64ac6642b4c12ca63495ff126c8 diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index 3c2adf8c7..a6916d25f 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -2,7 +2,7 @@ Param( [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, [string] $CoreRootDirectory, [string] $BaselineCoreRootDirectory, - [string] $Architecture="x64", + [string] $Architecture=$env:archType, [string] $Framework="netcoreapp5.0", [string] $CompilationMode="Tiered", [string] $Repository=$env:BUILD_REPOSITORY_NAME, @@ -14,7 +14,7 @@ Param( [string] $Kind="micro", [switch] $Internal, [switch] $Compare, - [string] $Configurations="CompilationMode=$CompilationMode" + [string] $Configurations="CompilationMode=$CompilationMode RunKind=$Kind" ) $RunFromPerformanceRepo = ($Repository -eq "dotnet/performance") -or ($Repository -eq "dotnet-performance") diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 604aebffc..ba8bfc13d 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -3,7 +3,7 @@ source_directory=$BUILD_SOURCESDIRECTORY core_root_directory= baseline_core_root_directory= -architecture=x64 +architecture=$archType framework=netcoreapp5.0 compilation_mode=tiered repository=$BUILD_REPOSITORY_NAME @@ -15,7 +15,7 @@ compare=false kind="micro" run_categories="Libraries Runtime" csproj="src\benchmarks\micro\MicroBenchmarks.csproj" -configurations= +configurations="CompliationMode=$compilation_mode RunKind=$kind" run_from_perf_repo=false use_core_run=true use_baseline_core_run=true diff --git a/global.json b/global.json index 937739861..745e24382 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20101.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20103.5" } } From d13f91c884a28715215b7d1ca68c69c38d5c2019 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 17:12:41 +0000 Subject: [PATCH 1522/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200204.1 (#6282) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20104.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20104.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20104.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.20103.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20104.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8f6251720..0f718888b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 143fcd0b65f0471ebc87e48d08d4d28789709777 + b0623977a345370de8dae9f4e2b3ff19f0c7c6a3 - + https://github.com/dotnet/windowsdesktop - 143fcd0b65f0471ebc87e48d08d4d28789709777 + b0623977a345370de8dae9f4e2b3ff19f0c7c6a3 - + https://github.com/dotnet/windowsdesktop - 143fcd0b65f0471ebc87e48d08d4d28789709777 + b0623977a345370de8dae9f4e2b3ff19f0c7c6a3 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ e98bbe617894882ef4412f8554f65a8d047d6528 - + https://github.com/dotnet/winforms - 6a5188f3f0cb30c6adbebd12024ff1907cea01b0 + 6c0fa6a2e4895290817916cc6dc5ba1429cd0725 - + https://github.com/dotnet/wpf - 2d70a3b99c4b8016748ea7050d85745f71aa5811 + e30b007a4ae33496259ca387904a3848f9a4c4c5 diff --git a/eng/Versions.props b/eng/Versions.props index dde141fc8..d7f539e3b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-alpha1.20073.1 + 5.0.0-alpha1.20103.2 - 5.0.0-alpha.1.20103.4 + 5.0.0-alpha.1.20104.2 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20103.5 - 5.0.0-alpha.1.20103.5 - 5.0.0-alpha.1.20103.5 + 5.0.0-alpha.1.20104.1 + 5.0.0-alpha.1.20104.1 + 5.0.0-alpha.1.20104.1 From a1960466ea437fa78e5c8cce3506aa3d514dcbae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 19:37:47 +0000 Subject: [PATCH 1523/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200204.2 (#6283) - Microsoft.WindowsDesktop.App - 5.0.0-alpha.1.20104.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-alpha.1.20104.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-alpha.1.20104.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20104.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0f718888b..2b58d3bf9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b0623977a345370de8dae9f4e2b3ff19f0c7c6a3 + c5c77d9e1788cdf5a88456cf952271a85f00f16e - + https://github.com/dotnet/windowsdesktop - b0623977a345370de8dae9f4e2b3ff19f0c7c6a3 + c5c77d9e1788cdf5a88456cf952271a85f00f16e - + https://github.com/dotnet/windowsdesktop - b0623977a345370de8dae9f4e2b3ff19f0c7c6a3 + c5c77d9e1788cdf5a88456cf952271a85f00f16e https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 6c0fa6a2e4895290817916cc6dc5ba1429cd0725 - + https://github.com/dotnet/wpf - e30b007a4ae33496259ca387904a3848f9a4c4c5 + c85a3048a995bea47eb2ff4181f357e3220ff3fd diff --git a/eng/Versions.props b/eng/Versions.props index d7f539e3b..f35cea786 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-alpha.1.20104.2 + 5.0.0-alpha.1.20104.3 @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20104.1 - 5.0.0-alpha.1.20104.1 - 5.0.0-alpha.1.20104.1 + 5.0.0-alpha.1.20104.2 + 5.0.0-alpha.1.20104.2 + 5.0.0-alpha.1.20104.2 From 2eb843ac0381afe307b45e26124b9872f465651a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 21:02:55 +0000 Subject: [PATCH 1524/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6284) * Update dependencies from https://github.com/dotnet/toolset build 20200204.5 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.5 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20104.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200204.6 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.6 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20104.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- NuGet.config | 1 - eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 3 files changed, 6 insertions(+), 7 deletions(-) diff --git a/NuGet.config b/NuGet.config index a7d9e7dce..075766785 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 136af5108..faf62e8d4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 9b0de6dd501f68753d32c602fb492be843ebf576 + 46175b0e6dc423bb2019dd249d14a392eee1d518 - + https://github.com/dotnet/sdk - 1de5bc87ab0a42441ceb3044aa0c74185dcb888f + c9f0a7673c300873f72b1d6f97048d1c17760884 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index f39a3d27e..b1ac5bc81 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20103.4 + 3.1.200-preview.20104.6 @@ -52,7 +52,7 @@ - 3.1.200-preview.20080.4 + 3.1.200-preview.20104.2 $(MicrosoftNETSdkPackageVersion) From 1090df74dd12bf659f2c8849f6e592d4fb6a7897 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 22:37:09 +0000 Subject: [PATCH 1525/2259] Update dependencies from https://github.com/dotnet/toolset build 20200204.7 (#6286) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.7 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20104.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index faf62e8d4..eb216128e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 46175b0e6dc423bb2019dd249d14a392eee1d518 + eba47836cf1c67363c1e62b55d5a30d3fc4a685d - + https://github.com/dotnet/sdk - c9f0a7673c300873f72b1d6f97048d1c17760884 + 20950a8fe1eb06b181f08c778acc5bd4df9719db https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index b1ac5bc81..5489ece38 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20104.6 + 3.1.200-preview.20104.7 @@ -52,7 +52,7 @@ - 3.1.200-preview.20104.2 + 3.1.200-preview.20104.3 $(MicrosoftNETSdkPackageVersion) From f0558b205f10b09995a4b328550e61e7f6e3a304 Mon Sep 17 00:00:00 2001 From: sfoslund Date: Tue, 4 Feb 2020 15:18:40 -0800 Subject: [PATCH 1526/2259] Update to preview branding --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index f35cea786..cbef4f430 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -10,7 +10,7 @@ 1 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) - alpha + preview 1 $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From b3ddf6a2081d41ceed94fd4c931b5340c4b543bf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 23:47:29 +0000 Subject: [PATCH 1527/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6287) * Update dependencies from https://github.com/dotnet/toolset build 20200204.8 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.8 * Update dependencies from https://github.com/dotnet/toolset build 20200204.9 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.9 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eb216128e..9ebb8e486 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - eba47836cf1c67363c1e62b55d5a30d3fc4a685d + 869c8d132b4f1914e45a2e278d06ab9ff23f2540 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 5489ece38..8e32bbd06 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20104.7 + 3.1.200-preview.20104.9 From 5dbf6aeb05992a53f04fb76cb1c0d6fa1987582b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 00:33:57 +0000 Subject: [PATCH 1528/2259] [master] Update dependencies from dotnet/toolset (#6266) * Update dependencies from https://github.com/dotnet/runtime build 20200128.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20078.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20078.2 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200130.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20080.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20080.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200130.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20080.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20080.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200130.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20080.10 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200131.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200131.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200131.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200131.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200131.5 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20081.5 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20081.5 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200201.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20101.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200201.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200201.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20080.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200201.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200201.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20101.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20101.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200201.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20101.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20101.3 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200202.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20102.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200203.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20103.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20103.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200203.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20103.10 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200204.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200204.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200204.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200204.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-alpha.1.20104.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha1.20101.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-alpha.1.20104.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Disable Publish tests on Windows x86 * Disable ILLINK tests Waiting for codeflow from https://github.com/dotnet/sdk/pull/10602 * Fix typo in test skip name. Co-authored-by: Daniel Plaisted --- eng/Version.Details.xml | 36 +++++++++++++++++------------------ eng/Versions.props | 18 +++++++++--------- test/SdkTests/SdkTests.csproj | 7 ++++++- test/SdkTests/TestConfig.xml | 23 +++++++++++++++++++++- 4 files changed, 55 insertions(+), 29 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b58d3bf9..c36873008 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop c5c77d9e1788cdf5a88456cf952271a85f00f16e - + https://github.com/dotnet/runtime - c3dc1fdfdcca9bf504a68be565b053c0372ac73c + a7f8cdc0de945561ae3fcaa72440c0ec56d69060 - + https://github.com/dotnet/runtime - c3dc1fdfdcca9bf504a68be565b053c0372ac73c + a7f8cdc0de945561ae3fcaa72440c0ec56d69060 - + https://github.com/dotnet/runtime - c3dc1fdfdcca9bf504a68be565b053c0372ac73c + a7f8cdc0de945561ae3fcaa72440c0ec56d69060 - + https://github.com/dotnet/runtime - c3dc1fdfdcca9bf504a68be565b053c0372ac73c + a7f8cdc0de945561ae3fcaa72440c0ec56d69060 - + https://github.com/dotnet/runtime - c3dc1fdfdcca9bf504a68be565b053c0372ac73c + a7f8cdc0de945561ae3fcaa72440c0ec56d69060 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - c3dc1fdfdcca9bf504a68be565b053c0372ac73c + a7f8cdc0de945561ae3fcaa72440c0ec56d69060 https://github.com/dotnet/aspnetcore @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - fd009c17dfd2a60ae79041d4a2b4f34acff90dcc + 13b4d1105262fa720d28f1ad6a4cd4d6180f7d10 - + https://github.com/dotnet/toolset - e98bbe617894882ef4412f8554f65a8d047d6528 + faf758fade6e4333b366c433f543b997e9394f83 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - e98bbe617894882ef4412f8554f65a8d047d6528 + faf758fade6e4333b366c433f543b997e9394f83 diff --git a/eng/Versions.props b/eng/Versions.props index f35cea786..8aee10afa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20080.3 + 5.0.100-alpha.1.20104.4 @@ -29,7 +29,7 @@ - 5.0.0-alpha1.20078.1 + 5.0.0-alpha1.20101.2 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20080.3 + 5.0.100-alpha.1.20104.4 0.2.0 @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20072.3 + 5.0.0-alpha.1.20103.10 - 5.0.0-alpha.1.20072.3 - 5.0.0-alpha.1.20072.3 - 5.0.0-alpha.1.20072.3 - 5.0.0-alpha.1.20072.3 - 5.0.0-alpha.1.20072.3 + 5.0.0-alpha.1.20103.10 + 5.0.0-alpha.1.20103.10 + 5.0.0-alpha.1.20103.10 + 5.0.0-alpha.1.20103.10 + 5.0.0-alpha.1.20103.10 2.1.0 diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index 8a06a46fd..ac9e2b663 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -34,12 +34,17 @@ - + + + + + true diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 19948f4dd..6bded76e3 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -45,7 +45,28 @@ - + + + + + + + + + From 7871a5b409215339267ad636a63811af0696e1db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 00:56:56 +0000 Subject: [PATCH 1529/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6289) * Update dependencies from https://github.com/dotnet/toolset build 20200204.10 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.10 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20104.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200204.11 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.11 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20104.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9ebb8e486..f31124f41 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 869c8d132b4f1914e45a2e278d06ab9ff23f2540 + e1054742a1364bef99a2f7bd907a41da82741da4 https://github.com/dotnet/sdk 20950a8fe1eb06b181f08c778acc5bd4df9719db - + https://github.com/dotnet/cli - 96f648a89984f7f88b13a36eae069f76edc5516e + 1fdbf3c21818378a8331e7d6c3bc5d3e6c82ee94 diff --git a/eng/Versions.props b/eng/Versions.props index 8e32bbd06..a4bc04dc8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20104.9 + 3.1.200-preview.20104.11 @@ -45,7 +45,7 @@ - 3.1.200-preview.20103.1 + 3.1.200-preview.20104.2 0.2.0 From 6dc25a0fcbe909569321988e773da191dd3dd49c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 01:17:47 +0000 Subject: [PATCH 1530/2259] [master] Update dependencies from dotnet/runtime (#6262) * Update dependencies from https://github.com/dotnet/runtime build 20200128.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20078.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20078.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20078.2 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200130.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20080.10 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20080.10 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20080.10 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200201.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20101.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20101.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20101.1 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200201.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20101.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20101.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20101.3 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200202.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20102.3 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20102.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20102.3 (parent: Microsoft.NetCore.App.Internal) * Update dependencies from https://github.com/dotnet/runtime build 20200203.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20103.10 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20103.10 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20103.10 (parent: Microsoft.NetCore.App.Internal) From a746c802e7016f732f86e083b275c10dd3c0f897 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2020 17:27:05 -0800 Subject: [PATCH 1531/2259] Update dependencies from https://github.com/dotnet/toolset build 20200204.12 (#6291) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.12 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f31124f41..d16621607 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - e1054742a1364bef99a2f7bd907a41da82741da4 + e12a1e5bb6a2d9ecfdc5a32eeb2a183f44b31578 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index a4bc04dc8..f6543c505 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20104.11 + 3.1.200-preview.20104.12 From 8cd77471f5a3805572c87f4dd405252b0f040290 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 01:32:40 +0000 Subject: [PATCH 1532/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200204.3 (#6290) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20104.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20104.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20104.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c36873008..fca825c95 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c5c77d9e1788cdf5a88456cf952271a85f00f16e + 390a53d2cffd13203dee78403740b8ddb47bc466 - + https://github.com/dotnet/windowsdesktop - c5c77d9e1788cdf5a88456cf952271a85f00f16e + 390a53d2cffd13203dee78403740b8ddb47bc466 - + https://github.com/dotnet/windowsdesktop - c5c77d9e1788cdf5a88456cf952271a85f00f16e + 390a53d2cffd13203dee78403740b8ddb47bc466 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 817929efe..47feb4019 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-alpha.1.20104.2 - 5.0.0-alpha.1.20104.2 - 5.0.0-alpha.1.20104.2 + 5.0.0-preview.1.20104.3 + 5.0.0-preview.1.20104.3 + 5.0.0-preview.1.20104.3 From 3ebc2c4c7ff73c0e2ba8733e307007ffd3a8399f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 02:23:06 +0000 Subject: [PATCH 1533/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200204.4 (#6292) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20104.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20104.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20104.4 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fca825c95..f3e371c20 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 390a53d2cffd13203dee78403740b8ddb47bc466 + 6a3c836418f9e5036c608884b284b859d953f6dc - + https://github.com/dotnet/windowsdesktop - 390a53d2cffd13203dee78403740b8ddb47bc466 + 6a3c836418f9e5036c608884b284b859d953f6dc - + https://github.com/dotnet/windowsdesktop - 390a53d2cffd13203dee78403740b8ddb47bc466 + 6a3c836418f9e5036c608884b284b859d953f6dc https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 47feb4019..256a6cbc4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20104.3 - 5.0.0-preview.1.20104.3 - 5.0.0-preview.1.20104.3 + 5.0.0-preview.1.20104.4 + 5.0.0-preview.1.20104.4 + 5.0.0-preview.1.20104.4 From 6c259936296c0839d1b4de2d6783848894060ddd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 03:22:35 +0000 Subject: [PATCH 1534/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200204.5 (#6295) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20104.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20104.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20104.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha.1.20104.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha.1.20104.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3e371c20..c732dde34 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6a3c836418f9e5036c608884b284b859d953f6dc + 4970626c21f882bd97d5623ae2dcd306fa485608 - + https://github.com/dotnet/windowsdesktop - 6a3c836418f9e5036c608884b284b859d953f6dc + 4970626c21f882bd97d5623ae2dcd306fa485608 - + https://github.com/dotnet/windowsdesktop - 6a3c836418f9e5036c608884b284b859d953f6dc + 4970626c21f882bd97d5623ae2dcd306fa485608 https://github.com/dotnet/runtime @@ -88,11 +88,11 @@ faf758fade6e4333b366c433f543b997e9394f83 - + https://github.com/dotnet/winforms - 6c0fa6a2e4895290817916cc6dc5ba1429cd0725 + f50a5d7c4a72dfdadb3e6495ccafc81706a8c066 - + https://github.com/dotnet/wpf c85a3048a995bea47eb2ff4181f357e3220ff3fd diff --git a/eng/Versions.props b/eng/Versions.props index 256a6cbc4..2e2d13186 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-alpha1.20103.2 + 5.0.0-alpha.1.20104.1 - 5.0.0-alpha.1.20104.3 + 5.0.0-alpha.1.20104.4 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20104.4 - 5.0.0-preview.1.20104.4 - 5.0.0-preview.1.20104.4 + 5.0.0-preview.1.20104.5 + 5.0.0-preview.1.20104.5 + 5.0.0-preview.1.20104.5 From fe1098364d578b3466fdee34c4a11f6904182c27 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 07:28:38 +0000 Subject: [PATCH 1535/2259] [master] Update dependencies from dotnet/windowsdesktop (#6296) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200204.6 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20104.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20104.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20104.6 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20104.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200204.7 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20104.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20104.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20104.7 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20104.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20104.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200204.8 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20104.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20104.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20104.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20104.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20104.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c732dde34..68378ca91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4970626c21f882bd97d5623ae2dcd306fa485608 + 2a98c849340007b422bb1f8d530a0742b9491319 - + https://github.com/dotnet/windowsdesktop - 4970626c21f882bd97d5623ae2dcd306fa485608 + 2a98c849340007b422bb1f8d530a0742b9491319 - + https://github.com/dotnet/windowsdesktop - 4970626c21f882bd97d5623ae2dcd306fa485608 + 2a98c849340007b422bb1f8d530a0742b9491319 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ faf758fade6e4333b366c433f543b997e9394f83 - + https://github.com/dotnet/winforms - f50a5d7c4a72dfdadb3e6495ccafc81706a8c066 + 0e543f7b4a3313d807e6cce34717f9031c0aaf25 - + https://github.com/dotnet/wpf - c85a3048a995bea47eb2ff4181f357e3220ff3fd + 135eca0c51ca71d3498b979da486025c141dad71 diff --git a/eng/Versions.props b/eng/Versions.props index 2e2d13186..9e5ea54de 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-alpha.1.20104.1 + 5.0.0-preview.1.20104.3 - 5.0.0-alpha.1.20104.4 + 5.0.0-preview.1.20104.8 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20104.5 - 5.0.0-preview.1.20104.5 - 5.0.0-preview.1.20104.5 + 5.0.0-preview.1.20104.8 + 5.0.0-preview.1.20104.8 + 5.0.0-preview.1.20104.8 From 9ddf2a1799dc862b1c50f9538181488dc72dcf80 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 08:12:43 +0000 Subject: [PATCH 1536/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200204.9 (#6297) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20104.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20104.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20104.9 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20104.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20104.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 68378ca91..8b7678988 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2a98c849340007b422bb1f8d530a0742b9491319 + f451e95fc64712adc3d52b31cae7f20298836dee - + https://github.com/dotnet/windowsdesktop - 2a98c849340007b422bb1f8d530a0742b9491319 + f451e95fc64712adc3d52b31cae7f20298836dee - + https://github.com/dotnet/windowsdesktop - 2a98c849340007b422bb1f8d530a0742b9491319 + f451e95fc64712adc3d52b31cae7f20298836dee https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ faf758fade6e4333b366c433f543b997e9394f83 - + https://github.com/dotnet/winforms - 0e543f7b4a3313d807e6cce34717f9031c0aaf25 + bca48d0ce040ceaf0bee1d72c225269218095ebc - + https://github.com/dotnet/wpf - 135eca0c51ca71d3498b979da486025c141dad71 + 2fdbceda26430af5752a90f1d91c66bfafc78dd1 diff --git a/eng/Versions.props b/eng/Versions.props index 9e5ea54de..2256cd4e1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20104.3 + 5.0.0-preview.1.20104.4 - 5.0.0-preview.1.20104.8 + 5.0.0-preview.1.20104.9 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20104.8 - 5.0.0-preview.1.20104.8 - 5.0.0-preview.1.20104.8 + 5.0.0-preview.1.20104.9 + 5.0.0-preview.1.20104.9 + 5.0.0-preview.1.20104.9 From 05e5e03b5ff30184ea087600ae263f56dc46de3a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 11:27:48 +0000 Subject: [PATCH 1537/2259] [master] Update dependencies from dotnet/toolset (#6293) * Update dependencies from https://github.com/dotnet/toolset build 20200204.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20104.13 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20104.13 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200205.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20105.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20105.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b7678988..c1754c466 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 13b4d1105262fa720d28f1ad6a4cd4d6180f7d10 - + https://github.com/dotnet/toolset - faf758fade6e4333b366c433f543b997e9394f83 + 5c05cca38f32101e0cf107778bde2e1776fb61a4 https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - faf758fade6e4333b366c433f543b997e9394f83 + 5c05cca38f32101e0cf107778bde2e1776fb61a4 diff --git a/eng/Versions.props b/eng/Versions.props index 2256cd4e1..52bee65ff 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-alpha.1.20104.4 + 5.0.100-preview.1.20105.1 @@ -50,7 +50,7 @@ - 5.0.100-alpha.1.20104.4 + 5.0.100-preview.1.20105.1 0.2.0 From d8aeb111de9fe7f59bf5b8e4ddf43bf158677ef4 Mon Sep 17 00:00:00 2001 From: nohwnd Date: Wed, 5 Feb 2020 13:36:31 +0100 Subject: [PATCH 1538/2259] Updated test template versions for 2.1, 3.0, and 3.1 Removing 2.2 version because it reached end of life and we don't produce that template anymore. --- eng/Versions.props | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index f6543c505..8a42be504 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,7 +28,7 @@ - 1.0.2-beta4.19570.1 + 1.0.2-beta4.20105.2 @@ -96,19 +96,18 @@ 1.6.5 2.0.0-preview8.19373.1 $(MicrosoftDotNetCommonItemTemplates30PackageVersion) - 1.0.2-beta4.19354.2 + 1.0.2-beta4.20105.2 3.0.1 1.6.0 1.0.2-beta4 $(MicrosoftDotNetCommonItemTemplates22PackageVersion) - 1.0.2-beta4.19155.2 2.2.8 1.5.3 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) - 1.0.2-beta4-20181009-2100240 + 1.0.2-beta4.20105.2 2.1.14 From ffc5bb5888e63af996d2f95d0bdba12c38933b40 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 13:37:15 +0000 Subject: [PATCH 1539/2259] Update dependencies from https://github.com/dotnet/arcade build 20200204.2 (#6299) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20104.2 --- eng/Version.Details.xml | 4 ++-- eng/common/build.sh | 10 ---------- global.json | 2 +- 3 files changed, 3 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c1754c466..4bbc4f2ac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 27c8467294a4e64ac6642b4c12ca63495ff126c8 + 0b404cb7575c8addc5e10f3fac57e79c596db28e diff --git a/eng/common/build.sh b/eng/common/build.sh index 6e395455f..36f9aa046 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -175,16 +175,6 @@ function Build { InitializeCustomToolset if [[ ! -z "$projects" ]]; then - # Split project paths by semi-colon, find full-paths using readlink, - # finally and splice back as a semi-colon separated list - IFS=';' read -r -a projs <<< "$projects" - len=${#projs[@]} - for ((i=0; i<$len; i++)); - do - projs[$i]=$(readlink -f "${projs[$i]}"); - done - projects=$(IFS=\; ; echo "${projs[*]}") - echo Updated projects: $projects properties="$properties /p:Projects=$projects" fi diff --git a/global.json b/global.json index 745e24382..9bd83d10e 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20103.5" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20104.2" } } From b707d9e9221d5da1e0e3007aa2ac3a4bbc8fed1d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 15:13:26 +0000 Subject: [PATCH 1540/2259] [master] Update dependencies from dotnet/toolset (#6301) * Update dependencies from https://github.com/dotnet/toolset build 20200205.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20105.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20105.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200205.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20105.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20105.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4bbc4f2ac..fa848422e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 13b4d1105262fa720d28f1ad6a4cd4d6180f7d10 - + https://github.com/dotnet/toolset - 5c05cca38f32101e0cf107778bde2e1776fb61a4 + c23901545497a87f6df2f6046a228558152fe49a https://github.com/dotnet/sdk e281ba6e86b96e3e1f5510b3e661ea8aa850837e - + https://github.com/dotnet/toolset - 5c05cca38f32101e0cf107778bde2e1776fb61a4 + c23901545497a87f6df2f6046a228558152fe49a diff --git a/eng/Versions.props b/eng/Versions.props index 52bee65ff..03713dea4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-preview.1.20105.1 + 5.0.100-preview.1.20105.3 @@ -50,7 +50,7 @@ - 5.0.100-preview.1.20105.1 + 5.0.100-preview.1.20105.3 0.2.0 From 8fb2ddc08592075f4f5220c5633b09efe52e04c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2020 18:16:53 +0000 Subject: [PATCH 1541/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6294) * Update dependencies from https://github.com/dotnet/toolset build 20200204.14 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.14 * Update dependencies from https://github.com/dotnet/toolset build 20200204.15 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20104.15 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20104.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d16621607..2c6882e26 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - e12a1e5bb6a2d9ecfdc5a32eeb2a183f44b31578 + 4d52f6a5fb82689582bbd23dace7b1eb3279daa9 https://github.com/dotnet/sdk 20950a8fe1eb06b181f08c778acc5bd4df9719db - + https://github.com/dotnet/cli - 1fdbf3c21818378a8331e7d6c3bc5d3e6c82ee94 + 281d35c146aa7d13787629ef42c931ce41563c9f diff --git a/eng/Versions.props b/eng/Versions.props index f6543c505..94c3d9839 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20104.12 + 3.1.200-preview.20104.15 @@ -45,7 +45,7 @@ - 3.1.200-preview.20104.2 + 3.1.200-preview.20104.3 0.2.0 From 736f17b3729a2f39d067dd2fca79c46dafcc61a5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2020 03:37:14 +0000 Subject: [PATCH 1542/2259] [master] Update dependencies from dotnet/windowsdesktop (#6300) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200205.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20105.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20105.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20105.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20105.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200205.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20105.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20105.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20105.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20105.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200205.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20105.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20105.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20105.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20105.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200205.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20105.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20105.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20105.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20105.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200205.5 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20105.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20105.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20105.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20105.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20105.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200205.6 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20105.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20105.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20105.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20105.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20105.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa848422e..a378e2623 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f451e95fc64712adc3d52b31cae7f20298836dee + 3361fb5e2db3caea017c0a33630f5c007b75bc23 - + https://github.com/dotnet/windowsdesktop - f451e95fc64712adc3d52b31cae7f20298836dee + 3361fb5e2db3caea017c0a33630f5c007b75bc23 - + https://github.com/dotnet/windowsdesktop - f451e95fc64712adc3d52b31cae7f20298836dee + 3361fb5e2db3caea017c0a33630f5c007b75bc23 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ c23901545497a87f6df2f6046a228558152fe49a - + https://github.com/dotnet/winforms - bca48d0ce040ceaf0bee1d72c225269218095ebc + 1d9457dc342b300cf4d428313d65bd6dd5e5bf2f - + https://github.com/dotnet/wpf - 2fdbceda26430af5752a90f1d91c66bfafc78dd1 + aff50ae34fe1ecd78d93417a485f114652b4c251 diff --git a/eng/Versions.props b/eng/Versions.props index 03713dea4..47c33d80f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20104.4 + 5.0.0-preview.1.20105.2 - 5.0.0-preview.1.20104.9 + 5.0.0-preview.1.20105.5 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20104.9 - 5.0.0-preview.1.20104.9 - 5.0.0-preview.1.20104.9 + 5.0.0-preview.1.20105.6 + 5.0.0-preview.1.20105.6 + 5.0.0-preview.1.20105.6 From 285c6627da950e8a3d838ee0dd2cccd1f485191e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2020 05:02:38 +0000 Subject: [PATCH 1543/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200205.7 (#6306) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20105.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20105.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20105.7 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20105.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20105.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a378e2623..09e94ad9d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3361fb5e2db3caea017c0a33630f5c007b75bc23 + b490eaf5e5c1ff9363a40ead6efbbf66169d3045 - + https://github.com/dotnet/windowsdesktop - 3361fb5e2db3caea017c0a33630f5c007b75bc23 + b490eaf5e5c1ff9363a40ead6efbbf66169d3045 - + https://github.com/dotnet/windowsdesktop - 3361fb5e2db3caea017c0a33630f5c007b75bc23 + b490eaf5e5c1ff9363a40ead6efbbf66169d3045 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ c23901545497a87f6df2f6046a228558152fe49a - + https://github.com/dotnet/winforms - 1d9457dc342b300cf4d428313d65bd6dd5e5bf2f + ed7a932ae4a865fea4bb2c7fab106684a2fa17de - + https://github.com/dotnet/wpf - aff50ae34fe1ecd78d93417a485f114652b4c251 + dba2b148ce63312191f0ae7e13e07da0d166b96d diff --git a/eng/Versions.props b/eng/Versions.props index 47c33d80f..ee4485fbf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20105.2 + 5.0.0-preview.1.20105.3 - 5.0.0-preview.1.20105.5 + 5.0.0-preview.1.20105.6 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20105.6 - 5.0.0-preview.1.20105.6 - 5.0.0-preview.1.20105.6 + 5.0.0-preview.1.20105.7 + 5.0.0-preview.1.20105.7 + 5.0.0-preview.1.20105.7 From 4d32a82edff14d0e329e3e3ae9736264b08ded1d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2020 05:34:15 +0000 Subject: [PATCH 1544/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6304) * Update dependencies from https://github.com/dotnet/toolset build 20200205.4 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20105.4 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20105.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200205.5 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20105.5 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20105.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200205.7 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20105.7 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20105.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20105.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2c6882e26..6f78e54d0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 4d52f6a5fb82689582bbd23dace7b1eb3279daa9 + 79967b4a51df5a10a2a3557b196b4b3cfdba7cae - + https://github.com/dotnet/sdk - 20950a8fe1eb06b181f08c778acc5bd4df9719db + f8d14891f5440e79d0449d357beb4cceede34382 - + https://github.com/dotnet/cli - 281d35c146aa7d13787629ef42c931ce41563c9f + 79c5e648b8cc0d891cee296d8141e35c421d8862 diff --git a/eng/Versions.props b/eng/Versions.props index 94c3d9839..4697f19de 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20104.15 + 3.1.200-preview.20105.7 @@ -45,14 +45,14 @@ - 3.1.200-preview.20104.3 + 3.1.200-preview.20105.2 0.2.0 - 3.1.200-preview.20104.3 + 3.1.200-preview.20105.2 $(MicrosoftNETSdkPackageVersion) From 288bb5c8b61215ccf9715a8c99b42fcd2f03ac7d Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 5 Feb 2020 22:16:55 -0800 Subject: [PATCH 1545/2259] Remove all reference to 21 template --- eng/Versions.props | 5 --- src/redist/targets/Branding.targets | 1 - src/redist/targets/BundledTemplates.targets | 38 +-------------------- src/redist/targets/GenerateLayout.targets | 1 - src/redist/targets/GenerateMSIs.targets | 21 +----------- src/redist/targets/Signing.targets | 1 - 6 files changed, 2 insertions(+), 65 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 8a42be504..cffeabf1f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -98,11 +98,6 @@ $(MicrosoftDotNetCommonItemTemplates30PackageVersion) 1.0.2-beta4.20105.2 3.0.1 - - 1.6.0 - 1.0.2-beta4 - $(MicrosoftDotNetCommonItemTemplates22PackageVersion) - 2.2.8 1.5.3 1.0.2-beta3 diff --git a/src/redist/targets/Branding.targets b/src/redist/targets/Branding.targets index 44174a784..f42f3cc32 100644 --- a/src/redist/targets/Branding.targets +++ b/src/redist/targets/Branding.targets @@ -15,7 +15,6 @@ $(SharedFrameworkName) Microsoft .NET Core 3.1 Templates $(CliBrandingVersion) Microsoft .NET Core 3.0 Templates $(CliBrandingVersion) - Microsoft .NET Core 2.2 Templates $(CliBrandingVersion) Microsoft .NET Core 2.1 Templates $(CliBrandingVersion) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 709da201f..7c2713bc9 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -18,14 +18,6 @@ - - - - - - @@ -57,15 +49,6 @@ - - - - - - - - - @@ -90,13 +73,6 @@ [%(PackageVersion)] - - - %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg - $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower()) - [%(PackageVersion)] - - %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg @@ -109,32 +85,27 @@ - @@ -151,7 +122,7 @@ + DependsOnTargets="LayoutTemplatesForSDK;LayoutTemplatesFor31MSI;LayoutTemplatesFor30MSI;LayoutTemplatesFor21MSI" /> @@ -177,13 +148,6 @@ DestinationFolder="$(Templates30LayoutPath)templates/$(BundledTemplates30InstallPath)"/> - - - - diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 771478685..781fa0b8a 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -4,7 +4,6 @@ $(BaseOutputPath)$(Configuration)\dotnet-internal\ $(BaseOutputPath)$(Configuration)\templates-3.1\ $(BaseOutputPath)$(Configuration)\templates-3.0\ - $(BaseOutputPath)$(Configuration)\templates-2.2\ $(BaseOutputPath)$(Configuration)\templates-2.1\ $(IntermediateOutputPath)downloads\ diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index c73470943..6f6e8463d 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -41,7 +41,6 @@ Dotnet_CLI $(ArtifactsShippingPackagesDir)dotnet-31templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) $(ArtifactsShippingPackagesDir)dotnet-30templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) - $(ArtifactsShippingPackagesDir)dotnet-22templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) $(ArtifactsShippingPackagesDir)dotnet-21templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) $(ArtifactsShippingPackagesDir)dotnet-sdkplaceholder-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) NetCore_SdkPlaceholder @@ -60,7 +59,7 @@ DependsOnTargets="GenerateLayout;SetupWixProperties;GetCoreSdkGitCommitInfo"> - + - - - - @@ -214,14 +208,6 @@ $(Templates30InstallerUpgradeCode) NetCore_Templates_3.0 - - $(Templates22LayoutPath.TrimEnd('\')) - $(Templates22MSIInstallerFile) - $(BundledTemplates22BrandName) - $(BundledTemplates22MsiVersion) - $(Templates22InstallerUpgradeCode) - NetCore_Templates_2.2 - $(Templates21LayoutPath.TrimEnd('\')) $(Templates21MSIInstallerFile) @@ -345,11 +331,6 @@ $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates30MajorMinorVersion).$(FullNugetVersion).nupkg $(BundledTemplates30MajorMinorVersion) - - $(Templates22MSIInstallerFile) - $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates22MajorMinorVersion).$(FullNugetVersion).nupkg - $(BundledTemplates22MajorMinorVersion) - $(Templates21MSIInstallerFile) $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates21MajorMinorVersion).$(FullNugetVersion).nupkg diff --git a/src/redist/targets/Signing.targets b/src/redist/targets/Signing.targets index c6f771010..0d5eb9596 100644 --- a/src/redist/targets/Signing.targets +++ b/src/redist/targets/Signing.targets @@ -177,7 +177,6 @@ - From 9cc3298e79cde87ab20e75c9615a98e0a421ea6e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 6 Feb 2020 13:53:08 +0000 Subject: [PATCH 1546/2259] Update dependencies from https://github.com/dotnet/arcade build 20200205.2 (#6308) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20105.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 09e94ad9d..023255fd5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 0b404cb7575c8addc5e10f3fac57e79c596db28e + b65df96ccb820fd5f7ea226aeba310485f395130 diff --git a/global.json b/global.json index 9bd83d10e..4eb005294 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20104.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20105.2" } } From 645fdc4bc660960fbdee8ec588f1438689ed4143 Mon Sep 17 00:00:00 2001 From: Fadi Hanna Date: Thu, 6 Feb 2020 16:01:19 -0500 Subject: [PATCH 1547/2259] Fix formatting bug for crossgen2's supported RIDs (#6302) --- src/redist/targets/GenerateBundledVersions.targets | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 63f6a28fb..3aafc23e8 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -72,6 +72,8 @@ linux-arm64; " /> + + @@ -188,7 +190,7 @@ Copyright (c) .NET Foundation. All rights reserved. TargetFramework="netcoreapp5.0" Crossgen2PackNamePattern="Microsoft.NETCore.App.Crossgen2.**RID**" Crossgen2PackVersion="$(MicrosoftNETCoreAppRuntimePackageVersion)" - Crossgen2RuntimeIdentifiers="linux-musl-x64;linux-x64;win-x64" + Crossgen2RuntimeIdentifiers="@(Crossgen2SupportedRids, '%3B')" /> Date: Fri, 7 Feb 2020 06:18:14 +0000 Subject: [PATCH 1548/2259] [master] Update dependencies from dotnet/windowsdesktop (#6307) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200205.8 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20105.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20105.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20105.8 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20105.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200206.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20106.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20106.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20106.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20105.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20105.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200206.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20106.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20106.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20106.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20105.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20105.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200206.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20106.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20106.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20106.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20105.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20106.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200206.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20106.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20106.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20106.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20106.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20106.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200206.6 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20106.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20106.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20106.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20106.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20106.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 023255fd5..dcf989744 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b490eaf5e5c1ff9363a40ead6efbbf66169d3045 + 8bac62bdb8b59e0eacaff0c76380457b2a9b4372 - + https://github.com/dotnet/windowsdesktop - b490eaf5e5c1ff9363a40ead6efbbf66169d3045 + 8bac62bdb8b59e0eacaff0c76380457b2a9b4372 - + https://github.com/dotnet/windowsdesktop - b490eaf5e5c1ff9363a40ead6efbbf66169d3045 + 8bac62bdb8b59e0eacaff0c76380457b2a9b4372 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ c23901545497a87f6df2f6046a228558152fe49a - + https://github.com/dotnet/winforms - ed7a932ae4a865fea4bb2c7fab106684a2fa17de + 804091a825f723579f18fcd1b82b7b86cb001c04 - + https://github.com/dotnet/wpf - dba2b148ce63312191f0ae7e13e07da0d166b96d + e7c94ddfbb81b1d1905854862f9f1e23ed351a8e diff --git a/eng/Versions.props b/eng/Versions.props index ee4485fbf..7eaea8be5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20105.3 + 5.0.0-preview.1.20106.2 - 5.0.0-preview.1.20105.6 + 5.0.0-preview.1.20106.8 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20105.7 - 5.0.0-preview.1.20105.7 - 5.0.0-preview.1.20105.7 + 5.0.0-preview.1.20106.6 + 5.0.0-preview.1.20106.6 + 5.0.0-preview.1.20106.6 From 1c034da60e10149e5af4e18c6789003c7866f7c3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 16:47:47 +0000 Subject: [PATCH 1549/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200207.1 (#6312) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20107.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20107.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20107.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dcf989744..65d3daad7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8bac62bdb8b59e0eacaff0c76380457b2a9b4372 + df9eb60f391a0cb293289eba399d32e23b778e69 - + https://github.com/dotnet/windowsdesktop - 8bac62bdb8b59e0eacaff0c76380457b2a9b4372 + df9eb60f391a0cb293289eba399d32e23b778e69 - + https://github.com/dotnet/windowsdesktop - 8bac62bdb8b59e0eacaff0c76380457b2a9b4372 + df9eb60f391a0cb293289eba399d32e23b778e69 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 7eaea8be5..2a680aec1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20106.6 - 5.0.0-preview.1.20106.6 - 5.0.0-preview.1.20106.6 + 5.0.0-preview.1.20107.1 + 5.0.0-preview.1.20107.1 + 5.0.0-preview.1.20107.1 From a6b14864c84583dfbe0302be514814cf5a78db72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 7 Feb 2020 22:49:33 +0000 Subject: [PATCH 1550/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6310) * Update dependencies from https://github.com/dotnet/toolset build 20200206.5 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20106.5 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200207.3 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20107.3 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6f78e54d0..fa1dff59f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 79967b4a51df5a10a2a3557b196b4b3cfdba7cae + 9fad3091515f3c77ab94d4a1a6620117026107ab - + https://github.com/dotnet/sdk - f8d14891f5440e79d0449d357beb4cceede34382 + 261e44a129f73bec98adf6eb3b45556f121316e8 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 039275382..eb55b1458 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20105.7 + 3.1.200-preview.20107.3 @@ -52,7 +52,7 @@ - 3.1.200-preview.20105.2 + 3.1.200-preview.20106.1 $(MicrosoftNETSdkPackageVersion) From df52b3c339a61fc6dbe7792cda41da09787cc8dd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 8 Feb 2020 00:07:49 +0000 Subject: [PATCH 1551/2259] Update dependencies from https://github.com/dotnet/toolset build 20200207.5 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20107.5 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa1dff59f..1ab685abe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 9fad3091515f3c77ab94d4a1a6620117026107ab + 5ed3610c33745c7b6be15c1690040a6554f5cb98 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index eb55b1458..a0c9ea549 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20107.3 + 3.1.200-preview.20107.5 From af41478b6403b8a010083602018d9c85d0e93a1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 8 Feb 2020 00:31:40 +0000 Subject: [PATCH 1552/2259] Update dependencies from https://github.com/dotnet/toolset build 20200207.7 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20107.7 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20106.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ab685abe..623863dd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 5ed3610c33745c7b6be15c1690040a6554f5cb98 + a5f564c82ee7c4c371d9f3b6513d8f7b437fe8f0 - + https://github.com/dotnet/sdk - 261e44a129f73bec98adf6eb3b45556f121316e8 + 1951672f0cdf3ab6a9841781bdf17b3619ca2755 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index a0c9ea549..ab8b45469 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20107.5 + 3.1.200-preview.20107.7 @@ -52,7 +52,7 @@ - 3.1.200-preview.20106.1 + 3.1.200-preview.20106.2 $(MicrosoftNETSdkPackageVersion) From 486e1009f094be0634da4dd3b381b561a3c418e1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2020 00:45:41 +0000 Subject: [PATCH 1553/2259] [master] Update dependencies from dotnet/windowsdesktop (#6313) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200207.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20107.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20107.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20107.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20107.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200207.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20107.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20107.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20107.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20107.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20107.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 65d3daad7..46e2a9f18 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - df9eb60f391a0cb293289eba399d32e23b778e69 + 1c0230051767fb6df2ff541862ec69e5dac7d0ca - + https://github.com/dotnet/windowsdesktop - df9eb60f391a0cb293289eba399d32e23b778e69 + 1c0230051767fb6df2ff541862ec69e5dac7d0ca - + https://github.com/dotnet/windowsdesktop - df9eb60f391a0cb293289eba399d32e23b778e69 + 1c0230051767fb6df2ff541862ec69e5dac7d0ca https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ c23901545497a87f6df2f6046a228558152fe49a - + https://github.com/dotnet/winforms - 804091a825f723579f18fcd1b82b7b86cb001c04 + 4a2e6d590f2c45f290d73033cd896060c2fe0864 - + https://github.com/dotnet/wpf - e7c94ddfbb81b1d1905854862f9f1e23ed351a8e + 28a7a934d1692f0416a2ccf94e0e043155c13cc0 diff --git a/eng/Versions.props b/eng/Versions.props index 2a680aec1..eaf90dc33 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20106.2 + 5.0.0-preview.1.20107.1 - 5.0.0-preview.1.20106.8 + 5.0.0-preview.1.20107.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20107.1 - 5.0.0-preview.1.20107.1 - 5.0.0-preview.1.20107.1 + 5.0.0-preview.1.20107.3 + 5.0.0-preview.1.20107.3 + 5.0.0-preview.1.20107.3 From 9b723d9809b04a8848f47e3de2f545dee666d7d1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2020 00:51:24 +0000 Subject: [PATCH 1554/2259] Update dependencies from https://github.com/dotnet/arcade build 20200206.12 (#6311) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20106.12 --- eng/Version.Details.xml | 4 +- .../channels/generic-internal-channel.yml | 2 +- .../channels/generic-public-channel.yml | 2 +- eng/common/tools.ps1 | 48 ++++++++++++++----- eng/common/tools.sh | 38 +++++++++++---- global.json | 2 +- 6 files changed, 72 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 46e2a9f18..97e7bf316 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - b65df96ccb820fd5f7ea226aeba310485f395130 + 50f7059d3a7a83ae1919516755b9ca92c67805e8 diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 29d8d46ee..380122901 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -46,7 +46,7 @@ stages: buildId: $(AzDOBuildId) downloadType: 'specific' itemPattern: | - PDBArtifacts/** + PdbArtifacts/** BlobArtifacts/** downloadPath: '$(Build.ArtifactStagingDirectory)' diff --git a/eng/common/templates/post-build/channels/generic-public-channel.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml index 883e033c8..ae8c6349d 100644 --- a/eng/common/templates/post-build/channels/generic-public-channel.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -46,7 +46,7 @@ stages: buildId: $(AzDOBuildId) downloadType: 'specific' itemPattern: | - PDBArtifacts/** + PdbArtifacts/** BlobArtifacts/** downloadPath: '$(Build.ArtifactStagingDirectory)' diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index d3a432878..fef7e5a3f 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -155,12 +155,12 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) { # The following code block is protecting against concurrent access so that this function can # be called in parallel. if ($createSdkLocationFile) { - do { + do { $sdkCacheFileTemp = Join-Path $ToolsetDir $([System.IO.Path]::GetRandomFileName()) - } + } until (!(Test-Path $sdkCacheFileTemp)) Set-Content -Path $sdkCacheFileTemp -Value $dotnetRoot - + try { Rename-Item -Force -Path $sdkCacheFileTemp 'sdk.txt' } catch { @@ -188,7 +188,33 @@ function GetDotNetInstallScript([string] $dotnetRoot) { if (!(Test-Path $installScript)) { Create-Directory $dotnetRoot $ProgressPreference = 'SilentlyContinue' # Don't display the console progress UI - it's a huge perf hit - Invoke-WebRequest "https://dot.net/$dotnetInstallScriptVersion/dotnet-install.ps1" -OutFile $installScript + + $maxRetries = 5 + $retries = 1 + + $uri = "https://dot.net/$dotnetInstallScriptVersion/dotnet-install.ps1" + + while($true) { + try { + Write-Host "GET $uri" + Invoke-WebRequest $uri -OutFile $installScript + break + } + catch { + Write-Host "Failed to download '$uri'" + Write-Error $_.Exception.Message -ErrorAction Continue + } + + if (++$retries -le $maxRetries) { + $delayInSeconds = [math]::Pow(2, $retries) - 1 # Exponential backoff + Write-Host "Retrying. Waiting for $delayInSeconds seconds before next attempt ($retries of $maxRetries)." + Start-Sleep -Seconds $delayInSeconds + } + else { + throw "Unable to download file in $maxRetries attempts." + } + + } } return $installScript @@ -198,12 +224,12 @@ function InstallDotNetSdk([string] $dotnetRoot, [string] $version, [string] $arc InstallDotNet $dotnetRoot $version $architecture } -function InstallDotNet([string] $dotnetRoot, - [string] $version, - [string] $architecture = '', - [string] $runtime = '', - [bool] $skipNonVersionedFiles = $false, - [string] $runtimeSourceFeed = '', +function InstallDotNet([string] $dotnetRoot, + [string] $version, + [string] $architecture = '', + [string] $runtime = '', + [bool] $skipNonVersionedFiles = $false, + [string] $runtimeSourceFeed = '', [string] $runtimeSourceFeedKey = '') { $installScript = GetDotNetInstallScript $dotnetRoot @@ -298,7 +324,7 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = $vsMajorVersion = $vsMinVersion.Major $xcopyMSBuildVersion = "$vsMajorVersion.$($vsMinVersion.Minor).0-alpha" } - + $vsInstallDir = $null if ($xcopyMSBuildVersion.Trim() -ine "none") { $vsInstallDir = InitializeXCopyMSBuild $xcopyMSBuildVersion $install diff --git a/eng/common/tools.sh b/eng/common/tools.sh index e071af4ee..c26525e52 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -41,7 +41,7 @@ fi # Configures warning treatment in msbuild. warn_as_error=${warn_as_error:-true} -# True to attempt using .NET Core already that meets requirements specified in global.json +# True to attempt using .NET Core already that meets requirements specified in global.json # installed on the machine instead of downloading one. use_installed_dotnet_cli=${use_installed_dotnet_cli:-true} @@ -172,7 +172,7 @@ function InstallDotNetSdk { function InstallDotNet { local root=$1 local version=$2 - + GetDotNetInstallScript "$root" local install_script=$_GetDotNetInstallScript @@ -218,6 +218,28 @@ function InstallDotNet { } } +function with_retries { + local maxRetries=5 + local retries=1 + echo "Trying to run '$@' for maximum of $maxRetries attempts." + while [[ $((retries++)) -le $maxRetries ]]; do + "$@" + + if [[ $? == 0 ]]; then + echo "Ran '$@' successfully." + return 0 + fi + + timeout=$((2**$retries-1)) + echo "Failed to execute '$@'. Waiting $timeout seconds before next attempt ($retries out of $maxRetries)." 1>&2 + sleep $timeout + done + + echo "Failed to execute '$@' for $maxRetries times." 1>&2 + + return 1 +} + function GetDotNetInstallScript { local root=$1 local install_script="$root/dotnet-install.sh" @@ -230,13 +252,13 @@ function GetDotNetInstallScript { # Use curl if available, otherwise use wget if command -v curl > /dev/null; then - curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { + with_retries curl "$install_script_url" -isSLv --retry 10 --create-dirs -o "$install_script" || { local exit_code=$? Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." ExitWithExitCode $exit_code } - else - wget -q -O "$install_script" "$install_script_url" || { + else + with_retries wget -v -O "$install_script" "$install_script_url" || { local exit_code=$? Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." ExitWithExitCode $exit_code @@ -251,11 +273,11 @@ function InitializeBuildTool { if [[ -n "${_InitializeBuildTool:-}" ]]; then return fi - + InitializeDotNetCli $restore # return values - _InitializeBuildTool="$_InitializeDotNetCli/dotnet" + _InitializeBuildTool="$_InitializeDotNetCli/dotnet" _InitializeBuildToolCommand="msbuild" _InitializeBuildToolFramework="netcoreapp2.1" } @@ -319,7 +341,7 @@ function InitializeToolset { if [[ "$binary_log" == true ]]; then bl="/bl:$log_dir/ToolsetRestore.binlog" fi - + echo '' > "$proj" MSBuild-Core "$proj" $bl /t:__WriteToolsetLocation /clp:ErrorsOnly\;NoSummary /p:__ToolsetLocationOutputFile="$toolset_location_file" diff --git a/global.json b/global.json index 4eb005294..a4b081bcd 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20105.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20106.12" } } From e410e67f7dccb3a76074a9d56ffd1fdf9edfeaf5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2020 01:40:15 +0000 Subject: [PATCH 1555/2259] [master] Update dependencies from dotnet/toolset (#6309) * Update dependencies from https://github.com/dotnet/toolset build 20200206.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20106.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200206.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20106.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20106.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200206.3 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20106.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20106.3 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200206.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20106.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20106.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200207.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20107.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20107.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200207.2 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20107.2 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20107.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200207.4 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20107.4 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20107.4 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200207.6 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20107.6 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20107.6 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200207.9 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20107.9 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20106.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.NET.Sdk - 5.0.100-preview.1.20105.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20107.9 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97e7bf316..4d919a6ee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 13b4d1105262fa720d28f1ad6a4cd4d6180f7d10 + 529092e53dcca62184f15aa2abcd6c7613fbbc7b - + https://github.com/dotnet/toolset - c23901545497a87f6df2f6046a228558152fe49a + 6e8a26062af12ea8754c119d6c447bb2a7e6d4b0 - + https://github.com/dotnet/sdk - e281ba6e86b96e3e1f5510b3e661ea8aa850837e + 9e18c1c22e2cd5c2d0a1cc3a5dc3459e6f2390a6 - + https://github.com/dotnet/toolset - c23901545497a87f6df2f6046a228558152fe49a + 6e8a26062af12ea8754c119d6c447bb2a7e6d4b0 diff --git a/eng/Versions.props b/eng/Versions.props index eaf90dc33..7a7b0a04c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-preview.1.20105.3 + 5.0.100-preview.1.20107.9 @@ -29,7 +29,7 @@ - 5.0.0-alpha1.20101.2 + 5.0.0-alpha.1.20106.1 @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20105.3 + 5.0.100-preview.1.20107.9 0.2.0 - 5.0.100-alpha.1.20061.1 + 5.0.100-preview.1.20105.1 $(MicrosoftNETSdkPackageVersion) From 6e999a7e4abc00cbadb5bc51922cda6ab2a8b8ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2020 13:55:46 +0000 Subject: [PATCH 1556/2259] Update dependencies from https://github.com/dotnet/arcade build 20200207.14 (#6317) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20107.14 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4d919a6ee..2a59a4d80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 50f7059d3a7a83ae1919516755b9ca92c67805e8 + c84720afc91b635e2fbeb5dbd7e2742f18773e0e diff --git a/global.json b/global.json index a4b081bcd..9a06be68c 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20106.12" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20107.14" } } From ea47d92fbaaa8f7f48aa99579951186668cadb87 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2020 14:53:41 +0000 Subject: [PATCH 1557/2259] [master] Update dependencies from dotnet/toolset (#6316) * Update dependencies from https://github.com/dotnet/toolset build 20200207.10 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20107.10 * Update dependencies from https://github.com/dotnet/toolset build 20200207.13 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20107.13 * Update dependencies from https://github.com/dotnet/toolset build 20200207.12 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20107.12 * Update dependencies from https://github.com/dotnet/toolset build 20200207.11 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20107.11 * Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20107.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20107.11 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200208.1 - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20108.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20107.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20108.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a59a4d80..09ed68bb8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 529092e53dcca62184f15aa2abcd6c7613fbbc7b + 38893388c6abbc75598a03fa2de65967cd03c2cf - + https://github.com/dotnet/toolset - 6e8a26062af12ea8754c119d6c447bb2a7e6d4b0 + 5e93125f4e01256afbe0b5baba1b7bcf65e71aa0 https://github.com/dotnet/sdk 9e18c1c22e2cd5c2d0a1cc3a5dc3459e6f2390a6 - + https://github.com/dotnet/toolset - 6e8a26062af12ea8754c119d6c447bb2a7e6d4b0 + 5e93125f4e01256afbe0b5baba1b7bcf65e71aa0 diff --git a/eng/Versions.props b/eng/Versions.props index 7a7b0a04c..d0cd5698a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-preview.1.20107.9 + 5.0.100-preview.1.20108.1 @@ -29,7 +29,7 @@ - 5.0.0-alpha.1.20106.1 + 5.0.0-alpha.1.20107.1 @@ -50,7 +50,7 @@ - 5.0.100-preview.1.20107.9 + 5.0.100-preview.1.20108.1 0.2.0 From 08049541d20c8a7fb509c80b8160c7b7ddb7d603 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 8 Feb 2020 16:12:32 +0000 Subject: [PATCH 1558/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200208.1 (#6318) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20108.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20108.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20108.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 09ed68bb8..5c8633498 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1c0230051767fb6df2ff541862ec69e5dac7d0ca + 32de88e3e1e865727b5d3e69da5b8f85fc1bd6f9 - + https://github.com/dotnet/windowsdesktop - 1c0230051767fb6df2ff541862ec69e5dac7d0ca + 32de88e3e1e865727b5d3e69da5b8f85fc1bd6f9 - + https://github.com/dotnet/windowsdesktop - 1c0230051767fb6df2ff541862ec69e5dac7d0ca + 32de88e3e1e865727b5d3e69da5b8f85fc1bd6f9 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d0cd5698a..8fc0b9c6e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20107.3 - 5.0.0-preview.1.20107.3 - 5.0.0-preview.1.20107.3 + 5.0.0-preview.1.20108.1 + 5.0.0-preview.1.20108.1 + 5.0.0-preview.1.20108.1 From e72180eac04284fe4df5d93325cf35c8c3c9e9ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2020 00:13:10 +0000 Subject: [PATCH 1559/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200208.2 (#6319) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20108.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20108.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20108.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5c8633498..f111444ce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 32de88e3e1e865727b5d3e69da5b8f85fc1bd6f9 + ab3960ba9fe08b9fcf579c53ecb307cd9b8f4dbb - + https://github.com/dotnet/windowsdesktop - 32de88e3e1e865727b5d3e69da5b8f85fc1bd6f9 + ab3960ba9fe08b9fcf579c53ecb307cd9b8f4dbb - + https://github.com/dotnet/windowsdesktop - 32de88e3e1e865727b5d3e69da5b8f85fc1bd6f9 + ab3960ba9fe08b9fcf579c53ecb307cd9b8f4dbb https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 8fc0b9c6e..d619f868b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20108.1 - 5.0.0-preview.1.20108.1 - 5.0.0-preview.1.20108.1 + 5.0.0-preview.1.20108.2 + 5.0.0-preview.1.20108.2 + 5.0.0-preview.1.20108.2 From 00f10c1f7643f12dc411fe23a3a25292605847da Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2020 06:40:03 +0000 Subject: [PATCH 1560/2259] Update dependencies from https://github.com/dotnet/toolset build 20200208.2 (#6320) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20108.2 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20107.4 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20107.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 623863dd2..17302c1bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - a5f564c82ee7c4c371d9f3b6513d8f7b437fe8f0 + 25c7517a93a64651195f7669e29ce6426db51080 - + https://github.com/dotnet/sdk - 1951672f0cdf3ab6a9841781bdf17b3619ca2755 + 130be5a782f6fa8410627a8fddd3e2988bde1c71 - + https://github.com/dotnet/cli - 79c5e648b8cc0d891cee296d8141e35c421d8862 + ce7027083cc440b7d9715b5d3ea73ac3f2069c22 diff --git a/eng/Versions.props b/eng/Versions.props index ab8b45469..2ab2d4f08 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20107.7 + 3.1.200-preview.20108.2 @@ -45,14 +45,14 @@ - 3.1.200-preview.20105.2 + 3.1.200-preview.20107.2 0.2.0 - 3.1.200-preview.20106.2 + 3.1.200-preview.20107.4 $(MicrosoftNETSdkPackageVersion) From 33303fd635ae0735f6de9732aa1a3aad52af9643 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2020 14:40:13 +0000 Subject: [PATCH 1561/2259] Update dependencies from https://github.com/dotnet/toolset build 20200209.2 (#6324) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20109.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20109.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f111444ce..3071b1d6a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 38893388c6abbc75598a03fa2de65967cd03c2cf - + https://github.com/dotnet/toolset - 5e93125f4e01256afbe0b5baba1b7bcf65e71aa0 + 8700f47bfd8b1dd285a78b29bbe81fae60891498 https://github.com/dotnet/sdk 9e18c1c22e2cd5c2d0a1cc3a5dc3459e6f2390a6 - + https://github.com/dotnet/toolset - 5e93125f4e01256afbe0b5baba1b7bcf65e71aa0 + 8700f47bfd8b1dd285a78b29bbe81fae60891498 diff --git a/eng/Versions.props b/eng/Versions.props index d619f868b..98db23adf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-preview.1.20108.1 + 5.0.100-preview.1.20109.2 @@ -50,7 +50,7 @@ - 5.0.100-preview.1.20108.1 + 5.0.100-preview.1.20109.2 0.2.0 From b416e75ed1b045d903a90fe037b8efa7ebdc45d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2020 15:22:51 +0000 Subject: [PATCH 1562/2259] Update dependencies from https://github.com/dotnet/toolset build 20200209.1 (#6325) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20109.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20109.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3071b1d6a..771064f89 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,17 +75,17 @@ https://github.com/dotnet/templating 38893388c6abbc75598a03fa2de65967cd03c2cf - + https://github.com/dotnet/toolset - 8700f47bfd8b1dd285a78b29bbe81fae60891498 + 601c4107e9040690653b947363fe4de075990a33 https://github.com/dotnet/sdk 9e18c1c22e2cd5c2d0a1cc3a5dc3459e6f2390a6 - + https://github.com/dotnet/toolset - 8700f47bfd8b1dd285a78b29bbe81fae60891498 + 601c4107e9040690653b947363fe4de075990a33 diff --git a/eng/Versions.props b/eng/Versions.props index 98db23adf..dc0f1e9c4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-preview.1.20109.2 + 5.0.100-preview.1.20109.1 @@ -50,7 +50,7 @@ - 5.0.100-preview.1.20109.2 + 5.0.100-preview.1.20109.1 0.2.0 From ca5522cead2523cef175a2e47333ba129c26cbd6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 9 Feb 2020 16:20:57 +0000 Subject: [PATCH 1563/2259] Update dependencies from https://github.com/dotnet/toolset build 20200208.3 (#6321) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20108.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 17302c1bf..2ca52088b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 25c7517a93a64651195f7669e29ce6426db51080 + 10b58218b32345dd2daac5aff6b7d2b5e72312e1 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2ab2d4f08..ddeff7283 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20108.2 + 3.1.200-preview.20108.3 From 3cffab5ecf50a51ff9f4d777343470ed9a41155e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 01:21:28 +0000 Subject: [PATCH 1564/2259] Update dependencies from https://github.com/dotnet/toolset build 20200209.3 (#6326) - Microsoft.Dotnet.Toolset.Internal - 5.0.100-preview.1.20109.3 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20109.1 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20109.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 771064f89..704a065f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,21 +71,21 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 38893388c6abbc75598a03fa2de65967cd03c2cf + b6906c18ac94b3bfbfe673bc7b36e03fa818d862 - + https://github.com/dotnet/toolset - 601c4107e9040690653b947363fe4de075990a33 + 648d9ee5620e0a584e41a916475a6d635663845a https://github.com/dotnet/sdk 9e18c1c22e2cd5c2d0a1cc3a5dc3459e6f2390a6 - + https://github.com/dotnet/toolset - 601c4107e9040690653b947363fe4de075990a33 + 648d9ee5620e0a584e41a916475a6d635663845a diff --git a/eng/Versions.props b/eng/Versions.props index dc0f1e9c4..3094c93db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,7 +17,7 @@ - 5.0.100-preview.1.20109.1 + 5.0.100-preview.1.20109.3 @@ -29,7 +29,7 @@ - 5.0.0-alpha.1.20107.1 + 5.0.0-alpha.1.20109.1 @@ -50,7 +50,7 @@ - 5.0.100-preview.1.20109.1 + 5.0.100-preview.1.20109.3 0.2.0 From 17ab007c83ffa5efb35018671dcc7ca4a0dce8d7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 10:12:00 +0000 Subject: [PATCH 1565/2259] [master] Update dependencies from dotnet/windowsdesktop (#6322) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200208.5 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20108.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20108.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20108.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20108.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20108.13 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200209.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20109.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20109.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20109.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20108.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20108.13 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200209.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20109.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20109.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20109.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20108.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20109.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200209.8 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20109.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20109.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20109.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20108.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20109.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200210.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20110.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20110.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20110.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20109.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20109.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 704a065f7..31715e48e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ab3960ba9fe08b9fcf579c53ecb307cd9b8f4dbb + 9bb3ce91675bff7928288c18a332df653660e5e6 - + https://github.com/dotnet/windowsdesktop - ab3960ba9fe08b9fcf579c53ecb307cd9b8f4dbb + 9bb3ce91675bff7928288c18a332df653660e5e6 - + https://github.com/dotnet/windowsdesktop - ab3960ba9fe08b9fcf579c53ecb307cd9b8f4dbb + 9bb3ce91675bff7928288c18a332df653660e5e6 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - 4a2e6d590f2c45f290d73033cd896060c2fe0864 + 2af3af9589492d4c252af9a282a3e4cad293defa - + https://github.com/dotnet/wpf - 28a7a934d1692f0416a2ccf94e0e043155c13cc0 + f36366244f72dfd12ef3c4135dda1e7e43ee004e diff --git a/eng/Versions.props b/eng/Versions.props index 3094c93db..0ceee853a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20107.1 + 5.0.0-preview.1.20109.1 - 5.0.0-preview.1.20107.3 + 5.0.0-preview.1.20109.9 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20108.2 - 5.0.0-preview.1.20108.2 - 5.0.0-preview.1.20108.2 + 5.0.0-preview.1.20110.1 + 5.0.0-preview.1.20110.1 + 5.0.0-preview.1.20110.1 From 4ce8d08145ed0edee38062d71bfc1eb7e89589b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 13:40:40 +0000 Subject: [PATCH 1566/2259] [master] Update dependencies from dotnet/arcade (#6323) * Update dependencies from https://github.com/dotnet/arcade build 20200208.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20108.2 * Update dependencies from https://github.com/dotnet/arcade build 20200209.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20109.1 --- eng/Version.Details.xml | 4 ++-- eng/common/performance/performance-setup.ps1 | 4 ++-- eng/common/performance/performance-setup.sh | 4 ++-- global.json | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 31715e48e..6c8e68f57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - c84720afc91b635e2fbeb5dbd7e2742f18773e0e + b0e8d3944155f94f83deea8afe025debe369e69f diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index a6916d25f..e33766992 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -2,7 +2,7 @@ Param( [string] $SourceDirectory=$env:BUILD_SOURCESDIRECTORY, [string] $CoreRootDirectory, [string] $BaselineCoreRootDirectory, - [string] $Architecture=$env:archType, + [string] $Architecture="x64", [string] $Framework="netcoreapp5.0", [string] $CompilationMode="Tiered", [string] $Repository=$env:BUILD_REPOSITORY_NAME, @@ -50,7 +50,7 @@ if ($Internal) { } # FIX ME: This is a workaround until we get this from the actual pipeline -$CommonSetupArguments="--channel master --queue $Queue --build-number $BuildNumber --build-configs $Configurations" +$CommonSetupArguments="--channel master --queue $Queue --build-number $BuildNumber --build-configs $Configurations --architecture $Architecture" $SetupArguments = "--repository https://github.com/$Repository --branch $Branch --get-perf-hash --commit-sha $CommitSha $CommonSetupArguments" if ($RunFromPerformanceRepo) { diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index ba8bfc13d..94a04e0fe 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -3,7 +3,7 @@ source_directory=$BUILD_SOURCESDIRECTORY core_root_directory= baseline_core_root_directory= -architecture=$archType +architecture=x64 framework=netcoreapp5.0 compilation_mode=tiered repository=$BUILD_REPOSITORY_NAME @@ -164,7 +164,7 @@ if [[ "$internal" == true ]]; then fi fi -common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs $configurations" +common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs $configurations --architecture $architecture" setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments" if [[ "$run_from_perf_repo" = true ]]; then diff --git a/global.json b/global.json index 9a06be68c..2a57cc2fe 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20107.14" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20109.1" } } From 7236175c790e91d9f317f8f72b0641c21423a044 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 14:29:00 +0000 Subject: [PATCH 1567/2259] [master] Update dependencies from dotnet/windowsdesktop (#6327) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200210.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20110.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20110.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20110.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20109.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20109.10 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200210.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20110.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20110.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20110.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20109.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20110.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200210.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20110.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20110.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20110.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20109.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20110.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6c8e68f57..8a277475a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9bb3ce91675bff7928288c18a332df653660e5e6 + e0c32e5a1659711a819ec5ef77578515a4339680 - + https://github.com/dotnet/windowsdesktop - 9bb3ce91675bff7928288c18a332df653660e5e6 + e0c32e5a1659711a819ec5ef77578515a4339680 - + https://github.com/dotnet/windowsdesktop - 9bb3ce91675bff7928288c18a332df653660e5e6 + e0c32e5a1659711a819ec5ef77578515a4339680 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - 2af3af9589492d4c252af9a282a3e4cad293defa + 3d792209809fc7464f3dd78c4d118d9c06bb9336 - + https://github.com/dotnet/wpf - f36366244f72dfd12ef3c4135dda1e7e43ee004e + 047be8df2b01f2c9110f9b1c64e4904a0ae26b86 diff --git a/eng/Versions.props b/eng/Versions.props index 0ceee853a..4c7dd0337 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20109.1 + 5.0.0-preview.1.20109.6 - 5.0.0-preview.1.20109.9 + 5.0.0-preview.1.20110.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20110.1 - 5.0.0-preview.1.20110.1 - 5.0.0-preview.1.20110.1 + 5.0.0-preview.1.20110.4 + 5.0.0-preview.1.20110.4 + 5.0.0-preview.1.20110.4 From 004c9346ec2d8ebc80798b0cc9dc042e940ad603 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 16:17:39 +0000 Subject: [PATCH 1568/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200210.5 (#6329) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20110.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20110.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20110.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8a277475a..2bf90429c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e0c32e5a1659711a819ec5ef77578515a4339680 + 45fb0e271160b065e6c868fa162751bac2acb919 - + https://github.com/dotnet/windowsdesktop - e0c32e5a1659711a819ec5ef77578515a4339680 + 45fb0e271160b065e6c868fa162751bac2acb919 - + https://github.com/dotnet/windowsdesktop - e0c32e5a1659711a819ec5ef77578515a4339680 + 45fb0e271160b065e6c868fa162751bac2acb919 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 4c7dd0337..2e58b2850 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20110.4 - 5.0.0-preview.1.20110.4 - 5.0.0-preview.1.20110.4 + 5.0.0-preview.1.20110.5 + 5.0.0-preview.1.20110.5 + 5.0.0-preview.1.20110.5 From de73dfae1808ad1c2f24d56591a25c8ba970501b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 17:42:41 +0000 Subject: [PATCH 1569/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200210.6 (#6330) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20110.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20110.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20110.6 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20110.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2bf90429c..34e7178e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 45fb0e271160b065e6c868fa162751bac2acb919 + 19f898d35aabe1a2ca55d4d44913c684857c9086 - + https://github.com/dotnet/windowsdesktop - 45fb0e271160b065e6c868fa162751bac2acb919 + 19f898d35aabe1a2ca55d4d44913c684857c9086 - + https://github.com/dotnet/windowsdesktop - 45fb0e271160b065e6c868fa162751bac2acb919 + 19f898d35aabe1a2ca55d4d44913c684857c9086 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 3d792209809fc7464f3dd78c4d118d9c06bb9336 - + https://github.com/dotnet/wpf - 047be8df2b01f2c9110f9b1c64e4904a0ae26b86 + 93eaa2a173bb25a50d909fdfc79c015d2b8edaa2 diff --git a/eng/Versions.props b/eng/Versions.props index 2e58b2850..1c9a654d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20110.2 + 5.0.0-preview.1.20110.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20110.5 - 5.0.0-preview.1.20110.5 - 5.0.0-preview.1.20110.5 + 5.0.0-preview.1.20110.6 + 5.0.0-preview.1.20110.6 + 5.0.0-preview.1.20110.6 From 15936360b30e3cff50fd17b5e249ba4bb9f95e69 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2020 23:54:44 +0000 Subject: [PATCH 1570/2259] [master] Update dependencies from dotnet/aspnetcore (#6257) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200129.5 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20079.5 - dotnet-dev-certs - 5.0.0-alpha.1.20079.5 - dotnet-user-secrets - 5.0.0-alpha.1.20079.5 - dotnet-watch - 5.0.0-alpha.1.20079.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20079.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20079.5 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200129.7 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20079.7 - dotnet-dev-certs - 5.0.0-alpha.1.20079.7 - dotnet-user-secrets - 5.0.0-alpha.1.20079.7 - dotnet-watch - 5.0.0-alpha.1.20079.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20079.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20079.7 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200203.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20103.1 - dotnet-dev-certs - 5.0.0-alpha.1.20103.1 - dotnet-user-secrets - 5.0.0-alpha.1.20103.1 - dotnet-watch - 5.0.0-alpha.1.20103.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20103.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200203.2 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20103.2 - dotnet-dev-certs - 5.0.0-alpha.1.20103.2 - dotnet-user-secrets - 5.0.0-alpha.1.20103.2 - dotnet-watch - 5.0.0-alpha.1.20103.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20103.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.2 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200203.9 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-alpha.1.20103.9 - dotnet-dev-certs - 5.0.0-alpha.1.20103.9 - dotnet-user-secrets - 5.0.0-alpha.1.20103.9 - dotnet-watch - 5.0.0-alpha.1.20103.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-alpha.1.20103.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20103.9 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200204.4 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20104.4 - dotnet-dev-certs - 5.0.0-preview.1.20104.4 - dotnet-user-secrets - 5.0.0-preview.1.20104.4 - dotnet-watch - 5.0.0-preview.1.20104.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20104.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20104.4 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200205.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20105.1 - dotnet-dev-certs - 5.0.0-preview.1.20105.1 - dotnet-user-secrets - 5.0.0-preview.1.20105.1 - dotnet-watch - 5.0.0-preview.1.20105.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20105.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20105.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200207.2 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20107.2 - dotnet-dev-certs - 5.0.0-preview.1.20107.2 - dotnet-user-secrets - 5.0.0-preview.1.20107.2 - dotnet-watch - 5.0.0-preview.1.20107.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20107.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20107.2 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200207.8 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20107.8 - dotnet-dev-certs - 5.0.0-preview.1.20107.8 - dotnet-user-secrets - 5.0.0-preview.1.20107.8 - dotnet-watch - 5.0.0-preview.1.20107.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20107.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20107.8 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200210.4 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20110.4 - dotnet-dev-certs - 5.0.0-preview.1.20110.4 - dotnet-user-secrets - 5.0.0-preview.1.20110.4 - dotnet-watch - 5.0.0-preview.1.20110.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20110.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20110.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 34e7178e4..c35aedf78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime a7f8cdc0de945561ae3fcaa72440c0ec56d69060 - + https://github.com/dotnet/aspnetcore - bc60e9576f88c1ee16dc99f18ca08278c254802d + 568e73e69a1b086d08520fd80840d095a42bcd4f - + https://github.com/dotnet/aspnetcore - bc60e9576f88c1ee16dc99f18ca08278c254802d + 568e73e69a1b086d08520fd80840d095a42bcd4f - + https://github.com/dotnet/aspnetcore - bc60e9576f88c1ee16dc99f18ca08278c254802d + 568e73e69a1b086d08520fd80840d095a42bcd4f - + https://github.com/dotnet/aspnetcore - bc60e9576f88c1ee16dc99f18ca08278c254802d + 568e73e69a1b086d08520fd80840d095a42bcd4f - + https://github.com/dotnet/aspnetcore - bc60e9576f88c1ee16dc99f18ca08278c254802d + 568e73e69a1b086d08520fd80840d095a42bcd4f - + https://github.com/dotnet/aspnetcore - bc60e9576f88c1ee16dc99f18ca08278c254802d + 568e73e69a1b086d08520fd80840d095a42bcd4f https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 1c9a654d9..250bb63d5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-alpha.1.20071.6 - 5.0.0-alpha.1.20071.6 - 5.0.0-alpha.1.20071.6 - 5.0.0-alpha.1.20071.6 - 5.0.0-alpha.1.20071.6 - 5.0.0-alpha.1.20071.6 + 5.0.0-preview.1.20110.4 + 5.0.0-preview.1.20110.4 + 5.0.0-preview.1.20110.4 + 5.0.0-preview.1.20110.4 + 5.0.0-preview.1.20110.4 + 5.0.0-preview.1.20110.4 From 1619ec80265cc632901505f929f3470bd349499b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 01:12:28 +0000 Subject: [PATCH 1571/2259] Update dependencies from https://github.com/dotnet/toolset build 20200210.6 (#6333) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20110.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ca52088b..c0bc219fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 10b58218b32345dd2daac5aff6b7d2b5e72312e1 + 6ad9111885d0b3b74bad8adc6e10a08d63c4963a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ddeff7283..76d213f8f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20108.3 + 3.1.200-preview.20110.6 From 1796b5e257e505513c6422b605e92271cee1db56 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2020 07:39:01 +0000 Subject: [PATCH 1572/2259] Add Blazor templates to the SDK --- NuGet.config | 1 + eng/Versions.props | 1 + src/redist/targets/BundledTemplates.targets | 1 + 3 files changed, 3 insertions(+) diff --git a/NuGet.config b/NuGet.config index 075766785..f216cef74 100644 --- a/NuGet.config +++ b/NuGet.config @@ -18,6 +18,7 @@ + diff --git a/eng/Versions.props b/eng/Versions.props index ddeff7283..0bd92a9eb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,6 +42,7 @@ 3.1.1-servicing.19615.10 3.1.1-servicing.19615.10 3.1.1-servicing.19615.10 + 3.2.0-preview2.20110.5 diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 7c2713bc9..65fb60a6f 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -28,6 +28,7 @@ + From 91323ca3f1806c88340acb0535d45148931f73dd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 01:15:18 +0000 Subject: [PATCH 1573/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200210.7 (#6331) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20110.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20110.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20110.7 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20110.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c35aedf78..c1a4b01bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 19f898d35aabe1a2ca55d4d44913c684857c9086 + b2a8b8c70c5eb24c5d96693babe9bf7e6c820227 - + https://github.com/dotnet/windowsdesktop - 19f898d35aabe1a2ca55d4d44913c684857c9086 + b2a8b8c70c5eb24c5d96693babe9bf7e6c820227 - + https://github.com/dotnet/windowsdesktop - 19f898d35aabe1a2ca55d4d44913c684857c9086 + b2a8b8c70c5eb24c5d96693babe9bf7e6c820227 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 3d792209809fc7464f3dd78c4d118d9c06bb9336 - + https://github.com/dotnet/wpf - 93eaa2a173bb25a50d909fdfc79c015d2b8edaa2 + 03a4816fdf13cd31b48e62a217f797007ef6a846 diff --git a/eng/Versions.props b/eng/Versions.props index 250bb63d5..4cfaa44ec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20110.3 + 5.0.0-preview.1.20110.4 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20110.6 - 5.0.0-preview.1.20110.6 - 5.0.0-preview.1.20110.6 + 5.0.0-preview.1.20110.7 + 5.0.0-preview.1.20110.7 + 5.0.0-preview.1.20110.7 From e4a17ab6d05afa18e1f10f0f21a1262cb50bf887 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 04:33:44 +0000 Subject: [PATCH 1574/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200210.16 (#6335) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20110.16 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20110.16 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20110.16 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20110.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20110.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c1a4b01bb..74932bbd0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b2a8b8c70c5eb24c5d96693babe9bf7e6c820227 + a21ebf776a50b8f37e3fc6832094a912e5c9ed22 - + https://github.com/dotnet/windowsdesktop - b2a8b8c70c5eb24c5d96693babe9bf7e6c820227 + a21ebf776a50b8f37e3fc6832094a912e5c9ed22 - + https://github.com/dotnet/windowsdesktop - b2a8b8c70c5eb24c5d96693babe9bf7e6c820227 + a21ebf776a50b8f37e3fc6832094a912e5c9ed22 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - 3d792209809fc7464f3dd78c4d118d9c06bb9336 + 7caabaf321a032a9252e3feba9570387e332b461 - + https://github.com/dotnet/wpf - 03a4816fdf13cd31b48e62a217f797007ef6a846 + 2436d49692ac107d3639901a837106c111c5845b diff --git a/eng/Versions.props b/eng/Versions.props index 4cfaa44ec..026a891b1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20109.6 + 5.0.0-preview.1.20110.1 - 5.0.0-preview.1.20110.4 + 5.0.0-preview.1.20110.9 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20110.7 - 5.0.0-preview.1.20110.7 - 5.0.0-preview.1.20110.7 + 5.0.0-preview.1.20110.16 + 5.0.0-preview.1.20110.16 + 5.0.0-preview.1.20110.16 From 9634d8d8a59f0bb27025833f2c460e64f82ffcfb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 04:35:54 +0000 Subject: [PATCH 1575/2259] Update dependencies from https://github.com/dotnet/toolset build 20200210.7 (#6336) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20110.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0bc219fe..d6a3049ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 6ad9111885d0b3b74bad8adc6e10a08d63c4963a + 93b15f339409b2fbf7978cd41b9f5e375d7defb9 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 76d213f8f..3add5b03b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20110.6 + 3.1.200-preview.20110.7 From 46e245debcfda8af979e0fcf202a222baabe8b15 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 05:42:34 +0000 Subject: [PATCH 1576/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200210.17 (#6337) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20110.17 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20110.17 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20110.17 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20110.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20110.12 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 74932bbd0..2e68090ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a21ebf776a50b8f37e3fc6832094a912e5c9ed22 + 9bc9bc68511d6057592c5490501b7ce147129e31 - + https://github.com/dotnet/windowsdesktop - a21ebf776a50b8f37e3fc6832094a912e5c9ed22 + 9bc9bc68511d6057592c5490501b7ce147129e31 - + https://github.com/dotnet/windowsdesktop - a21ebf776a50b8f37e3fc6832094a912e5c9ed22 + 9bc9bc68511d6057592c5490501b7ce147129e31 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - 7caabaf321a032a9252e3feba9570387e332b461 + 3029b16ce3c03a0265fb9ef3970e439b82871465 - + https://github.com/dotnet/wpf - 2436d49692ac107d3639901a837106c111c5845b + 6653f1b0b8070462a4bc1101984535b36c184fb8 diff --git a/eng/Versions.props b/eng/Versions.props index 026a891b1..845eedfe2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20110.1 + 5.0.0-preview.1.20110.2 - 5.0.0-preview.1.20110.9 + 5.0.0-preview.1.20110.12 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20110.16 - 5.0.0-preview.1.20110.16 - 5.0.0-preview.1.20110.16 + 5.0.0-preview.1.20110.17 + 5.0.0-preview.1.20110.17 + 5.0.0-preview.1.20110.17 From f5608a7d0a64027d3e4c2830658bea8994a56189 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 13:49:59 +0000 Subject: [PATCH 1577/2259] Update dependencies from https://github.com/dotnet/arcade build 20200210.11 (#6339) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20110.11 --- eng/Version.Details.xml | 4 ++-- eng/common/cross/toolchain.cmake | 12 +++++++++++- global.json | 2 +- 3 files changed, 14 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e68090ff..b5eb5e6f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - b0e8d3944155f94f83deea8afe025debe369e69f + 56e162725058d80918f7aa7e0e689e1fde5c2106 diff --git a/eng/common/cross/toolchain.cmake b/eng/common/cross/toolchain.cmake index 0eea7d1df..556da2e13 100644 --- a/eng/common/cross/toolchain.cmake +++ b/eng/common/cross/toolchain.cmake @@ -71,7 +71,17 @@ endif() if(TARGET_ARCH_NAME MATCHES "^(arm|armel)$") add_compile_options(-mthumb) - add_compile_options(-mfpu=vfpv3) + if (NOT DEFINED CLR_ARM_FPU_TYPE) + set (CLR_ARM_FPU_TYPE vfpv3) + endif (NOT DEFINED CLR_ARM_FPU_TYPE) + + add_compile_options (-mfpu=${CLR_ARM_FPU_TYPE}) + if (NOT DEFINED CLR_ARM_FPU_CAPABILITY) + set (CLR_ARM_FPU_CAPABILITY 0x7) + endif (NOT DEFINED CLR_ARM_FPU_CAPABILITY) + + add_definitions (-DCLR_ARM_FPU_CAPABILITY=${CLR_ARM_FPU_CAPABILITY}) + if(TARGET_ARCH_NAME STREQUAL "armel") add_compile_options(-mfloat-abi=softfp) if(DEFINED TIZEN_TOOLCHAIN) diff --git a/global.json b/global.json index 2a57cc2fe..02f79ed97 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20109.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20110.11" } } From d40c7ab061fc03572e2b0d2ec185ade66aadc26e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 15:54:30 +0000 Subject: [PATCH 1578/2259] [master] Update dependencies from dotnet/windowsdesktop (#6338) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200211.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20111.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20111.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20111.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20110.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20110.16 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200211.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20111.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20111.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20111.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20110.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20110.16 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b5eb5e6f5..de5d504f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9bc9bc68511d6057592c5490501b7ce147129e31 + f0519e075463c16f60f840398f7566f3e778a7af - + https://github.com/dotnet/windowsdesktop - 9bc9bc68511d6057592c5490501b7ce147129e31 + f0519e075463c16f60f840398f7566f3e778a7af - + https://github.com/dotnet/windowsdesktop - 9bc9bc68511d6057592c5490501b7ce147129e31 + f0519e075463c16f60f840398f7566f3e778a7af https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - 3029b16ce3c03a0265fb9ef3970e439b82871465 + 8818624e86a7aa64dbcd06fe78e406fa8caf008a - + https://github.com/dotnet/wpf - 6653f1b0b8070462a4bc1101984535b36c184fb8 + 4032e7e163d8d1b3b3f446688d2d11edd864c33f diff --git a/eng/Versions.props b/eng/Versions.props index 845eedfe2..c3bed5436 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20110.2 + 5.0.0-preview.1.20110.4 - 5.0.0-preview.1.20110.12 + 5.0.0-preview.1.20110.16 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20110.17 - 5.0.0-preview.1.20110.17 - 5.0.0-preview.1.20110.17 + 5.0.0-preview.1.20111.4 + 5.0.0-preview.1.20111.4 + 5.0.0-preview.1.20111.4 From df24de74665d69c2f13a60138a8ad4bc0f394fa0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 11 Feb 2020 19:01:09 +0000 Subject: [PATCH 1579/2259] Update dependencies from https://github.com/dotnet/runtime build 20200211.2 (#6340) - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20111.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20111.2 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20111.2 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20111.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20111.2 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20111.2 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de5d504f5..c2eda680c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop f0519e075463c16f60f840398f7566f3e778a7af - + https://github.com/dotnet/runtime - a7f8cdc0de945561ae3fcaa72440c0ec56d69060 + f496497de42b80b6d031d5de445ec74b2b01bb17 - + https://github.com/dotnet/runtime - a7f8cdc0de945561ae3fcaa72440c0ec56d69060 + f496497de42b80b6d031d5de445ec74b2b01bb17 - + https://github.com/dotnet/runtime - a7f8cdc0de945561ae3fcaa72440c0ec56d69060 + f496497de42b80b6d031d5de445ec74b2b01bb17 - + https://github.com/dotnet/runtime - a7f8cdc0de945561ae3fcaa72440c0ec56d69060 + f496497de42b80b6d031d5de445ec74b2b01bb17 - + https://github.com/dotnet/runtime - a7f8cdc0de945561ae3fcaa72440c0ec56d69060 + f496497de42b80b6d031d5de445ec74b2b01bb17 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - a7f8cdc0de945561ae3fcaa72440c0ec56d69060 + f496497de42b80b6d031d5de445ec74b2b01bb17 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index c3bed5436..f0ee5a0e8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20103.10 + 5.0.0-alpha.1.20111.2 - 5.0.0-alpha.1.20103.10 - 5.0.0-alpha.1.20103.10 - 5.0.0-alpha.1.20103.10 - 5.0.0-alpha.1.20103.10 - 5.0.0-alpha.1.20103.10 + 5.0.0-alpha.1.20111.2 + 5.0.0-alpha.1.20111.2 + 5.0.0-alpha.1.20111.2 + 5.0.0-alpha.1.20111.2 + 5.0.0-alpha.1.20111.2 2.1.0 From 91fd86196a3f10b907aca12b47776fed307b29e3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 03:52:37 +0000 Subject: [PATCH 1580/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200211.6 (#6343) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20111.6 - dotnet-dev-certs - 5.0.0-preview.1.20111.6 - dotnet-user-secrets - 5.0.0-preview.1.20111.6 - dotnet-watch - 5.0.0-preview.1.20111.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20111.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20111.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c2eda680c..348e8a82b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime f496497de42b80b6d031d5de445ec74b2b01bb17 - + https://github.com/dotnet/aspnetcore - 568e73e69a1b086d08520fd80840d095a42bcd4f + 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 - + https://github.com/dotnet/aspnetcore - 568e73e69a1b086d08520fd80840d095a42bcd4f + 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 - + https://github.com/dotnet/aspnetcore - 568e73e69a1b086d08520fd80840d095a42bcd4f + 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 - + https://github.com/dotnet/aspnetcore - 568e73e69a1b086d08520fd80840d095a42bcd4f + 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 - + https://github.com/dotnet/aspnetcore - 568e73e69a1b086d08520fd80840d095a42bcd4f + 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 - + https://github.com/dotnet/aspnetcore - 568e73e69a1b086d08520fd80840d095a42bcd4f + 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index f0ee5a0e8..beb549316 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20110.4 - 5.0.0-preview.1.20110.4 - 5.0.0-preview.1.20110.4 - 5.0.0-preview.1.20110.4 - 5.0.0-preview.1.20110.4 - 5.0.0-preview.1.20110.4 + 5.0.0-preview.1.20111.6 + 5.0.0-preview.1.20111.6 + 5.0.0-preview.1.20111.6 + 5.0.0-preview.1.20111.6 + 5.0.0-preview.1.20111.6 + 5.0.0-preview.1.20111.6 From 415d2462220207c60b4ed036fb9b5d5595dd5f6a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 04:38:05 +0000 Subject: [PATCH 1581/2259] [master] Update dependencies from dotnet/windowsdesktop (#6342) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200211.13 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20111.13 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20111.13 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20111.13 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-alpha1.19460.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-alpha1.19504.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200211.14 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20111.14 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20111.14 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20111.14 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20111.17 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 348e8a82b..2e4247b7a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f0519e075463c16f60f840398f7566f3e778a7af + e6a798b856a3b30c613d79de2ca6e33f47b39bd7 - + https://github.com/dotnet/windowsdesktop - f0519e075463c16f60f840398f7566f3e778a7af + e6a798b856a3b30c613d79de2ca6e33f47b39bd7 - + https://github.com/dotnet/windowsdesktop - f0519e075463c16f60f840398f7566f3e778a7af + e6a798b856a3b30c613d79de2ca6e33f47b39bd7 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - 8818624e86a7aa64dbcd06fe78e406fa8caf008a + 340ec9451ad187a46a494dda3b4c51ab2888f75d - + https://github.com/dotnet/wpf - 4032e7e163d8d1b3b3f446688d2d11edd864c33f + c3b1ecefd9debf850b4757bb8d657b15af79469d diff --git a/eng/Versions.props b/eng/Versions.props index beb549316..fd23a20a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20110.4 + 5.0.0-alpha1.19460.3 - 5.0.0-preview.1.20110.16 + 5.0.0-preview.1.20111.17 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20111.4 - 5.0.0-preview.1.20111.4 - 5.0.0-preview.1.20111.4 + 5.0.0-preview.1.20111.14 + 5.0.0-preview.1.20111.14 + 5.0.0-preview.1.20111.14 From f9399fcf5148e9b2bdda15bc8e9c874c0497984b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 08:32:43 +0000 Subject: [PATCH 1582/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200211.15 (#6344) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20111.15 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20111.15 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20111.15 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20111.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20111.18 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e4247b7a..ba49c6156 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e6a798b856a3b30c613d79de2ca6e33f47b39bd7 + 968d047067ba5e763995364f323cfc1168cdfaa5 - + https://github.com/dotnet/windowsdesktop - e6a798b856a3b30c613d79de2ca6e33f47b39bd7 + 968d047067ba5e763995364f323cfc1168cdfaa5 - + https://github.com/dotnet/windowsdesktop - e6a798b856a3b30c613d79de2ca6e33f47b39bd7 + 968d047067ba5e763995364f323cfc1168cdfaa5 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - 340ec9451ad187a46a494dda3b4c51ab2888f75d + 0d9f2f88ddb3bccf9da205fba24c7bac8dfd42f9 - + https://github.com/dotnet/wpf - c3b1ecefd9debf850b4757bb8d657b15af79469d + 0c312ab0f8f0348d0bc187b7d67f76689ddbb848 diff --git a/eng/Versions.props b/eng/Versions.props index fd23a20a7..e24ee70a9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-alpha1.19460.3 + 5.0.0-preview.1.20111.2 - 5.0.0-preview.1.20111.17 + 5.0.0-preview.1.20111.18 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20111.14 - 5.0.0-preview.1.20111.14 - 5.0.0-preview.1.20111.14 + 5.0.0-preview.1.20111.15 + 5.0.0-preview.1.20111.15 + 5.0.0-preview.1.20111.15 From 836f29f4a542aeab437b5a6244fd1a5e2622dc7d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 09:32:35 +0000 Subject: [PATCH 1583/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200211.16 (#6345) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20111.16 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20111.16 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20111.16 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20111.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20111.19 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba49c6156..57113471e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 968d047067ba5e763995364f323cfc1168cdfaa5 + 91c7a80fa188d2373a7b8539ae254b40fcb7d5fe - + https://github.com/dotnet/windowsdesktop - 968d047067ba5e763995364f323cfc1168cdfaa5 + 91c7a80fa188d2373a7b8539ae254b40fcb7d5fe - + https://github.com/dotnet/windowsdesktop - 968d047067ba5e763995364f323cfc1168cdfaa5 + 91c7a80fa188d2373a7b8539ae254b40fcb7d5fe https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - 0d9f2f88ddb3bccf9da205fba24c7bac8dfd42f9 + efa4f39148d93f249c8a9b72c0cfcc0ac6d399bd - + https://github.com/dotnet/wpf - 0c312ab0f8f0348d0bc187b7d67f76689ddbb848 + 4f6b0e349f7c4bdee6db664dec9bd79d76fac979 diff --git a/eng/Versions.props b/eng/Versions.props index e24ee70a9..962415f23 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20111.2 + 5.0.0-preview.1.20111.3 - 5.0.0-preview.1.20111.18 + 5.0.0-preview.1.20111.19 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20111.15 - 5.0.0-preview.1.20111.15 - 5.0.0-preview.1.20111.15 + 5.0.0-preview.1.20111.16 + 5.0.0-preview.1.20111.16 + 5.0.0-preview.1.20111.16 From 66b21d694d613aaa199f76c4cd6286f3561a1dc0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 10:22:40 +0000 Subject: [PATCH 1584/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200212.1 (#6346) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20112.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20112.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20112.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20111.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20111.20 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57113471e..00a5696b9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 91c7a80fa188d2373a7b8539ae254b40fcb7d5fe + cfa99f52d2a1b78ad40ffd1e2bc1a1c08db10d24 - + https://github.com/dotnet/windowsdesktop - 91c7a80fa188d2373a7b8539ae254b40fcb7d5fe + cfa99f52d2a1b78ad40ffd1e2bc1a1c08db10d24 - + https://github.com/dotnet/windowsdesktop - 91c7a80fa188d2373a7b8539ae254b40fcb7d5fe + cfa99f52d2a1b78ad40ffd1e2bc1a1c08db10d24 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - efa4f39148d93f249c8a9b72c0cfcc0ac6d399bd + 8c6c605d16d492332783ad680f8f0eb922c2f5bd - + https://github.com/dotnet/wpf - 4f6b0e349f7c4bdee6db664dec9bd79d76fac979 + 90b20c5983b78bb8409dea649686690bf5a69779 diff --git a/eng/Versions.props b/eng/Versions.props index 962415f23..4a1bf48fd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20111.3 + 5.0.0-preview.1.20111.4 - 5.0.0-preview.1.20111.19 + 5.0.0-preview.1.20111.20 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20111.16 - 5.0.0-preview.1.20111.16 - 5.0.0-preview.1.20111.16 + 5.0.0-preview.1.20112.1 + 5.0.0-preview.1.20112.1 + 5.0.0-preview.1.20112.1 From a4395e4f806f99e51a398ad0eed54413d819eda4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 11:22:37 +0000 Subject: [PATCH 1585/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200212.2 (#6347) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20112.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20112.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20112.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20111.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20112.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 00a5696b9..148b946d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - cfa99f52d2a1b78ad40ffd1e2bc1a1c08db10d24 + 5e577035922330935e413e00310398c4f9b4f43d - + https://github.com/dotnet/windowsdesktop - cfa99f52d2a1b78ad40ffd1e2bc1a1c08db10d24 + 5e577035922330935e413e00310398c4f9b4f43d - + https://github.com/dotnet/windowsdesktop - cfa99f52d2a1b78ad40ffd1e2bc1a1c08db10d24 + 5e577035922330935e413e00310398c4f9b4f43d https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - 8c6c605d16d492332783ad680f8f0eb922c2f5bd + e32620ed185e3c15fa67bdb7fe93757a735d6edb - + https://github.com/dotnet/wpf - 90b20c5983b78bb8409dea649686690bf5a69779 + 9ad96ba5b756c2a572b4fe4c76c86325f3c9e2d3 diff --git a/eng/Versions.props b/eng/Versions.props index 4a1bf48fd..6873b7661 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20111.4 + 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.20 + 5.0.0-preview.1.20112.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20112.1 - 5.0.0-preview.1.20112.1 - 5.0.0-preview.1.20112.1 + 5.0.0-preview.1.20112.2 + 5.0.0-preview.1.20112.2 + 5.0.0-preview.1.20112.2 From fab515c97f3c9e34af0af57f6576e853e5992a2b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 13:55:49 +0000 Subject: [PATCH 1586/2259] Update dependencies from https://github.com/dotnet/runtime build 20200212.1 (#6349) - Microsoft.NETCore.DotNetHostResolver - 5.0.0-alpha.1.20112.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-alpha.1.20112.1 - Microsoft.NETCore.App.Internal - 5.0.0-alpha.1.20112.1 - Microsoft.NETCore.App.Ref - 5.0.0-alpha.1.20112.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-alpha.1.20112.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 5.0.0-alpha.1.20112.1 (parent: Microsoft.NetCore.App.Internal) --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 148b946d9..9e60d4a3f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 5e577035922330935e413e00310398c4f9b4f43d - + https://github.com/dotnet/runtime - f496497de42b80b6d031d5de445ec74b2b01bb17 + 673635654c20e5eee329945c58058855bcc24340 - + https://github.com/dotnet/runtime - f496497de42b80b6d031d5de445ec74b2b01bb17 + 673635654c20e5eee329945c58058855bcc24340 - + https://github.com/dotnet/runtime - f496497de42b80b6d031d5de445ec74b2b01bb17 + 673635654c20e5eee329945c58058855bcc24340 - + https://github.com/dotnet/runtime - f496497de42b80b6d031d5de445ec74b2b01bb17 + 673635654c20e5eee329945c58058855bcc24340 - + https://github.com/dotnet/runtime - f496497de42b80b6d031d5de445ec74b2b01bb17 + 673635654c20e5eee329945c58058855bcc24340 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - f496497de42b80b6d031d5de445ec74b2b01bb17 + 673635654c20e5eee329945c58058855bcc24340 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 6873b7661..b70dc8fb9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-alpha.1.20111.2 + 5.0.0-alpha.1.20112.1 - 5.0.0-alpha.1.20111.2 - 5.0.0-alpha.1.20111.2 - 5.0.0-alpha.1.20111.2 - 5.0.0-alpha.1.20111.2 - 5.0.0-alpha.1.20111.2 + 5.0.0-alpha.1.20112.1 + 5.0.0-alpha.1.20112.1 + 5.0.0-alpha.1.20112.1 + 5.0.0-alpha.1.20112.1 + 5.0.0-alpha.1.20112.1 2.1.0 From cf9eeb1055d181de9833b62e00cf98dba39e2f8e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 15:52:39 +0000 Subject: [PATCH 1587/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200212.3 (#6350) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20112.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20112.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20112.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20112.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e60d4a3f..c53837aaf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5e577035922330935e413e00310398c4f9b4f43d + f1c8fc54321e8f2a879187b14da73b85c20f1a54 - + https://github.com/dotnet/windowsdesktop - 5e577035922330935e413e00310398c4f9b4f43d + f1c8fc54321e8f2a879187b14da73b85c20f1a54 - + https://github.com/dotnet/windowsdesktop - 5e577035922330935e413e00310398c4f9b4f43d + f1c8fc54321e8f2a879187b14da73b85c20f1a54 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms e32620ed185e3c15fa67bdb7fe93757a735d6edb - + https://github.com/dotnet/wpf - 9ad96ba5b756c2a572b4fe4c76c86325f3c9e2d3 + b8121b05efda11ae14134c27ef336d9188da7961 diff --git a/eng/Versions.props b/eng/Versions.props index b70dc8fb9..4c6283f5f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20112.1 + 5.0.0-preview.1.20112.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20112.2 - 5.0.0-preview.1.20112.2 - 5.0.0-preview.1.20112.2 + 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.3 From db3a77a3f6bf7a236b6121cc028687124af87fc9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 16:47:47 +0000 Subject: [PATCH 1588/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200212.4 (#6351) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20112.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20112.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20112.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20112.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c53837aaf..9f1395163 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f1c8fc54321e8f2a879187b14da73b85c20f1a54 + 07734273f96acc9662ed8041640b4c3984a30847 - + https://github.com/dotnet/windowsdesktop - f1c8fc54321e8f2a879187b14da73b85c20f1a54 + 07734273f96acc9662ed8041640b4c3984a30847 - + https://github.com/dotnet/windowsdesktop - f1c8fc54321e8f2a879187b14da73b85c20f1a54 + 07734273f96acc9662ed8041640b4c3984a30847 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms e32620ed185e3c15fa67bdb7fe93757a735d6edb - + https://github.com/dotnet/wpf - b8121b05efda11ae14134c27ef336d9188da7961 + eb6fca39dee92f8cb74ed08386729dea48d4709a diff --git a/eng/Versions.props b/eng/Versions.props index 4c6283f5f..a7320885a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20112.2 + 5.0.0-preview.1.20112.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20112.3 - 5.0.0-preview.1.20112.3 - 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.4 From c50e076095457b4952e9bbb198c729ce530d997d Mon Sep 17 00:00:00 2001 From: mmitche Date: Wed, 12 Feb 2020 09:02:53 -0800 Subject: [PATCH 1589/2259] Update dependencies from .NET Core 5 Dev Also fix some CPDs after the toolset->sdk repo merge --- NuGet.config | 3 --- eng/Version.Details.xml | 46 +++++++++++++++++++---------------------- eng/Versions.props | 18 ++++++++-------- 3 files changed, 30 insertions(+), 37 deletions(-) diff --git a/NuGet.config b/NuGet.config index cc5859f8d..8547e3c17 100644 --- a/NuGet.config +++ b/NuGet.config @@ -5,9 +5,6 @@ - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f1395163..ec119cb81 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 07734273f96acc9662ed8041640b4c3984a30847 - + https://github.com/dotnet/runtime - 673635654c20e5eee329945c58058855bcc24340 + c14d0884d3fcdf676cf0c9c44df5d322a212e985 - + https://github.com/dotnet/runtime - 673635654c20e5eee329945c58058855bcc24340 + c14d0884d3fcdf676cf0c9c44df5d322a212e985 - + https://github.com/dotnet/runtime - 673635654c20e5eee329945c58058855bcc24340 + c14d0884d3fcdf676cf0c9c44df5d322a212e985 - + https://github.com/dotnet/runtime - 673635654c20e5eee329945c58058855bcc24340 + c14d0884d3fcdf676cf0c9c44df5d322a212e985 - + https://github.com/dotnet/runtime - 673635654c20e5eee329945c58058855bcc24340 + c14d0884d3fcdf676cf0c9c44df5d322a212e985 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 673635654c20e5eee329945c58058855bcc24340 + c14d0884d3fcdf676cf0c9c44df5d322a212e985 https://github.com/dotnet/aspnetcore @@ -71,21 +71,17 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - b6906c18ac94b3bfbfe673bc7b36e03fa818d862 + ce0c35f54bceb739374f18e891913ecff84cd31d - - https://github.com/dotnet/toolset - 648d9ee5620e0a584e41a916475a6d635663845a - - + https://github.com/dotnet/sdk - 9e18c1c22e2cd5c2d0a1cc3a5dc3459e6f2390a6 + 5969952bbad327f92157665ebe6fe5ae4d35f425 - - https://github.com/dotnet/toolset - 648d9ee5620e0a584e41a916475a6d635663845a + + https://github.com/dotnet/sdk + 5969952bbad327f92157665ebe6fe5ae4d35f425 @@ -98,9 +94,9 @@ - + https://github.com/dotnet/wcf - eb417fdeb06faeada140a92e26e86c266574476a + d08484b1422ee45195adff528d6c65c7c788d7fa diff --git a/eng/Versions.props b/eng/Versions.props index a7320885a..f61484b5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-alpha.1.20109.1 + 5.0.0-alpha.1.20112.1 @@ -50,27 +50,27 @@ - 5.0.100-preview.1.20109.3 + 5.0.100-preview.1.20111.3 0.2.0 - 5.0.100-preview.1.20105.1 + 5.0.100-preview.1.20111.3 $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha.1.20112.1 + 5.0.0-alpha.1.20112.3 - 5.0.0-alpha.1.20112.1 - 5.0.0-alpha.1.20112.1 - 5.0.0-alpha.1.20112.1 - 5.0.0-alpha.1.20112.1 - 5.0.0-alpha.1.20112.1 + 5.0.0-alpha.1.20112.3 + 5.0.0-alpha.1.20112.3 + 5.0.0-alpha.1.20112.3 + 5.0.0-alpha.1.20112.3 + 5.0.0-alpha.1.20112.3 2.1.0 From 1fed9746f14254e3993fc9e3f9d13fcb6ee5ca92 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 12 Feb 2020 17:52:40 +0000 Subject: [PATCH 1590/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200212.5 (#6353) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20112.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20112.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20112.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f1395163..abdf489ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 07734273f96acc9662ed8041640b4c3984a30847 + 611740eda25fff19458fe18a05cba317b94974bb - + https://github.com/dotnet/windowsdesktop - 07734273f96acc9662ed8041640b4c3984a30847 + 611740eda25fff19458fe18a05cba317b94974bb - + https://github.com/dotnet/windowsdesktop - 07734273f96acc9662ed8041640b4c3984a30847 + 611740eda25fff19458fe18a05cba317b94974bb https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index a7320885a..da23f7e27 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20112.4 - 5.0.0-preview.1.20112.4 - 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 From e65d3af04eee4efca88d29aefe80a88bbaf4075e Mon Sep 17 00:00:00 2001 From: Pranav K Date: Wed, 12 Feb 2020 10:46:10 -0800 Subject: [PATCH 1591/2259] Add Blazor templates to Versions.Details.xml --- eng/Version.Details.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ca52088b..fd2089345 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,6 +53,10 @@ https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore e276c8174b8bfdeb70efceafa81c75f8badbc8db + + https://github.com/aspnet/AspNetCore + cae6a9cfb3519136ea8691df26d9a865f337b66b + https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore e276c8174b8bfdeb70efceafa81c75f8badbc8db From b1e4f4033dde805d7b4c22f12af9b602fbf9f620 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Wed, 12 Feb 2020 13:33:55 -0800 Subject: [PATCH 1592/2259] Disable arcade artifact and test result publishing --- eng/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/eng/build.yml b/eng/build.yml index 97f8ba130..a4e878726 100644 --- a/eng/build.yml +++ b/eng/build.yml @@ -24,9 +24,10 @@ phases: timeoutInMinutes: ${{ parameters.timeoutInMinutes }} ${{ if eq(parameters.agentOs, 'Windows_NT') }}: enableMicrobuild: true - enablePublishBuildArtifacts: true enablePublishBuildAssets: true - enablePublishTestResults: true + # Don't use built-in arcade logic for publishing artifacts and test results, as we manually do this and give better names + #enablePublishBuildArtifacts: true + #enablePublishTestResults: true enablePublishUsingPipelines: ${{parameters.enablePublishUsingPipelines}} enableTelemetry: true helixRepo: dotnet/core-sdk From bd4715d23d3cc43a0123e14a7c14f53f0d2d90a9 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Wed, 12 Feb 2020 13:34:12 -0800 Subject: [PATCH 1593/2259] Re-enable tests --- test/SdkTests/TestConfig.xml | 65 +++--------------------------------- 1 file changed, 4 insertions(+), 61 deletions(-) diff --git a/test/SdkTests/TestConfig.xml b/test/SdkTests/TestConfig.xml index 6bded76e3..619803e5c 100644 --- a/test/SdkTests/TestConfig.xml +++ b/test/SdkTests/TestConfig.xml @@ -45,27 +45,6 @@ - - - - - - - - - - - - - - - - - - - - - - - - - + Reason="Test needs to be updated with new patches (along with SDK stage 0 update)"/> --> - + /> --> Date: Wed, 12 Feb 2020 21:37:42 +0000 Subject: [PATCH 1594/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200212.3 (#6354) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20112.3 - dotnet-dev-certs - 5.0.0-preview.1.20112.3 - dotnet-user-secrets - 5.0.0-preview.1.20112.3 - dotnet-watch - 5.0.0-preview.1.20112.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20112.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20112.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index abdf489ca..5842c6dcb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 673635654c20e5eee329945c58058855bcc24340 - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + e9e6b535266f3a51828f9f272641d2fbfa98d2ff - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + e9e6b535266f3a51828f9f272641d2fbfa98d2ff - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + e9e6b535266f3a51828f9f272641d2fbfa98d2ff - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + e9e6b535266f3a51828f9f272641d2fbfa98d2ff - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + e9e6b535266f3a51828f9f272641d2fbfa98d2ff - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + e9e6b535266f3a51828f9f272641d2fbfa98d2ff https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index da23f7e27..39295e814 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.6 + 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.3 From 4f35655676893608f6db4a014e3686d1d64b2eb7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 00:02:42 +0000 Subject: [PATCH 1595/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200212.4 (#6356) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20112.4 - dotnet-dev-certs - 5.0.0-preview.1.20112.4 - dotnet-user-secrets - 5.0.0-preview.1.20112.4 - dotnet-watch - 5.0.0-preview.1.20112.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20112.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20112.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5842c6dcb..e92621238 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 673635654c20e5eee329945c58058855bcc24340 - + https://github.com/dotnet/aspnetcore - e9e6b535266f3a51828f9f272641d2fbfa98d2ff + c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a - + https://github.com/dotnet/aspnetcore - e9e6b535266f3a51828f9f272641d2fbfa98d2ff + c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a - + https://github.com/dotnet/aspnetcore - e9e6b535266f3a51828f9f272641d2fbfa98d2ff + c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a - + https://github.com/dotnet/aspnetcore - e9e6b535266f3a51828f9f272641d2fbfa98d2ff + c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a - + https://github.com/dotnet/aspnetcore - e9e6b535266f3a51828f9f272641d2fbfa98d2ff + c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a - + https://github.com/dotnet/aspnetcore - e9e6b535266f3a51828f9f272641d2fbfa98d2ff + c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 39295e814..77fa87481 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20112.3 - 5.0.0-preview.1.20112.3 - 5.0.0-preview.1.20112.3 - 5.0.0-preview.1.20112.3 - 5.0.0-preview.1.20112.3 - 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.4 From c928c01af0a40f70545efdffce3ff8f37537aa49 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 01:22:16 +0000 Subject: [PATCH 1596/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200212.7 (#6357) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20112.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20112.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20112.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e92621238..c90ce69db 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 611740eda25fff19458fe18a05cba317b94974bb + 6c15a39c4f8c2c3a93c3d56851b90b6379e8ec58 - + https://github.com/dotnet/windowsdesktop - 611740eda25fff19458fe18a05cba317b94974bb + 6c15a39c4f8c2c3a93c3d56851b90b6379e8ec58 - + https://github.com/dotnet/windowsdesktop - 611740eda25fff19458fe18a05cba317b94974bb + 6c15a39c4f8c2c3a93c3d56851b90b6379e8ec58 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 77fa87481..943883dd6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20112.5 - 5.0.0-preview.1.20112.5 - 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.7 + 5.0.0-preview.1.20112.7 + 5.0.0-preview.1.20112.7 From c2730d2633f7b6c0a89aa92b9d6413386c5cb5ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 02:17:16 +0000 Subject: [PATCH 1597/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200212.8 (#6358) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20112.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20112.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20112.8 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20112.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c90ce69db..ec5300686 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6c15a39c4f8c2c3a93c3d56851b90b6379e8ec58 + a062f2b859eb5ec4478c6d8d3c2a4d3e3007423d - + https://github.com/dotnet/windowsdesktop - 6c15a39c4f8c2c3a93c3d56851b90b6379e8ec58 + a062f2b859eb5ec4478c6d8d3c2a4d3e3007423d - + https://github.com/dotnet/windowsdesktop - 6c15a39c4f8c2c3a93c3d56851b90b6379e8ec58 + a062f2b859eb5ec4478c6d8d3c2a4d3e3007423d https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms e32620ed185e3c15fa67bdb7fe93757a735d6edb - + https://github.com/dotnet/wpf - eb6fca39dee92f8cb74ed08386729dea48d4709a + f85104f302023269585a0fd6a89d2e7e7ea386d4 diff --git a/eng/Versions.props b/eng/Versions.props index 943883dd6..b601c2a9f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.4 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20112.7 - 5.0.0-preview.1.20112.7 - 5.0.0-preview.1.20112.7 + 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.8 From fb3b308e22e8425b71fbdbf0a843861a95a03cca Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 02:57:20 +0000 Subject: [PATCH 1598/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200212.5 (#6359) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20112.5 - dotnet-dev-certs - 5.0.0-preview.1.20112.5 - dotnet-user-secrets - 5.0.0-preview.1.20112.5 - dotnet-watch - 5.0.0-preview.1.20112.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20112.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20112.5 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec5300686..8d2abb3bf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 673635654c20e5eee329945c58058855bcc24340 - + https://github.com/dotnet/aspnetcore - c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 - + https://github.com/dotnet/aspnetcore - c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 - + https://github.com/dotnet/aspnetcore - c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 - + https://github.com/dotnet/aspnetcore - c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 - + https://github.com/dotnet/aspnetcore - c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 - + https://github.com/dotnet/aspnetcore - c5dd4ce7e3dd82cfb37813bb0faae4009f693a2a + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b601c2a9f..7872bebca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20112.4 - 5.0.0-preview.1.20112.4 - 5.0.0-preview.1.20112.4 - 5.0.0-preview.1.20112.4 - 5.0.0-preview.1.20112.4 - 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 From f2bd58fe6bca24d5ae1b5215eb2a6cd14063aa76 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 03:57:23 +0000 Subject: [PATCH 1599/2259] Update dependencies from https://github.com/dotnet/toolset build 20200212.2 (#6360) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20112.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d6a3049ff..134aa2b8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 93b15f339409b2fbf7978cd41b9f5e375d7defb9 + 308b971f7ffe6ea66420ef52c4b1d5560822b2a7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3add5b03b..295d1c64a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20110.7 + 3.1.200-preview.20112.2 From 15f0598cc6a86cc3d8e0e32022f7461dca5788d4 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Wed, 12 Feb 2020 20:47:53 -0800 Subject: [PATCH 1600/2259] Update dependencies Includes update to SDK which will hopefully fix some failing tests --- eng/Version.Details.xml | 72 ++++++++++++++++++++--------------------- eng/Versions.props | 36 ++++++++++----------- 2 files changed, 54 insertions(+), 54 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec119cb81..9bb1e0930 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,37 +1,37 @@ - + https://github.com/dotnet/windowsdesktop - 07734273f96acc9662ed8041640b4c3984a30847 + a062f2b859eb5ec4478c6d8d3c2a4d3e3007423d - + https://github.com/dotnet/windowsdesktop - 07734273f96acc9662ed8041640b4c3984a30847 + a062f2b859eb5ec4478c6d8d3c2a4d3e3007423d - + https://github.com/dotnet/windowsdesktop - 07734273f96acc9662ed8041640b4c3984a30847 + a062f2b859eb5ec4478c6d8d3c2a4d3e3007423d - + https://github.com/dotnet/runtime - c14d0884d3fcdf676cf0c9c44df5d322a212e985 + 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f - + https://github.com/dotnet/runtime - c14d0884d3fcdf676cf0c9c44df5d322a212e985 + 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f - + https://github.com/dotnet/runtime - c14d0884d3fcdf676cf0c9c44df5d322a212e985 + 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f - + https://github.com/dotnet/runtime - c14d0884d3fcdf676cf0c9c44df5d322a212e985 + 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f - + https://github.com/dotnet/runtime - c14d0884d3fcdf676cf0c9c44df5d322a212e985 + 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f @@ -39,33 +39,33 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - c14d0884d3fcdf676cf0c9c44df5d322a212e985 + 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 - + https://github.com/dotnet/aspnetcore - 1bd2b5f19e7f6366ad5414d6cf19b538c9fb2b31 + ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 https://github.com/dotnet/test-templates @@ -75,22 +75,22 @@ https://github.com/dotnet/templating ce0c35f54bceb739374f18e891913ecff84cd31d - + https://github.com/dotnet/sdk - 5969952bbad327f92157665ebe6fe5ae4d35f425 + adda770782d4fe6ad57a2b4f5e117aa4bdb7a8a9 - + https://github.com/dotnet/sdk - 5969952bbad327f92157665ebe6fe5ae4d35f425 + adda770782d4fe6ad57a2b4f5e117aa4bdb7a8a9 https://github.com/dotnet/winforms e32620ed185e3c15fa67bdb7fe93757a735d6edb - + https://github.com/dotnet/wpf - eb6fca39dee92f8cb74ed08386729dea48d4709a + f85104f302023269585a0fd6a89d2e7e7ea386d4 diff --git a/eng/Versions.props b/eng/Versions.props index f61484b5b..504f0ff2c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.4 @@ -41,43 +41,43 @@ - 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.6 - 5.0.0-preview.1.20111.6 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.5 - 5.0.100-preview.1.20111.3 + 5.0.100-preview.1.20112.3 0.2.0 - 5.0.100-preview.1.20111.3 + 5.0.100-preview.1.20112.3 $(MicrosoftNETSdkPackageVersion) - 5.0.0-alpha.1.20112.3 + 5.0.0-preview.1.20112.8 - 5.0.0-alpha.1.20112.3 - 5.0.0-alpha.1.20112.3 - 5.0.0-alpha.1.20112.3 - 5.0.0-alpha.1.20112.3 - 5.0.0-alpha.1.20112.3 + 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.8 2.1.0 - 5.0.0-preview.1.20112.4 - 5.0.0-preview.1.20112.4 - 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.8 From 1e40ffd7f2421016d2606bae30c46141dbf1ac48 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 05:42:15 +0000 Subject: [PATCH 1601/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200212.9 (#6361) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20112.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20112.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20112.9 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20112.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20112.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8d2abb3bf..39ae2e163 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a062f2b859eb5ec4478c6d8d3c2a4d3e3007423d + 63801ef66b5c7269acf0bd543350afc8bbb743f2 - + https://github.com/dotnet/windowsdesktop - a062f2b859eb5ec4478c6d8d3c2a4d3e3007423d + 63801ef66b5c7269acf0bd543350afc8bbb743f2 - + https://github.com/dotnet/windowsdesktop - a062f2b859eb5ec4478c6d8d3c2a4d3e3007423d + 63801ef66b5c7269acf0bd543350afc8bbb743f2 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - e32620ed185e3c15fa67bdb7fe93757a735d6edb + a5a8ea0d871597c9902e9a9af7f02ad29c3af87e - + https://github.com/dotnet/wpf - f85104f302023269585a0fd6a89d2e7e7ea386d4 + e87030de71023db0b7973560fa8dd175fc1dbab6 diff --git a/eng/Versions.props b/eng/Versions.props index 7872bebca..9751be9ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20111.6 + 5.0.0-preview.1.20112.1 - 5.0.0-preview.1.20112.4 + 5.0.0-preview.1.20112.5 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20112.8 - 5.0.0-preview.1.20112.8 - 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.9 + 5.0.0-preview.1.20112.9 + 5.0.0-preview.1.20112.9 From 94a1f40b45dcf8368e9525b487cd9df8248ad13d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 06:42:59 +0000 Subject: [PATCH 1602/2259] Update dependencies from https://github.com/dotnet/toolset build 20200212.3 (#6362) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20112.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 134aa2b8d..7adabc22e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 308b971f7ffe6ea66420ef52c4b1d5560822b2a7 + c408596a0c8ee062e7b008eb0daa36c32489a5bb https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 295d1c64a..24c17bb9d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20112.2 + 3.1.200-preview.20112.3 From 8dacc79b2c012e42d8da47826b34b8a6282a76ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 07:52:17 +0000 Subject: [PATCH 1603/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200212.10 (#6363) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20112.10 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20112.10 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20112.10 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20112.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20112.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 39ae2e163..97b5bf500 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 63801ef66b5c7269acf0bd543350afc8bbb743f2 + ab0de89b39701f2b64c3150c134f7c0b09ca382e - + https://github.com/dotnet/windowsdesktop - 63801ef66b5c7269acf0bd543350afc8bbb743f2 + ab0de89b39701f2b64c3150c134f7c0b09ca382e - + https://github.com/dotnet/windowsdesktop - 63801ef66b5c7269acf0bd543350afc8bbb743f2 + ab0de89b39701f2b64c3150c134f7c0b09ca382e https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - a5a8ea0d871597c9902e9a9af7f02ad29c3af87e + a6af42a689502cafa5a6dc65f777abd1a8917661 - + https://github.com/dotnet/wpf - e87030de71023db0b7973560fa8dd175fc1dbab6 + b0337e4b5745956949094be2c2ac68726a1e9054 diff --git a/eng/Versions.props b/eng/Versions.props index 9751be9ce..ebcadf810 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20112.1 + 5.0.0-preview.1.20112.2 - 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20112.6 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20112.9 - 5.0.0-preview.1.20112.9 - 5.0.0-preview.1.20112.9 + 5.0.0-preview.1.20112.10 + 5.0.0-preview.1.20112.10 + 5.0.0-preview.1.20112.10 From 85d3800e30a425ae0f66bcbc52c21382a9961563 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 09:57:21 +0000 Subject: [PATCH 1604/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200213.1 (#6364) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20113.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20113.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20113.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20112.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20112.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97b5bf500..ac44187c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ab0de89b39701f2b64c3150c134f7c0b09ca382e + 9c34f488f5150927d709eb5a943853f97d4eceff - + https://github.com/dotnet/windowsdesktop - ab0de89b39701f2b64c3150c134f7c0b09ca382e + 9c34f488f5150927d709eb5a943853f97d4eceff - + https://github.com/dotnet/windowsdesktop - ab0de89b39701f2b64c3150c134f7c0b09ca382e + 9c34f488f5150927d709eb5a943853f97d4eceff https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - a6af42a689502cafa5a6dc65f777abd1a8917661 + 0bcb72e9d6210b0b7dd12a84250e343d191d78c2 - + https://github.com/dotnet/wpf - b0337e4b5745956949094be2c2ac68726a1e9054 + 6ee50cbcfcf76069acaf6329db149465dfc19054 diff --git a/eng/Versions.props b/eng/Versions.props index ebcadf810..a36777cd8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20112.2 + 5.0.0-preview.1.20112.3 - 5.0.0-preview.1.20112.6 + 5.0.0-preview.1.20112.7 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20112.10 - 5.0.0-preview.1.20112.10 - 5.0.0-preview.1.20112.10 + 5.0.0-preview.1.20113.1 + 5.0.0-preview.1.20113.1 + 5.0.0-preview.1.20113.1 From 51765f69baba60bdf79e03e4c78ef2f46a911032 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 11:47:17 +0000 Subject: [PATCH 1605/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200213.2 (#6365) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20113.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20113.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20113.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20112.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20112.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ac44187c6..b42867a50 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9c34f488f5150927d709eb5a943853f97d4eceff + c7a1294fac9ca026100522f7736101bfbdf352f5 - + https://github.com/dotnet/windowsdesktop - 9c34f488f5150927d709eb5a943853f97d4eceff + c7a1294fac9ca026100522f7736101bfbdf352f5 - + https://github.com/dotnet/windowsdesktop - 9c34f488f5150927d709eb5a943853f97d4eceff + c7a1294fac9ca026100522f7736101bfbdf352f5 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 648d9ee5620e0a584e41a916475a6d635663845a - + https://github.com/dotnet/winforms - 0bcb72e9d6210b0b7dd12a84250e343d191d78c2 + 456c767bb7535bda3443795a556929a9856f2f34 - + https://github.com/dotnet/wpf - 6ee50cbcfcf76069acaf6329db149465dfc19054 + 97d2a88ec3e82371d5f02afe61ecd40ab57875f7 diff --git a/eng/Versions.props b/eng/Versions.props index a36777cd8..03563c424 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20112.3 + 5.0.0-preview.1.20112.5 - 5.0.0-preview.1.20112.7 + 5.0.0-preview.1.20112.8 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20113.1 - 5.0.0-preview.1.20113.1 - 5.0.0-preview.1.20113.1 + 5.0.0-preview.1.20113.2 + 5.0.0-preview.1.20113.2 + 5.0.0-preview.1.20113.2 From dbe73a9849a52408708a6cb070111e072ef3355c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 13:50:35 +0000 Subject: [PATCH 1606/2259] [master] Update dependencies from dotnet/arcade (#6348) * Update dependencies from https://github.com/dotnet/arcade build 20200211.11 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20111.11 * Update dependencies from https://github.com/dotnet/arcade build 20200212.7 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20112.7 --- eng/Version.Details.xml | 4 +-- .../templates/post-build/post-build.yml | 26 +++++++++++++++++++ eng/common/templates/steps/promote-build.yml | 13 ---------- eng/common/tools.ps1 | 7 ++++- global.json | 2 +- 5 files changed, 35 insertions(+), 17 deletions(-) delete mode 100644 eng/common/templates/steps/promote-build.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cb5ddbe70..e224db1b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 56e162725058d80918f7aa7e0e689e1fde5c2106 + 951ea7430678b2682ff861fe1149b8a2f55887ca diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 70cb65f50..eff0d9ac7 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -170,6 +170,32 @@ stages: shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'Net5_Preview1_Publish' + channelName: '.NET 5 Preview 1' + channelId: 737 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'Net5_Preview2_Publish' + channelName: '.NET 5 Preview 2' + channelId: 738 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' + - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} diff --git a/eng/common/templates/steps/promote-build.yml b/eng/common/templates/steps/promote-build.yml deleted file mode 100644 index b90404435..000000000 --- a/eng/common/templates/steps/promote-build.yml +++ /dev/null @@ -1,13 +0,0 @@ -parameters: - ChannelId: 0 - -steps: -- task: PowerShell@2 - displayName: Add Build to Channel - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/promote-build.ps1 - arguments: -BuildId $(BARBuildId) - -ChannelId ${{ parameters.ChannelId }} - -MaestroApiAccessToken $(MaestroApiAccessToken) - -MaestroApiEndPoint $(MaestroApiEndPoint) - -MaestroApiVersion $(MaestroApiVersion) diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index fef7e5a3f..a45302b37 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -399,7 +399,12 @@ function LocateVisualStudio([object]$vsRequirements = $null){ if (!(Test-Path $vsWhereExe)) { Create-Directory $vsWhereDir Write-Host 'Downloading vswhere' - Invoke-WebRequest "https://github.com/Microsoft/vswhere/releases/download/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe + try { + Invoke-WebRequest "https://netcorenativeassets.blob.core.windows.net/resource-packages/external/windows/vswhere/$vswhereVersion/vswhere.exe" -OutFile $vswhereExe + } + catch { + Write-PipelineTelemetryError -Category 'InitializeToolset' -Message $_ + } } if (!$vsRequirements) { $vsRequirements = $GlobalJson.tools.vs } diff --git a/global.json b/global.json index 02f79ed97..5bae81d40 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20110.11" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20112.7" } } From 049a2f0fdac317336efc0b3e81db5609bf74427e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 13:57:47 +0000 Subject: [PATCH 1607/2259] Update dependencies from https://github.com/dotnet/runtime build 20200212.12 (#6366) - Microsoft.NETCore.Platforms - 5.0.0-preview.1.20112.12 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.1.20112.12 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.1.20112.12 - Microsoft.NETCore.App.Internal - 5.0.0-preview.1.20112.12 - Microsoft.NETCore.App.Ref - 5.0.0-preview.1.20112.12 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.1.20112.12 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e224db1b7..ad511e0cb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop c7a1294fac9ca026100522f7736101bfbdf352f5 - + https://github.com/dotnet/runtime - 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f + 3158b52d4ef4d0d339084fcf667e03a37224fb8f - + https://github.com/dotnet/runtime - 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f + 3158b52d4ef4d0d339084fcf667e03a37224fb8f - + https://github.com/dotnet/runtime - 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f + 3158b52d4ef4d0d339084fcf667e03a37224fb8f - + https://github.com/dotnet/runtime - 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f + 3158b52d4ef4d0d339084fcf667e03a37224fb8f - + https://github.com/dotnet/runtime - 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f + 3158b52d4ef4d0d339084fcf667e03a37224fb8f @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 084dd1a5aae0fbe6ed4f9164ac4ee1c5f0b2398f + 3158b52d4ef4d0d339084fcf667e03a37224fb8f https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index a97e1b35a..c315136a9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.12 - 5.0.0-preview.1.20112.8 - 5.0.0-preview.1.20112.8 - 5.0.0-preview.1.20112.8 - 5.0.0-preview.1.20112.8 - 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20112.12 + 5.0.0-preview.1.20112.12 + 5.0.0-preview.1.20112.12 + 5.0.0-preview.1.20112.12 + 5.0.0-preview.1.20112.12 2.1.0 From d06e2f61be8ffd7b66032e858925989aaa426ee9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 15:11:16 +0000 Subject: [PATCH 1608/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200213.3 (#6367) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20113.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20113.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20113.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad511e0cb..041f4f548 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c7a1294fac9ca026100522f7736101bfbdf352f5 + 5cca1efe21db91191e7b6dce23e1d5da575af623 - + https://github.com/dotnet/windowsdesktop - c7a1294fac9ca026100522f7736101bfbdf352f5 + 5cca1efe21db91191e7b6dce23e1d5da575af623 - + https://github.com/dotnet/windowsdesktop - c7a1294fac9ca026100522f7736101bfbdf352f5 + 5cca1efe21db91191e7b6dce23e1d5da575af623 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index c315136a9..e82f35d41 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20113.2 - 5.0.0-preview.1.20113.2 - 5.0.0-preview.1.20113.2 + 5.0.0-preview.1.20113.3 + 5.0.0-preview.1.20113.3 + 5.0.0-preview.1.20113.3 From ef141094f87921492841b08b259a066823f55be0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 16:30:58 +0000 Subject: [PATCH 1609/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200213.4 (#6368) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20113.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20113.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20113.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20113.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 041f4f548..faf126190 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5cca1efe21db91191e7b6dce23e1d5da575af623 + e84800c3e30fa9ac93a834995b60c673a91e6393 - + https://github.com/dotnet/windowsdesktop - 5cca1efe21db91191e7b6dce23e1d5da575af623 + e84800c3e30fa9ac93a834995b60c673a91e6393 - + https://github.com/dotnet/windowsdesktop - 5cca1efe21db91191e7b6dce23e1d5da575af623 + e84800c3e30fa9ac93a834995b60c673a91e6393 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 456c767bb7535bda3443795a556929a9856f2f34 - + https://github.com/dotnet/wpf - 97d2a88ec3e82371d5f02afe61ecd40ab57875f7 + 24b4a24056a443c562ed805503f15d4f8746c3eb diff --git a/eng/Versions.props b/eng/Versions.props index e82f35d41..68b5d59db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20112.8 + 5.0.0-preview.1.20113.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20113.3 - 5.0.0-preview.1.20113.3 - 5.0.0-preview.1.20113.3 + 5.0.0-preview.1.20113.4 + 5.0.0-preview.1.20113.4 + 5.0.0-preview.1.20113.4 From 4b27b67dbc7c874265e9e29d7a468c6418c6f1a2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 18:45:54 +0000 Subject: [PATCH 1610/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200213.5 (#6369) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20113.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20113.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20113.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20113.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index faf126190..b4a440431 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e84800c3e30fa9ac93a834995b60c673a91e6393 + 8c26f309176a98897bd836c433089b0ed888b4c8 - + https://github.com/dotnet/windowsdesktop - e84800c3e30fa9ac93a834995b60c673a91e6393 + 8c26f309176a98897bd836c433089b0ed888b4c8 - + https://github.com/dotnet/windowsdesktop - e84800c3e30fa9ac93a834995b60c673a91e6393 + 8c26f309176a98897bd836c433089b0ed888b4c8 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 456c767bb7535bda3443795a556929a9856f2f34 - + https://github.com/dotnet/wpf - 24b4a24056a443c562ed805503f15d4f8746c3eb + 9c829fd973a87a177d6df54fb595bef89c0c0854 diff --git a/eng/Versions.props b/eng/Versions.props index 68b5d59db..b9e712d10 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20113.1 + 5.0.0-preview.1.20113.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20113.4 - 5.0.0-preview.1.20113.4 - 5.0.0-preview.1.20113.4 + 5.0.0-preview.1.20113.5 + 5.0.0-preview.1.20113.5 + 5.0.0-preview.1.20113.5 From f57c93c0a82766d1986f4db72dbfbbd9d97c940d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Feb 2020 19:52:26 +0000 Subject: [PATCH 1611/2259] Update dependencies from https://github.com/dotnet/toolset build 20200213.1 (#6370) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20113.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7adabc22e..f1f04d99e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - c408596a0c8ee062e7b008eb0daa36c32489a5bb + a1c6678066e7ad854eea0a877ea7fddc3895f44d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 24c17bb9d..911481f6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20112.3 + 3.1.200-preview.20113.1 From e2b86ce81346ba1949f04cb4a039893a9a3260b9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 00:35:53 +0000 Subject: [PATCH 1612/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200213.6 (#6372) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20113.6 - dotnet-dev-certs - 5.0.0-preview.1.20113.6 - dotnet-user-secrets - 5.0.0-preview.1.20113.6 - dotnet-watch - 5.0.0-preview.1.20113.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20113.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20113.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b4a440431..0357fae12 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 3158b52d4ef4d0d339084fcf667e03a37224fb8f - + https://github.com/dotnet/aspnetcore - ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 + 4320c0182e82e2d01faff60867df1594de2b32c3 - + https://github.com/dotnet/aspnetcore - ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 + 4320c0182e82e2d01faff60867df1594de2b32c3 - + https://github.com/dotnet/aspnetcore - ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 + 4320c0182e82e2d01faff60867df1594de2b32c3 - + https://github.com/dotnet/aspnetcore - ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 + 4320c0182e82e2d01faff60867df1594de2b32c3 - + https://github.com/dotnet/aspnetcore - ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 + 4320c0182e82e2d01faff60867df1594de2b32c3 - + https://github.com/dotnet/aspnetcore - ccf3c4e6b8574f5e432d6c18efbb5caf5d2dbef2 + 4320c0182e82e2d01faff60867df1594de2b32c3 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b9e712d10..82b838fde 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20112.5 - 5.0.0-preview.1.20112.5 - 5.0.0-preview.1.20112.5 - 5.0.0-preview.1.20112.5 - 5.0.0-preview.1.20112.5 - 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20113.6 + 5.0.0-preview.1.20113.6 + 5.0.0-preview.1.20113.6 + 5.0.0-preview.1.20113.6 + 5.0.0-preview.1.20113.6 + 5.0.0-preview.1.20113.6 From de8a3a214ccc3e4e2ba5949541a18f253253c4ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 00:39:32 +0000 Subject: [PATCH 1613/2259] Update dependencies from https://github.com/dotnet/arcade build 20200213.5 (#6373) - Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.20113.5 --- eng/Version.Details.xml | 4 ++-- eng/common/darc-init.ps1 | 2 +- .../templates/post-build/post-build.yml | 24 +++++++++++++++++++ global.json | 2 +- 4 files changed, 28 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f1f04d99e..055424126 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -102,9 +102,9 @@ - + https://github.com/dotnet/arcade - 4d80b9cfa53e309c8f685abff3512f60c3d8a3d1 + 15f00efd583eab4372b2e9ca25bd80ace5b119ad diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index 46d175fdf..b94c2f4e4 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -27,7 +27,7 @@ function InstallDarcCli ($darcVersion) { Write-Host "Installing Darc CLI version $darcVersion..." Write-Host "You may need to restart your command window if this is the first dotnet tool you have installed." - & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g + & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g --framework netcoreapp2.1 } InstallDarcCli $darcVersion diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index b121d77e0..3c69186f0 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -341,4 +341,28 @@ stages: channelId: 557 transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_313xx_Publishing' + channelName: '.NET Core SDK 3.1.3xx' + channelId: 759 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_313xx_Internal_Publishing' + channelName: '.NET Core SDK 3.1.3xx Internal' + channelId: 760 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json' \ No newline at end of file diff --git a/global.json b/global.json index 84f775a7a..2c321daa9 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "3.1.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.19607.3" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20113.5" } } From f800cddd80a90565dbdd13c50e03e5458e7b3815 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 02:46:17 +0000 Subject: [PATCH 1614/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200213.6 (#6376) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20113.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20113.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20113.6 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20113.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0357fae12..2ac7fbe60 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8c26f309176a98897bd836c433089b0ed888b4c8 + 597b5914d5718c0144419fff19c6ef1cffe5dcd1 - + https://github.com/dotnet/windowsdesktop - 8c26f309176a98897bd836c433089b0ed888b4c8 + 597b5914d5718c0144419fff19c6ef1cffe5dcd1 - + https://github.com/dotnet/windowsdesktop - 8c26f309176a98897bd836c433089b0ed888b4c8 + 597b5914d5718c0144419fff19c6ef1cffe5dcd1 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 456c767bb7535bda3443795a556929a9856f2f34 - + https://github.com/dotnet/wpf - 9c829fd973a87a177d6df54fb595bef89c0c0854 + 34578b420f40bd556f5abd2160b69946f3658ea7 diff --git a/eng/Versions.props b/eng/Versions.props index 82b838fde..b8a815ce8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20113.2 + 5.0.0-preview.1.20113.5 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20113.5 - 5.0.0-preview.1.20113.5 - 5.0.0-preview.1.20113.5 + 5.0.0-preview.1.20113.6 + 5.0.0-preview.1.20113.6 + 5.0.0-preview.1.20113.6 From 41ab79d7fd5dbdd3c4d4a81214e6db520345e017 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 03:05:09 +0000 Subject: [PATCH 1615/2259] Update dependencies from https://github.com/dotnet/toolset build 20200213.6 (#6378) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20113.6 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 055424126..084f3deff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - a1c6678066e7ad854eea0a877ea7fddc3895f44d + 3ab06e3a80dfdb3c8d6d1a1c1499743bb185391e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 911481f6c..1c323f774 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20113.1 + 3.1.200-preview.20113.6 From 2889745dfaf952ac033f977e03a1e5a6fd5344f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 03:20:48 +0000 Subject: [PATCH 1616/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200213.15 (#6379) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20113.15 - dotnet-dev-certs - 5.0.0-preview.1.20113.15 - dotnet-user-secrets - 5.0.0-preview.1.20113.15 - dotnet-watch - 5.0.0-preview.1.20113.15 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20113.15 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20113.15 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ac7fbe60..1314ef76f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 3158b52d4ef4d0d339084fcf667e03a37224fb8f - + https://github.com/dotnet/aspnetcore - 4320c0182e82e2d01faff60867df1594de2b32c3 + e4e387cd4ec9233a9244e6aee2f7abac31961353 - + https://github.com/dotnet/aspnetcore - 4320c0182e82e2d01faff60867df1594de2b32c3 + e4e387cd4ec9233a9244e6aee2f7abac31961353 - + https://github.com/dotnet/aspnetcore - 4320c0182e82e2d01faff60867df1594de2b32c3 + e4e387cd4ec9233a9244e6aee2f7abac31961353 - + https://github.com/dotnet/aspnetcore - 4320c0182e82e2d01faff60867df1594de2b32c3 + e4e387cd4ec9233a9244e6aee2f7abac31961353 - + https://github.com/dotnet/aspnetcore - 4320c0182e82e2d01faff60867df1594de2b32c3 + e4e387cd4ec9233a9244e6aee2f7abac31961353 - + https://github.com/dotnet/aspnetcore - 4320c0182e82e2d01faff60867df1594de2b32c3 + e4e387cd4ec9233a9244e6aee2f7abac31961353 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b8a815ce8..510c98315 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20113.6 - 5.0.0-preview.1.20113.6 - 5.0.0-preview.1.20113.6 - 5.0.0-preview.1.20113.6 - 5.0.0-preview.1.20113.6 - 5.0.0-preview.1.20113.6 + 5.0.0-preview.1.20113.15 + 5.0.0-preview.1.20113.15 + 5.0.0-preview.1.20113.15 + 5.0.0-preview.1.20113.15 + 5.0.0-preview.1.20113.15 + 5.0.0-preview.1.20113.15 From 498b2e7e59b98196fa4d81a34ed42a69ca40b7dd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 03:37:11 +0000 Subject: [PATCH 1617/2259] Update dependencies from https://github.com/dotnet/toolset build 20200213.7 (#6380) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20113.7 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20113.3 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 084f3deff..49ffe2fde 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 3ab06e3a80dfdb3c8d6d1a1c1499743bb185391e + 0bf3abac96f2282400d0f3dd872d1b00fd32c4aa https://github.com/dotnet/sdk 130be5a782f6fa8410627a8fddd3e2988bde1c71 - + https://github.com/dotnet/cli - ce7027083cc440b7d9715b5d3ea73ac3f2069c22 + 6bd49230cf41bf1c263e5b0b60da4ced63316837 diff --git a/eng/Versions.props b/eng/Versions.props index 1c323f774..37c27c983 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20113.6 + 3.1.200-preview.20113.7 @@ -45,7 +45,7 @@ - 3.1.200-preview.20107.2 + 3.1.200-preview.20113.3 0.2.0 From aeb3384f4a5ee6bdd8545851b72ca4f50db4f245 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 04:05:44 +0000 Subject: [PATCH 1618/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200213.7 (#6381) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20113.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20113.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20113.7 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20113.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1314ef76f..582605bb9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 597b5914d5718c0144419fff19c6ef1cffe5dcd1 + b806d105975e2cc3013a22e6c4b4a67bf10847dd - + https://github.com/dotnet/windowsdesktop - 597b5914d5718c0144419fff19c6ef1cffe5dcd1 + b806d105975e2cc3013a22e6c4b4a67bf10847dd - + https://github.com/dotnet/windowsdesktop - 597b5914d5718c0144419fff19c6ef1cffe5dcd1 + b806d105975e2cc3013a22e6c4b4a67bf10847dd https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 456c767bb7535bda3443795a556929a9856f2f34 - + https://github.com/dotnet/wpf - 34578b420f40bd556f5abd2160b69946f3658ea7 + a692f68cf4e1fd0e60c8b25f6cc389c334e8c03f diff --git a/eng/Versions.props b/eng/Versions.props index 510c98315..25dc9c784 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20113.5 + 5.0.0-preview.1.20113.7 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20113.6 - 5.0.0-preview.1.20113.6 - 5.0.0-preview.1.20113.6 + 5.0.0-preview.1.20113.7 + 5.0.0-preview.1.20113.7 + 5.0.0-preview.1.20113.7 From aa3a82d96ede5276786a80f061e78b8238646cfd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 05:47:52 +0000 Subject: [PATCH 1619/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6382) * Update dependencies from https://github.com/dotnet/toolset build 20200213.8 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20113.8 * Update dependencies from https://github.com/dotnet/toolset build 20200213.9 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20113.9 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20113.2 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200213.12 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20113.12 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20113.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 49ffe2fde..9faf141bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 0bf3abac96f2282400d0f3dd872d1b00fd32c4aa + 0c08f73cd1ce63143cd6b78c34524d5f2a5474eb - + https://github.com/dotnet/sdk - 130be5a782f6fa8410627a8fddd3e2988bde1c71 + 0bc67530cef6dd771a8750d1747926eca2dcb845 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 37c27c983..11f70c717 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20113.7 + 3.1.200-preview.20113.12 @@ -52,7 +52,7 @@ - 3.1.200-preview.20107.4 + 3.1.200-preview.20113.2 $(MicrosoftNETSdkPackageVersion) From ba4587f38f275da1a6895fee93878b3159e6fc3e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 07:45:49 +0000 Subject: [PATCH 1620/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200213.22 (#6385) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20113.22 - dotnet-user-secrets - 5.0.0-preview.1.20113.22 - dotnet-watch - 5.0.0-preview.1.20113.22 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20113.22 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20113.22 - dotnet-dev-certs - 5.0.0-preview.1.20113.22 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 582605bb9..972b3fdc9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 3158b52d4ef4d0d339084fcf667e03a37224fb8f - + https://github.com/dotnet/aspnetcore - e4e387cd4ec9233a9244e6aee2f7abac31961353 + b6391b811bfa3df466dc99b0d9d709ed6a6f3422 - + https://github.com/dotnet/aspnetcore - e4e387cd4ec9233a9244e6aee2f7abac31961353 + b6391b811bfa3df466dc99b0d9d709ed6a6f3422 - + https://github.com/dotnet/aspnetcore - e4e387cd4ec9233a9244e6aee2f7abac31961353 + b6391b811bfa3df466dc99b0d9d709ed6a6f3422 - + https://github.com/dotnet/aspnetcore - e4e387cd4ec9233a9244e6aee2f7abac31961353 + b6391b811bfa3df466dc99b0d9d709ed6a6f3422 - + https://github.com/dotnet/aspnetcore - e4e387cd4ec9233a9244e6aee2f7abac31961353 + b6391b811bfa3df466dc99b0d9d709ed6a6f3422 - + https://github.com/dotnet/aspnetcore - e4e387cd4ec9233a9244e6aee2f7abac31961353 + b6391b811bfa3df466dc99b0d9d709ed6a6f3422 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 25dc9c784..de928a1ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20113.15 - 5.0.0-preview.1.20113.15 - 5.0.0-preview.1.20113.15 - 5.0.0-preview.1.20113.15 - 5.0.0-preview.1.20113.15 - 5.0.0-preview.1.20113.15 + 5.0.0-preview.1.20113.22 + 5.0.0-preview.1.20113.22 + 5.0.0-preview.1.20113.22 + 5.0.0-preview.1.20113.22 + 5.0.0-preview.1.20113.22 + 5.0.0-preview.1.20113.22 From ec739907966c6b1f4f340c4207ef491d737cf3cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 09:22:29 +0000 Subject: [PATCH 1621/2259] Update dependencies from https://github.com/dotnet/toolset build 20200214.1 (#6386) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20114.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9faf141bb..ea46e8141 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 0c08f73cd1ce63143cd6b78c34524d5f2a5474eb + e67c4a6cfcf1c7dc3cafd40427024fb8495f2333 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 11f70c717..300d0d9c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20113.12 + 3.1.200-preview.20114.1 From d343d58c6c5286c0f8602bdf8f0689e4d59e0e0f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 10:30:46 +0000 Subject: [PATCH 1622/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200213.23 (#6387) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20113.23 - dotnet-user-secrets - 5.0.0-preview.1.20113.23 - dotnet-watch - 5.0.0-preview.1.20113.23 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20113.23 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20113.23 - dotnet-dev-certs - 5.0.0-preview.1.20113.23 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 972b3fdc9..67e6df5a4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 3158b52d4ef4d0d339084fcf667e03a37224fb8f - + https://github.com/dotnet/aspnetcore - b6391b811bfa3df466dc99b0d9d709ed6a6f3422 + 62ae8a9271b747e82a6e79b5f09f62a57843ef28 - + https://github.com/dotnet/aspnetcore - b6391b811bfa3df466dc99b0d9d709ed6a6f3422 + 62ae8a9271b747e82a6e79b5f09f62a57843ef28 - + https://github.com/dotnet/aspnetcore - b6391b811bfa3df466dc99b0d9d709ed6a6f3422 + 62ae8a9271b747e82a6e79b5f09f62a57843ef28 - + https://github.com/dotnet/aspnetcore - b6391b811bfa3df466dc99b0d9d709ed6a6f3422 + 62ae8a9271b747e82a6e79b5f09f62a57843ef28 - + https://github.com/dotnet/aspnetcore - b6391b811bfa3df466dc99b0d9d709ed6a6f3422 + 62ae8a9271b747e82a6e79b5f09f62a57843ef28 - + https://github.com/dotnet/aspnetcore - b6391b811bfa3df466dc99b0d9d709ed6a6f3422 + 62ae8a9271b747e82a6e79b5f09f62a57843ef28 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index de928a1ba..d5227d3e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20113.22 - 5.0.0-preview.1.20113.22 - 5.0.0-preview.1.20113.22 - 5.0.0-preview.1.20113.22 - 5.0.0-preview.1.20113.22 - 5.0.0-preview.1.20113.22 + 5.0.0-preview.1.20113.23 + 5.0.0-preview.1.20113.23 + 5.0.0-preview.1.20113.23 + 5.0.0-preview.1.20113.23 + 5.0.0-preview.1.20113.23 + 5.0.0-preview.1.20113.23 From 1b2977340b50039bc4eee98a8aa3a7c68bb2fd8e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 13:35:57 +0000 Subject: [PATCH 1623/2259] Update dependencies from https://github.com/dotnet/templating build 20200213.2 (#6388) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20113.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 67e6df5a4..083d60b9f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - ce0c35f54bceb739374f18e891913ecff84cd31d + 7324f8803312b832a4107fff07ef2b0002988baf https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d5227d3e6..f4be12c60 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-alpha.1.20112.1 + 5.0.0-alpha.1.20113.2 From 226c69c5b5019c4b7f3f298d49d18751d7a6f02e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 13:58:43 +0000 Subject: [PATCH 1624/2259] Update dependencies from https://github.com/dotnet/runtime build 20200213.7 (#6389) - Microsoft.NETCore.Platforms - 5.0.0-preview.1.20113.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.1.20113.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.1.20113.7 - Microsoft.NETCore.App.Internal - 5.0.0-preview.1.20113.7 - Microsoft.NETCore.App.Ref - 5.0.0-preview.1.20113.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.1.20113.7 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 083d60b9f..dc535c333 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop b806d105975e2cc3013a22e6c4b4a67bf10847dd - + https://github.com/dotnet/runtime - 3158b52d4ef4d0d339084fcf667e03a37224fb8f + 0f3f8e1930c28b67f29990126bc2e8527e959a2e - + https://github.com/dotnet/runtime - 3158b52d4ef4d0d339084fcf667e03a37224fb8f + 0f3f8e1930c28b67f29990126bc2e8527e959a2e - + https://github.com/dotnet/runtime - 3158b52d4ef4d0d339084fcf667e03a37224fb8f + 0f3f8e1930c28b67f29990126bc2e8527e959a2e - + https://github.com/dotnet/runtime - 3158b52d4ef4d0d339084fcf667e03a37224fb8f + 0f3f8e1930c28b67f29990126bc2e8527e959a2e - + https://github.com/dotnet/runtime - 3158b52d4ef4d0d339084fcf667e03a37224fb8f + 0f3f8e1930c28b67f29990126bc2e8527e959a2e @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 3158b52d4ef4d0d339084fcf667e03a37224fb8f + 0f3f8e1930c28b67f29990126bc2e8527e959a2e https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index f4be12c60..ff7fd36a2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.1.20112.12 + 5.0.0-preview.1.20113.7 - 5.0.0-preview.1.20112.12 - 5.0.0-preview.1.20112.12 - 5.0.0-preview.1.20112.12 - 5.0.0-preview.1.20112.12 - 5.0.0-preview.1.20112.12 + 5.0.0-preview.1.20113.7 + 5.0.0-preview.1.20113.7 + 5.0.0-preview.1.20113.7 + 5.0.0-preview.1.20113.7 + 5.0.0-preview.1.20113.7 2.1.0 From c296743d49423bd812fd78c6536988c81772aec4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 14:55:47 +0000 Subject: [PATCH 1625/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200214.1 (#6390) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20114.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20114.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20114.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc535c333..1a04569fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b806d105975e2cc3013a22e6c4b4a67bf10847dd + 994119d1b47eed6860ad62f15362169610265e85 - + https://github.com/dotnet/windowsdesktop - b806d105975e2cc3013a22e6c4b4a67bf10847dd + 994119d1b47eed6860ad62f15362169610265e85 - + https://github.com/dotnet/windowsdesktop - b806d105975e2cc3013a22e6c4b4a67bf10847dd + 994119d1b47eed6860ad62f15362169610265e85 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index ff7fd36a2..8744a4555 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20113.7 - 5.0.0-preview.1.20113.7 - 5.0.0-preview.1.20113.7 + 5.0.0-preview.1.20114.1 + 5.0.0-preview.1.20114.1 + 5.0.0-preview.1.20114.1 From d028ad7fc58a70765f0853bce905b8ae023e470f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 16:55:50 +0000 Subject: [PATCH 1626/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200214.2 (#6391) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20114.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20114.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20114.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20114.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1a04569fd..a7bd640cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 994119d1b47eed6860ad62f15362169610265e85 + 40c15843bc40af9acfbc73cacf2a252991722124 - + https://github.com/dotnet/windowsdesktop - 994119d1b47eed6860ad62f15362169610265e85 + 40c15843bc40af9acfbc73cacf2a252991722124 - + https://github.com/dotnet/windowsdesktop - 994119d1b47eed6860ad62f15362169610265e85 + 40c15843bc40af9acfbc73cacf2a252991722124 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 456c767bb7535bda3443795a556929a9856f2f34 - + https://github.com/dotnet/wpf - a692f68cf4e1fd0e60c8b25f6cc389c334e8c03f + 8d33f10bf594d3e6751f5042a12d7a272ef7db50 diff --git a/eng/Versions.props b/eng/Versions.props index 8744a4555..3f6f849f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20113.7 + 5.0.0-preview.1.20114.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20114.1 - 5.0.0-preview.1.20114.1 - 5.0.0-preview.1.20114.1 + 5.0.0-preview.1.20114.2 + 5.0.0-preview.1.20114.2 + 5.0.0-preview.1.20114.2 From 559e867dca2f65f5c30904d80521c4570c1255eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 17:55:56 +0000 Subject: [PATCH 1627/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200214.3 (#6392) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20114.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20114.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20114.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20114.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a7bd640cd..0d1187d78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 40c15843bc40af9acfbc73cacf2a252991722124 + 9e5cb3dc27a5d68733a181aeebd8767dece5754c - + https://github.com/dotnet/windowsdesktop - 40c15843bc40af9acfbc73cacf2a252991722124 + 9e5cb3dc27a5d68733a181aeebd8767dece5754c - + https://github.com/dotnet/windowsdesktop - 40c15843bc40af9acfbc73cacf2a252991722124 + 9e5cb3dc27a5d68733a181aeebd8767dece5754c https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 456c767bb7535bda3443795a556929a9856f2f34 - + https://github.com/dotnet/wpf - 8d33f10bf594d3e6751f5042a12d7a272ef7db50 + 1ea527e0bd776f53f5a6fe4558ed74367af0bedc diff --git a/eng/Versions.props b/eng/Versions.props index 3f6f849f0..06174e724 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20114.1 + 5.0.0-preview.1.20114.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20114.2 - 5.0.0-preview.1.20114.2 - 5.0.0-preview.1.20114.2 + 5.0.0-preview.1.20114.3 + 5.0.0-preview.1.20114.3 + 5.0.0-preview.1.20114.3 From f55b6eb6650bb0a8c4f746db7b16a593466fb0d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 19:55:06 +0000 Subject: [PATCH 1628/2259] Update dependencies from https://github.com/dotnet/sdk build 20200214.1 (#6394) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20114.1 - Microsoft.NET.Sdk - 5.0.100-preview.1.20114.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0d1187d78..f70f55443 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 7324f8803312b832a4107fff07ef2b0002988baf - + https://github.com/dotnet/sdk - adda770782d4fe6ad57a2b4f5e117aa4bdb7a8a9 + 4703dc6f57dde8fbd4072ed6422884e25d2095a4 - + https://github.com/dotnet/sdk - adda770782d4fe6ad57a2b4f5e117aa4bdb7a8a9 + 4703dc6f57dde8fbd4072ed6422884e25d2095a4 diff --git a/eng/Versions.props b/eng/Versions.props index 06174e724..ad907e061 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20112.3 + 5.0.100-preview.1.20114.1 0.2.0 - 5.0.100-preview.1.20112.3 + 5.0.100-preview.1.20114.1 $(MicrosoftNETSdkPackageVersion) From 827effd90d0a64768f2b37fcd62405e236281145 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 14 Feb 2020 20:35:59 +0000 Subject: [PATCH 1629/2259] Update dependencies from https://github.com/dotnet/sdk build 20200214.2 (#6397) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20114.2 - Microsoft.NET.Sdk - 5.0.100-preview.1.20114.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f70f55443..86fac3249 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 7324f8803312b832a4107fff07ef2b0002988baf - + https://github.com/dotnet/sdk - 4703dc6f57dde8fbd4072ed6422884e25d2095a4 + bb5996cadafa0683ec276a25aee5dff79af22cf9 - + https://github.com/dotnet/sdk - 4703dc6f57dde8fbd4072ed6422884e25d2095a4 + bb5996cadafa0683ec276a25aee5dff79af22cf9 diff --git a/eng/Versions.props b/eng/Versions.props index ad907e061..49c1da22e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20114.1 + 5.0.100-preview.1.20114.2 0.2.0 - 5.0.100-preview.1.20114.1 + 5.0.100-preview.1.20114.2 $(MicrosoftNETSdkPackageVersion) From b012ab98918133dd0ef8a15b9feaf1cb9333d1cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 00:37:01 +0000 Subject: [PATCH 1630/2259] [master] Update dependencies from dotnet/aspnetcore (#6399) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200214.5 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20114.5 - dotnet-user-secrets - 5.0.0-preview.1.20114.5 - dotnet-watch - 5.0.0-preview.1.20114.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20114.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20114.5 - dotnet-dev-certs - 5.0.0-preview.1.20114.5 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200214.11 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20114.11 - dotnet-user-secrets - 5.0.0-preview.1.20114.11 - dotnet-watch - 5.0.0-preview.1.20114.11 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20114.11 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20114.11 - dotnet-dev-certs - 5.0.0-preview.1.20114.11 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 86fac3249..39b5551ca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 0f3f8e1930c28b67f29990126bc2e8527e959a2e - + https://github.com/dotnet/aspnetcore - 62ae8a9271b747e82a6e79b5f09f62a57843ef28 + 1dc31a7613d69b2fd2f2465779a79ceea48140e8 - + https://github.com/dotnet/aspnetcore - 62ae8a9271b747e82a6e79b5f09f62a57843ef28 + 1dc31a7613d69b2fd2f2465779a79ceea48140e8 - + https://github.com/dotnet/aspnetcore - 62ae8a9271b747e82a6e79b5f09f62a57843ef28 + 1dc31a7613d69b2fd2f2465779a79ceea48140e8 - + https://github.com/dotnet/aspnetcore - 62ae8a9271b747e82a6e79b5f09f62a57843ef28 + 1dc31a7613d69b2fd2f2465779a79ceea48140e8 - + https://github.com/dotnet/aspnetcore - 62ae8a9271b747e82a6e79b5f09f62a57843ef28 + 1dc31a7613d69b2fd2f2465779a79ceea48140e8 - + https://github.com/dotnet/aspnetcore - 62ae8a9271b747e82a6e79b5f09f62a57843ef28 + 1dc31a7613d69b2fd2f2465779a79ceea48140e8 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 49c1da22e..8455880c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20113.23 - 5.0.0-preview.1.20113.23 - 5.0.0-preview.1.20113.23 - 5.0.0-preview.1.20113.23 - 5.0.0-preview.1.20113.23 - 5.0.0-preview.1.20113.23 + 5.0.0-preview.1.20114.11 + 5.0.0-preview.1.20114.11 + 5.0.0-preview.1.20114.11 + 5.0.0-preview.1.20114.11 + 5.0.0-preview.1.20114.11 + 5.0.0-preview.1.20114.11 From 7b13b656e9535aab1619b1abdc84930fe7e3bdf8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 01:55:48 +0000 Subject: [PATCH 1631/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200214.4 (#6408) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20114.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20114.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20114.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20114.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20114.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 39b5551ca..3083145d0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9e5cb3dc27a5d68733a181aeebd8767dece5754c + 6a7b1fe0d9a9e3ac8e23d0d559e9a5c4d0f4274a - + https://github.com/dotnet/windowsdesktop - 9e5cb3dc27a5d68733a181aeebd8767dece5754c + 6a7b1fe0d9a9e3ac8e23d0d559e9a5c4d0f4274a - + https://github.com/dotnet/windowsdesktop - 9e5cb3dc27a5d68733a181aeebd8767dece5754c + 6a7b1fe0d9a9e3ac8e23d0d559e9a5c4d0f4274a https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ bb5996cadafa0683ec276a25aee5dff79af22cf9 - + https://github.com/dotnet/winforms - 456c767bb7535bda3443795a556929a9856f2f34 + e412d3acf79695124ce7ebc8907b213550c97b04 - + https://github.com/dotnet/wpf - 1ea527e0bd776f53f5a6fe4558ed74367af0bedc + 3b1e36e54bcdf6d42256ad38899ab4315d7e7ba4 diff --git a/eng/Versions.props b/eng/Versions.props index 8455880c5..fda7af16e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20112.5 + 5.0.0-preview.1.20114.2 - 5.0.0-preview.1.20114.2 + 5.0.0-preview.1.20114.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20114.3 - 5.0.0-preview.1.20114.3 - 5.0.0-preview.1.20114.3 + 5.0.0-preview.1.20114.4 + 5.0.0-preview.1.20114.4 + 5.0.0-preview.1.20114.4 From 20ac05f7ec75c7fdf92775f614eb679955e9db34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 02:55:46 +0000 Subject: [PATCH 1632/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200214.5 (#6411) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20114.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20114.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20114.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20114.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20114.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3083145d0..ec0d1f315 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6a7b1fe0d9a9e3ac8e23d0d559e9a5c4d0f4274a + 22af22e20deffcea7e30070f44566a79e1548350 - + https://github.com/dotnet/windowsdesktop - 6a7b1fe0d9a9e3ac8e23d0d559e9a5c4d0f4274a + 22af22e20deffcea7e30070f44566a79e1548350 - + https://github.com/dotnet/windowsdesktop - 6a7b1fe0d9a9e3ac8e23d0d559e9a5c4d0f4274a + 22af22e20deffcea7e30070f44566a79e1548350 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ bb5996cadafa0683ec276a25aee5dff79af22cf9 - + https://github.com/dotnet/winforms - e412d3acf79695124ce7ebc8907b213550c97b04 + bf6acf59394f9a1d5aebb12577cde70569ee8a58 - + https://github.com/dotnet/wpf - 3b1e36e54bcdf6d42256ad38899ab4315d7e7ba4 + 2f32d3674839b0c71f7c5726221eb57f802ea56d diff --git a/eng/Versions.props b/eng/Versions.props index fda7af16e..d1e8a149a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20114.2 + 5.0.0-preview.1.20114.3 - 5.0.0-preview.1.20114.3 + 5.0.0-preview.1.20114.4 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20114.4 - 5.0.0-preview.1.20114.4 - 5.0.0-preview.1.20114.4 + 5.0.0-preview.1.20114.5 + 5.0.0-preview.1.20114.5 + 5.0.0-preview.1.20114.5 From 9df02176d2063d418edcb33a33b9d3afa6cbc70b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 13:36:13 +0000 Subject: [PATCH 1633/2259] Update dependencies from https://github.com/dotnet/templating build 20200214.1 (#6415) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20114.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ec0d1f315..333c765c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 7324f8803312b832a4107fff07ef2b0002988baf + 3b56d5b86bd8add0ba4cc415cbf215254643c72b https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index d1e8a149a..03e725b70 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-alpha.1.20113.2 + 5.0.0-alpha.1.20114.1 From 92f10e55c1ee0563b5b582a419f6015bff4b994d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 13:55:30 +0000 Subject: [PATCH 1634/2259] Update dependencies from https://github.com/dotnet/runtime build 20200214.8 (#6416) - Microsoft.NETCore.Platforms - 5.0.0-preview.1.20114.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.1.20114.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.1.20114.8 - Microsoft.NETCore.App.Internal - 5.0.0-preview.1.20114.8 - Microsoft.NETCore.App.Ref - 5.0.0-preview.1.20114.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.1.20114.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 333c765c5..27f2c0e17 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 22af22e20deffcea7e30070f44566a79e1548350 - + https://github.com/dotnet/runtime - 0f3f8e1930c28b67f29990126bc2e8527e959a2e + 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 - + https://github.com/dotnet/runtime - 0f3f8e1930c28b67f29990126bc2e8527e959a2e + 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 - + https://github.com/dotnet/runtime - 0f3f8e1930c28b67f29990126bc2e8527e959a2e + 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 - + https://github.com/dotnet/runtime - 0f3f8e1930c28b67f29990126bc2e8527e959a2e + 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 - + https://github.com/dotnet/runtime - 0f3f8e1930c28b67f29990126bc2e8527e959a2e + 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 0f3f8e1930c28b67f29990126bc2e8527e959a2e + 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 03e725b70..588ccc264 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.1.20113.7 + 5.0.0-preview.1.20114.8 - 5.0.0-preview.1.20113.7 - 5.0.0-preview.1.20113.7 - 5.0.0-preview.1.20113.7 - 5.0.0-preview.1.20113.7 - 5.0.0-preview.1.20113.7 + 5.0.0-preview.1.20114.8 + 5.0.0-preview.1.20114.8 + 5.0.0-preview.1.20114.8 + 5.0.0-preview.1.20114.8 + 5.0.0-preview.1.20114.8 2.1.0 From 6c0bcbcc4f85b9cb8d30d6dc1109fd2d6b841e71 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 15:10:42 +0000 Subject: [PATCH 1635/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200215.1 (#6417) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20115.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20115.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20115.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 27f2c0e17..f72cc6dd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 22af22e20deffcea7e30070f44566a79e1548350 + c0df43f10d064946fd3e7c77ac11c6cfef5f931e - + https://github.com/dotnet/windowsdesktop - 22af22e20deffcea7e30070f44566a79e1548350 + c0df43f10d064946fd3e7c77ac11c6cfef5f931e - + https://github.com/dotnet/windowsdesktop - 22af22e20deffcea7e30070f44566a79e1548350 + c0df43f10d064946fd3e7c77ac11c6cfef5f931e https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 588ccc264..fa35ce548 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20114.5 - 5.0.0-preview.1.20114.5 - 5.0.0-preview.1.20114.5 + 5.0.0-preview.1.20115.1 + 5.0.0-preview.1.20115.1 + 5.0.0-preview.1.20115.1 From 8cb711e33a6ac9342e4eecbd2fd3c6757ff6c45d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 17:15:46 +0000 Subject: [PATCH 1636/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200215.2 (#6418) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20115.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20115.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20115.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20115.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f72cc6dd2..143a775c8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c0df43f10d064946fd3e7c77ac11c6cfef5f931e + 280dfdfbd2576ea4931b44d46a8527083fa655fc - + https://github.com/dotnet/windowsdesktop - c0df43f10d064946fd3e7c77ac11c6cfef5f931e + 280dfdfbd2576ea4931b44d46a8527083fa655fc - + https://github.com/dotnet/windowsdesktop - c0df43f10d064946fd3e7c77ac11c6cfef5f931e + 280dfdfbd2576ea4931b44d46a8527083fa655fc https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms bf6acf59394f9a1d5aebb12577cde70569ee8a58 - + https://github.com/dotnet/wpf - 2f32d3674839b0c71f7c5726221eb57f802ea56d + 61b491d018af78943c54d5b30249861ea10852ae diff --git a/eng/Versions.props b/eng/Versions.props index fa35ce548..d00fc52d7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20114.4 + 5.0.0-preview.1.20115.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20115.1 - 5.0.0-preview.1.20115.1 - 5.0.0-preview.1.20115.1 + 5.0.0-preview.1.20115.2 + 5.0.0-preview.1.20115.2 + 5.0.0-preview.1.20115.2 From da174a2715de58df1045b762be7d9ba66509f428 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 18:45:50 +0000 Subject: [PATCH 1637/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200215.3 (#6419) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20115.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20115.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20115.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20115.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20115.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 143a775c8..f32fa2144 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 280dfdfbd2576ea4931b44d46a8527083fa655fc + 16ac1afc72b52c1c877383d479c53b753ea39a6e - + https://github.com/dotnet/windowsdesktop - 280dfdfbd2576ea4931b44d46a8527083fa655fc + 16ac1afc72b52c1c877383d479c53b753ea39a6e - + https://github.com/dotnet/windowsdesktop - 280dfdfbd2576ea4931b44d46a8527083fa655fc + 16ac1afc72b52c1c877383d479c53b753ea39a6e https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ bb5996cadafa0683ec276a25aee5dff79af22cf9 - + https://github.com/dotnet/winforms - bf6acf59394f9a1d5aebb12577cde70569ee8a58 + c0014d0a0594182082847c688f692b690d79b4da - + https://github.com/dotnet/wpf - 61b491d018af78943c54d5b30249861ea10852ae + e5395dda6d4bf76f2ca3a014dc5eba3a72dac45e diff --git a/eng/Versions.props b/eng/Versions.props index d00fc52d7..eb807bf64 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20114.3 + 5.0.0-preview.1.20115.1 - 5.0.0-preview.1.20115.1 + 5.0.0-preview.1.20115.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20115.2 - 5.0.0-preview.1.20115.2 - 5.0.0-preview.1.20115.2 + 5.0.0-preview.1.20115.3 + 5.0.0-preview.1.20115.3 + 5.0.0-preview.1.20115.3 From 1d0604452022ca9ae77559b119f55705cf9856dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 19:50:46 +0000 Subject: [PATCH 1638/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200215.4 (#6420) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20115.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20115.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20115.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20115.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f32fa2144..ff26bce26 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 16ac1afc72b52c1c877383d479c53b753ea39a6e + c799157b60163fb3cc73a8343740f269721f02c4 - + https://github.com/dotnet/windowsdesktop - 16ac1afc72b52c1c877383d479c53b753ea39a6e + c799157b60163fb3cc73a8343740f269721f02c4 - + https://github.com/dotnet/windowsdesktop - 16ac1afc72b52c1c877383d479c53b753ea39a6e + c799157b60163fb3cc73a8343740f269721f02c4 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms c0014d0a0594182082847c688f692b690d79b4da - + https://github.com/dotnet/wpf - e5395dda6d4bf76f2ca3a014dc5eba3a72dac45e + ae8203514ec7a220cab32767d6f9032465c0eee3 diff --git a/eng/Versions.props b/eng/Versions.props index eb807bf64..ba34801a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20115.2 + 5.0.0-preview.1.20115.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20115.3 - 5.0.0-preview.1.20115.3 - 5.0.0-preview.1.20115.3 + 5.0.0-preview.1.20115.4 + 5.0.0-preview.1.20115.4 + 5.0.0-preview.1.20115.4 From bd32ed34874ef9328aa5060178254d77ae50e6dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 15 Feb 2020 20:10:46 +0000 Subject: [PATCH 1639/2259] Update dependencies from https://github.com/dotnet/sdk build 20200215.1 (#6421) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20115.1 - Microsoft.NET.Sdk - 5.0.100-preview.1.20115.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff26bce26..c93408822 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3b56d5b86bd8add0ba4cc415cbf215254643c72b - + https://github.com/dotnet/sdk - bb5996cadafa0683ec276a25aee5dff79af22cf9 + 308062cdff87cb381cd8f85c02fdc5a7fc5c275e - + https://github.com/dotnet/sdk - bb5996cadafa0683ec276a25aee5dff79af22cf9 + 308062cdff87cb381cd8f85c02fdc5a7fc5c275e diff --git a/eng/Versions.props b/eng/Versions.props index ba34801a5..e5d8ac51e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20114.2 + 5.0.100-preview.1.20115.1 0.2.0 - 5.0.100-preview.1.20114.2 + 5.0.100-preview.1.20115.1 $(MicrosoftNETSdkPackageVersion) From 1876b3949aa9c7f08b0525e6715836af9e3a9ac0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 13:41:02 +0000 Subject: [PATCH 1640/2259] Update dependencies from https://github.com/dotnet/templating build 20200215.1 (#6423) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20115.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c93408822..d9d1040b4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 3b56d5b86bd8add0ba4cc415cbf215254643c72b + bf23d3c57b70e3282b7afba1bf8597ce27ad349d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e5d8ac51e..a70857103 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-alpha.1.20114.1 + 5.0.0-alpha.1.20115.1 From 0b50c1bd88167e9ac8bc57771f729e6f51243066 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 13:44:22 +0000 Subject: [PATCH 1641/2259] [master] Update dependencies from dotnet/arcade (#6414) * Update dependencies from https://github.com/dotnet/arcade build 20200214.5 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20114.5 * Update dependencies from https://github.com/dotnet/arcade build 20200215.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20115.1 --- eng/Version.Details.xml | 4 +- eng/common/post-build/darc-gather-drop.ps1 | 44 ------------------- eng/common/post-build/nuget-validation.ps1 | 2 +- .../templates/post-build/darc-gather-drop.yml | 23 ---------- eng/common/tools.sh | 2 +- global.json | 2 +- 6 files changed, 5 insertions(+), 72 deletions(-) delete mode 100644 eng/common/post-build/darc-gather-drop.ps1 delete mode 100644 eng/common/templates/post-build/darc-gather-drop.yml diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9d1040b4..e8d9efe48 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 951ea7430678b2682ff861fe1149b8a2f55887ca + e133be6cf759f6badf7bc4052118ad8197eb03bf diff --git a/eng/common/post-build/darc-gather-drop.ps1 b/eng/common/post-build/darc-gather-drop.ps1 deleted file mode 100644 index 81ff2a437..000000000 --- a/eng/common/post-build/darc-gather-drop.ps1 +++ /dev/null @@ -1,44 +0,0 @@ -param( - [Parameter(Mandatory=$true)][int] $BarBuildId, # ID of the build which assets should be downloaded - [Parameter(Mandatory=$true)][string] $DropLocation, # Where the assets should be downloaded to - [Parameter(Mandatory=$true)][string] $MaestroApiAccessToken, # Token used to access Maestro API - [Parameter(Mandatory=$false)][string] $MaestroApiEndPoint = 'https://maestro-prod.westus2.cloudapp.azure.com', # Maestro API URL - [Parameter(Mandatory=$false)][string] $MaestroApiVersion = '2019-01-16' # Version of Maestro API to use -) - -try { - . $PSScriptRoot\post-build-utils.ps1 - - Write-Host 'Installing DARC ...' - - . $PSScriptRoot\..\darc-init.ps1 - $exitCode = $LASTEXITCODE - - if ($exitCode -ne 0) { - Write-PipelineTelemetryError -Category "Darc" -Message "Something failed while running 'darc-init.ps1'. Check for errors above. Exiting now..." - ExitWithExitCode $exitCode - } - - # For now, only use a dry run. - # Ideally we would change darc to enable a quick request that - # would check whether the file exists that you can download it, - # and that it won't conflict with other files. - # https://github.com/dotnet/arcade/issues/3674 - # Right now we can't remove continue-on-error because we ocassionally will have - # dependencies that have no associated builds (e.g. an old dependency). - # We need to add an option to baseline specific dependencies away, or add them manually - # to the BAR. - darc gather-drop --non-shipping ` - --dry-run ` - --continue-on-error ` - --id $BarBuildId ` - --output-dir $DropLocation ` - --bar-uri $MaestroApiEndpoint ` - --password $MaestroApiAccessToken ` - --latest-location -} -catch { - Write-Host $_.ScriptStackTrace - Write-PipelineTelemetryError -Category "Darc" -Message $_ - ExitWithExitCode 1 -} diff --git a/eng/common/post-build/nuget-validation.ps1 b/eng/common/post-build/nuget-validation.ps1 index 3d6129d72..dab3534ab 100644 --- a/eng/common/post-build/nuget-validation.ps1 +++ b/eng/common/post-build/nuget-validation.ps1 @@ -9,7 +9,7 @@ param( try { . $PSScriptRoot\post-build-utils.ps1 - $url = 'https://raw.githubusercontent.com/NuGet/NuGetGallery/jver-verify/src/VerifyMicrosoftPackage/verify.ps1' + $url = 'https://raw.githubusercontent.com/NuGet/NuGetGallery/3e25ad135146676bcab0050a516939d9958bfa5d/src/VerifyMicrosoftPackage/verify.ps1' New-Item -ItemType 'directory' -Path ${ToolDestinationPath} -Force diff --git a/eng/common/templates/post-build/darc-gather-drop.yml b/eng/common/templates/post-build/darc-gather-drop.yml deleted file mode 100644 index 3268ccaa5..000000000 --- a/eng/common/templates/post-build/darc-gather-drop.yml +++ /dev/null @@ -1,23 +0,0 @@ -parameters: - ChannelId: 0 - -jobs: -- job: gatherDrop - displayName: Gather Drop - dependsOn: setupMaestroVars - condition: contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.ChannelId }})) - variables: - - name: BARBuildId - value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] - pool: - vmImage: 'windows-2019' - steps: - - task: PowerShell@2 - displayName: Darc gather-drop - inputs: - filePath: $(Build.SourcesDirectory)/eng/common/post-build/darc-gather-drop.ps1 - arguments: -BarBuildId $(BARBuildId) - -DropLocation $(Agent.BuildDirectory)/Temp/Drop/ - -MaestroApiAccessToken $(MaestroApiAccessToken) - -MaestroApiEndPoint $(MaestroApiEndPoint) - -MaestroApiVersion $(MaestroApiVersion) diff --git a/eng/common/tools.sh b/eng/common/tools.sh index c26525e52..664ac1055 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -252,7 +252,7 @@ function GetDotNetInstallScript { # Use curl if available, otherwise use wget if command -v curl > /dev/null; then - with_retries curl "$install_script_url" -isSLv --retry 10 --create-dirs -o "$install_script" || { + with_retries curl "$install_script_url" -sSL --retry 10 --create-dirs -o "$install_script" || { local exit_code=$? Write-PipelineTelemetryError -category 'InitializeToolset' "Failed to acquire dotnet install script (exit code '$exit_code')." ExitWithExitCode $exit_code diff --git a/global.json b/global.json index 5bae81d40..5cd55990b 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20112.7" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20115.1" } } From b9fc8fdc7aed9f40833956199f6af7bf7b033476 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 13:49:53 +0000 Subject: [PATCH 1642/2259] Update dependencies from https://github.com/dotnet/runtime build 20200215.9 (#6424) - Microsoft.NETCore.Platforms - 5.0.0-preview.1.20115.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.1.20115.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.1.20115.9 - Microsoft.NETCore.App.Internal - 5.0.0-preview.1.20115.9 - Microsoft.NETCore.App.Ref - 5.0.0-preview.1.20115.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.1.20115.9 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e8d9efe48..4df6d37c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop c799157b60163fb3cc73a8343740f269721f02c4 - + https://github.com/dotnet/runtime - 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 + 24967d0491595e7ab069acbf3e52110462202ac8 - + https://github.com/dotnet/runtime - 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 + 24967d0491595e7ab069acbf3e52110462202ac8 - + https://github.com/dotnet/runtime - 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 + 24967d0491595e7ab069acbf3e52110462202ac8 - + https://github.com/dotnet/runtime - 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 + 24967d0491595e7ab069acbf3e52110462202ac8 - + https://github.com/dotnet/runtime - 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 + 24967d0491595e7ab069acbf3e52110462202ac8 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 83e30cc0e6fce7972539b33b5d1e46b44b9a26a9 + 24967d0491595e7ab069acbf3e52110462202ac8 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index a70857103..e2682f1ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.1.20114.8 + 5.0.0-preview.1.20115.9 - 5.0.0-preview.1.20114.8 - 5.0.0-preview.1.20114.8 - 5.0.0-preview.1.20114.8 - 5.0.0-preview.1.20114.8 - 5.0.0-preview.1.20114.8 + 5.0.0-preview.1.20115.9 + 5.0.0-preview.1.20115.9 + 5.0.0-preview.1.20115.9 + 5.0.0-preview.1.20115.9 + 5.0.0-preview.1.20115.9 2.1.0 From a56b98089ab3b4f4f35df1506e47e3ced034f307 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 14:46:15 +0000 Subject: [PATCH 1643/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200216.1 (#6425) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20116.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20116.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20116.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4df6d37c5..228586599 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c799157b60163fb3cc73a8343740f269721f02c4 + 5bdd94c4bd7f9f9292931369a824cdca18305581 - + https://github.com/dotnet/windowsdesktop - c799157b60163fb3cc73a8343740f269721f02c4 + 5bdd94c4bd7f9f9292931369a824cdca18305581 - + https://github.com/dotnet/windowsdesktop - c799157b60163fb3cc73a8343740f269721f02c4 + 5bdd94c4bd7f9f9292931369a824cdca18305581 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index e2682f1ae..cfb16f290 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20115.4 - 5.0.0-preview.1.20115.4 - 5.0.0-preview.1.20115.4 + 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20116.1 From 0f0e3a186018dd16d1ba3f0e7b7c0f7f92e4253f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 16:35:53 +0000 Subject: [PATCH 1644/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200216.2 (#6426) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20116.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20116.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20116.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20116.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 228586599..eccffbc7d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5bdd94c4bd7f9f9292931369a824cdca18305581 + fd572f73a2546701f152c383ecba9ba8d9b0f65c - + https://github.com/dotnet/windowsdesktop - 5bdd94c4bd7f9f9292931369a824cdca18305581 + fd572f73a2546701f152c383ecba9ba8d9b0f65c - + https://github.com/dotnet/windowsdesktop - 5bdd94c4bd7f9f9292931369a824cdca18305581 + fd572f73a2546701f152c383ecba9ba8d9b0f65c https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms c0014d0a0594182082847c688f692b690d79b4da - + https://github.com/dotnet/wpf - ae8203514ec7a220cab32767d6f9032465c0eee3 + 4e4fbe3215798c2b1bd7ec7f5e75ab55d17e34e5 diff --git a/eng/Versions.props b/eng/Versions.props index cfb16f290..aec7e15e9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20115.3 + 5.0.0-preview.1.20116.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20116.2 + 5.0.0-preview.1.20116.2 + 5.0.0-preview.1.20116.2 From 1435fdc9994013247cdfb69fab852de370bad591 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 17:25:45 +0000 Subject: [PATCH 1645/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200216.3 (#6427) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20116.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20116.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20116.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20116.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eccffbc7d..6111c6281 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fd572f73a2546701f152c383ecba9ba8d9b0f65c + 07def83f91f16ca279651e8e59051c3e9ca986a0 - + https://github.com/dotnet/windowsdesktop - fd572f73a2546701f152c383ecba9ba8d9b0f65c + 07def83f91f16ca279651e8e59051c3e9ca986a0 - + https://github.com/dotnet/windowsdesktop - fd572f73a2546701f152c383ecba9ba8d9b0f65c + 07def83f91f16ca279651e8e59051c3e9ca986a0 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms c0014d0a0594182082847c688f692b690d79b4da - + https://github.com/dotnet/wpf - 4e4fbe3215798c2b1bd7ec7f5e75ab55d17e34e5 + 6cf70dd70e992d5d26f2aef9e719b7bb445876d3 diff --git a/eng/Versions.props b/eng/Versions.props index aec7e15e9..9962e48b6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20116.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20116.2 - 5.0.0-preview.1.20116.2 - 5.0.0-preview.1.20116.2 + 5.0.0-preview.1.20116.3 + 5.0.0-preview.1.20116.3 + 5.0.0-preview.1.20116.3 From 8c8b7d3b087d7283adc6c83ba1325e7b630cf8e4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 18:35:46 +0000 Subject: [PATCH 1646/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200216.4 (#6428) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20116.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20116.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20116.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20116.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20116.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6111c6281..e5e500559 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 07def83f91f16ca279651e8e59051c3e9ca986a0 + 9573f05fcc863dd588a44b587d8b75e54f569817 - + https://github.com/dotnet/windowsdesktop - 07def83f91f16ca279651e8e59051c3e9ca986a0 + 9573f05fcc863dd588a44b587d8b75e54f569817 - + https://github.com/dotnet/windowsdesktop - 07def83f91f16ca279651e8e59051c3e9ca986a0 + 9573f05fcc863dd588a44b587d8b75e54f569817 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 308062cdff87cb381cd8f85c02fdc5a7fc5c275e - + https://github.com/dotnet/winforms - c0014d0a0594182082847c688f692b690d79b4da + 6df4ba885d375b46a0148d4b9ca7363fdbd2ed0f - + https://github.com/dotnet/wpf - 6cf70dd70e992d5d26f2aef9e719b7bb445876d3 + ef4a0011298bd0255f358bd206dd8d7dea86a83d diff --git a/eng/Versions.props b/eng/Versions.props index 9962e48b6..443b3c734 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20115.1 + 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.2 + 5.0.0-preview.1.20116.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20116.3 - 5.0.0-preview.1.20116.3 - 5.0.0-preview.1.20116.3 + 5.0.0-preview.1.20116.4 + 5.0.0-preview.1.20116.4 + 5.0.0-preview.1.20116.4 From 5266d8d648cd574cfff6edb6239c4c46e4fa3c76 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 20:00:46 +0000 Subject: [PATCH 1647/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200216.5 (#6429) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20116.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20116.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20116.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20116.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e5e500559..8d027178f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9573f05fcc863dd588a44b587d8b75e54f569817 + ec0bea5a06ffa4c535bf5da6c10c9ac3c94c3ed8 - + https://github.com/dotnet/windowsdesktop - 9573f05fcc863dd588a44b587d8b75e54f569817 + ec0bea5a06ffa4c535bf5da6c10c9ac3c94c3ed8 - + https://github.com/dotnet/windowsdesktop - 9573f05fcc863dd588a44b587d8b75e54f569817 + ec0bea5a06ffa4c535bf5da6c10c9ac3c94c3ed8 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 6df4ba885d375b46a0148d4b9ca7363fdbd2ed0f - + https://github.com/dotnet/wpf - ef4a0011298bd0255f358bd206dd8d7dea86a83d + c7ef6196e104d990327cac4d14e1e2373b859a4d diff --git a/eng/Versions.props b/eng/Versions.props index 443b3c734..0b85039a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20116.3 + 5.0.0-preview.1.20116.4 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20116.4 - 5.0.0-preview.1.20116.4 - 5.0.0-preview.1.20116.4 + 5.0.0-preview.1.20116.5 + 5.0.0-preview.1.20116.5 + 5.0.0-preview.1.20116.5 From e4bc7c6a3438b4d31b7aef77abdbfe493b84e84c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 16 Feb 2020 21:00:49 +0000 Subject: [PATCH 1648/2259] Update dependencies from https://github.com/dotnet/sdk build 20200216.1 (#6430) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20116.1 - Microsoft.NET.Sdk - 5.0.100-preview.1.20116.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8d027178f..381cfa004 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating bf23d3c57b70e3282b7afba1bf8597ce27ad349d - + https://github.com/dotnet/sdk - 308062cdff87cb381cd8f85c02fdc5a7fc5c275e + 0a35238b580c1e7c8de409837d994b6a7bb5097d - + https://github.com/dotnet/sdk - 308062cdff87cb381cd8f85c02fdc5a7fc5c275e + 0a35238b580c1e7c8de409837d994b6a7bb5097d diff --git a/eng/Versions.props b/eng/Versions.props index 0b85039a8..ad9f42025 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20115.1 + 5.0.100-preview.1.20116.1 0.2.0 - 5.0.100-preview.1.20115.1 + 5.0.100-preview.1.20116.1 $(MicrosoftNETSdkPackageVersion) From 0ef87f3d2b6c50962e3aeb126d75fcfdc2fa5d33 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 10:31:22 +0000 Subject: [PATCH 1649/2259] [master] Update dependencies from dotnet/aspnetcore (#6413) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200214.15 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20114.15 - dotnet-user-secrets - 5.0.0-preview.1.20114.15 - dotnet-watch - 5.0.0-preview.1.20114.15 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20114.15 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20114.15 - dotnet-dev-certs - 5.0.0-preview.1.20114.15 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200216.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20116.1 - dotnet-user-secrets - 5.0.0-preview.1.20116.1 - dotnet-watch - 5.0.0-preview.1.20116.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20116.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20116.1 - dotnet-dev-certs - 5.0.0-preview.1.20116.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 381cfa004..5eb42fb79 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 24967d0491595e7ab069acbf3e52110462202ac8 - + https://github.com/dotnet/aspnetcore - 1dc31a7613d69b2fd2f2465779a79ceea48140e8 + 2a521681156cfd8b297572a7fb19e96812c92d7b - + https://github.com/dotnet/aspnetcore - 1dc31a7613d69b2fd2f2465779a79ceea48140e8 + 2a521681156cfd8b297572a7fb19e96812c92d7b - + https://github.com/dotnet/aspnetcore - 1dc31a7613d69b2fd2f2465779a79ceea48140e8 + 2a521681156cfd8b297572a7fb19e96812c92d7b - + https://github.com/dotnet/aspnetcore - 1dc31a7613d69b2fd2f2465779a79ceea48140e8 + 2a521681156cfd8b297572a7fb19e96812c92d7b - + https://github.com/dotnet/aspnetcore - 1dc31a7613d69b2fd2f2465779a79ceea48140e8 + 2a521681156cfd8b297572a7fb19e96812c92d7b - + https://github.com/dotnet/aspnetcore - 1dc31a7613d69b2fd2f2465779a79ceea48140e8 + 2a521681156cfd8b297572a7fb19e96812c92d7b https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index ad9f42025..ad8000f46 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20114.11 - 5.0.0-preview.1.20114.11 - 5.0.0-preview.1.20114.11 - 5.0.0-preview.1.20114.11 - 5.0.0-preview.1.20114.11 - 5.0.0-preview.1.20114.11 + 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20116.1 From 77bad6807e6ab87f58e87dadce041004958c29a7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 13:40:46 +0000 Subject: [PATCH 1650/2259] Update dependencies from https://github.com/dotnet/arcade build 20200216.1 (#6431) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20116.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5eb42fb79..fa5498d75 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - e133be6cf759f6badf7bc4052118ad8197eb03bf + 2086e534f12e6116889ee480646ef54c1f781887 diff --git a/global.json b/global.json index 5cd55990b..8ce24dc29 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20115.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20116.1" } } From c9dcac39cee0b9eb8e3044a8d6a25b6d9f8ada7e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 13:41:21 +0000 Subject: [PATCH 1651/2259] Update dependencies from https://github.com/dotnet/templating build 20200216.1 (#6432) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20116.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa5498d75..70218166f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - bf23d3c57b70e3282b7afba1bf8597ce27ad349d + 3b86fcaeab0561aa32d34d534096beaf704578de https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ad8000f46..f96089f64 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-alpha.1.20115.1 + 5.0.0-alpha.1.20116.1 From 9db0c70135622ee3e5571a826f61f994f085e362 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 13:55:46 +0000 Subject: [PATCH 1652/2259] Update dependencies from https://github.com/dotnet/runtime build 20200217.2 (#6433) - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.1.20117.2 - Microsoft.NETCore.Platforms - 5.0.0-preview.1.20117.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.1.20117.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.1.20117.2 - Microsoft.NETCore.App.Internal - 5.0.0-preview.1.20117.2 - Microsoft.NETCore.App.Ref - 5.0.0-preview.1.20117.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 70218166f..52a43a94b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop ec0bea5a06ffa4c535bf5da6c10c9ac3c94c3ed8 - + https://github.com/dotnet/runtime - 24967d0491595e7ab069acbf3e52110462202ac8 + 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 - + https://github.com/dotnet/runtime - 24967d0491595e7ab069acbf3e52110462202ac8 + 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 - + https://github.com/dotnet/runtime - 24967d0491595e7ab069acbf3e52110462202ac8 + 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 - + https://github.com/dotnet/runtime - 24967d0491595e7ab069acbf3e52110462202ac8 + 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 - + https://github.com/dotnet/runtime - 24967d0491595e7ab069acbf3e52110462202ac8 + 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 24967d0491595e7ab069acbf3e52110462202ac8 + 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index f96089f64..38e7672f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.1.20115.9 + 5.0.0-preview.1.20117.2 - 5.0.0-preview.1.20115.9 - 5.0.0-preview.1.20115.9 - 5.0.0-preview.1.20115.9 - 5.0.0-preview.1.20115.9 - 5.0.0-preview.1.20115.9 + 5.0.0-preview.1.20117.2 + 5.0.0-preview.1.20117.2 + 5.0.0-preview.1.20117.2 + 5.0.0-preview.1.20117.2 + 5.0.0-preview.1.20117.2 2.1.0 From 7c56e6dad756e96d44f4a0b1f80347b82073b70e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 14:56:32 +0000 Subject: [PATCH 1653/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200217.1 (#6434) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20117.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20117.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20117.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 52a43a94b..4a4cab293 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ec0bea5a06ffa4c535bf5da6c10c9ac3c94c3ed8 + 1e2a756004a6020dc08daea50d53370a35b33b09 - + https://github.com/dotnet/windowsdesktop - ec0bea5a06ffa4c535bf5da6c10c9ac3c94c3ed8 + 1e2a756004a6020dc08daea50d53370a35b33b09 - + https://github.com/dotnet/windowsdesktop - ec0bea5a06ffa4c535bf5da6c10c9ac3c94c3ed8 + 1e2a756004a6020dc08daea50d53370a35b33b09 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 38e7672f3..1450dc5ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20116.5 - 5.0.0-preview.1.20116.5 - 5.0.0-preview.1.20116.5 + 5.0.0-preview.1.20117.1 + 5.0.0-preview.1.20117.1 + 5.0.0-preview.1.20117.1 From 094b7b41f3bc99337eefa88ec7f1a9ccaafa2971 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 15:56:05 +0000 Subject: [PATCH 1654/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200217.2 (#6436) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20117.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20117.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20117.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20117.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4a4cab293..c5d9e12c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1e2a756004a6020dc08daea50d53370a35b33b09 + c1032c08674a9cd2345d447ee4aec8c559ab6bc0 - + https://github.com/dotnet/windowsdesktop - 1e2a756004a6020dc08daea50d53370a35b33b09 + c1032c08674a9cd2345d447ee4aec8c559ab6bc0 - + https://github.com/dotnet/windowsdesktop - 1e2a756004a6020dc08daea50d53370a35b33b09 + c1032c08674a9cd2345d447ee4aec8c559ab6bc0 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 6df4ba885d375b46a0148d4b9ca7363fdbd2ed0f - + https://github.com/dotnet/wpf - c7ef6196e104d990327cac4d14e1e2373b859a4d + 57530c3b411d222dbc7b36a569fb64df3e2a51a5 diff --git a/eng/Versions.props b/eng/Versions.props index 1450dc5ea..2f1f29daf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20116.4 + 5.0.0-preview.1.20117.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20117.1 - 5.0.0-preview.1.20117.1 - 5.0.0-preview.1.20117.1 + 5.0.0-preview.1.20117.2 + 5.0.0-preview.1.20117.2 + 5.0.0-preview.1.20117.2 From 59f1cabb0c9bae1cad6ae6eda800f00badfb6f96 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 17 Feb 2020 16:55:47 +0000 Subject: [PATCH 1655/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200217.3 (#6437) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20117.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20117.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20117.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20117.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20117.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5d9e12c2..9bbf67aa0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c1032c08674a9cd2345d447ee4aec8c559ab6bc0 + 3271ea4af461602769f7db3ba3c96e1e05bb0bf2 - + https://github.com/dotnet/windowsdesktop - c1032c08674a9cd2345d447ee4aec8c559ab6bc0 + 3271ea4af461602769f7db3ba3c96e1e05bb0bf2 - + https://github.com/dotnet/windowsdesktop - c1032c08674a9cd2345d447ee4aec8c559ab6bc0 + 3271ea4af461602769f7db3ba3c96e1e05bb0bf2 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 0a35238b580c1e7c8de409837d994b6a7bb5097d - + https://github.com/dotnet/winforms - 6df4ba885d375b46a0148d4b9ca7363fdbd2ed0f + 12c468da09a6c4c15f7b1bd8e8f9b3ed48d0d263 - + https://github.com/dotnet/wpf - 57530c3b411d222dbc7b36a569fb64df3e2a51a5 + d6d06b5c0ad0c4dfc3efcc1ac327c246693f5e6a diff --git a/eng/Versions.props b/eng/Versions.props index 2f1f29daf..9fb2a5ce0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20117.1 - 5.0.0-preview.1.20117.1 + 5.0.0-preview.1.20117.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20117.2 - 5.0.0-preview.1.20117.2 - 5.0.0-preview.1.20117.2 + 5.0.0-preview.1.20117.3 + 5.0.0-preview.1.20117.3 + 5.0.0-preview.1.20117.3 From 7b34b3a3808ea7fe8642bc8ad5eaad7fa3aeef30 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 08:31:52 +0000 Subject: [PATCH 1656/2259] [master] Update dependencies from dotnet/windowsdesktop (#6438) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200217.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20117.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20117.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20117.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20117.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200217.5 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20117.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20117.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20117.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20117.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20117.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200217.6 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20117.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20117.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20117.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20117.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20117.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9bbf67aa0..f1c6fe3ab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3271ea4af461602769f7db3ba3c96e1e05bb0bf2 + cacf53f9ede746c082986d7c72298c856c83349c - + https://github.com/dotnet/windowsdesktop - 3271ea4af461602769f7db3ba3c96e1e05bb0bf2 + cacf53f9ede746c082986d7c72298c856c83349c - + https://github.com/dotnet/windowsdesktop - 3271ea4af461602769f7db3ba3c96e1e05bb0bf2 + cacf53f9ede746c082986d7c72298c856c83349c https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 0a35238b580c1e7c8de409837d994b6a7bb5097d - + https://github.com/dotnet/winforms - 12c468da09a6c4c15f7b1bd8e8f9b3ed48d0d263 + 4271daf3be65f56c2fce5a9006c88449c3d3fb0e - + https://github.com/dotnet/wpf - d6d06b5c0ad0c4dfc3efcc1ac327c246693f5e6a + f57cbfdc019eddef1f1c723d6699e4a8a6a39a99 diff --git a/eng/Versions.props b/eng/Versions.props index 9fb2a5ce0..0bd8ac29f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20117.1 + 5.0.0-preview.1.20117.4 - 5.0.0-preview.1.20117.2 + 5.0.0-preview.1.20117.5 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20117.3 - 5.0.0-preview.1.20117.3 - 5.0.0-preview.1.20117.3 + 5.0.0-preview.1.20117.6 + 5.0.0-preview.1.20117.6 + 5.0.0-preview.1.20117.6 From 0e46d3fb9f7b5bdef5d899974ee890c31260830a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 13:31:01 +0000 Subject: [PATCH 1657/2259] Update dependencies from https://github.com/dotnet/templating build 20200217.1 (#6440) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-alpha.1.20117.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f1c6fe3ab..045d39e2c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 3b86fcaeab0561aa32d34d534096beaf704578de + 26aafdde253e308c8a470439eeb56167be9bf720 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 0bd8ac29f..14cd378b7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-alpha.1.20116.1 + 5.0.0-alpha.1.20117.1 From c5533d0eb731ba0ecf77804abd422a3d97230813 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 13:35:29 +0000 Subject: [PATCH 1658/2259] Update dependencies from https://github.com/dotnet/arcade build 20200217.3 (#6439) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20117.3 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 045d39e2c..d7151971b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 2086e534f12e6116889ee480646ef54c1f781887 + bd2a2b09716ddb54cb1e40f087beaaeeef859118 diff --git a/global.json b/global.json index 8ce24dc29..6a66b8d46 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20116.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20117.3" } } From 3897293bafd4ac621783e8edd2bee2117f79a6b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 13:45:16 +0000 Subject: [PATCH 1659/2259] Update dependencies from https://github.com/dotnet/runtime build 20200217.8 (#6441) - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.1.20117.8 - Microsoft.NETCore.Platforms - 5.0.0-preview.1.20117.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.1.20117.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.1.20117.8 - Microsoft.NETCore.App.Internal - 5.0.0-preview.1.20117.8 - Microsoft.NETCore.App.Ref - 5.0.0-preview.1.20117.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d7151971b..c9066bfed 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop cacf53f9ede746c082986d7c72298c856c83349c - + https://github.com/dotnet/runtime - 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 + 4225fd10fef47bbcd859f7e4134a7500108dc9b6 - + https://github.com/dotnet/runtime - 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 + 4225fd10fef47bbcd859f7e4134a7500108dc9b6 - + https://github.com/dotnet/runtime - 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 + 4225fd10fef47bbcd859f7e4134a7500108dc9b6 - + https://github.com/dotnet/runtime - 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 + 4225fd10fef47bbcd859f7e4134a7500108dc9b6 - + https://github.com/dotnet/runtime - 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 + 4225fd10fef47bbcd859f7e4134a7500108dc9b6 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 76b4d64bd6510921fee46dbb7f2fd5613ab71e35 + 4225fd10fef47bbcd859f7e4134a7500108dc9b6 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 14cd378b7..7ebddcdb4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.1.20117.2 + 5.0.0-preview.1.20117.8 - 5.0.0-preview.1.20117.2 - 5.0.0-preview.1.20117.2 - 5.0.0-preview.1.20117.2 - 5.0.0-preview.1.20117.2 - 5.0.0-preview.1.20117.2 + 5.0.0-preview.1.20117.8 + 5.0.0-preview.1.20117.8 + 5.0.0-preview.1.20117.8 + 5.0.0-preview.1.20117.8 + 5.0.0-preview.1.20117.8 2.1.0 From fb342789da0333f959a515642eb6247daceb78ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 15:15:52 +0000 Subject: [PATCH 1660/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200218.1 (#6442) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20118.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20118.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20118.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c9066bfed..deb283557 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - cacf53f9ede746c082986d7c72298c856c83349c + 1e824b0c81d6c2ed682534e4ec1262c5a943fc8e - + https://github.com/dotnet/windowsdesktop - cacf53f9ede746c082986d7c72298c856c83349c + 1e824b0c81d6c2ed682534e4ec1262c5a943fc8e - + https://github.com/dotnet/windowsdesktop - cacf53f9ede746c082986d7c72298c856c83349c + 1e824b0c81d6c2ed682534e4ec1262c5a943fc8e https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 7ebddcdb4..02a27d970 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20117.6 - 5.0.0-preview.1.20117.6 - 5.0.0-preview.1.20117.6 + 5.0.0-preview.1.20118.1 + 5.0.0-preview.1.20118.1 + 5.0.0-preview.1.20118.1 From 9719dc0d730bab8a2cbc315e53990d1d985fbca1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 18 Feb 2020 20:59:53 +0000 Subject: [PATCH 1661/2259] Update dependencies from https://github.com/dotnet/toolset build 20200218.2 (#6446) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20118.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20118.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ea46e8141..1d61692b6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - e67c4a6cfcf1c7dc3cafd40427024fb8495f2333 + 0431c8677d3933fdfbd62946dbdd31294787a11a https://github.com/dotnet/sdk 0bc67530cef6dd771a8750d1747926eca2dcb845 - + https://github.com/dotnet/cli - 6bd49230cf41bf1c263e5b0b60da4ced63316837 + 003454db824f0bd58d0b7a967e42f11f20692a48 diff --git a/eng/Versions.props b/eng/Versions.props index 300d0d9c3..f33bf1830 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20114.1 + 3.1.200-preview.20118.2 @@ -45,7 +45,7 @@ - 3.1.200-preview.20113.3 + 3.1.200-preview.20118.2 0.2.0 From 55c3664e169fd168b4a0355b1e1e008b8ea88c00 Mon Sep 17 00:00:00 2001 From: Pranav K Date: Tue, 18 Feb 2020 16:33:17 -0800 Subject: [PATCH 1662/2259] React to package renames --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- src/redist/targets/BundledTemplates.targets | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd2089345..ec3f05385 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore e276c8174b8bfdeb70efceafa81c75f8badbc8db - + https://github.com/aspnet/AspNetCore - cae6a9cfb3519136ea8691df26d9a865f337b66b + 92409e2e57b320f9728de62fba2c82168761f9cc https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore diff --git a/eng/Versions.props b/eng/Versions.props index 0bd92a9eb..545ef5a21 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.1-servicing.19615.10 3.1.1-servicing.19615.10 3.1.1-servicing.19615.10 - 3.2.0-preview2.20110.5 + 3.2.0-preview2.20118.6 diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 65fb60a6f..c597d4875 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -28,7 +28,7 @@ - + From 633a9e8178bfce7352f1210f4eb47ba7be0102dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 05:32:16 +0000 Subject: [PATCH 1663/2259] Update dependencies from https://github.com/dotnet/toolset build 20200218.13 (#6458) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20118.13 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1d61692b6..87c215190 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 0431c8677d3933fdfbd62946dbdd31294787a11a + e8dfcaf6d27640aea0af2ee4623f9a5e3c9cd407 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f33bf1830..22fa2550b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20118.2 + 3.1.200-preview.20118.13 From 2a8f6d1b348a5b8d107d96f283e74a5164fd694d Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Wed, 19 Feb 2020 11:00:34 -0800 Subject: [PATCH 1664/2259] Update 2.1 implicit versions --- src/redist/targets/GenerateBundledVersions.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 3aafc23e8..2a5ad2591 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -108,7 +108,7 @@ + LatestVersion="2.1.16" /> + LatestVersion="2.1.16"/> + LatestVersion="2.1.16"/> Date: Wed, 19 Feb 2020 20:02:15 +0000 Subject: [PATCH 1665/2259] [master] Update dependencies from dotnet/sdk (#6444) * Update dependencies from https://github.com/dotnet/sdk build 20200218.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20118.1 - Microsoft.NET.Sdk - 5.0.100-preview.1.20118.1 * Update dependencies from https://github.com/dotnet/sdk build 20200218.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20118.2 - Microsoft.NET.Sdk - 5.0.100-preview.1.20118.2 * Update dependencies from https://github.com/dotnet/sdk build 20200219.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20119.1 - Microsoft.NET.Sdk - 5.0.100-preview.1.20119.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index deb283557..c91c2018e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 26aafdde253e308c8a470439eeb56167be9bf720 - + https://github.com/dotnet/sdk - 0a35238b580c1e7c8de409837d994b6a7bb5097d + 1ac11566a30e19796ed174895d978ed8b7909345 - + https://github.com/dotnet/sdk - 0a35238b580c1e7c8de409837d994b6a7bb5097d + 1ac11566a30e19796ed174895d978ed8b7909345 diff --git a/eng/Versions.props b/eng/Versions.props index 02a27d970..dbce0dd6b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20116.1 + 5.0.100-preview.1.20119.1 0.2.0 - 5.0.100-preview.1.20116.1 + 5.0.100-preview.1.20119.1 $(MicrosoftNETSdkPackageVersion) From 0ad3c426d74e190de42173a1fe93d62b3ac45998 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:04:37 +0000 Subject: [PATCH 1666/2259] Update dependencies from https://github.com/dotnet/runtime build 20200219.3 (#6470) - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.1.20119.3 - Microsoft.NETCore.Platforms - 5.0.0-preview.1.20119.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.1.20119.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.1.20119.3 - Microsoft.NETCore.App.Internal - 5.0.0-preview.1.20119.3 - Microsoft.NETCore.App.Ref - 5.0.0-preview.1.20119.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index deb283557..87450af7e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 1e824b0c81d6c2ed682534e4ec1262c5a943fc8e - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + aac8f91cc5510b3d271d86eef616b6007b6e6631 - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + aac8f91cc5510b3d271d86eef616b6007b6e6631 - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + aac8f91cc5510b3d271d86eef616b6007b6e6631 - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + aac8f91cc5510b3d271d86eef616b6007b6e6631 - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + aac8f91cc5510b3d271d86eef616b6007b6e6631 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + aac8f91cc5510b3d271d86eef616b6007b6e6631 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 02a27d970..b793df365 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.1.20117.8 + 5.0.0-preview.1.20119.3 - 5.0.0-preview.1.20117.8 - 5.0.0-preview.1.20117.8 - 5.0.0-preview.1.20117.8 - 5.0.0-preview.1.20117.8 - 5.0.0-preview.1.20117.8 + 5.0.0-preview.1.20119.3 + 5.0.0-preview.1.20119.3 + 5.0.0-preview.1.20119.3 + 5.0.0-preview.1.20119.3 + 5.0.0-preview.1.20119.3 2.1.0 From 24f32a1d946650aca36fa13f2316a7b5aa19661d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:04:44 +0000 Subject: [PATCH 1667/2259] Update dependencies from https://github.com/dotnet/arcade build 20200218.1 (#6465) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20118.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c91c2018e..ebe0bd835 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - bd2a2b09716ddb54cb1e40f087beaaeeef859118 + b40d0c89c230189b4c6aeb32c0a43218b4bc3359 diff --git a/global.json b/global.json index 6a66b8d46..2f974f402 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20117.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20118.1" } } From 1b2419ff94e9c433f805531d20f04220356724d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:05:19 +0000 Subject: [PATCH 1668/2259] Update dependencies from https://github.com/dotnet/templating build 20200218.3 (#6466) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20118.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ebe0bd835..8e10ab016 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 26aafdde253e308c8a470439eeb56167be9bf720 + 61187d97e49b8ae40ca999c6a350a409a8ba9794 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index dbce0dd6b..14c8a2b28 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-alpha.1.20117.1 + 5.0.0-preview.2.20118.3 From efa9502d6fcb3efa5290dfa89c4cd83e43c2111b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:10:14 +0000 Subject: [PATCH 1669/2259] [master] Update dependencies from dotnet/windowsdesktop (#6443) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200218.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20118.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20118.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20118.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200218.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20118.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20118.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20118.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20118.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200218.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20118.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20118.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20118.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20118.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200218.5 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20118.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20118.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20118.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20118.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200218.6 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20118.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20118.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20118.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20118.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200218.7 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20118.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20118.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20118.7 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20118.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200219.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20119.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20119.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20119.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20118.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20119.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200219.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20119.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20119.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20119.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20118.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20119.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200219.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20119.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20119.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20119.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20118.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20119.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8e10ab016..096d94ece 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1e824b0c81d6c2ed682534e4ec1262c5a943fc8e + 874af711a3c8dcc2ab84797bc85aa3c5b88a3e0b - + https://github.com/dotnet/windowsdesktop - 1e824b0c81d6c2ed682534e4ec1262c5a943fc8e + 874af711a3c8dcc2ab84797bc85aa3c5b88a3e0b - + https://github.com/dotnet/windowsdesktop - 1e824b0c81d6c2ed682534e4ec1262c5a943fc8e + 874af711a3c8dcc2ab84797bc85aa3c5b88a3e0b https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 1ac11566a30e19796ed174895d978ed8b7909345 - + https://github.com/dotnet/winforms - 4271daf3be65f56c2fce5a9006c88449c3d3fb0e + 619d31fed0a3cb93520582093e4b551e253bf165 - + https://github.com/dotnet/wpf - f57cbfdc019eddef1f1c723d6699e4a8a6a39a99 + 50a2b40cbd1d5446ae33aee369f6d5af01fdf106 diff --git a/eng/Versions.props b/eng/Versions.props index 14c8a2b28..4acf1427e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20117.4 + 5.0.0-preview.2.20118.5 - 5.0.0-preview.1.20117.5 + 5.0.0-preview.2.20119.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20118.1 - 5.0.0-preview.1.20118.1 - 5.0.0-preview.1.20118.1 + 5.0.0-preview.2.20119.3 + 5.0.0-preview.2.20119.3 + 5.0.0-preview.2.20119.3 From 9c4e93fe5960df9e02514a6391d25f08ed50a1d2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 22:12:59 +0000 Subject: [PATCH 1670/2259] Update dependencies from https://github.com/dotnet/runtime build 20200218.7 (#6467) - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.1.20118.7 - Microsoft.NETCore.Platforms - 5.0.0-preview.1.20118.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.1.20118.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.1.20118.7 - Microsoft.NETCore.App.Internal - 5.0.0-preview.1.20118.7 - Microsoft.NETCore.App.Ref - 5.0.0-preview.1.20118.7 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 096d94ece..b065eb3fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 874af711a3c8dcc2ab84797bc85aa3c5b88a3e0b - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + b49ab01db607606ddb2741615e7c06131847cbf8 - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + b49ab01db607606ddb2741615e7c06131847cbf8 - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + b49ab01db607606ddb2741615e7c06131847cbf8 - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + b49ab01db607606ddb2741615e7c06131847cbf8 - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + b49ab01db607606ddb2741615e7c06131847cbf8 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 4225fd10fef47bbcd859f7e4134a7500108dc9b6 + b49ab01db607606ddb2741615e7c06131847cbf8 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 4acf1427e..a434d7fec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.1.20117.8 + 5.0.0-preview.1.20118.7 - 5.0.0-preview.1.20117.8 - 5.0.0-preview.1.20117.8 - 5.0.0-preview.1.20117.8 - 5.0.0-preview.1.20117.8 - 5.0.0-preview.1.20117.8 + 5.0.0-preview.1.20118.7 + 5.0.0-preview.1.20118.7 + 5.0.0-preview.1.20118.7 + 5.0.0-preview.1.20118.7 + 5.0.0-preview.1.20118.7 2.1.0 From c96a75c324de451e6cd05a625744b7e00e0e7e66 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 19 Feb 2020 14:46:06 -0800 Subject: [PATCH 1671/2259] Update branding to preview 2 (#6468) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index a434d7fec..b72b27f44 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) preview - 1 + 2 $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From c6b041e78c34b237c9da6c00889272cfaa6ba8e1 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 19 Feb 2020 15:43:20 -0800 Subject: [PATCH 1672/2259] Fix merge issues with templates --- .../CalculateTemplateVersions.cs | 27 +++++++++---------- src/redist/targets/BundledTemplates.targets | 26 ++++++++---------- .../CalculateTemplateVerionsTests.cs | 16 +++++------ 3 files changed, 32 insertions(+), 37 deletions(-) diff --git a/src/core-sdk-tasks/CalculateTemplateVersions.cs b/src/core-sdk-tasks/CalculateTemplateVersions.cs index 55d58fd40..b133ea29c 100644 --- a/src/core-sdk-tasks/CalculateTemplateVersions.cs +++ b/src/core-sdk-tasks/CalculateTemplateVersions.cs @@ -12,38 +12,37 @@ namespace Microsoft.DotNet.Cli.Build [Required] public string AspNetCorePackageVersionTemplate { get; set; } - [Required] - public string GitCommitCount { get; set; } - [Required] public string VersionSuffix { get; set; } - [Output] - public string BundledTemplateMSIVersion { get; set; } - [Output] public string BundledTemplateInstallPath { get; set; } [Output] public string BundledTemplateMajorMinorVersion { get; set; } + [Output] + public string BundledTemplateMajorMinorPatchVersion { get; set; } + private const int _patchVersionResetOffset = 1; public override bool Execute() { - var result = Calculate(AspNetCorePackageVersionTemplate, GitCommitCount, VersionSuffix); - BundledTemplateMSIVersion = result.BundledTemplateMsiVersion; + var result = Calculate(AspNetCorePackageVersionTemplate, VersionSuffix); BundledTemplateInstallPath = result.BundledTemplateInstallPath; BundledTemplateMajorMinorVersion = result.BundledTemplateMajorMinorVersion; + BundledTemplateMajorMinorPatchVersion = result.BundledTemplateMajorMinorPatchVersion; return true; } public static - (string BundledTemplateMsiVersion, - string BundledTemplateInstallPath, - string BundledTemplateMajorMinorVersion) Calculate(string aspNetCorePackageVersionTemplate, - string gitCommitCount, string versionSuffix) + (string BundledTemplateInstallPath, + string BundledTemplateMajorMinorVersion, + string BundledTemplateMajorMinorPatchVersion) + Calculate( + string aspNetCorePackageVersionTemplate, + string versionSuffix) { var aspNetCoreTemplate = NuGetVersion.Parse(aspNetCorePackageVersionTemplate); @@ -54,9 +53,9 @@ namespace Microsoft.DotNet.Cli.Build : $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}"; return ( - $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}.{gitCommitCount}", bundledTemplateInstallPath, - $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}"); + $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}", + $"{baseMajorMinorPatch.Major}.{baseMajorMinorPatch.Minor}.{baseMajorMinorPatch.Patch}"); } private static NuGetVersion GetBaseMajorMinorPatch(NuGetVersion aspNetCoreTemplate) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 2622d3e8e..68f15cabb 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -1,43 +1,39 @@ - + - + VersionSuffix="$(VersionSuffix)"> + - + VersionSuffix="$(VersionSuffix)"> + - + VersionSuffix="$(VersionSuffix)"> + + + VersionMajorMinorPatch="$(BundledTemplates31MajorMinorPatchVersion)"> + VersionMajorMinorPatch="$(BundledTemplates30MajorMinorPatchVersion)"> - + VersionMajorMinorPatch="$(BundledTemplates21MajorMinorPatchVersion)"> diff --git a/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs b/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs index 8f25cc34e..3d5082f32 100644 --- a/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs +++ b/test/core-sdk-tasks.Tests/CalculateTemplateVerionsTests.cs @@ -9,10 +9,10 @@ namespace EndToEnd [Fact] public void WhenAspNetCoreTemplateMajorVersionLowerthan3ItCanCalculateTemplateVersionsInStableBuilds() { - var result = CalculateTemplateVersions.Calculate("3.1.0", "014885", "dev"); + var result = CalculateTemplateVersions.Calculate("3.1.0", "dev"); result.Should() - .Be(("3.1.1.014885", "3.1.1", "3.1"), + .Be(("3.1.1", "3.1", "3.1.1"), "the patch is 1 higher than aspnetTemplateVersion " + "due to https://github.com/dotnet/core-sdk/issues/6243"); } @@ -20,19 +20,19 @@ namespace EndToEnd [Fact] public void WhenAspNetCoreTemplateMajorVersionLowerthan3ItCanCalculateTemplateVersionsInNonStableBuilds() { - var result = CalculateTemplateVersions.Calculate("3.0.0-alpha.1.20071.6", "014885", "dev"); + var result = CalculateTemplateVersions.Calculate("3.0.0-alpha.1.20071.6", "dev"); result.Should() - .Be(("3.0.1.014885", "3.0.1-dev", "3.0")); + .Be(("3.0.1-dev", "3.0", "3.0.1")); } [Fact] public void WhenAspNetCoreTemplateMajorVersionHigherthan3ItCanCalculateTemplateVersionsInStableBuilds() { - var result = CalculateTemplateVersions.Calculate("5.1.0", "014885", "dev"); + var result = CalculateTemplateVersions.Calculate("5.1.0", "dev"); result.Should() - .Be(("5.1.0.014885", "5.1.0", "5.1"), + .Be(("5.1.0", "5.1", "5.1.0"), "the patch align with AspNetCoreTemplateMajorVersion again, " + "since there is no non-deterministic existing ComponentId under Major version 5."); } @@ -40,10 +40,10 @@ namespace EndToEnd [Fact] public void WhenAspNetCoreTemplateMajorVersionHigherthan3ItCanCalculateTemplateVersionsInNonStableBuilds() { - var result = CalculateTemplateVersions.Calculate("5.0.0-alpha.1.20071.6", "014885", "dev"); + var result = CalculateTemplateVersions.Calculate("5.0.0-alpha.1.20071.6", "dev"); result.Should() - .Be(("5.0.0.014885", "5.0.0-dev", "5.0")); + .Be(("5.0.0-dev", "5.0", "5.0.0")); } } } From 1c3749ae615953c9eb3eae35fcc07aa2cc5834d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2020 23:52:40 +0000 Subject: [PATCH 1673/2259] [master] Update dependencies from dotnet/aspnetcore (#6447) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200218.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20118.1 - dotnet-user-secrets - 5.0.0-preview.1.20118.1 - dotnet-watch - 5.0.0-preview.1.20118.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20118.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20118.1 - dotnet-dev-certs - 5.0.0-preview.1.20118.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200218.8 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20118.8 - dotnet-dev-certs - 5.0.0-preview.1.20118.8 - dotnet-user-secrets - 5.0.0-preview.1.20118.8 - dotnet-watch - 5.0.0-preview.1.20118.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20118.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20118.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b065eb3fd..1ec83912a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime b49ab01db607606ddb2741615e7c06131847cbf8 - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + 853d8f02e76a4beede6f6f883f96703943cfb38a - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + 853d8f02e76a4beede6f6f883f96703943cfb38a - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + 853d8f02e76a4beede6f6f883f96703943cfb38a - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + 853d8f02e76a4beede6f6f883f96703943cfb38a - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + 853d8f02e76a4beede6f6f883f96703943cfb38a - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + 853d8f02e76a4beede6f6f883f96703943cfb38a https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b72b27f44..57c2327d2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20118.8 + 5.0.0-preview.1.20118.8 + 5.0.0-preview.1.20118.8 + 5.0.0-preview.1.20118.8 + 5.0.0-preview.1.20118.8 + 5.0.0-preview.1.20118.8 From 8dd907935f3a9aca4dd7bb0a5eb4332022d72a7e Mon Sep 17 00:00:00 2001 From: Symbai Date: Thu, 20 Feb 2020 01:15:22 +0000 Subject: [PATCH 1674/2259] Remove runtime daily builds link (#6435) --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 1c810c1c6..029eb73a4 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,6 @@ Installers and Binaries You can download the .NET Core SDK as either an installer (MSI, PKG) or a zip (zip, tar.gz). The .NET Core SDK contains both the .NET Core runtime and CLI tools. -To download the .NET Core runtime **without** the SDK, visit https://github.com/dotnet/runtime#daily-builds. - **Note:** Be aware that the following installers are the **latest bits**. If you want to install the latest released versions, check out the [preceding section](#looking-for-v2-of-the-net-core-tooling). With development builds, internal NuGet feeds are necessary for some scenarios (for example, to acquire the runtime pack for self-contained apps). You can use the following NuGet.config to configure these feeds. From f4401e48525a952ff759348598d87ed8ce481326 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 02:45:49 +0000 Subject: [PATCH 1675/2259] Update dependencies from https://github.com/dotnet/sdk build 20200219.3 (#6479) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20119.3 - Microsoft.NET.Sdk - 5.0.100-preview.2.20119.3 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ec83912a..aeecaf327 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 61187d97e49b8ae40ca999c6a350a409a8ba9794 - + https://github.com/dotnet/sdk - 1ac11566a30e19796ed174895d978ed8b7909345 + 0c9f524a239a9e09e4f66928d7e33096596de7be - + https://github.com/dotnet/sdk - 1ac11566a30e19796ed174895d978ed8b7909345 + 0c9f524a239a9e09e4f66928d7e33096596de7be diff --git a/eng/Versions.props b/eng/Versions.props index 57c2327d2..3a64591a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20119.1 + 5.0.100-preview.2.20119.3 0.2.0 - 5.0.100-preview.1.20119.1 + 5.0.100-preview.2.20119.3 $(MicrosoftNETSdkPackageVersion) From 806b471fb84a9b5ee8b0631c4c32e3c3baac4e1d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 13:46:13 +0000 Subject: [PATCH 1676/2259] Update dependencies from https://github.com/dotnet/templating build 20200219.1 (#6487) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20119.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aeecaf327..fe8161100 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 61187d97e49b8ae40ca999c6a350a409a8ba9794 + c74e6ed4cdefc42b9036c694cbf1519d4347924a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3a64591a4..f27584420 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-preview.2.20118.3 + 5.0.0-preview.2.20119.1 From a93df0a7087f74b219969c755003b47a7c876817 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 13:56:59 +0000 Subject: [PATCH 1677/2259] Update dependencies from https://github.com/dotnet/runtime build 20200219.9 (#6488) - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20119.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20119.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20119.9 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20119.9 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20119.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20119.9 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe8161100..d561b7732 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 874af711a3c8dcc2ab84797bc85aa3c5b88a3e0b - + https://github.com/dotnet/runtime - b49ab01db607606ddb2741615e7c06131847cbf8 + 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 - + https://github.com/dotnet/runtime - b49ab01db607606ddb2741615e7c06131847cbf8 + 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 - + https://github.com/dotnet/runtime - b49ab01db607606ddb2741615e7c06131847cbf8 + 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 - + https://github.com/dotnet/runtime - b49ab01db607606ddb2741615e7c06131847cbf8 + 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 - + https://github.com/dotnet/runtime - b49ab01db607606ddb2741615e7c06131847cbf8 + 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - b49ab01db607606ddb2741615e7c06131847cbf8 + 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index f27584420..292041ace 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.1.20118.7 + 5.0.0-preview.2.20119.9 - 5.0.0-preview.1.20118.7 - 5.0.0-preview.1.20118.7 - 5.0.0-preview.1.20118.7 - 5.0.0-preview.1.20118.7 - 5.0.0-preview.1.20118.7 + 5.0.0-preview.2.20119.9 + 5.0.0-preview.2.20119.9 + 5.0.0-preview.2.20119.9 + 5.0.0-preview.2.20119.9 + 5.0.0-preview.2.20119.9 2.1.0 From 2805fe968a3ae7f7bd18d1d01a5de1f7b061626b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 19:15:52 +0000 Subject: [PATCH 1678/2259] Update dependencies from https://github.com/dotnet/sdk build 20200220.1 (#6490) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20120.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20120.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d561b7732..d53d479a2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating c74e6ed4cdefc42b9036c694cbf1519d4347924a - + https://github.com/dotnet/sdk - 0c9f524a239a9e09e4f66928d7e33096596de7be + 5cb8b246a7e444bc98c0761385fa55133bd2a0d0 - + https://github.com/dotnet/sdk - 0c9f524a239a9e09e4f66928d7e33096596de7be + 5cb8b246a7e444bc98c0761385fa55133bd2a0d0 diff --git a/eng/Versions.props b/eng/Versions.props index 292041ace..d8f867c8e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20119.3 + 5.0.100-preview.2.20120.1 0.2.0 - 5.0.100-preview.2.20119.3 + 5.0.100-preview.2.20120.1 $(MicrosoftNETSdkPackageVersion) From 2b2cae502bf898a32992bd74e3aeb91d7711e894 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Divino=20C=C3=A9sar?= Date: Thu, 20 Feb 2020 14:12:24 -0800 Subject: [PATCH 1679/2259] Simplify eng\publishing.props (#6491) * Simplify eng\publishing.props With newer versions of Tasks.Feed and Arcade.SDK you don't need these lines. * Let Arcade.SDK dictate the version of Tasks.Feed --- eng/Publishing.props | 27 ++------------------------- eng/Versions.props | 3 +-- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 7bf3a5f50..85a78b0c6 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -14,8 +14,6 @@ true - - - 2.2.0-beta.19072.10 - $(BuildTasksFeedToolVersion) + 2.2.0-beta.19072.10 2.0.0 15.8.0 From dd0957d0adb08ab11b2fad8663683c8e92a7450f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 22:29:09 +0000 Subject: [PATCH 1680/2259] Update dependencies from https://github.com/dotnet/arcade build 20200219.14 (#6486) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20119.14 --- eng/Version.Details.xml | 4 +- .../post-build/check-channel-consistency.ps1 | 25 ++++++++ .../channels/generic-public-channel.yml | 4 +- .../templates/post-build/post-build.yml | 58 +++++++++++++++---- global.json | 2 +- 5 files changed, 77 insertions(+), 16 deletions(-) create mode 100644 eng/common/post-build/check-channel-consistency.ps1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d53d479a2..9e4076ecb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - b40d0c89c230189b4c6aeb32c0a43218b4bc3359 + 4660949bde1083e8b1efba3096dd145d590a0b17 diff --git a/eng/common/post-build/check-channel-consistency.ps1 b/eng/common/post-build/check-channel-consistency.ps1 new file mode 100644 index 000000000..7e6618d64 --- /dev/null +++ b/eng/common/post-build/check-channel-consistency.ps1 @@ -0,0 +1,25 @@ +param( + [Parameter(Mandatory=$true)][string] $PromoteToChannels, # List of channels that the build should be promoted to + [Parameter(Mandatory=$true)][array] $AvailableChannelIds # List of channel IDs available in the YAML implementation +) + +try { + . $PSScriptRoot\post-build-utils.ps1 + + # Check that every channel that Maestro told to promote the build to + # is available in YAML + $PromoteToChannelsIds = $PromoteToChannels -split "\D" | Where-Object { $_ } + + foreach ($id in $PromoteToChannelsIds) { + if (($id -ne 0) -and ($id -notin $AvailableChannelIds)) { + Write-PipelineTaskError -Type 'warning' -Message "Channel $id is not present in the post-build YAML configuration!" + } + } + + Write-Host 'done.' +} +catch { + Write-Host $_ + Write-PipelineTelemetryError -Category 'CheckChannelConsistency' -Message "There was an error while trying to check consistency of Maestro default channels for the build and post-build YAML configuration." + ExitWithExitCode 1 +} diff --git a/eng/common/templates/post-build/channels/generic-public-channel.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml index ae8c6349d..00ef36fef 100644 --- a/eng/common/templates/post-build/channels/generic-public-channel.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -94,6 +94,8 @@ stages: value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOPipelineId'] ] - name: AzDOBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.AzDOBuildId'] ] + - name: ArtifactsCategory + value: ${{ coalesce(variables._DotNetArtifactsCategory, '.NETCore') }} condition: or(contains(dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'], format('[{0}]', ${{ parameters.channelId }} )), eq(dependencies.setupMaestroVars.outputs['setReleaseVars.PromoteToMaestroChannelId'], ${{ parameters.channelId }})) pool: vmImage: 'windows-2019' @@ -132,7 +134,7 @@ stages: inputs: filePath: eng\common\sdk-task.ps1 arguments: -task PublishArtifactsInManifest -restore -msbuildEngine dotnet - /p:ArtifactsCategory=$(_DotNetArtifactsCategory) + /p:ArtifactsCategory=$(ArtifactsCategory) /p:IsStableBuild=$(IsStableBuild) /p:IsInternalBuild=$(IsInternalBuild) /p:RepositoryName=$(Build.Repository.Name) diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index eff0d9ac7..05ff3561f 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -22,6 +22,22 @@ parameters: publishDependsOn: - Validate + # Channel ID's instantiated in this file. + # When adding a new channel implementation the call to `check-channel-consistency.ps1` + # needs to be updated with the new channel ID + NetEngLatestChannelId: 2 + NetEngValidationChannelId: 9 + NetCoreDev5ChannelId: 131 + GeneralTestingChannelId: 529 + NETCoreToolingDevChannelId: 548 + NETCoreToolingReleaseChannelId: 549 + NETInternalToolingChannelId: 551 + NETCoreExperimentalChannelId: 562 + NetEngServicesIntChannelId: 678 + NetEngServicesProdChannelId: 679 + Net5Preview1ChannelId: 737 + Net5Preview2ChannelId: 738 + stages: - stage: Validate dependsOn: ${{ parameters.validateDependsOn }} @@ -31,6 +47,24 @@ stages: jobs: - template: setup-maestro-vars.yml + - job: + displayName: Post-build Checks + dependsOn: setupMaestroVars + variables: + - name: InitialChannels + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.InitialChannels'] ] + - name: PromoteToMaestroChannelId + value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.PromoteToMaestroChannelId'] ] + pool: + vmImage: 'windows-2019' + steps: + - task: PowerShell@2 + displayName: Maestro Channels Consistency + inputs: + filePath: $(Build.SourcesDirectory)/eng/common/post-build/check-channel-consistency.ps1 + arguments: -PromoteToChannels "$(InitialChannels)[$(PromoteToMaestroChannelId)]" + -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetCoreDev5ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview1ChannelId}},${{parameters.Net5Preview2ChannelId}} + - job: displayName: NuGet Validation dependsOn: setupMaestroVars @@ -165,7 +199,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'NetCore_Dev5_Publish' channelName: '.NET Core 5 Dev' - channelId: 131 + channelId: ${{ parameters.NetCoreDev5ChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' @@ -178,7 +212,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'Net5_Preview1_Publish' channelName: '.NET 5 Preview 1' - channelId: 737 + channelId: ${{ parameters.Net5Preview1ChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' @@ -191,7 +225,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'Net5_Preview2_Publish' channelName: '.NET 5 Preview 2' - channelId: 738 + channelId: ${{ parameters.Net5Preview2ChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' @@ -204,7 +238,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'Net_Eng_Latest_Publish' channelName: '.NET Eng - Latest' - channelId: 2 + channelId: ${{ parameters.NetEngLatestChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' @@ -217,7 +251,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'Net_Eng_Validation_Publish' channelName: '.NET Eng - Validation' - channelId: 9 + channelId: ${{ parameters.NetEngValidationChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' @@ -230,7 +264,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'General_Testing_Publish' channelName: 'General Testing' - channelId: 529 + channelId: ${{ parameters.GeneralTestingChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing-symbols/nuget/v3/index.json' @@ -243,7 +277,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'NETCore_Tooling_Dev_Publishing' channelName: '.NET Core Tooling Dev' - channelId: 548 + channelId: ${{ parameters.NETCoreToolingDevChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' @@ -256,7 +290,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'NETCore_Tooling_Release_Publishing' channelName: '.NET Core Tooling Release' - channelId: 549 + channelId: ${{ parameters.NETCoreToolingReleaseChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' @@ -269,7 +303,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'NET_Internal_Tooling_Publishing' channelName: '.NET Internal Tooling' - channelId: 551 + channelId: ${{ parameters.NETInternalToolingChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/internal/_packaging/dotnet-tools-internal-symbols/nuget/v3/index.json' @@ -282,7 +316,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'NETCore_Experimental_Publishing' channelName: '.NET Core Experimental' - channelId: 562 + channelId: ${{ parameters.NETCoreExperimentalChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-experimental-symbols/nuget/v3/index.json' @@ -295,7 +329,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'Net_Eng_Services_Int_Publish' channelName: '.NET Eng Services - Int' - channelId: 678 + channelId: ${{ parameters.NetEngServicesIntChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' @@ -308,7 +342,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'Net_Eng_Services_Prod_Publish' channelName: '.NET Eng Services - Prod' - channelId: 679 + channelId: ${{ parameters.NetEngServicesProdChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' diff --git a/global.json b/global.json index 2f974f402..13c78bd76 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20118.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20119.14" } } From 13ea11c738cf9a0d976c3025e610b9b28c57d087 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 22:30:20 +0000 Subject: [PATCH 1681/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200219.7 (#6475) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20119.7 - dotnet-dev-certs - 5.0.0-preview.1.20119.7 - dotnet-user-secrets - 5.0.0-preview.1.20119.7 - dotnet-watch - 5.0.0-preview.1.20119.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20119.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20119.7 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9e4076ecb..87e8cd699 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 - + https://github.com/dotnet/aspnetcore - 853d8f02e76a4beede6f6f883f96703943cfb38a + 1e4438647c834c3ffa9474d04b48d4a72c3e8978 - + https://github.com/dotnet/aspnetcore - 853d8f02e76a4beede6f6f883f96703943cfb38a + 1e4438647c834c3ffa9474d04b48d4a72c3e8978 - + https://github.com/dotnet/aspnetcore - 853d8f02e76a4beede6f6f883f96703943cfb38a + 1e4438647c834c3ffa9474d04b48d4a72c3e8978 - + https://github.com/dotnet/aspnetcore - 853d8f02e76a4beede6f6f883f96703943cfb38a + 1e4438647c834c3ffa9474d04b48d4a72c3e8978 - + https://github.com/dotnet/aspnetcore - 853d8f02e76a4beede6f6f883f96703943cfb38a + 1e4438647c834c3ffa9474d04b48d4a72c3e8978 - + https://github.com/dotnet/aspnetcore - 853d8f02e76a4beede6f6f883f96703943cfb38a + 1e4438647c834c3ffa9474d04b48d4a72c3e8978 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 8d2a4b9dc..31bc9c397 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20118.8 - 5.0.0-preview.1.20118.8 - 5.0.0-preview.1.20118.8 - 5.0.0-preview.1.20118.8 - 5.0.0-preview.1.20118.8 - 5.0.0-preview.1.20118.8 + 5.0.0-preview.1.20119.7 + 5.0.0-preview.1.20119.7 + 5.0.0-preview.1.20119.7 + 5.0.0-preview.1.20119.7 + 5.0.0-preview.1.20119.7 + 5.0.0-preview.1.20119.7 From 13f6906d964c52ad9d60fa2e03c6bdc5d4a68cd3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 22:30:37 +0000 Subject: [PATCH 1682/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200219.5 (#6476) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20119.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20119.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20119.5 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87e8cd699..d62b6fab9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 874af711a3c8dcc2ab84797bc85aa3c5b88a3e0b + 5584a5beee30a9184af6948ae9e94d79f0a1cba0 - + https://github.com/dotnet/windowsdesktop - 874af711a3c8dcc2ab84797bc85aa3c5b88a3e0b + 5584a5beee30a9184af6948ae9e94d79f0a1cba0 - + https://github.com/dotnet/windowsdesktop - 874af711a3c8dcc2ab84797bc85aa3c5b88a3e0b + 5584a5beee30a9184af6948ae9e94d79f0a1cba0 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 31bc9c397..43df7ae0d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20119.3 - 5.0.0-preview.2.20119.3 - 5.0.0-preview.2.20119.3 + 5.0.0-preview.2.20119.5 + 5.0.0-preview.2.20119.5 + 5.0.0-preview.2.20119.5 From 4204b9df7e35f8f4a66b1897667aae4a6d045d8e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 22:37:24 +0000 Subject: [PATCH 1683/2259] Update dependencies from https://github.com/dotnet/toolset build 20200220.3 (#6494) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20120.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87c215190..f75588f6d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - e8dfcaf6d27640aea0af2ee4623f9a5e3c9cd407 + 91a81b97d95d1f21a4aea28b2c9f3c9afd14189a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 22fa2550b..2c9693e26 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20118.13 + 3.1.200-preview.20120.3 From 3056ef90cda53b07dcfa4700d617eb486492c723 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 20 Feb 2020 14:54:19 -0800 Subject: [PATCH 1684/2259] Revert "Simplify eng\publishing.props (#6491)" (#6495) This reverts commit 2b2cae502bf898a32992bd74e3aeb91d7711e894. The arcade change it needs isn't in --- eng/Publishing.props | 27 +++++++++++++++++++++++++-- eng/Versions.props | 3 ++- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 85a78b0c6..7bf3a5f50 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -14,6 +14,8 @@ true + + - 2.2.0-beta.19072.10 + 2.2.0-beta.19072.10 + $(BuildTasksFeedToolVersion) 2.0.0 15.8.0 From bdcc1e00915d437729b5627fab7162e421d7f38d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 14:58:35 -0800 Subject: [PATCH 1685/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200220.3 (#6496) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20120.3 - dotnet-dev-certs - 5.0.0-preview.1.20120.3 - dotnet-user-secrets - 5.0.0-preview.1.20120.3 - dotnet-watch - 5.0.0-preview.1.20120.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20120.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20120.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87450af7e..cbddd0838 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime aac8f91cc5510b3d271d86eef616b6007b6e6631 - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + f26cf4a111ee0c81f20f659d11d601e508b90389 - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + f26cf4a111ee0c81f20f659d11d601e508b90389 - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + f26cf4a111ee0c81f20f659d11d601e508b90389 - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + f26cf4a111ee0c81f20f659d11d601e508b90389 - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + f26cf4a111ee0c81f20f659d11d601e508b90389 - + https://github.com/dotnet/aspnetcore - 2a521681156cfd8b297572a7fb19e96812c92d7b + f26cf4a111ee0c81f20f659d11d601e508b90389 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b793df365..15d7a0e5f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 - 5.0.0-preview.1.20116.1 + 5.0.0-preview.1.20120.3 + 5.0.0-preview.1.20120.3 + 5.0.0-preview.1.20120.3 + 5.0.0-preview.1.20120.3 + 5.0.0-preview.1.20120.3 + 5.0.0-preview.1.20120.3 From c59ea734db2b0547ea239011b06bdf199365bb9a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 00:37:45 +0000 Subject: [PATCH 1686/2259] [release/5.0.1xx-preview1] Update dependencies from dotnet/windowsdesktop (#6473) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200219.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20119.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20119.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20119.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20119.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200220.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20120.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20120.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20120.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20118.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20119.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cbddd0838..0148071c2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1e824b0c81d6c2ed682534e4ec1262c5a943fc8e + a7557e0b28db9bcb1d024cd6a9742f3773c145b2 - + https://github.com/dotnet/windowsdesktop - 1e824b0c81d6c2ed682534e4ec1262c5a943fc8e + a7557e0b28db9bcb1d024cd6a9742f3773c145b2 - + https://github.com/dotnet/windowsdesktop - 1e824b0c81d6c2ed682534e4ec1262c5a943fc8e + a7557e0b28db9bcb1d024cd6a9742f3773c145b2 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 0a35238b580c1e7c8de409837d994b6a7bb5097d - + https://github.com/dotnet/winforms - 4271daf3be65f56c2fce5a9006c88449c3d3fb0e + d542887a907b98757a359078c3b4c25bf01b6837 - + https://github.com/dotnet/wpf - f57cbfdc019eddef1f1c723d6699e4a8a6a39a99 + 812d890331b418c4ded8da706b10f9cbffe2228c diff --git a/eng/Versions.props b/eng/Versions.props index 15d7a0e5f..fecba9714 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20117.4 + 5.0.0-preview.1.20118.1 - 5.0.0-preview.1.20117.5 + 5.0.0-preview.1.20119.9 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20118.1 - 5.0.0-preview.1.20118.1 - 5.0.0-preview.1.20118.1 + 5.0.0-preview.1.20120.3 + 5.0.0-preview.1.20120.3 + 5.0.0-preview.1.20120.3 From 7341c5e63969cec310ce2f14a8559512fa8fe746 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 18:43:10 -0800 Subject: [PATCH 1687/2259] Update dependencies from https://github.com/dotnet/runtime build 20200220.5 (#6500) - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.1.20120.5 - Microsoft.NETCore.Platforms - 5.0.0-preview.1.20120.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.1.20120.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.1.20120.5 - Microsoft.NETCore.App.Internal - 5.0.0-preview.1.20120.5 - Microsoft.NETCore.App.Ref - 5.0.0-preview.1.20120.5 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0148071c2..aac4883b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop a7557e0b28db9bcb1d024cd6a9742f3773c145b2 - + https://github.com/dotnet/runtime - aac8f91cc5510b3d271d86eef616b6007b6e6631 + 3c523a6a7a3ebc25fe524359127b1d8846e23ea3 - + https://github.com/dotnet/runtime - aac8f91cc5510b3d271d86eef616b6007b6e6631 + 3c523a6a7a3ebc25fe524359127b1d8846e23ea3 - + https://github.com/dotnet/runtime - aac8f91cc5510b3d271d86eef616b6007b6e6631 + 3c523a6a7a3ebc25fe524359127b1d8846e23ea3 - + https://github.com/dotnet/runtime - aac8f91cc5510b3d271d86eef616b6007b6e6631 + 3c523a6a7a3ebc25fe524359127b1d8846e23ea3 - + https://github.com/dotnet/runtime - aac8f91cc5510b3d271d86eef616b6007b6e6631 + 3c523a6a7a3ebc25fe524359127b1d8846e23ea3 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - aac8f91cc5510b3d271d86eef616b6007b6e6631 + 3c523a6a7a3ebc25fe524359127b1d8846e23ea3 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index fecba9714..91810e7cd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.1.20119.3 + 5.0.0-preview.1.20120.5 - 5.0.0-preview.1.20119.3 - 5.0.0-preview.1.20119.3 - 5.0.0-preview.1.20119.3 - 5.0.0-preview.1.20119.3 - 5.0.0-preview.1.20119.3 + 5.0.0-preview.1.20120.5 + 5.0.0-preview.1.20120.5 + 5.0.0-preview.1.20120.5 + 5.0.0-preview.1.20120.5 + 5.0.0-preview.1.20120.5 2.1.0 From c4afc2b202220aba922d6f0d0758566ff4d13d8d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2020 19:44:58 -0800 Subject: [PATCH 1688/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200220.4 (#6502) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20120.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20120.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20120.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20119.10 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aac4883b1..c2da3048c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a7557e0b28db9bcb1d024cd6a9742f3773c145b2 + 4c03b747eebff93c47626fae333324c0a9b669f0 - + https://github.com/dotnet/windowsdesktop - a7557e0b28db9bcb1d024cd6a9742f3773c145b2 + 4c03b747eebff93c47626fae333324c0a9b669f0 - + https://github.com/dotnet/windowsdesktop - a7557e0b28db9bcb1d024cd6a9742f3773c145b2 + 4c03b747eebff93c47626fae333324c0a9b669f0 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms d542887a907b98757a359078c3b4c25bf01b6837 - + https://github.com/dotnet/wpf - 812d890331b418c4ded8da706b10f9cbffe2228c + 81dcfebc39d0f25a2e4fbfdb6f9948a1c7cece12 diff --git a/eng/Versions.props b/eng/Versions.props index 91810e7cd..ef5fbce29 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20119.9 + 5.0.0-preview.1.20119.10 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20120.3 - 5.0.0-preview.1.20120.3 - 5.0.0-preview.1.20120.3 + 5.0.0-preview.1.20120.4 + 5.0.0-preview.1.20120.4 + 5.0.0-preview.1.20120.4 From 505ed94f520a2e73ca4930d88e6d95266f44c267 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 04:27:35 +0000 Subject: [PATCH 1689/2259] Update dependencies from https://github.com/dotnet/toolset build 20200220.8 (#6507) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20120.8 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f75588f6d..e8384838f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 91a81b97d95d1f21a4aea28b2c9f3c9afd14189a + cd9c3f289e3ee83ef4a419b670316eb9862b4e8d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2c9693e26..467db2d60 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20120.3 + 3.1.200-preview.20120.8 From 4a6265e23d8e8eec12bc3f69bf24be3c08b61c7b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 05:10:20 +0000 Subject: [PATCH 1690/2259] Update dependencies from https://github.com/dotnet/sdk build 20200219.4 (#6509) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20119.4 - Microsoft.NET.Sdk - 5.0.100-preview.1.20119.4 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c2da3048c..3a082acee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 26aafdde253e308c8a470439eeb56167be9bf720 - + https://github.com/dotnet/sdk - 0a35238b580c1e7c8de409837d994b6a7bb5097d + 1ac11566a30e19796ed174895d978ed8b7909345 - + https://github.com/dotnet/sdk - 0a35238b580c1e7c8de409837d994b6a7bb5097d + 1ac11566a30e19796ed174895d978ed8b7909345 diff --git a/eng/Versions.props b/eng/Versions.props index ef5fbce29..1a000eda8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20116.1 + 5.0.100-preview.1.20119.4 0.2.0 - 5.0.100-preview.1.20116.1 + 5.0.100-preview.1.20119.4 $(MicrosoftNETSdkPackageVersion) From aba0294a16cf7a6e26842917e94946aa1a4a1bd3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 05:11:04 +0000 Subject: [PATCH 1691/2259] Update dependencies from https://github.com/dotnet/templating build 20200219.2 (#6510) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.1.20119.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3a082acee..9f2e32be8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 26aafdde253e308c8a470439eeb56167be9bf720 + 3f942dcad448dfdcea1cf21320781b2fab38a84d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1a000eda8..b67c148e2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-alpha.1.20117.1 + 5.0.0-preview.1.20119.2 From dedc35e3feeb580e22865e623b1d2f4d093d0c84 Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 20 Feb 2020 22:03:15 -0800 Subject: [PATCH 1692/2259] Update to 3.1.2 runtime --- NuGet.config | 3 ++ eng/Version.Details.xml | 80 ++++++++++++++++++++--------------------- eng/Versions.props | 28 +++++++-------- 3 files changed, 57 insertions(+), 54 deletions(-) diff --git a/NuGet.config b/NuGet.config index 075766785..5efcd05c8 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,10 @@ + + + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e8384838f..b9efab687 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,25 +1,25 @@ - - https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup - a1388f194c30cb21b36b75982962cb5e35954e4e + + https://github.com/dotnet/core-setup + 966115a91565d43cd545c1b8acd83eda2a0cb4cb - - https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup - a1388f194c30cb21b36b75982962cb5e35954e4e + + https://github.com/dotnet/core-setup + 966115a91565d43cd545c1b8acd83eda2a0cb4cb - - https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup - a1388f194c30cb21b36b75982962cb5e35954e4e + + https://github.com/dotnet/core-setup + 966115a91565d43cd545c1b8acd83eda2a0cb4cb - - https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup - a1388f194c30cb21b36b75982962cb5e35954e4e + + https://github.com/dotnet/core-setup + 966115a91565d43cd545c1b8acd83eda2a0cb4cb - - https://dev.azure.com/dnceng/internal/_git/dotnet-core-setup - a1388f194c30cb21b36b75982962cb5e35954e4e + + https://github.com/dotnet/core-setup + 966115a91565d43cd545c1b8acd83eda2a0cb4cb @@ -41,33 +41,33 @@ https://github.com/dotnet/corefx 0f7f38c4fd323b26da10cce95f857f77f0f09b48 - - https://github.com/aspnet/AspNetCore - 2b7e994b8a304700a09617ffc5052f0d943bbcba + + https://github.com/dotnet/aspnetcore + c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - - https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore - e276c8174b8bfdeb70efceafa81c75f8badbc8db + + https://github.com/dotnet/aspnetcore + c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - - https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore - e276c8174b8bfdeb70efceafa81c75f8badbc8db + + https://github.com/dotnet/aspnetcore + c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - - https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore - e276c8174b8bfdeb70efceafa81c75f8badbc8db + + https://github.com/dotnet/aspnetcore + c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - - https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore - e276c8174b8bfdeb70efceafa81c75f8badbc8db + + https://github.com/dotnet/aspnetcore + c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - - https://dev.azure.com/dnceng/internal/_git/aspnet-AspNetCore - e276c8174b8bfdeb70efceafa81c75f8badbc8db + + https://github.com/dotnet/aspnetcore + c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/test-templates - 5117d3d9d7dfd3583f0c42a639efaf092f957b7b + 07c739a22eeb760e60322ac0989c998328fe0aa2 https://github.com/dotnet/templating @@ -86,13 +86,13 @@ 003454db824f0bd58d0b7a967e42f11f20692a48 - + https://github.com/dotnet/winforms - 9483a88b7764a74d71cbd449de6c56c1d5e0af21 + b3a34e6695615d67a167fdbc436fce1e885f986e - - https://dev.azure.com/dnceng/internal/_git/dotnet-wpf - a8e48616c8d8e56469a456eb1ee263268316b827 + + https://github.com/dotnet/wpf + b30a16a465c9a0ed7e641a9d55df2f6e5c878a81 diff --git a/eng/Versions.props b/eng/Versions.props index 467db2d60..04f3eabe9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,15 +16,15 @@ - 4.8.1-servicing.19605.5 + 4.8.1-servicing.20069.13 - 3.1.0-rtm.19605.7 + 3.1.2-servicing.20069.7 - 3.1.1-servicing.19605.2 + 3.1.2 @@ -36,12 +36,12 @@ - 3.1.1 - 3.1.0 - 3.1.1-servicing.19615.10 - 3.1.1-servicing.19615.10 - 3.1.1-servicing.19615.10 - 3.1.1-servicing.19615.10 + 3.1.2 + 3.1.2 + 3.1.2-servicing.20068.1 + 3.1.2-servicing.20068.1 + 3.1.2-servicing.20068.1 + 3.1.2-servicing.20068.1 @@ -61,12 +61,12 @@ - 3.1.1-servicing.19608.4 - 3.1.1 - 3.1.1 + 3.1.2-servicing.20070.1 + 3.1.2 + 3.1.2 3.1.0 - 3.1.1 - 3.1.1 + 3.1.2 + 3.1.2 3.1.0 2.1.0 From d5dbb2be0ac58225db6b66148df29a245bec4e72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 13:41:12 +0000 Subject: [PATCH 1693/2259] Update dependencies from https://github.com/dotnet/templating build 20200220.1 (#6516) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20120.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d62b6fab9..63f2b1bea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - c74e6ed4cdefc42b9036c694cbf1519d4347924a + ffcc08d152abfce41314d669b23425a8879e559a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b7a7be6d2..09d6f1ad3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-preview.2.20119.1 + 5.0.0-preview.2.20120.1 From e03abd828ab0c7491fcb2c8cafc20d9f5178ac65 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 13:45:37 +0000 Subject: [PATCH 1694/2259] Update dependencies from https://github.com/dotnet/arcade build 20200220.2 (#6515) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20120.2 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 63f2b1bea..dc97baf5e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 4660949bde1083e8b1efba3096dd145d590a0b17 + df24cd9b34682b5509df5a08ef8a8952e5a4f623 diff --git a/global.json b/global.json index 13c78bd76..22e6de257 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20119.14" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20120.2" } } From 81bc5cce6407ff236085361b6857cfc53cdb324a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 14:02:04 +0000 Subject: [PATCH 1695/2259] Update dependencies from https://github.com/dotnet/runtime build 20200220.8 (#6517) - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20120.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20120.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20120.8 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20120.8 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20120.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20120.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc97baf5e..f5285b4d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 5584a5beee30a9184af6948ae9e94d79f0a1cba0 - + https://github.com/dotnet/runtime - 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 + cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/runtime - 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 + cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/runtime - 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 + cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/runtime - 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 + cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/runtime - 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 + cfac865f9d44a443843d7dfc660a497f7d5bdf5a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 616e9c6337284e7f2ad37f2ca6aa88b91f0b4c84 + cfac865f9d44a443843d7dfc660a497f7d5bdf5a https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 09d6f1ad3..469a97f1e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.2.20119.9 + 5.0.0-preview.2.20120.8 - 5.0.0-preview.2.20119.9 - 5.0.0-preview.2.20119.9 - 5.0.0-preview.2.20119.9 - 5.0.0-preview.2.20119.9 - 5.0.0-preview.2.20119.9 + 5.0.0-preview.2.20120.8 + 5.0.0-preview.2.20120.8 + 5.0.0-preview.2.20120.8 + 5.0.0-preview.2.20120.8 + 5.0.0-preview.2.20120.8 2.1.0 From abdbaeca5c234f3513d4fe3d4839a827ea21b441 Mon Sep 17 00:00:00 2001 From: William Li Date: Fri, 21 Feb 2020 11:05:58 -0800 Subject: [PATCH 1696/2259] Update AspNetCoreTargetingPackBlobVersion --- src/redist/targets/GenerateLayout.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 781fa0b8a..f0007c176 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -15,7 +15,7 @@ 3.1.0-rtm.19565.2 - 3.1.0 + 3.1.2-servicing.20068.1 3.1.0-rtm.19565.2 3.0.0 From 74c358278b0e96f69d288c77f5d78edded5f72de Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 20:00:55 +0000 Subject: [PATCH 1697/2259] Update dependencies from https://github.com/dotnet/sdk build 20200221.1 (#6521) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20121.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20121.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5285b4d8..63c302122 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating ffcc08d152abfce41314d669b23425a8879e559a - + https://github.com/dotnet/sdk - 5cb8b246a7e444bc98c0761385fa55133bd2a0d0 + 36ef8b2aa8e5d579c921704bdab69a7407936889 - + https://github.com/dotnet/sdk - 5cb8b246a7e444bc98c0761385fa55133bd2a0d0 + 36ef8b2aa8e5d579c921704bdab69a7407936889 diff --git a/eng/Versions.props b/eng/Versions.props index 469a97f1e..28b51f8bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20120.1 + 5.0.100-preview.2.20121.1 0.2.0 - 5.0.100-preview.2.20120.1 + 5.0.100-preview.2.20121.1 $(MicrosoftNETSdkPackageVersion) From d0b408749586ee246687cbac5cb76e4072d372d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 21:05:53 +0000 Subject: [PATCH 1698/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200221.6 (#6523) - dotnet-dev-certs - 5.0.0-preview.2.20121.6 - dotnet-user-secrets - 5.0.0-preview.2.20121.6 - dotnet-watch - 5.0.0-preview.2.20121.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20121.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20121.6 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20121.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 63c302122..d74c34bb5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/aspnetcore - 1e4438647c834c3ffa9474d04b48d4a72c3e8978 + 3d178227da1572c19aeec2f5e826493088e72660 - + https://github.com/dotnet/aspnetcore - 1e4438647c834c3ffa9474d04b48d4a72c3e8978 + 3d178227da1572c19aeec2f5e826493088e72660 - + https://github.com/dotnet/aspnetcore - 1e4438647c834c3ffa9474d04b48d4a72c3e8978 + 3d178227da1572c19aeec2f5e826493088e72660 - + https://github.com/dotnet/aspnetcore - 1e4438647c834c3ffa9474d04b48d4a72c3e8978 + 3d178227da1572c19aeec2f5e826493088e72660 - + https://github.com/dotnet/aspnetcore - 1e4438647c834c3ffa9474d04b48d4a72c3e8978 + 3d178227da1572c19aeec2f5e826493088e72660 - + https://github.com/dotnet/aspnetcore - 1e4438647c834c3ffa9474d04b48d4a72c3e8978 + 3d178227da1572c19aeec2f5e826493088e72660 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 28b51f8bf..b6854ff17 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20119.7 - 5.0.0-preview.1.20119.7 - 5.0.0-preview.1.20119.7 - 5.0.0-preview.1.20119.7 - 5.0.0-preview.1.20119.7 - 5.0.0-preview.1.20119.7 + 5.0.0-preview.2.20121.6 + 5.0.0-preview.2.20121.6 + 5.0.0-preview.2.20121.6 + 5.0.0-preview.2.20121.6 + 5.0.0-preview.2.20121.6 + 5.0.0-preview.2.20121.6 From 08a7cc20db342aa3c664ae61c6e170f95a91bc08 Mon Sep 17 00:00:00 2001 From: William Li Date: Fri, 21 Feb 2020 13:55:23 -0800 Subject: [PATCH 1699/2259] Align with v3.1.102 and update dependencies --- NuGet.config | 3 +-- eng/Version.Details.xml | 2 +- eng/Versions.props | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/NuGet.config b/NuGet.config index 5efcd05c8..77c0a6055 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,10 +7,9 @@ - - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b9efab687..967eef8f6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -5,7 +5,7 @@ https://github.com/dotnet/core-setup 966115a91565d43cd545c1b8acd83eda2a0cb4cb - + https://github.com/dotnet/core-setup 966115a91565d43cd545c1b8acd83eda2a0cb4cb diff --git a/eng/Versions.props b/eng/Versions.props index 04f3eabe9..a30fd0e97 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -24,7 +24,7 @@ - 3.1.2 + 3.1.1-servicing.19605.2 @@ -61,7 +61,7 @@ - 3.1.2-servicing.20070.1 + 3.1.2-servicing.20067.4 3.1.2 3.1.2 3.1.0 From 8c68055ea95398edbacc834469fc13866d33c6a9 Mon Sep 17 00:00:00 2001 From: William Li Date: Fri, 21 Feb 2020 15:01:05 -0800 Subject: [PATCH 1700/2259] Add missing props change --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index a30fd0e97..2c549b0fa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,7 +28,7 @@ - 1.0.2-beta4.20105.2 + 1.0.2-beta4.20079.1 From ab9caee15c682c483783710dab80038c4d0741fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 23:40:46 +0000 Subject: [PATCH 1701/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200221.10 (#6526) - dotnet-dev-certs - 5.0.0-preview.2.20121.10 - dotnet-user-secrets - 5.0.0-preview.2.20121.10 - dotnet-watch - 5.0.0-preview.2.20121.10 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20121.10 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20121.10 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20121.10 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d74c34bb5..ab60606a1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/aspnetcore - 3d178227da1572c19aeec2f5e826493088e72660 + bd02add0c1c9176be5e666c156f37196d47313db - + https://github.com/dotnet/aspnetcore - 3d178227da1572c19aeec2f5e826493088e72660 + bd02add0c1c9176be5e666c156f37196d47313db - + https://github.com/dotnet/aspnetcore - 3d178227da1572c19aeec2f5e826493088e72660 + bd02add0c1c9176be5e666c156f37196d47313db - + https://github.com/dotnet/aspnetcore - 3d178227da1572c19aeec2f5e826493088e72660 + bd02add0c1c9176be5e666c156f37196d47313db - + https://github.com/dotnet/aspnetcore - 3d178227da1572c19aeec2f5e826493088e72660 + bd02add0c1c9176be5e666c156f37196d47313db - + https://github.com/dotnet/aspnetcore - 3d178227da1572c19aeec2f5e826493088e72660 + bd02add0c1c9176be5e666c156f37196d47313db https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b6854ff17..c649bc577 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20121.6 - 5.0.0-preview.2.20121.6 - 5.0.0-preview.2.20121.6 - 5.0.0-preview.2.20121.6 - 5.0.0-preview.2.20121.6 - 5.0.0-preview.2.20121.6 + 5.0.0-preview.2.20121.10 + 5.0.0-preview.2.20121.10 + 5.0.0-preview.2.20121.10 + 5.0.0-preview.2.20121.10 + 5.0.0-preview.2.20121.10 + 5.0.0-preview.2.20121.10 From 47c956071e85904dd0728c6e016826fb8f01fbf5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 00:26:56 +0000 Subject: [PATCH 1702/2259] Update dependencies from https://github.com/dotnet/toolset build 20200221.7 (#6527) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20121.7 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 967eef8f6..d9bd75f1e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - cd9c3f289e3ee83ef4a419b670316eb9862b4e8d + 10b794d619dd046e077271a26e93ce68218cca6c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 2c549b0fa..f8a5ea199 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20120.8 + 3.1.200-preview.20121.7 From e0b550191598e2c5f4b5da79bd004e2622aa6bd8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2020 18:34:20 -0800 Subject: [PATCH 1703/2259] Update dependencies from https://github.com/dotnet/toolset build 20200221.10 (#6529) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20121.10 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9bd75f1e..998a18606 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 13abe7e2749d95337e8d72efdc5b71611815fd43 - + https://github.com/dotnet/toolset - 10b794d619dd046e077271a26e93ce68218cca6c + b18238b0ed0a3e3dfaa6bd412ae97178021cda78 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f8a5ea199..85717a35e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20121.7 + 3.1.200-preview.20121.10 From 94e753d542de0cf585fd3d70da446b7e9982c5fa Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 02:40:47 +0000 Subject: [PATCH 1704/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200221.13 (#6530) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20121.13 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20121.13 - dotnet-watch - 5.0.0-preview.2.20121.13 - dotnet-user-secrets - 5.0.0-preview.2.20121.13 - dotnet-dev-certs - 5.0.0-preview.2.20121.13 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20121.13 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ab60606a1..eaa859ba3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/aspnetcore - bd02add0c1c9176be5e666c156f37196d47313db + 5a0526dfd991419d5bce0d8ea525b50df2e37b04 - + https://github.com/dotnet/aspnetcore - bd02add0c1c9176be5e666c156f37196d47313db + 5a0526dfd991419d5bce0d8ea525b50df2e37b04 - + https://github.com/dotnet/aspnetcore - bd02add0c1c9176be5e666c156f37196d47313db + 5a0526dfd991419d5bce0d8ea525b50df2e37b04 - + https://github.com/dotnet/aspnetcore - bd02add0c1c9176be5e666c156f37196d47313db + 5a0526dfd991419d5bce0d8ea525b50df2e37b04 - + https://github.com/dotnet/aspnetcore - bd02add0c1c9176be5e666c156f37196d47313db + 5a0526dfd991419d5bce0d8ea525b50df2e37b04 - + https://github.com/dotnet/aspnetcore - bd02add0c1c9176be5e666c156f37196d47313db + 5a0526dfd991419d5bce0d8ea525b50df2e37b04 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index c649bc577..0c55566af 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20121.10 - 5.0.0-preview.2.20121.10 - 5.0.0-preview.2.20121.10 - 5.0.0-preview.2.20121.10 - 5.0.0-preview.2.20121.10 - 5.0.0-preview.2.20121.10 + 5.0.0-preview.2.20121.13 + 5.0.0-preview.2.20121.13 + 5.0.0-preview.2.20121.13 + 5.0.0-preview.2.20121.13 + 5.0.0-preview.2.20121.13 + 5.0.0-preview.2.20121.13 From 5f6d9840cc64aed52c1cd038321ff426fc5c6883 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 03:45:51 +0000 Subject: [PATCH 1705/2259] Update dependencies from https://github.com/dotnet/sdk build 20200221.3 (#6531) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20121.3 - Microsoft.NET.Sdk - 5.0.100-preview.2.20121.3 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index eaa859ba3..5d4315223 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating ffcc08d152abfce41314d669b23425a8879e559a - + https://github.com/dotnet/sdk - 36ef8b2aa8e5d579c921704bdab69a7407936889 + 3b8cdbfb5da04aba21d5a0d86afb050247c5c44e - + https://github.com/dotnet/sdk - 36ef8b2aa8e5d579c921704bdab69a7407936889 + 3b8cdbfb5da04aba21d5a0d86afb050247c5c44e diff --git a/eng/Versions.props b/eng/Versions.props index 0c55566af..ef3480648 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20121.1 + 5.0.100-preview.2.20121.3 0.2.0 - 5.0.100-preview.2.20121.1 + 5.0.100-preview.2.20121.3 $(MicrosoftNETSdkPackageVersion) From 7cd75c890ca2095b43d7ab3043e41b7722d35b50 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 09:46:58 +0000 Subject: [PATCH 1706/2259] Update dependencies from https://github.com/dotnet/sdk build 20200220.5 (#6532) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20120.5 - Microsoft.NET.Sdk - 5.0.100-preview.1.20120.5 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f2e32be8..b5cb2ef87 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3f942dcad448dfdcea1cf21320781b2fab38a84d - + https://github.com/dotnet/sdk - 1ac11566a30e19796ed174895d978ed8b7909345 + d3c8b4ea11401837dfc9b1d128a908694de1a8b4 - + https://github.com/dotnet/sdk - 1ac11566a30e19796ed174895d978ed8b7909345 + d3c8b4ea11401837dfc9b1d128a908694de1a8b4 diff --git a/eng/Versions.props b/eng/Versions.props index b67c148e2..a434de6a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20119.4 + 5.0.100-preview.1.20120.5 0.2.0 - 5.0.100-preview.1.20119.4 + 5.0.100-preview.1.20120.5 $(MicrosoftNETSdkPackageVersion) From 1b0eefb47dbc1508436d9f54fc073ae8c518e971 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 13:35:53 +0000 Subject: [PATCH 1707/2259] Update dependencies from https://github.com/dotnet/templating build 20200221.1 (#6536) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20121.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5d4315223..e7a2b64ee 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - ffcc08d152abfce41314d669b23425a8879e559a + 545d7a73ec88ba2f6b897c0e5e79665d31a2df4d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index ef3480648..04171afb4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-preview.2.20120.1 + 5.0.0-preview.2.20121.1 From 4d4ff3cc6b4b27eaef6a2a3b38a6e3ec5969c5a3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 09:03:45 -0800 Subject: [PATCH 1708/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200221.15 (#6533) - dotnet-dev-certs - 5.0.0-preview.1.20121.15 - dotnet-user-secrets - 5.0.0-preview.1.20121.15 - dotnet-watch - 5.0.0-preview.1.20121.15 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20121.15 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20121.15 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20121.15 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b5cb2ef87..5cdb57b01 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 3c523a6a7a3ebc25fe524359127b1d8846e23ea3 - + https://github.com/dotnet/aspnetcore - f26cf4a111ee0c81f20f659d11d601e508b90389 + 294b11622d0f106a19300cca2ffd9f9dbe110004 - + https://github.com/dotnet/aspnetcore - f26cf4a111ee0c81f20f659d11d601e508b90389 + 294b11622d0f106a19300cca2ffd9f9dbe110004 - + https://github.com/dotnet/aspnetcore - f26cf4a111ee0c81f20f659d11d601e508b90389 + 294b11622d0f106a19300cca2ffd9f9dbe110004 - + https://github.com/dotnet/aspnetcore - f26cf4a111ee0c81f20f659d11d601e508b90389 + 294b11622d0f106a19300cca2ffd9f9dbe110004 - + https://github.com/dotnet/aspnetcore - f26cf4a111ee0c81f20f659d11d601e508b90389 + 294b11622d0f106a19300cca2ffd9f9dbe110004 - + https://github.com/dotnet/aspnetcore - f26cf4a111ee0c81f20f659d11d601e508b90389 + 294b11622d0f106a19300cca2ffd9f9dbe110004 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a434de6a5..f6b17e6a0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20120.3 - 5.0.0-preview.1.20120.3 - 5.0.0-preview.1.20120.3 - 5.0.0-preview.1.20120.3 - 5.0.0-preview.1.20120.3 - 5.0.0-preview.1.20120.3 + 5.0.0-preview.1.20121.15 + 5.0.0-preview.1.20121.15 + 5.0.0-preview.1.20121.15 + 5.0.0-preview.1.20121.15 + 5.0.0-preview.1.20121.15 + 5.0.0-preview.1.20121.15 From 6dad9080e92379a4d84de70246e1da9767789033 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 09:09:51 -0800 Subject: [PATCH 1709/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200222.1 (#6534) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20122.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20122.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20122.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.1.20120.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20120.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 18 +++++++++--------- eng/Versions.props | 10 +++++----- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5cdb57b01..3c80a0e48 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4c03b747eebff93c47626fae333324c0a9b669f0 + d52f676e237f8f6470a204c40fafc1c9a7b30f0c - + https://github.com/dotnet/windowsdesktop - 4c03b747eebff93c47626fae333324c0a9b669f0 + d52f676e237f8f6470a204c40fafc1c9a7b30f0c - + https://github.com/dotnet/windowsdesktop - 4c03b747eebff93c47626fae333324c0a9b669f0 + d52f676e237f8f6470a204c40fafc1c9a7b30f0c https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ d3c8b4ea11401837dfc9b1d128a908694de1a8b4 - + https://github.com/dotnet/winforms d542887a907b98757a359078c3b4c25bf01b6837 - + https://github.com/dotnet/wpf - 81dcfebc39d0f25a2e4fbfdb6f9948a1c7cece12 + 4f541e550154be4447b4c2a99b53823fcc766882 diff --git a/eng/Versions.props b/eng/Versions.props index f6b17e6a0..62b1edaa8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.1.20118.1 + 5.0.0-preview.1.20120.6 - 5.0.0-preview.1.20119.10 + 5.0.0-preview.1.20120.7 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20120.4 - 5.0.0-preview.1.20120.4 - 5.0.0-preview.1.20120.4 + 5.0.0-preview.1.20122.1 + 5.0.0-preview.1.20122.1 + 5.0.0-preview.1.20122.1 From 4b8517bdbb9b7424a677fb2f12da90a6d500b465 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 22 Feb 2020 19:00:46 +0000 Subject: [PATCH 1710/2259] Update dependencies from https://github.com/dotnet/sdk build 20200222.1 (#6538) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20122.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20122.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e7a2b64ee..b1321ac76 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 545d7a73ec88ba2f6b897c0e5e79665d31a2df4d - + https://github.com/dotnet/sdk - 3b8cdbfb5da04aba21d5a0d86afb050247c5c44e + cbe020c4525dd4120de98bda9b90cf06f2477f33 - + https://github.com/dotnet/sdk - 3b8cdbfb5da04aba21d5a0d86afb050247c5c44e + cbe020c4525dd4120de98bda9b90cf06f2477f33 diff --git a/eng/Versions.props b/eng/Versions.props index 04171afb4..3bebf360e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20121.3 + 5.0.100-preview.2.20122.1 0.2.0 - 5.0.100-preview.2.20121.3 + 5.0.100-preview.2.20122.1 $(MicrosoftNETSdkPackageVersion) From 9cd570c8f1f29142055943fae7eb5bf52b8b6338 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2020 13:57:49 +0000 Subject: [PATCH 1711/2259] Update dependencies from https://github.com/dotnet/templating build 20200222.3 (#6540) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20122.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b1321ac76..fe1dac105 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 545d7a73ec88ba2f6b897c0e5e79665d31a2df4d + 56b909d5cbd59b39e4179111ae847a9fd7cb1560 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3bebf360e..3663f415d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-preview.2.20121.1 + 5.0.0-preview.2.20122.3 From 6a813714009e1710fe07fad1a280b0588ca33af1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2020 14:50:43 +0000 Subject: [PATCH 1712/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200223.1 (#6541) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20123.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20123.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20123.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe1dac105..96200d4b6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5584a5beee30a9184af6948ae9e94d79f0a1cba0 + 7d70c3bced0bc992136147b276530884381a0fb7 - + https://github.com/dotnet/windowsdesktop - 5584a5beee30a9184af6948ae9e94d79f0a1cba0 + 7d70c3bced0bc992136147b276530884381a0fb7 - + https://github.com/dotnet/windowsdesktop - 5584a5beee30a9184af6948ae9e94d79f0a1cba0 + 7d70c3bced0bc992136147b276530884381a0fb7 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 3663f415d..d77fa7d2a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20119.5 - 5.0.0-preview.2.20119.5 - 5.0.0-preview.2.20119.5 + 5.0.0-preview.2.20123.1 + 5.0.0-preview.2.20123.1 + 5.0.0-preview.2.20123.1 From ad752fad7b135b1856b14ff91c587e2fec91b123 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 23 Feb 2020 21:36:36 +0000 Subject: [PATCH 1713/2259] Update dependencies from https://github.com/dotnet/toolset build 20200223.1 (#6542) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20123.1 Dependency coherency updates - Microsoft.DotNet.Common.ItemTemplates - 3.1.2 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20123.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 998a18606..a5abe7fc9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -69,21 +69,21 @@ https://github.com/dotnet/test-templates 07c739a22eeb760e60322ac0989c998328fe0aa2 - + https://github.com/dotnet/templating - 13abe7e2749d95337e8d72efdc5b71611815fd43 + 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - b18238b0ed0a3e3dfaa6bd412ae97178021cda78 + 6683e564cf62f57f876e1740214b901a41f362e7 https://github.com/dotnet/sdk 0bc67530cef6dd771a8750d1747926eca2dcb845 - + https://github.com/dotnet/cli - 003454db824f0bd58d0b7a967e42f11f20692a48 + 2b200dd9108f4907120f55281ce549878023b2c1 diff --git a/eng/Versions.props b/eng/Versions.props index 85717a35e..b70457f8e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20121.10 + 3.1.200-preview.20123.1 @@ -24,7 +24,7 @@ - 3.1.1-servicing.19605.2 + 3.1.2 @@ -45,7 +45,7 @@ - 3.1.200-preview.20118.2 + 3.1.200-preview.20123.1 0.2.0 From 1ec35d21d0bbf0f656bc5eec13f9dc3c3bb826ad Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 07:51:36 +0000 Subject: [PATCH 1714/2259] Update dependencies from https://github.com/dotnet/toolset build 20200223.2 (#6543) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20123.2 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20123.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a5abe7fc9..d308bf44a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 6683e564cf62f57f876e1740214b901a41f362e7 + 76acb0d0dbd3cd045c1a6fd1da00de24e35fba5f - + https://github.com/dotnet/sdk - 0bc67530cef6dd771a8750d1747926eca2dcb845 + f1ae79d83d0c08d08472e9f7ba030a119c4d9458 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index b70457f8e..7ff4f5d3d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20123.1 + 3.1.200-preview.20123.2 @@ -52,7 +52,7 @@ - 3.1.200-preview.20113.2 + 3.1.200-preview.20123.1 $(MicrosoftNETSdkPackageVersion) From 1aeffe5565f344e6d8ca49c8bf2140c022a803f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 13:32:44 +0000 Subject: [PATCH 1715/2259] [master] Update dependencies from dotnet/arcade (#6535) * Update dependencies from https://github.com/dotnet/arcade build 20200221.6 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20121.6 * Update dependencies from https://github.com/dotnet/arcade build 20200223.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20123.1 --- eng/Version.Details.xml | 4 +- eng/common/CheckSymbols.ps1 | 159 -------------------- eng/common/PublishToPackageFeed.proj | 83 ----------- eng/common/PublishToSymbolServers.proj | 84 ----------- eng/common/SourceLinkValidation.ps1 | 195 ------------------------- global.json | 2 +- 6 files changed, 3 insertions(+), 524 deletions(-) delete mode 100644 eng/common/CheckSymbols.ps1 delete mode 100644 eng/common/PublishToPackageFeed.proj delete mode 100644 eng/common/PublishToSymbolServers.proj delete mode 100644 eng/common/SourceLinkValidation.ps1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 96200d4b6..f182aeb72 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - df24cd9b34682b5509df5a08ef8a8952e5a4f623 + 85d76351b1f0245c9f331f72219d12e8e2d48e72 diff --git a/eng/common/CheckSymbols.ps1 b/eng/common/CheckSymbols.ps1 deleted file mode 100644 index 5442eff38..000000000 --- a/eng/common/CheckSymbols.ps1 +++ /dev/null @@ -1,159 +0,0 @@ -param( - [Parameter(Mandatory=$true)][string] $InputPath, # Full path to directory where NuGet packages to be checked are stored - [Parameter(Mandatory=$true)][string] $ExtractPath, # Full path to directory where the packages will be extracted during validation - [Parameter(Mandatory=$true)][string] $SymbolToolPath # Full path to directory where dotnet symbol-tool was installed -) - -Add-Type -AssemblyName System.IO.Compression.FileSystem -. $PSScriptRoot\pipeline-logging-functions.ps1 - -function FirstMatchingSymbolDescriptionOrDefault { - param( - [string] $FullPath, # Full path to the module that has to be checked - [string] $TargetServerParameter, # Parameter to pass to `Symbol Tool` indicating the server to lookup for symbols - [string] $SymbolsPath - ) - - $FileName = [System.IO.Path]::GetFileName($FullPath) - $Extension = [System.IO.Path]::GetExtension($FullPath) - - # Those below are potential symbol files that the `dotnet symbol` might - # return. Which one will be returned depend on the type of file we are - # checking and which type of file was uploaded. - - # The file itself is returned - $SymbolPath = $SymbolsPath + '\' + $FileName - - # PDB file for the module - $PdbPath = $SymbolPath.Replace($Extension, '.pdb') - - # PDB file for R2R module (created by crossgen) - $NGenPdb = $SymbolPath.Replace($Extension, '.ni.pdb') - - # DBG file for a .so library - $SODbg = $SymbolPath.Replace($Extension, '.so.dbg') - - # DWARF file for a .dylib - $DylibDwarf = $SymbolPath.Replace($Extension, '.dylib.dwarf') - - .\dotnet-symbol.exe --symbols --modules --windows-pdbs $TargetServerParameter $FullPath -o $SymbolsPath | Out-Null - - if (Test-Path $PdbPath) { - return 'PDB' - } - elseif (Test-Path $NGenPdb) { - return 'NGen PDB' - } - elseif (Test-Path $SODbg) { - return 'DBG for SO' - } - elseif (Test-Path $DylibDwarf) { - return 'Dwarf for Dylib' - } - elseif (Test-Path $SymbolPath) { - return 'Module' - } - else { - return $null - } -} - -function CountMissingSymbols { - param( - [string] $PackagePath # Path to a NuGet package - ) - - # Ensure input file exist - if (!(Test-Path $PackagePath)) { - throw "Input file does not exist: $PackagePath" - } - - # Extensions for which we'll look for symbols - $RelevantExtensions = @('.dll', '.exe', '.so', '.dylib') - - # How many files are missing symbol information - $MissingSymbols = 0 - - $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) - $PackageGuid = New-Guid - $ExtractPath = Join-Path -Path $ExtractPath -ChildPath $PackageGuid - $SymbolsPath = Join-Path -Path $ExtractPath -ChildPath 'Symbols' - - [System.IO.Compression.ZipFile]::ExtractToDirectory($PackagePath, $ExtractPath) - - # Makes easier to reference `symbol tool` - Push-Location $SymbolToolPath - - Get-ChildItem -Recurse $ExtractPath | - Where-Object {$RelevantExtensions -contains $_.Extension} | - ForEach-Object { - if ($_.FullName -Match '\\ref\\') { - Write-Host "`t Ignoring reference assembly file" $_.FullName - return - } - - $SymbolsOnMSDL = FirstMatchingSymbolDescriptionOrDefault -FullPath $_.FullName -TargetServerParameter '--microsoft-symbol-server' -SymbolsPath $SymbolsPath - $SymbolsOnSymWeb = FirstMatchingSymbolDescriptionOrDefault -FullPath $_.FullName -TargetServerParameter '--internal-server' -SymbolsPath $SymbolsPath - - Write-Host -NoNewLine "`t Checking file" $_.FullName "... " - - if ($SymbolsOnMSDL -ne $null -and $SymbolsOnSymWeb -ne $null) { - Write-Host "Symbols found on MSDL (${$SymbolsOnMSDL}) and SymWeb (${$SymbolsOnSymWeb})" - } - else { - $MissingSymbols++ - - if ($SymbolsOnMSDL -eq $null -and $SymbolsOnSymWeb -eq $null) { - Write-Host 'No symbols found on MSDL or SymWeb!' - } - else { - if ($SymbolsOnMSDL -eq $null) { - Write-Host 'No symbols found on MSDL!' - } - else { - Write-Host 'No symbols found on SymWeb!' - } - } - } - } - - Pop-Location - - return $MissingSymbols -} - -function CheckSymbolsAvailable { - if (Test-Path $ExtractPath) { - Remove-Item $ExtractPath -Force -Recurse -ErrorAction SilentlyContinue - } - - Get-ChildItem "$InputPath\*.nupkg" | - ForEach-Object { - $FileName = $_.Name - - # These packages from Arcade-Services include some native libraries that - # our current symbol uploader can't handle. Below is a workaround until - # we get issue: https://github.com/dotnet/arcade/issues/2457 sorted. - if ($FileName -Match 'Microsoft\.DotNet\.Darc\.') { - Write-Host "Ignoring Arcade-services file: $FileName" - Write-Host - return - } - elseif ($FileName -Match 'Microsoft\.DotNet\.Maestro\.Tasks\.') { - Write-Host "Ignoring Arcade-services file: $FileName" - Write-Host - return - } - - Write-Host "Validating $FileName " - $Status = CountMissingSymbols "$InputPath\$FileName" - - if ($Status -ne 0) { - Write-PipelineTelemetryError -Category 'CheckSymbols' -Message "Missing symbols for $Status modules in the package $FileName" - } - - Write-Host - } -} - -CheckSymbolsAvailable diff --git a/eng/common/PublishToPackageFeed.proj b/eng/common/PublishToPackageFeed.proj deleted file mode 100644 index a1b133372..000000000 --- a/eng/common/PublishToPackageFeed.proj +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - netcoreapp2.1 - - - - - - - - - - - - - - - - - - - - - - - - - https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json - https://dotnetfeed.blob.core.windows.net/arcade-validation/index.json - https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore/index.json - https://dotnetfeed.blob.core.windows.net/aspnet-aspnetcore-tooling/index.json - https://dotnetfeed.blob.core.windows.net/aspnet-entityframeworkcore/index.json - https://dotnetfeed.blob.core.windows.net/aspnet-extensions/index.json - https://dotnetfeed.blob.core.windows.net/dotnet-coreclr/index.json - https://dotnetfeed.blob.core.windows.net/dotnet-sdk/index.json - https://dotnetfeed.blob.core.windows.net/dotnet-tools-internal/index.json - https://dotnetfeed.blob.core.windows.net/dotnet-toolset/index.json - https://dotnetfeed.blob.core.windows.net/dotnet-windowsdesktop/index.json - https://dotnetfeed.blob.core.windows.net/nuget-nugetclient/index.json - https://dotnetfeed.blob.core.windows.net/aspnet-entityframework6/index.json - https://dotnetfeed.blob.core.windows.net/aspnet-blazor/index.json - - - - - - - - - - - - diff --git a/eng/common/PublishToSymbolServers.proj b/eng/common/PublishToSymbolServers.proj deleted file mode 100644 index 311e2bbe0..000000000 --- a/eng/common/PublishToSymbolServers.proj +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - netcoreapp2.1 - - - - - - - - - - - - - - - - 3650 - true - true - true - false - - - - - - - - - - - - - - - - - diff --git a/eng/common/SourceLinkValidation.ps1 b/eng/common/SourceLinkValidation.ps1 deleted file mode 100644 index 0e4c349e0..000000000 --- a/eng/common/SourceLinkValidation.ps1 +++ /dev/null @@ -1,195 +0,0 @@ -param( - [Parameter(Mandatory=$true)][string] $InputPath, # Full path to directory where Symbols.NuGet packages to be checked are stored - [Parameter(Mandatory=$true)][string] $ExtractPath, # Full path to directory where the packages will be extracted during validation - [Parameter(Mandatory=$true)][string] $SourceLinkToolPath, # Full path to directory where dotnet SourceLink CLI was installed - [Parameter(Mandatory=$true)][string] $GHRepoName, # GitHub name of the repo including the Org. E.g., dotnet/arcade - [Parameter(Mandatory=$true)][string] $GHCommit # GitHub commit SHA used to build the packages -) - -function ValidateSourceLinkLinks { - if (!($GHRepoName -Match "^[^\s\/]+/[^\s\/]+$")) { - Write-PipelineTelemetryError -Category "Build" -Message "GHRepoName should be in the format /" - $global:LASTEXITCODE = 1 - return - } - - if (!($GHCommit -Match "^[0-9a-fA-F]{40}$")) { - Write-PipelineTelemetryError -Category "Build" -Message "GHCommit should be a 40 chars hexadecimal string" - $global:LASTEXITCODE = 1 - return - } - - $RepoTreeURL = -Join("https://api.github.com/repos/", $GHRepoName, "/git/trees/", $GHCommit, "?recursive=1") - $CodeExtensions = @(".cs", ".vb", ".fs", ".fsi", ".fsx", ".fsscript") - - try { - # Retrieve the list of files in the repo at that particular commit point and store them in the RepoFiles hash - $Data = Invoke-WebRequest $RepoTreeURL | ConvertFrom-Json | Select-Object -ExpandProperty tree - - foreach ($file in $Data) { - $Extension = [System.IO.Path]::GetExtension($file.path) - - if ($CodeExtensions.Contains($Extension)) { - $RepoFiles[$file.path] = 1 - } - } - } - catch { - Write-PipelineTelemetryError -Category "Build" -Message "Problems downloading the list of files from the repo. Url used: $RepoTreeURL" - $global:LASTEXITCODE = 1 - return - } - - if (Test-Path $ExtractPath) { - Remove-Item $ExtractPath -Force -Recurse -ErrorAction SilentlyContinue - } - - # Process each NuGet package in parallel - $Jobs = @() - Get-ChildItem "$InputPath\*.symbols.nupkg" | - ForEach-Object { - $Jobs += Start-Job -ScriptBlock $ValidatePackage -ArgumentList $_.FullName - } - - foreach ($Job in $Jobs) { - Wait-Job -Id $Job.Id | Receive-Job - } -} - -try { - . $PSScriptRoot\pipeline-logging-functions.ps1 - - # Cache/HashMap (File -> Exist flag) used to consult whether a file exist - # in the repository at a specific commit point. This is populated by inserting - # all files present in the repo at a specific commit point. - $global:RepoFiles = @{} - - $ValidatePackage = { - param( - [string] $PackagePath # Full path to a Symbols.NuGet package - ) - - # Ensure input file exist - if (!(Test-Path $PackagePath)) { - throw "Input file does not exist: $PackagePath" - } - - # Extensions for which we'll look for SourceLink information - # For now we'll only care about Portable & Embedded PDBs - $RelevantExtensions = @(".dll", ".exe", ".pdb") - - Write-Host -NoNewLine "Validating" ([System.IO.Path]::GetFileName($PackagePath)) "... " - - $PackageId = [System.IO.Path]::GetFileNameWithoutExtension($PackagePath) - $ExtractPath = Join-Path -Path $using:ExtractPath -ChildPath $PackageId - $FailedFiles = 0 - - Add-Type -AssemblyName System.IO.Compression.FileSystem - - [System.IO.Directory]::CreateDirectory($ExtractPath); - - $zip = [System.IO.Compression.ZipFile]::OpenRead($PackagePath) - - $zip.Entries | - Where-Object {$RelevantExtensions -contains [System.IO.Path]::GetExtension($_.Name)} | - ForEach-Object { - $FileName = $_.FullName - $Extension = [System.IO.Path]::GetExtension($_.Name) - $FakeName = -Join((New-Guid), $Extension) - $TargetFile = Join-Path -Path $ExtractPath -ChildPath $FakeName - - # We ignore resource DLLs - if ($FileName.EndsWith(".resources.dll")) { - return - } - - [System.IO.Compression.ZipFileExtensions]::ExtractToFile($_, $TargetFile, $true) - - $ValidateFile = { - param( - [string] $FullPath, # Full path to the module that has to be checked - [string] $RealPath, - [ref] $FailedFiles - ) - - # Makes easier to reference `sourcelink cli` - Push-Location $using:SourceLinkToolPath - - $SourceLinkInfos = .\sourcelink.exe print-urls $FullPath | Out-String - - if ($LASTEXITCODE -eq 0 -and -not ([string]::IsNullOrEmpty($SourceLinkInfos))) { - $NumFailedLinks = 0 - - # We only care about Http addresses - $Matches = (Select-String '(http[s]?)(:\/\/)([^\s,]+)' -Input $SourceLinkInfos -AllMatches).Matches - - if ($Matches.Count -ne 0) { - $Matches.Value | - ForEach-Object { - $Link = $_ - $CommitUrl = -Join("https://raw.githubusercontent.com/", $using:GHRepoName, "/", $using:GHCommit, "/") - $FilePath = $Link.Replace($CommitUrl, "") - $Status = 200 - $Cache = $using:RepoFiles - - if ( !($Cache.ContainsKey($FilePath)) ) { - try { - $Uri = $Link -as [System.URI] - - # Only GitHub links are valid - if ($Uri.AbsoluteURI -ne $null -and $Uri.Host -match "github") { - $Status = (Invoke-WebRequest -Uri $Link -UseBasicParsing -Method HEAD -TimeoutSec 5).StatusCode - } - else { - $Status = 0 - } - } - catch { - $Status = 0 - } - } - - if ($Status -ne 200) { - if ($NumFailedLinks -eq 0) { - if ($FailedFiles.Value -eq 0) { - Write-Host - } - - Write-Host "`tFile $RealPath has broken links:" - } - - Write-Host "`t`tFailed to retrieve $Link" - - $NumFailedLinks++ - } - } - } - - if ($NumFailedLinks -ne 0) { - $FailedFiles.value++ - $global:LASTEXITCODE = 1 - } - } - - Pop-Location - } - - &$ValidateFile $TargetFile $FileName ([ref]$FailedFiles) - } - - $zip.Dispose() - - if ($FailedFiles -eq 0) { - Write-Host "Passed." - } - } - - Measure-Command { ValidateSourceLinkLinks } -} -catch { - Write-Host $_.ScriptStackTrace - Write-PipelineTelemetryError -Category 'SourceLink' -Message $_ - ExitWithExitCode 1 -} - - diff --git a/global.json b/global.json index 22e6de257..424937363 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20120.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20123.1" } } From 43a0d8dd4aec3ff0c63f3fa94ba7bf76f2f36ffd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 15:05:52 +0000 Subject: [PATCH 1716/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200224.1 (#6544) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20124.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20124.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20124.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f182aeb72..940f8101d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7d70c3bced0bc992136147b276530884381a0fb7 + dfdc45b3e3f0d0fac1d9254f26751a4a0379ad06 - + https://github.com/dotnet/windowsdesktop - 7d70c3bced0bc992136147b276530884381a0fb7 + dfdc45b3e3f0d0fac1d9254f26751a4a0379ad06 - + https://github.com/dotnet/windowsdesktop - 7d70c3bced0bc992136147b276530884381a0fb7 + dfdc45b3e3f0d0fac1d9254f26751a4a0379ad06 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d77fa7d2a..d565be86e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20123.1 - 5.0.0-preview.2.20123.1 - 5.0.0-preview.2.20123.1 + 5.0.0-preview.2.20124.1 + 5.0.0-preview.2.20124.1 + 5.0.0-preview.2.20124.1 From 4b908f943883be342a39b28092b49241ad2cded9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 19:25:48 +0000 Subject: [PATCH 1717/2259] Update dependencies from https://github.com/dotnet/sdk build 20200224.1 (#6547) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20124.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20124.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 940f8101d..03518fa87 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 56b909d5cbd59b39e4179111ae847a9fd7cb1560 - + https://github.com/dotnet/sdk - cbe020c4525dd4120de98bda9b90cf06f2477f33 + 810f8190d6728e313a616f91a6097f7e52fb703f - + https://github.com/dotnet/sdk - cbe020c4525dd4120de98bda9b90cf06f2477f33 + 810f8190d6728e313a616f91a6097f7e52fb703f diff --git a/eng/Versions.props b/eng/Versions.props index d565be86e..f41fd3f8e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20122.1 + 5.0.100-preview.2.20124.1 0.2.0 - 5.0.100-preview.2.20122.1 + 5.0.100-preview.2.20124.1 $(MicrosoftNETSdkPackageVersion) From 0a672ec5446ea037f75bfd612a3a4cf2d3c02dbf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 21:51:46 +0000 Subject: [PATCH 1718/2259] Update dependencies from https://github.com/dotnet/toolset build 20200224.1 (#6548) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20124.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d308bf44a..6e6dd7f18 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 76acb0d0dbd3cd045c1a6fd1da00de24e35fba5f + 80e7d33f08fbc8042d1cb8fdb01ec72667e5d662 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7ff4f5d3d..083f28d65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20123.2 + 3.1.200-preview.20124.1 From 956deccde9f9e2a749793a9cca4e9bcce628bcdc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 22:13:32 +0000 Subject: [PATCH 1719/2259] [release/5.0.1xx-preview1] Update dependencies from dotnet/aspnetcore (#6545) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200222.1 - dotnet-dev-certs - 5.0.0-preview.1.20122.1 - dotnet-user-secrets - 5.0.0-preview.1.20122.1 - dotnet-watch - 5.0.0-preview.1.20122.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20122.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20122.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20122.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200224.5 - dotnet-dev-certs - 5.0.0-preview.1.20124.5 - dotnet-user-secrets - 5.0.0-preview.1.20124.5 - dotnet-watch - 5.0.0-preview.1.20124.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.1.20124.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.1.20124.5 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.1.20124.5 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3c80a0e48..d9d2c6030 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 3c523a6a7a3ebc25fe524359127b1d8846e23ea3 - + https://github.com/dotnet/aspnetcore - 294b11622d0f106a19300cca2ffd9f9dbe110004 + 98a853b20131fd59b37076dd3699d8c7f62b24cb - + https://github.com/dotnet/aspnetcore - 294b11622d0f106a19300cca2ffd9f9dbe110004 + 98a853b20131fd59b37076dd3699d8c7f62b24cb - + https://github.com/dotnet/aspnetcore - 294b11622d0f106a19300cca2ffd9f9dbe110004 + 98a853b20131fd59b37076dd3699d8c7f62b24cb - + https://github.com/dotnet/aspnetcore - 294b11622d0f106a19300cca2ffd9f9dbe110004 + 98a853b20131fd59b37076dd3699d8c7f62b24cb - + https://github.com/dotnet/aspnetcore - 294b11622d0f106a19300cca2ffd9f9dbe110004 + 98a853b20131fd59b37076dd3699d8c7f62b24cb - + https://github.com/dotnet/aspnetcore - 294b11622d0f106a19300cca2ffd9f9dbe110004 + 98a853b20131fd59b37076dd3699d8c7f62b24cb https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 62b1edaa8..92abe518b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.1.20121.15 - 5.0.0-preview.1.20121.15 - 5.0.0-preview.1.20121.15 - 5.0.0-preview.1.20121.15 - 5.0.0-preview.1.20121.15 - 5.0.0-preview.1.20121.15 + 5.0.0-preview.1.20124.5 + 5.0.0-preview.1.20124.5 + 5.0.0-preview.1.20124.5 + 5.0.0-preview.1.20124.5 + 5.0.0-preview.1.20124.5 + 5.0.0-preview.1.20124.5 From b3dae24c3ba7c78c77e9817385089c28d8f6c780 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 24 Feb 2020 22:46:26 +0000 Subject: [PATCH 1720/2259] Update dependencies from https://github.com/dotnet/toolset build 20200224.2 (#6549) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20124.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20124.1 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6e6dd7f18..0dcb930c1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 80e7d33f08fbc8042d1cb8fdb01ec72667e5d662 + 99c019d308d25855c67b83eb3ca94f9fd5999bd0 https://github.com/dotnet/sdk f1ae79d83d0c08d08472e9f7ba030a119c4d9458 - + https://github.com/dotnet/cli - 2b200dd9108f4907120f55281ce549878023b2c1 + 5e2596aefb5f470eb9fed18868736265fdab2511 diff --git a/eng/Versions.props b/eng/Versions.props index 083f28d65..dc2405797 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20124.1 + 3.1.200-preview.20124.2 @@ -45,7 +45,7 @@ - 3.1.200-preview.20123.1 + 3.1.200-preview.20124.1 0.2.0 From c169c1c426121779495501ce1f54a12296578763 Mon Sep 17 00:00:00 2001 From: sfoslund Date: Mon, 24 Feb 2020 15:34:30 -0800 Subject: [PATCH 1721/2259] Updating installer branding --- src/redist/targets/Branding.targets | 12 ++++++------ .../packaging/deb/dotnet-debian_config.json | 2 +- src/redist/targets/packaging/deb/postinst | 8 ++++---- .../packaging/osx/clisdk/Distribution-Template | 10 +++++----- .../clisdk/resources/cs.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/cs.lproj/welcome.html | 10 +++++----- .../clisdk/resources/de.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/de.lproj/welcome.html | 10 +++++----- .../clisdk/resources/en.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/en.lproj/welcome.html | 10 +++++----- .../clisdk/resources/es.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/es.lproj/welcome.html | 10 +++++----- .../clisdk/resources/fr.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/fr.lproj/welcome.html | 10 +++++----- .../clisdk/resources/it.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/it.lproj/welcome.html | 10 +++++----- .../clisdk/resources/ja.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/ja.lproj/welcome.html | 10 +++++----- .../clisdk/resources/ko.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/ko.lproj/welcome.html | 10 +++++----- .../clisdk/resources/pl.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/pl.lproj/welcome.html | 10 +++++----- .../clisdk/resources/pt-br.lproj/conclusion.html | 6 +++--- .../clisdk/resources/pt-br.lproj/welcome.html | 8 ++++---- .../clisdk/resources/ru.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/ru.lproj/welcome.html | 10 +++++----- .../clisdk/resources/tr.lproj/conclusion.html | 6 +++--- .../osx/clisdk/resources/tr.lproj/welcome.html | 10 +++++----- .../resources/zh-hans.lproj/conclusion.html | 6 +++--- .../clisdk/resources/zh-hans.lproj/welcome.html | 10 +++++----- .../resources/zh-hant.lproj/conclusion.html | 6 +++--- .../clisdk/resources/zh-hant.lproj/welcome.html | 10 +++++----- .../targets/packaging/rpm/dotnet-config.json | 2 +- .../packaging/rpm/scripts/after_install_host.sh | 8 ++++---- .../windows/clisdk/LCID/1028/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/1029/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/1031/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/1033/bundle.wxl | 16 ++++++++-------- .../windows/clisdk/LCID/1036/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/1040/bundle.wxl | 16 ++++++++-------- .../windows/clisdk/LCID/1041/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/1042/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/1045/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/1046/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/1049/bundle.wxl | 4 ++-- .../windows/clisdk/LCID/1055/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/2052/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/3082/bundle.wxl | 14 +++++++------- 48 files changed, 227 insertions(+), 227 deletions(-) diff --git a/src/redist/targets/Branding.targets b/src/redist/targets/Branding.targets index fde422e76..6388a8b79 100644 --- a/src/redist/targets/Branding.targets +++ b/src/redist/targets/Branding.targets @@ -2,15 +2,15 @@ cli - Microsoft .NET Core SDK $(Version) - Microsoft .NET Core Toolset $(Version) + Microsoft .NET SDK $(Version) + Microsoft .NET Toolset $(Version) .NET Standard Support for Visual Studio 2015 - Microsoft .NET Core Runtime $(MicrosoftNETCoreAppRuntimePackageVersion) - Microsoft .NET Core Targeting Pack $(MicrosoftNETCoreAppRefPackageVersion) + Microsoft .NET Runtime $(MicrosoftNETCoreAppRuntimePackageVersion) + Microsoft .NET Targeting Pack $(MicrosoftNETCoreAppRefPackageVersion) Microsoft .NET Standard 2.1 Targeting Pack $(NETStandardLibraryRefPackageVersion) Microsoft .NET AppHost Pack $(MicrosoftNETCoreAppHostHostPackageVersion) - Microsoft .NET Core Host $(SharedHostVersion) - Microsoft .NET Core Host FX Resolver $(HostFxrVersion) + Microsoft .NET Host $(SharedHostVersion) + Microsoft .NET Host FX Resolver $(HostFxrVersion) Microsoft.NETCore.App $(SharedFrameworkName) Microsoft .NET Core 3.1 Templates $(Version) diff --git a/src/redist/targets/packaging/deb/dotnet-debian_config.json b/src/redist/targets/packaging/deb/dotnet-debian_config.json index bb4432fe8..077fcd95f 100644 --- a/src/redist/targets/packaging/deb/dotnet-debian_config.json +++ b/src/redist/targets/packaging/deb/dotnet-debian_config.json @@ -6,7 +6,7 @@ "install_root": "/usr/share/dotnet", "short_description": "%CLI_SDK_BRAND_NAME%", - "long_description": ".NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", + "long_description": ".NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", "homepage": "https://dotnet.github.io/core", "release":{ diff --git a/src/redist/targets/packaging/deb/postinst b/src/redist/targets/packaging/deb/postinst index 4ac4d35e4..4356a52e6 100644 --- a/src/redist/targets/packaging/deb/postinst +++ b/src/redist/targets/packaging/deb/postinst @@ -3,16 +3,16 @@ echo "This software may collect information about you and your use of the softwa echo "Please visit http://aka.ms/dotnet-cli-eula for more information." # Run 'dotnet new' to trigger the first time experience to initialize the cache -echo "Welcome to .NET Core! +echo "Welcome to .NET! --------------------- -Learn more about .NET Core: https://aka.ms/dotnet-docs +Learn more about .NET: https://aka.ms/dotnet-docs Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs Telemetry --------- -The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. +The .NET tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. -Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry +Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry Configuring... -------------- diff --git a/src/redist/targets/packaging/osx/clisdk/Distribution-Template b/src/redist/targets/packaging/osx/clisdk/Distribution-Template index 036710240..38d890a00 100644 --- a/src/redist/targets/packaging/osx/clisdk/Distribution-Template +++ b/src/redist/targets/packaging/osx/clisdk/Distribution-Template @@ -19,7 +19,7 @@ - + @@ -28,16 +28,16 @@ - + - + - + - + {NetCoreAppTargetingPackComponentId}.pkg diff --git a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html @@ -7,8 +7,8 @@

The following was installed at /usr/local/share/dotnet

    -
  • .NET Core SDK {DOTNETSDKVERSION}
  • -
  • .NET Core Runtime {DOTNETRUNTIMEVERSION}
  • +
  • .NET SDK {DOTNETSDKVERSION}
  • +
  • .NET Runtime {DOTNETRUNTIMEVERSION}
  • ASP.NET Core Runtime {ASPNETCOREVERSION}
@@ -23,7 +23,7 @@

Resources

    -
  • Core Documentation
  • +
  • .NET Documentation
  • SDK Documentation
  • Release Notes
  • Tutorials
  • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
    -

    .NET Core SDK

    -

    .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

    +

    .NET SDK

    +

    .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

    -

    Learn more about .NET Core

    +

    Learn more about .NET

      -
    • Core Documentation
    • +
    • .NET Documentation
    • SDK Documentation
    • Privacy Statement
    • MIT License
    • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html @@ -7,8 +7,8 @@

      The following was installed at /usr/local/share/dotnet

        -
      • .NET Core SDK {DOTNETSDKVERSION}
      • -
      • .NET Core Runtime {DOTNETRUNTIMEVERSION}
      • +
      • .NET SDK {DOTNETSDKVERSION}
      • +
      • .NET Runtime {DOTNETRUNTIMEVERSION}
      • ASP.NET Core Runtime {ASPNETCOREVERSION}
      @@ -23,7 +23,7 @@

      Resources

        -
      • Core Documentation
      • +
      • .NET Documentation
      • SDK Documentation
      • Release Notes
      • Tutorials
      • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
        -

        .NET Core SDK

        -

        .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

        +

        .NET SDK

        +

        .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

        -

        Learn more about .NET Core

        +

        Learn more about .NET

          -
        • Core Documentation
        • +
        • .NET Documentation
        • SDK Documentation
        • Privacy Statement
        • MIT License
        • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html @@ -7,8 +7,8 @@

          The following was installed at /usr/local/share/dotnet

            -
          • .NET Core SDK {DOTNETSDKVERSION}
          • -
          • .NET Core Runtime {DOTNETRUNTIMEVERSION}
          • +
          • .NET SDK {DOTNETSDKVERSION}
          • +
          • .NET Runtime {DOTNETRUNTIMEVERSION}
          • ASP.NET Core Runtime {ASPNETCOREVERSION}
          @@ -23,7 +23,7 @@

          Resources

            -
          • Core Documentation
          • +
          • .NET Documentation
          • SDK Documentation
          • Release Notes
          • Tutorials
          • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
            -

            .NET Core SDK

            -

            .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

            +

            .NET SDK

            +

            .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

            -

            Learn more about .NET Core

            +

            Learn more about .NET

              -
            • Core Documentation
            • +
            • .NET Documentation
            • SDK Documentation
            • Privacy Statement
            • MIT License
            • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html @@ -7,8 +7,8 @@

              The following was installed at /usr/local/share/dotnet

                -
              • .NET Core SDK {DOTNETSDKVERSION}
              • -
              • .NET Core Runtime {DOTNETRUNTIMEVERSION}
              • +
              • .NET SDK {DOTNETSDKVERSION}
              • +
              • .NET Runtime {DOTNETRUNTIMEVERSION}
              • ASP.NET Core Runtime {ASPNETCOREVERSION}
              @@ -23,7 +23,7 @@

              Resources

                -
              • Core Documentation
              • +
              • .NET Documentation
              • SDK Documentation
              • Release Notes
              • Tutorials
              • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                -

                .NET Core SDK

                -

                .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                +

                .NET SDK

                +

                .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                -

                Learn more about .NET Core

                +

                Learn more about .NET

                  -
                • Core Documentation
                • +
                • .NET Documentation
                • SDK Documentation
                • Privacy Statement
                • MIT License
                • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html @@ -7,8 +7,8 @@

                  The following was installed at /usr/local/share/dotnet

                    -
                  • .NET Core SDK {DOTNETSDKVERSION}
                  • -
                  • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                  • +
                  • .NET SDK {DOTNETSDKVERSION}
                  • +
                  • .NET Runtime {DOTNETRUNTIMEVERSION}
                  • ASP.NET Core Runtime {ASPNETCOREVERSION}
                  @@ -23,7 +23,7 @@

                  Resources

                    -
                  • Core Documentation
                  • +
                  • .NET Documentation
                  • SDK Documentation
                  • Release Notes
                  • Tutorials
                  • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                    -

                    .NET Core SDK

                    -

                    .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                    +

                    .NET SDK

                    +

                    .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                    -

                    Learn more about .NET Core

                    +

                    Learn more about .NET

                      -
                    • Core Documentation
                    • +
                    • .NET Documentation
                    • SDK Documentation
                    • Privacy Statement
                    • MIT License
                    • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html @@ -7,8 +7,8 @@

                      The following was installed at /usr/local/share/dotnet

                        -
                      • .NET Core SDK {DOTNETSDKVERSION}
                      • -
                      • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                      • +
                      • .NET SDK {DOTNETSDKVERSION}
                      • +
                      • .NET Runtime {DOTNETRUNTIMEVERSION}
                      • ASP.NET Core Runtime {ASPNETCOREVERSION}
                      @@ -23,7 +23,7 @@

                      Resources

                        -
                      • Core Documentation
                      • +
                      • .NET Documentation
                      • SDK Documentation
                      • Release Notes
                      • Tutorials
                      • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                        -

                        .NET Core SDK

                        -

                        .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                        +

                        .NET SDK

                        +

                        .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                        -

                        Learn more about .NET Core

                        +

                        Learn more about .NET

                          -
                        • Core Documentation
                        • +
                        • .NET Documentation
                        • SDK Documentation
                        • Privacy Statement
                        • MIT License
                        • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html @@ -7,8 +7,8 @@

                          The following was installed at /usr/local/share/dotnet

                            -
                          • .NET Core SDK {DOTNETSDKVERSION}
                          • -
                          • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                          • +
                          • .NET SDK {DOTNETSDKVERSION}
                          • +
                          • .NET Runtime {DOTNETRUNTIMEVERSION}
                          • ASP.NET Core Runtime {ASPNETCOREVERSION}
                          @@ -23,7 +23,7 @@

                          Resources

                            -
                          • Core Documentation
                          • +
                          • .NET Documentation
                          • SDK Documentation
                          • Release Notes
                          • Tutorials
                          • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                            -

                            .NET Core SDK

                            -

                            .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                            +

                            .NET SDK

                            +

                            .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                            -

                            Learn more about .NET Core

                            +

                            Learn more about .NET

                              -
                            • Core Documentation
                            • +
                            • .NET Documentation
                            • SDK Documentation
                            • Privacy Statement
                            • MIT License
                            • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html @@ -7,8 +7,8 @@

                              The following was installed at /usr/local/share/dotnet

                                -
                              • .NET Core SDK {DOTNETSDKVERSION}
                              • -
                              • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                              • +
                              • .NET SDK {DOTNETSDKVERSION}
                              • +
                              • .NET Runtime {DOTNETRUNTIMEVERSION}
                              • ASP.NET Core Runtime {ASPNETCOREVERSION}
                              @@ -23,7 +23,7 @@

                              Resources

                                -
                              • Core Documentation
                              • +
                              • .NET Documentation
                              • SDK Documentation
                              • Release Notes
                              • Tutorials
                              • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                -

                                .NET Core SDK

                                -

                                .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                +

                                .NET SDK

                                +

                                .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                -

                                Learn more about .NET Core

                                +

                                Learn more about .NET

                                  -
                                • Core Documentation
                                • +
                                • .NET Documentation
                                • SDK Documentation
                                • Privacy Statement
                                • MIT License
                                • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html @@ -7,8 +7,8 @@

                                  The following was installed at /usr/local/share/dotnet

                                    -
                                  • .NET Core SDK {DOTNETSDKVERSION}
                                  • -
                                  • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                  • +
                                  • .NET SDK {DOTNETSDKVERSION}
                                  • +
                                  • .NET Runtime {DOTNETRUNTIMEVERSION}
                                  • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                  @@ -23,7 +23,7 @@

                                  Resources

                                    -
                                  • Core Documentation
                                  • +
                                  • .NET Documentation
                                  • SDK Documentation
                                  • Release Notes
                                  • Tutorials
                                  • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                    -

                                    .NET Core SDK

                                    -

                                    .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                    +

                                    .NET SDK

                                    +

                                    .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                    -

                                    Learn more about .NET Core

                                    +

                                    Learn more about .NET

                                      -
                                    • Core Documentation
                                    • +
                                    • .NET Documentation
                                    • SDK Documentation
                                    • Privacy Statement
                                    • MIT License
                                    • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html @@ -7,8 +7,8 @@

                                      The following was installed at /usr/local/share/dotnet

                                        -
                                      • .NET Core SDK {DOTNETSDKVERSION}
                                      • -
                                      • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                      • +
                                      • .NET SDK {DOTNETSDKVERSION}
                                      • +
                                      • .NET Runtime {DOTNETRUNTIMEVERSION}
                                      • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                      @@ -23,7 +23,7 @@

                                      Resources

                                        -
                                      • Core Documentation
                                      • +
                                      • .NET Documentation
                                      • SDK Documentation
                                      • Release Notes
                                      • Tutorials
                                      • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/welcome.html index ca05aa063..3aa06fcd9 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/welcome.html @@ -6,13 +6,13 @@
                                        -

                                        .NET Core SDK

                                        -

                                        .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                        +

                                        .NET SDK

                                        +

                                        .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                        -

                                        Learn more about .NET Core

                                        +

                                        Learn more about .NET

                                          -
                                        • Core Documentation
                                        • +
                                        • .NET Documentation
                                        • SDK Documentation
                                        • Privacy Statement
                                        • MIT License
                                        • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html @@ -7,8 +7,8 @@

                                          The following was installed at /usr/local/share/dotnet

                                            -
                                          • .NET Core SDK {DOTNETSDKVERSION}
                                          • -
                                          • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                          • +
                                          • .NET SDK {DOTNETSDKVERSION}
                                          • +
                                          • .NET Runtime {DOTNETRUNTIMEVERSION}
                                          • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                          @@ -23,7 +23,7 @@

                                          Resources

                                            -
                                          • Core Documentation
                                          • +
                                          • .NET Documentation
                                          • SDK Documentation
                                          • Release Notes
                                          • Tutorials
                                          • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                            -

                                            .NET Core SDK

                                            -

                                            .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                            +

                                            .NET SDK

                                            +

                                            .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                            -

                                            Learn more about .NET Core

                                            +

                                            Learn more about .NET

                                              -
                                            • Core Documentation
                                            • +
                                            • .NET Documentation
                                            • SDK Documentation
                                            • Privacy Statement
                                            • MIT License
                                            • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html @@ -7,8 +7,8 @@

                                              The following was installed at /usr/local/share/dotnet

                                                -
                                              • .NET Core SDK {DOTNETSDKVERSION}
                                              • -
                                              • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                              • +
                                              • .NET SDK {DOTNETSDKVERSION}
                                              • +
                                              • .NET Runtime {DOTNETRUNTIMEVERSION}
                                              • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                              @@ -23,7 +23,7 @@

                                              Resources

                                                -
                                              • Core Documentation
                                              • +
                                              • .NET Documentation
                                              • SDK Documentation
                                              • Release Notes
                                              • Tutorials
                                              • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                                -

                                                .NET Core SDK

                                                -

                                                .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                +

                                                .NET SDK

                                                +

                                                .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                -

                                                Learn more about .NET Core

                                                +

                                                Learn more about .NET

                                                  -
                                                • Core Documentation
                                                • +
                                                • .NET Documentation
                                                • SDK Documentation
                                                • Privacy Statement
                                                • MIT License
                                                • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html @@ -7,8 +7,8 @@

                                                  The following was installed at /usr/local/share/dotnet

                                                    -
                                                  • .NET Core SDK {DOTNETSDKVERSION}
                                                  • -
                                                  • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                                  • +
                                                  • .NET SDK {DOTNETSDKVERSION}
                                                  • +
                                                  • .NET Runtime {DOTNETRUNTIMEVERSION}
                                                  • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                                  @@ -23,7 +23,7 @@

                                                  Resources

                                                    -
                                                  • Core Documentation
                                                  • +
                                                  • .NET Documentation
                                                  • SDK Documentation
                                                  • Release Notes
                                                  • Tutorials
                                                  • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                                    -

                                                    .NET Core SDK

                                                    -

                                                    .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                    +

                                                    .NET SDK

                                                    +

                                                    .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                    -

                                                    Learn more about .NET Core

                                                    +

                                                    Learn more about .NET

                                                      -
                                                    • Core Documentation
                                                    • +
                                                    • .NET Documentation
                                                    • SDK Documentation
                                                    • Privacy Statement
                                                    • MIT License
                                                    • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html index d87963bff..e9d205a1b 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html @@ -7,8 +7,8 @@

                                                      The following was installed at /usr/local/share/dotnet

                                                        -
                                                      • .NET Core SDK {DOTNETSDKVERSION}
                                                      • -
                                                      • .NET Core Runtime {DOTNETRUNTIMEVERSION}
                                                      • +
                                                      • .NET SDK {DOTNETSDKVERSION}
                                                      • +
                                                      • .NET Runtime {DOTNETRUNTIMEVERSION}
                                                      • ASP.NET Core Runtime {ASPNETCOREVERSION}
                                                      @@ -23,7 +23,7 @@

                                                      Resources

                                                        -
                                                      • Core Documentation
                                                      • +
                                                      • .NET Documentation
                                                      • SDK Documentation
                                                      • Release Notes
                                                      • Tutorials
                                                      • diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/welcome.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/welcome.html index ca05aa063..d870f0949 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/welcome.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/welcome.html @@ -1,4 +1,4 @@ - + @@ -6,13 +6,13 @@
                                                        -

                                                        .NET Core SDK

                                                        -

                                                        .NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                        +

                                                        .NET SDK

                                                        +

                                                        .NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform, and supported by Microsoft. We hope you enjoy it!

                                                        -

                                                        Learn more about .NET Core

                                                        +

                                                        Learn more about .NET

                                                          -
                                                        • Core Documentation
                                                        • +
                                                        • .NET Documentation
                                                        • SDK Documentation
                                                        • Privacy Statement
                                                        • MIT License
                                                        • diff --git a/src/redist/targets/packaging/rpm/dotnet-config.json b/src/redist/targets/packaging/rpm/dotnet-config.json index c7fb4d267..e1ba8e1ee 100644 --- a/src/redist/targets/packaging/rpm/dotnet-config.json +++ b/src/redist/targets/packaging/rpm/dotnet-config.json @@ -6,7 +6,7 @@ "install_root": "/usr/share/dotnet", "install_doc": "/usr/share/doc/%SDK_RPM_PACKAGE_NAME%/", "short_description": "%CLI_SDK_BRAND_NAME% %SDK_NUGET_VERSION%", - "long_description": ".NET Core is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", + "long_description": ".NET is a development platform that you can use to build command-line applications, microservices and modern websites. It is open source, cross-platform and is supported by Microsoft. We hope you enjoy using it! If you do, please consider joining the active community of developers that are contributing to the project on GitHub (https://github.com/dotnet/core). We happily accept issues and PRs.", "homepage": "https://github.com/dotnet/core", "release": { "package_version": "1.0.0.0", diff --git a/src/redist/targets/packaging/rpm/scripts/after_install_host.sh b/src/redist/targets/packaging/rpm/scripts/after_install_host.sh index 21999daaf..dbc0dabbe 100644 --- a/src/redist/targets/packaging/rpm/scripts/after_install_host.sh +++ b/src/redist/targets/packaging/rpm/scripts/after_install_host.sh @@ -7,16 +7,16 @@ echo "This software may collect information about you and your use of the softwa echo "Please visit http://aka.ms/dotnet-cli-eula for more information." # Run 'dotnet new' as the user to trigger the first time experience to initialize the cache -echo "Welcome to .NET Core! +echo "Welcome to .NET! --------------------- -Learn more about .NET Core: https://aka.ms/dotnet-docs +Learn more about .NET: https://aka.ms/dotnet-docs Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli-docs Telemetry --------- -The .NET Core tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. +The .NET tools collect usage data in order to help us improve your experience. The data is anonymous and doesn't include command-line arguments. The data is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell. -Read more about .NET Core CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry +Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry Configuring... -------------- diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl index 2f466d46f..f65703c11 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl @@ -50,23 +50,23 @@ 安裝成功。 下列項目已安裝在: '[DOTNETHOME]' - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core Runtime [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] 此產品會收集使用方式資料 • 如需詳細資訊或退出,請前往 https://aka.ms/dotnet-cli-telemetry 資源 - • 如需 .NET Core 文件,請前往 https://aka.ms/dotnet-docs + • 如需 .NET 文件,請前往 https://aka.ms/dotnet-docs • 如需 SDK 文件,請前往 https://aka.ms/dotnet-sdk-docs • 如需版本資訊,請前往 https://aka.ms/netcore3releasenotes • 如需教學課程,請前往 https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .NET Core 是 Microsoft 支援的跨平台開放原始碼。您可以用它以 C#、F# 或 VB 建置下一個應用程式。希望您會喜歡! - 深入了解 .NET Core + .NET 是 Microsoft 支援的跨平台開放原始碼。您可以用它以 C#、F# 或 VB 建置下一個應用程式。希望您會喜歡! + 深入了解 .NET 資源 <A HREF="https://aka.ms/dotnet-docs">核心文件</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK 文件</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl index 01ccfcc03..4820321d8 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl @@ -50,23 +50,23 @@ Instalace proběhla úspěšně. Do [DOTNETHOME] byly nainstalovány tyto součásti: - • Sada .NET Core SDK [DOTNETSDKVERSION] - • Modul runtime .NET Core [DOTNETRUNTIMEVERSION] + • Sada .NET SDK [DOTNETSDKVERSION] + • Modul runtime .NET [DOTNETRUNTIMEVERSION] • Modul runtime ASP.NET Core [ASPNETCOREVERSION] - • Modul runtime .NET Core Windows Desktop [WINFORMSANDWPFVERSION] + • Modul runtime .NET Windows Desktop [WINFORMSANDWPFVERSION] Tento produkt shromažďuje data o využití. • Další informace a vyjádření výslovného nesouhlasu: https://aka.ms/dotnet-cli-telemetry Zdroje informací - • Dokumentace k .NET Core: https://aka.ms/dotnet-docs + • Dokumentace k .NET: https://aka.ms/dotnet-docs • Dokumentace k sadě SDK: https://aka.ms/dotnet-sdk-docs • Zpráva k vydání verze: https://aka.ms/netcore3releasenotes • Kurzy: https://aka.ms/dotnet-tutorials - Sada .NET Core SDK + Sada .NET SDK - .NET Core je opensourcová, víceplatformová architektura podporovaná společností Microsoft. Můžete ji použít k vytvoření své další aplikace v jazyce C#, F # nebo VB. Věříme, že s ní budete spokojeni. - Další informace o .NET Core + .NET je opensourcová, víceplatformová architektura podporovaná společností Microsoft. Můžete ji použít k vytvoření své další aplikace v jazyce C#, F # nebo VB. Věříme, že s ní budete spokojeni. + Další informace o .NET Prostředky <A HREF="https://aka.ms/dotnet-docs">Dokumentace k platformě Core</A> <A HREF="https://aka.ms/dotnet-cli-docs">Dokumentace k sadě SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl index 7eafdc223..c96bed8ea 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl @@ -50,23 +50,23 @@ Die Installation war erfolgreich. Folgendes wurde unter [DOTNETHOME] installiert: - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core-Runtime [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core-Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop-Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop-Runtime [WINFORMSANDWPFVERSION] Dieses Produkt erfasst Nutzungsdaten. • Weitere Informationen und Abbestellen: https://aka.ms/dotnet-cli-telemetry Ressourcen - • .NET Core-Dokumentation: https://aka.ms/dotnet-docs + • .NET-Dokumentation: https://aka.ms/dotnet-docs • SDK-Dokumentation: https://aka.ms/dotnet-sdk-docs • Versionshinweise: https://aka.ms/netcore3releasenotes • Tutorials: https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .Net Core ist eine plattformübergreifende Open-Source-Software, die von Microsoft unterstützt wird. Verwenden Sie sie zur Erstellung Ihrer nächsten App mit C#, F# oder VB. Wir wünschen Ihnen viel Spaß! - Weitere Informationen zu .NET Core + .Net ist eine plattformübergreifende Open-Source-Software, die von Microsoft unterstützt wird. Verwenden Sie sie zur Erstellung Ihrer nächsten App mit C#, F# oder VB. Wir wünschen Ihnen viel Spaß! + Weitere Informationen zu .NET Ressourcen <A HREF="https://aka.ms/dotnet-docs">Core-Dokumentation</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK-Dokumentation</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl index 00ec2114b..8d46d62d7 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl @@ -50,25 +50,25 @@ The installation was successful. The following were installed at: '[DOTNETHOME]' - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core Runtime [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] This product collects usage data • More information and opt-out https://aka.ms/dotnet-cli-telemetry Resources - • .NET Core Documentation https://aka.ms/dotnet-docs + • .NET Documentation https://aka.ms/dotnet-docs • SDK Documentation https://aka.ms/dotnet-sdk-docs • Release Notes https://aka.ms/netcore3releasenotes • Tutorials https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .NET Core is open source, cross-platform and supported by Microsoft. You can use it to build your next app, with C#, F# or VB. We hope you enjoy it! - Learn more about .NET Core + .NET is open source, cross-platform and supported by Microsoft. You can use it to build your next app, with C#, F# or VB. We hope you enjoy it! + Learn more about .NET Resources - <A HREF="https://aka.ms/dotnet-docs">Core Documentation</A> + <A HREF="https://aka.ms/dotnet-docs">.NET Documentation</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK Documentation</A> <A HREF="https://aka.ms/dev-privacy">Privacy Statement</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">.NET Library EULA</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl index e86cda317..4ae70620f 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl @@ -50,23 +50,23 @@ L'installation a réussi. Les éléments suivants ont été installés sur : '[DOTNETHOME]' - • SDK .NET Core [DOTNETSDKVERSION] - • Runtime .NET Core [DOTNETRUNTIMEVERSION] + • SDK .NET [DOTNETSDKVERSION] + • Runtime .NET [DOTNETRUNTIMEVERSION] • Runtime ASP.NET Core [ASPNETCOREVERSION] - • Runtime .NET Core Windows Desktop [WINFORMSANDWPFVERSION] + • Runtime .NET Windows Desktop [WINFORMSANDWPFVERSION] Ce produit collecte des données d'utilisation • Pour plus d'informations ou pour vous y opposer, consultez https://aka.ms/dotnet-cli-telemetry Ressources - • Documentation .NET Core sur https://aka.ms/dotnet-docs + • Documentation .NET sur https://aka.ms/dotnet-docs • Documentation du kit SDK sur https://aka.ms/dotnet-sdk-docs • Notes de publication sur https://aka.ms/netcore3releasenotes • Tutoriels sur https://aka.ms/dotnet-tutorials - Kit SDK .NET Core + Kit SDK .NET - .NET Core est open source, multiplatforme et pris en charge par Microsoft. Vous pouvez l'utiliser pour créer votre prochaine application avec C#, F# ou VB. Nous espérons qu'il vous plaira ! - En savoir plus sur .NET Core + .NET est open source, multiplatforme et pris en charge par Microsoft. Vous pouvez l'utiliser pour créer votre prochaine application avec C#, F# ou VB. Nous espérons qu'il vous plaira ! + En savoir plus sur .NET Ressources <A HREF="https://aka.ms/dotnet-docs">Documentation Core</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentation du kit SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl index bf1011a45..10ef2f2b5 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl @@ -50,25 +50,25 @@ L'installazione è riuscita. I componenti seguenti sono stati installati in '[DOTNETHOME]' - • .NET Core SDK [DOTNETSDKVERSION] - • Runtime di .NET Core [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • Runtime di .NET [DOTNETRUNTIMEVERSION] • Runtime di ASP.NET Core [ASPNETCOREVERSION] - • Runtime di .NET Core Windows Desktop [WINFORMSANDWPFVERSION] + • Runtime di .NET Windows Desktop [WINFORMSANDWPFVERSION] Questo prodotto consente di raccogliere i dati sull'utilizzo • Altre informazioni e annullamento sottoscrizione https://aka.ms/dotnet-cli-telemetry Resources - • Documentazione di .NET Core https://aka.ms/dotnet-docs + • Documentazione di .NET https://aka.ms/dotnet-docs • Documentazione dell'SDK https://aka.ms/dotnet-sdk-docs • Note sulla versione https://aka.ms/netcore3releasenotes • Esercitazioni https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .NET Core è open source, multipiattaforma e supportata da Microsoft. È possibile usarla per compilare la prossima app con C#, F# o VB. - Altre informazioni su .NET Core + .NET è open source, multipiattaforma e supportata da Microsoft. È possibile usarla per compilare la prossima app con C#, F# o VB. + Altre informazioni su .NET Risorse - <A HREF="https://aka.ms/dotnet-docs">Documentazione di .NET Core</A> + <A HREF="https://aka.ms/dotnet-docs">Documentazione di .NET</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentazione dell'SDK</A> <A HREF="https://aka.ms/dev-privacy">Informativa sulla privacy</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">Condizioni di licenza della libreria .NET</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl index dbb089d4d..40d75f8cb 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl @@ -50,23 +50,23 @@ インストールが成功しました。 '[DOTNETHOME]' に以下がインストールされました - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core Runtime [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] この製品は使用データを収集します • 詳細およびオプトアウト https://aka.ms/dotnet-cli-telemetry リソース - • .NET Core ドキュメント https://aka.ms/dotnet-docs + • .NET ドキュメント https://aka.ms/dotnet-docs • SDK ドキュメント https://aka.ms/dotnet-sdk-docs • リリース ノート https://aka.ms/netcore3releasenotes • チュートリアル https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .NET Core は、オープンソースまたはクロスプラットフォームで、Microsoft によってサポートされています。これを使用して、C#、F # または VB で次のアプリをビルドできます。お楽しみいただければ幸いです。 - .Net Core の詳細 + .NET は、オープンソースまたはクロスプラットフォームで、Microsoft によってサポートされています。これを使用して、C#、F # または VB で次のアプリをビルドできます。お楽しみいただければ幸いです。 + .Net の詳細 リソース <A HREF="https://aka.ms/dotnet-docs">コア ドキュメント</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK ドキュメント</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl index 77733390d..fc4e2273a 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl @@ -50,23 +50,23 @@ 설치가 완료되었습니다. 다음이 '[DOTNETHOME]'에 설치되었습니다. - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core 런타임 [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET 런타임 [DOTNETRUNTIMEVERSION] • ASP.NET Core 런타임 [ASPNETCOREVERSION] - • .NET Core Windows 데스크톱 런타임 [WINFORMSANDWPFVERSION] + • .NET Windows 데스크톱 런타임 [WINFORMSANDWPFVERSION] 이 제품은 사용량 데이터를 수집합니다. • 추가 정보 및 옵트아웃 https://aka.ms/dotnet-cli-telemetry 리소스 - • .NET Core 설명서 https://aka.ms/dotnet-docs + • .NET 설명서 https://aka.ms/dotnet-docs • SDK 설명서 https://aka.ms/dotnet-sdk-docs • 릴리스 정보 https://aka.ms/netcore3releasenotes • 자습서 https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - Microsoft가 지원하는 플랫폼 간 오픈 소스인 .NET Core를 사용하여 C#, F# 또는 VB로 다음 앱을 빌드할 수 있습니다. .NET Core를 유용하게 사용하시길 바랍니다. - .NET Core에 대한 자세한 정보 + Microsoft가 지원하는 플랫폼 간 오픈 소스인 .NET를 사용하여 C#, F# 또는 VB로 다음 앱을 빌드할 수 있습니다. .NET를 유용하게 사용하시길 바랍니다. + .NET 에 대한 자세한 정보 리소스 <A HREF="https://aka.ms/dotnet-docs">Core 설명서</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK 설명서</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl index bca5c6a30..a0344ed83 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl @@ -50,23 +50,23 @@ Instalacja zakończyła się pomyślnie. Następujące elementy zostały zainstalowane w: „[DOTNETHOME]” - • Zestaw .NET Core SDK [DOTNETSDKVERSION] - • Środowisko uruchomieniowe platformy .NET Core [DOTNETRUNTIMEVERSION] + • Zestaw .NET SDK [DOTNETSDKVERSION] + • Środowisko uruchomieniowe platformy .NET [DOTNETRUNTIMEVERSION] • Środowisko uruchomieniowe platformy ASP.NET Core [ASPNETCOREVERSION] - • Środowisko uruchomieniowe platformy .NET Core systemu Windows Desktop [WINFORMSANDWPFVERSION] + • Środowisko uruchomieniowe platformy .NET systemu Windows Desktop [WINFORMSANDWPFVERSION] Ten produkt gromadzi dane dotyczące użycia • Więcej informacji i rezygnacja: https://aka.ms/dotnet-cli-telemetry Zasoby - • Dokumentacja platformy .NET Core: https://aka.ms/dotnet-docs + • Dokumentacja platformy .NET: https://aka.ms/dotnet-docs • Dokumentacja zestawu SDK: https://aka.ms/dotnet-sdk-docs • Informacje o wersji: https://aka.ms/netcore3releasenotes • Samouczki: https://aka.ms/dotnet-tutorials - Zestaw .NET Core SDK + Zestaw .NET SDK - .NET Core to przeznaczone na wiele platform rozwiązanie typu open source obsługiwane przez firmę Microsoft. Za jego pomocą możesz utworzyć swoją następną aplikację, korzystając z języka C#, F# lub VB. Mamy nadzieję, że Ci się spodoba. - Dowiedz się więcej o platformie .NET Core + .NET to przeznaczone na wiele platform rozwiązanie typu open source obsługiwane przez firmę Microsoft. Za jego pomocą możesz utworzyć swoją następną aplikację, korzystając z języka C#, F# lub VB. Mamy nadzieję, że Ci się spodoba. + Dowiedz się więcej o platformie .NET Zasoby <A HREF="https://aka.ms/dotnet-docs">Dokumentacja programu Core</A> <A HREF="https://aka.ms/dotnet-cli-docs">Dokumentacja zestawu SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl index 64fc19ce7..f494508f5 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl @@ -50,23 +50,23 @@ A instalação foi bem-sucedida. O seguinte foi instalado em: '[DOTNETHOME]' - • SDK do .NET Core [DOTNETSDKVERSION] - • Runtime do .NET Core [DOTNETRUNTIMEVERSION] + • SDK do .NET [DOTNETSDKVERSION] + • Runtime do .NET [DOTNETRUNTIMEVERSION] • Runtime do ASP.NET Core [ASPNETCOREVERSION] - • Runtime da Área de Trabalho do Windows do .NET Core [WINFORMSANDWPFVERSION] + • Runtime da Área de Trabalho do Windows do .NET [WINFORMSANDWPFVERSION] Este produto coleta dados de uso • Para obter mais informações e recusar, acesse https://aka.ms/dotnet-cli-telemetry Recursos - • Documentação do .NET Core: https://aka.ms/dotnet-docs + • Documentação do .NET: https://aka.ms/dotnet-docs • Documentação do SDK: https://aka.ms/dotnet-sdk-docs • Notas sobre a Versão: https://aka.ms/netcore3releasenotes • Tutoriais: https://aka.ms/dotnet-tutorials - SDK do .NET Core + SDK do .NET - O .NET Core é um software livre, multiplataforma e com suporte da Microsoft. Você pode usá-lo para criar seu próximo aplicativo, com C#, F# ou VB. Esperamos que você goste! - Saiba mais sobre o .NET Core + O .NET é um software livre, multiplataforma e com suporte da Microsoft. Você pode usá-lo para criar seu próximo aplicativo, com C#, F# ou VB. Esperamos que você goste! + Saiba mais sobre o .NET Recursos <A HREF="https://aka.ms/dotnet-docs">Documentação Principal</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentação do SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl index 24b39c71e..9ca119ea0 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl @@ -63,10 +63,10 @@ • Документация по SDK: https://aka.ms/dotnet-sdk-docs • Заметки о выпуске: https://aka.ms/netcore3releasenotes • Учебники: https://aka.ms/dotnet-tutorials - Пакет SDK для .NET Core + Пакет SDK для .NET .NET Core — это кроссплатформенное решение с открытым кодом, поддерживаемое корпорацией Майкрософт. Создавайте с его помощью приложения на C#, F# и Visual Basic. Надеемся, оно вам понравится! - Дополнительные сведения о .NET Core + Дополнительные сведения о .NET Ресурсы <A HREF="https://aka.ms/dotnet-docs">Документация по продукту Core</A> <A HREF="https://aka.ms/dotnet-cli-docs">Документация по пакету SDK</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl index 3901f8edf..836150aca 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl @@ -50,23 +50,23 @@ Yükleme başarılı oldu. Aşağıdakiler şu konumda yüklü: '[DOTNETHOME]' - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core Çalışma Zamanı [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Çalışma Zamanı [DOTNETRUNTIMEVERSION] • ASP.NET Core Çalışma Zamanı [ASPNETCOREVERSION] - • .NET Core Windows Masaüstü Çalışma Zamanı [WINFORMSANDWPFVERSION] + • .NET Windows Masaüstü Çalışma Zamanı [WINFORMSANDWPFVERSION] Bu ürün, kullanım verilerini toplar • Daha fazla bilgi ve katılmamayı seçmek için bkz. https://aka.ms/dotnet-cli-telemetry Kaynaklar - • .NET Core Belgeleri https://aka.ms/dotnet-docs + • .NET Belgeleri https://aka.ms/dotnet-docs • SDK Belgeleri https://aka.ms/dotnet-sdk-docs • Sürüm Notları https://aka.ms/netcore3releasenotes • Öğreticiler https://aka.ms/dotnet-tutorials - .NET Core SDK'sı + .NET SDK'sı - .NET Core açık kaynaktır, platformlar arası çalışır ve Microsoft tarafından desteklenir. C#, F# veya VB kullanarak sonraki uygulamanızı geliştirmek için .NET Core'u kullanabilirsiniz. Keyifle kullanmanızı dileriz! - .NET Core hakkında daha fazla bilgi edinin + .NET açık kaynaktır, platformlar arası çalışır ve Microsoft tarafından desteklenir. C#, F# veya VB kullanarak sonraki uygulamanızı geliştirmek için .NET'u kullanabilirsiniz. Keyifle kullanmanızı dileriz! + .NET hakkında daha fazla bilgi edinin Kaynaklar <A HREF="https://aka.ms/dotnet-docs">Çekirdek Belgeler</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK Belgeleri</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl index bd5239579..8b5f2100b 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl @@ -50,23 +50,23 @@ 已成功安装。 下列项安装于: “[DOTNETHOME]” - • .NET Core SDK [DOTNETSDKVERSION] - • .NET Core Runtime [DOTNETRUNTIMEVERSION] + • .NET SDK [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] 此产品会收集用法数据 • 详细信息和选择退出选项: https://aka.ms/dotnet-cli-telemetry 资源 - • .NET Core 文档: https://aka.ms/dotnet-docs + • .NET 文档: https://aka.ms/dotnet-docs • SDK 文档: https://aka.ms/dotnet-sdk-docs • 发行说明: https://aka.ms/netcore3releasenotes • 教程: https://aka.ms/dotnet-tutorials - .NET Core SDK + .NET SDK - .NET Core 是开源、跨平台的,且由 Microsoft 提供支持。通过它,可使用 C#、F# 或 VB 构建你的下一个应用。希望你喜欢它! - 了解有关 .NET Core 的详细信息 + .NET 是开源、跨平台的,且由 Microsoft 提供支持。通过它,可使用 C#、F# 或 VB 构建你的下一个应用。希望你喜欢它! + 了解有关 .NET 的详细信息 资源 <A HREF="https://aka.ms/dotnet-docs">Core 文档</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK 文档</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl index 13e785c46..a2000af4d 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl @@ -50,23 +50,23 @@ La instalación se realizó correctamente. Se instaló lo siguiente en: "[DOTNETHOME]" - • SDK de .NET Core [DOTNETSDKVERSION] - • .NET Core Runtime [DOTNETRUNTIMEVERSION] + • SDK de .NET [DOTNETSDKVERSION] + • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Core Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] Este producto recopila datos de uso • Para más información y declinar la participación, visite https://aka.ms/dotnet-cli-telemetry Recursos - • Documentación de .NET Core https://aka.ms/dotnet-docs + • Documentación de .NET https://aka.ms/dotnet-docs • Documentación del SDK https://aka.ms/dotnet-sdk-docs • Notas de la versión https://aka.ms/netcore3releasenotes • Tutoriales https://aka.ms/dotnet-tutorials - SDK de .NET Core + SDK de .NET - .NET Core es una multiplataforma de código abierto admitida por Microsoft. Puede usarla para compilar su próxima aplicación con C#, F# o VB. Esperamos que la disfrute. - Más información sobre .NET Core + .NET es una multiplataforma de código abierto admitida por Microsoft. Puede usarla para compilar su próxima aplicación con C#, F# o VB. Esperamos que la disfrute. + Más información sobre .NET Recursos <A HREF="https://aka.ms/dotnet-docs">Documentación principal</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentación del SDK</A> From bfccd5b8faa3b0273bb4acba1091043642f6b314 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 02:46:07 +0000 Subject: [PATCH 1722/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200224.8 (#6550) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20124.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20124.8 - dotnet-watch - 5.0.0-preview.2.20124.8 - dotnet-user-secrets - 5.0.0-preview.2.20124.8 - dotnet-dev-certs - 5.0.0-preview.2.20124.8 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20124.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 03518fa87..6e4b38ffd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/aspnetcore - 5a0526dfd991419d5bce0d8ea525b50df2e37b04 + 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 - + https://github.com/dotnet/aspnetcore - 5a0526dfd991419d5bce0d8ea525b50df2e37b04 + 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 - + https://github.com/dotnet/aspnetcore - 5a0526dfd991419d5bce0d8ea525b50df2e37b04 + 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 - + https://github.com/dotnet/aspnetcore - 5a0526dfd991419d5bce0d8ea525b50df2e37b04 + 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 - + https://github.com/dotnet/aspnetcore - 5a0526dfd991419d5bce0d8ea525b50df2e37b04 + 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 - + https://github.com/dotnet/aspnetcore - 5a0526dfd991419d5bce0d8ea525b50df2e37b04 + 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index f41fd3f8e..9d809a8b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20121.13 - 5.0.0-preview.2.20121.13 - 5.0.0-preview.2.20121.13 - 5.0.0-preview.2.20121.13 - 5.0.0-preview.2.20121.13 - 5.0.0-preview.2.20121.13 + 5.0.0-preview.2.20124.8 + 5.0.0-preview.2.20124.8 + 5.0.0-preview.2.20124.8 + 5.0.0-preview.2.20124.8 + 5.0.0-preview.2.20124.8 + 5.0.0-preview.2.20124.8 From bd7b87f014664216f36d716c92e45a5a7dd29dfc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 05:40:52 +0000 Subject: [PATCH 1723/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200224.9 (#6551) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20124.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20124.9 - dotnet-watch - 5.0.0-preview.2.20124.9 - dotnet-user-secrets - 5.0.0-preview.2.20124.9 - dotnet-dev-certs - 5.0.0-preview.2.20124.9 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20124.9 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6e4b38ffd..b9fe5bf28 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/aspnetcore - 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 + d8b6823111a17594069109e82766137fd1bacba7 - + https://github.com/dotnet/aspnetcore - 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 + d8b6823111a17594069109e82766137fd1bacba7 - + https://github.com/dotnet/aspnetcore - 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 + d8b6823111a17594069109e82766137fd1bacba7 - + https://github.com/dotnet/aspnetcore - 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 + d8b6823111a17594069109e82766137fd1bacba7 - + https://github.com/dotnet/aspnetcore - 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 + d8b6823111a17594069109e82766137fd1bacba7 - + https://github.com/dotnet/aspnetcore - 09bb7b4ca5a4fbde0283c294c35fac8b485c0074 + d8b6823111a17594069109e82766137fd1bacba7 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 9d809a8b0..689a2d26f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20124.8 - 5.0.0-preview.2.20124.8 - 5.0.0-preview.2.20124.8 - 5.0.0-preview.2.20124.8 - 5.0.0-preview.2.20124.8 - 5.0.0-preview.2.20124.8 + 5.0.0-preview.2.20124.9 + 5.0.0-preview.2.20124.9 + 5.0.0-preview.2.20124.9 + 5.0.0-preview.2.20124.9 + 5.0.0-preview.2.20124.9 + 5.0.0-preview.2.20124.9 From 61dc5684aa4bdf2e308eff34a044b11788c7f955 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 08:10:54 +0000 Subject: [PATCH 1724/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200224.10 (#6554) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20124.10 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20124.10 - dotnet-watch - 5.0.0-preview.2.20124.10 - dotnet-user-secrets - 5.0.0-preview.2.20124.10 - dotnet-dev-certs - 5.0.0-preview.2.20124.10 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20124.10 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b9fe5bf28..1ba13330f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/aspnetcore - d8b6823111a17594069109e82766137fd1bacba7 + f1c302e66eb4ee2199aadb774e47380ca4d34301 - + https://github.com/dotnet/aspnetcore - d8b6823111a17594069109e82766137fd1bacba7 + f1c302e66eb4ee2199aadb774e47380ca4d34301 - + https://github.com/dotnet/aspnetcore - d8b6823111a17594069109e82766137fd1bacba7 + f1c302e66eb4ee2199aadb774e47380ca4d34301 - + https://github.com/dotnet/aspnetcore - d8b6823111a17594069109e82766137fd1bacba7 + f1c302e66eb4ee2199aadb774e47380ca4d34301 - + https://github.com/dotnet/aspnetcore - d8b6823111a17594069109e82766137fd1bacba7 + f1c302e66eb4ee2199aadb774e47380ca4d34301 - + https://github.com/dotnet/aspnetcore - d8b6823111a17594069109e82766137fd1bacba7 + f1c302e66eb4ee2199aadb774e47380ca4d34301 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 689a2d26f..63ebc1a9d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20124.9 - 5.0.0-preview.2.20124.9 - 5.0.0-preview.2.20124.9 - 5.0.0-preview.2.20124.9 - 5.0.0-preview.2.20124.9 - 5.0.0-preview.2.20124.9 + 5.0.0-preview.2.20124.10 + 5.0.0-preview.2.20124.10 + 5.0.0-preview.2.20124.10 + 5.0.0-preview.2.20124.10 + 5.0.0-preview.2.20124.10 + 5.0.0-preview.2.20124.10 From b02e36fe886660ed2cb10e1c76c3c355f9d679b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 13:50:41 +0000 Subject: [PATCH 1725/2259] Update dependencies from https://github.com/dotnet/arcade build 20200224.3 (#6555) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20124.3 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1ba13330f..b223de647 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 85d76351b1f0245c9f331f72219d12e8e2d48e72 + 03bd0e0cefb81d33d08c4853fa5d6a8057c34d94 diff --git a/global.json b/global.json index 424937363..b4508bf51 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20123.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20124.3" } } From f97ecc634e3a3d11f8b8bb257cf54ef7f6a3438e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 14:24:04 +0000 Subject: [PATCH 1726/2259] Update dependencies from https://github.com/dotnet/templating build 20200224.3 (#6556) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.1.20124.3 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9d2c6030..e719edac9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 3f942dcad448dfdcea1cf21320781b2fab38a84d + 4c1a4ba9c52eccd5bf50e35426135cd835a2240a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 92abe518b..a5bbe3005 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-preview.1.20119.2 + 5.0.0-preview.1.20124.3 From 7ddc5746f3d351623f54dea75c19b7f82e197064 Mon Sep 17 00:00:00 2001 From: Phil Henning Date: Mon, 24 Feb 2020 10:32:21 -0800 Subject: [PATCH 1727/2259] Add 5.0 common project templates to Bundle. --- eng/Versions.props | 2 +- src/redist/targets/BundledTemplates.targets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index a5bbe3005..5cf13e9fd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -97,7 +97,7 @@ $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) $(NUnit3DotNetNewTemplatePackageVersion) $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - 3.1.0-preview1.19475.1 + $(MicrosoftDotNetCommonItemTemplatesPackageVersion) $(MicrosoftAspNetCoreAppRuntimePackageVersion) 4.8.0-rc2.19462.10 diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index 68f15cabb..cc6da8c91 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -40,7 +40,7 @@ - + From fa029e7b0f4056bd2b7a8a24e70487da14763115 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 15:00:51 +0000 Subject: [PATCH 1728/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200225.1 (#6557) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20125.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20125.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20125.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b223de647..6b239cba8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - dfdc45b3e3f0d0fac1d9254f26751a4a0379ad06 + a2f36757874ef42480fe7f2f4efe59613fdd0406 - + https://github.com/dotnet/windowsdesktop - dfdc45b3e3f0d0fac1d9254f26751a4a0379ad06 + a2f36757874ef42480fe7f2f4efe59613fdd0406 - + https://github.com/dotnet/windowsdesktop - dfdc45b3e3f0d0fac1d9254f26751a4a0379ad06 + a2f36757874ef42480fe7f2f4efe59613fdd0406 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 63ebc1a9d..a71c1270f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20124.1 - 5.0.0-preview.2.20124.1 - 5.0.0-preview.2.20124.1 + 5.0.0-preview.2.20125.1 + 5.0.0-preview.2.20125.1 + 5.0.0-preview.2.20125.1 From f46cf5589ff847976635f0d43a1761f5ea6022dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 19:30:53 +0000 Subject: [PATCH 1729/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200225.2 (#6560) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20125.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20125.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20125.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20123.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20125.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6b239cba8..7f9091778 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a2f36757874ef42480fe7f2f4efe59613fdd0406 + 31b5b94e341107e586f710d9f09408db49b72492 - + https://github.com/dotnet/windowsdesktop - a2f36757874ef42480fe7f2f4efe59613fdd0406 + 31b5b94e341107e586f710d9f09408db49b72492 - + https://github.com/dotnet/windowsdesktop - a2f36757874ef42480fe7f2f4efe59613fdd0406 + 31b5b94e341107e586f710d9f09408db49b72492 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 810f8190d6728e313a616f91a6097f7e52fb703f - + https://github.com/dotnet/winforms - 619d31fed0a3cb93520582093e4b551e253bf165 + fa6e4b071db16298a2fc5587d9f52c3334c3efbc - + https://github.com/dotnet/wpf - 50a2b40cbd1d5446ae33aee369f6d5af01fdf106 + 25484266136f7aba3dfc1aa180f0081aa14c839f diff --git a/eng/Versions.props b/eng/Versions.props index a71c1270f..fbc0c3778 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20118.5 + 5.0.0-preview.2.20123.3 - 5.0.0-preview.2.20119.2 + 5.0.0-preview.2.20125.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20125.1 - 5.0.0-preview.2.20125.1 - 5.0.0-preview.2.20125.1 + 5.0.0-preview.2.20125.2 + 5.0.0-preview.2.20125.2 + 5.0.0-preview.2.20125.2 From 93351bb752b70a29655995226c81b6c0b3216fa5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 19:35:58 +0000 Subject: [PATCH 1730/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200225.2 (#6559) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20125.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20125.2 - dotnet-watch - 5.0.0-preview.2.20125.2 - dotnet-user-secrets - 5.0.0-preview.2.20125.2 - dotnet-dev-certs - 5.0.0-preview.2.20125.2 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20125.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f9091778..874ecf9fa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/aspnetcore - f1c302e66eb4ee2199aadb774e47380ca4d34301 + 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 - + https://github.com/dotnet/aspnetcore - f1c302e66eb4ee2199aadb774e47380ca4d34301 + 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 - + https://github.com/dotnet/aspnetcore - f1c302e66eb4ee2199aadb774e47380ca4d34301 + 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 - + https://github.com/dotnet/aspnetcore - f1c302e66eb4ee2199aadb774e47380ca4d34301 + 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 - + https://github.com/dotnet/aspnetcore - f1c302e66eb4ee2199aadb774e47380ca4d34301 + 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 - + https://github.com/dotnet/aspnetcore - f1c302e66eb4ee2199aadb774e47380ca4d34301 + 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index fbc0c3778..b6922648f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20124.10 - 5.0.0-preview.2.20124.10 - 5.0.0-preview.2.20124.10 - 5.0.0-preview.2.20124.10 - 5.0.0-preview.2.20124.10 - 5.0.0-preview.2.20124.10 + 5.0.0-preview.2.20125.2 + 5.0.0-preview.2.20125.2 + 5.0.0-preview.2.20125.2 + 5.0.0-preview.2.20125.2 + 5.0.0-preview.2.20125.2 + 5.0.0-preview.2.20125.2 From bbc77c2d6137d3aff442edb719ccc406614fa0da Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 12:45:04 -0800 Subject: [PATCH 1731/2259] [release/5.0.1xx-preview1] Update dependencies from dotnet/sdk (#6553) * Update dependencies from https://github.com/dotnet/sdk build 20200224.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20124.4 - Microsoft.NET.Sdk - 5.0.100-preview.1.20124.4 * Include runtime from dependency flow In order to run integration tests from dotnet/sdk that depend on it Co-authored-by: Daniel Plaisted --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- global.json | 7 ++++++- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e719edac9..d3ea9e920 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 4c1a4ba9c52eccd5bf50e35426135cd835a2240a - + https://github.com/dotnet/sdk - d3c8b4ea11401837dfc9b1d128a908694de1a8b4 + 7acd75b9b92fff3b10743e96adfbb9efac7dbdf3 - + https://github.com/dotnet/sdk - d3c8b4ea11401837dfc9b1d128a908694de1a8b4 + 7acd75b9b92fff3b10743e96adfbb9efac7dbdf3 diff --git a/eng/Versions.props b/eng/Versions.props index a5bbe3005..a04f95215 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20120.5 + 5.0.100-preview.1.20124.4 0.2.0 - 5.0.100-preview.1.20120.5 + 5.0.100-preview.1.20124.4 $(MicrosoftNETSdkPackageVersion) diff --git a/global.json b/global.json index 6a66b8d46..88130d68d 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,11 @@ { "tools": { - "dotnet": "5.0.100-alpha1-015949" + "dotnet": "5.0.100-preview.1.20119.7", + "runtimes": { + "dotnet": [ + "$(MicrosoftNETCoreAppRuntimePackageVersion)" + ] + } }, "msbuild-sdks": { "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20117.3" From 12e88ed2e581e4715dd3aad89b66da206030247e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2020 21:21:28 +0000 Subject: [PATCH 1732/2259] Update dependencies from https://github.com/dotnet/sdk build 20200225.1 (#6561) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20125.1 - Microsoft.NET.Sdk - 5.0.100-preview.1.20125.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d3ea9e920..0fe08be61 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 4c1a4ba9c52eccd5bf50e35426135cd835a2240a - + https://github.com/dotnet/sdk - 7acd75b9b92fff3b10743e96adfbb9efac7dbdf3 + 65734d21843e012e00d3344e8adc86f3a7b22e70 - + https://github.com/dotnet/sdk - 7acd75b9b92fff3b10743e96adfbb9efac7dbdf3 + 65734d21843e012e00d3344e8adc86f3a7b22e70 diff --git a/eng/Versions.props b/eng/Versions.props index a04f95215..1be460b1b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20124.4 + 5.0.100-preview.1.20125.1 0.2.0 - 5.0.100-preview.1.20124.4 + 5.0.100-preview.1.20125.1 $(MicrosoftNETSdkPackageVersion) From d6516293c0e7926a5090d2a867d5bb529990af29 Mon Sep 17 00:00:00 2001 From: Phil Henning Date: Tue, 25 Feb 2020 08:09:40 -0800 Subject: [PATCH 1733/2259] Update EndToEnd tests for 5.0 templates --- test/EndToEnd/ProjectBuildTests.cs | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index e0080792f..8a88bbc08 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -36,9 +36,7 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory) .ExecuteWithCapturedOutput() - // Templates are still at 3.1 and will not run on 5.0, revert to commented out assertion when 5.0 templates land - //.Should().Pass().And.HaveStdOutContaining("Hello World!"); - .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-core-applaunch"); + .Should().Pass().And.HaveStdOutContaining("Hello World!"); var binDirectory = new DirectoryInfo(projectDirectory).Sub("bin"); binDirectory.Should().HaveFilesMatching("*.dll", SearchOption.AllDirectories); @@ -80,10 +78,7 @@ namespace EndToEnd.Tests var runCommand = new RunCommand() .WithWorkingDirectory(projectDirectory) .ExecuteWithCapturedOutput() - // Templates are still at 3.1 and will not run on 5.0, revert to commented out assertion when 5.0 templates land - //.Should().Pass().And.HaveStdOutContaining("Hello World!"); - .Should().Fail().And.HaveStdErrContaining("https://aka.ms/dotnet-core-applaunch"); - + .Should().Pass().And.HaveStdOutContaining("Hello World!"); } [Theory] From 2255241e4381ab668a84d1dd3211acb76c596f81 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 01:10:52 +0000 Subject: [PATCH 1734/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200225.3 (#6562) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20125.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20125.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20125.3 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 874ecf9fa..b1047c2b6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 31b5b94e341107e586f710d9f09408db49b72492 + 5923bd066fe1fdc6fd3a0f6ef860901a88bd3477 - + https://github.com/dotnet/windowsdesktop - 31b5b94e341107e586f710d9f09408db49b72492 + 5923bd066fe1fdc6fd3a0f6ef860901a88bd3477 - + https://github.com/dotnet/windowsdesktop - 31b5b94e341107e586f710d9f09408db49b72492 + 5923bd066fe1fdc6fd3a0f6ef860901a88bd3477 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index b6922648f..bd66b8cb8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20125.2 - 5.0.0-preview.2.20125.2 - 5.0.0-preview.2.20125.2 + 5.0.0-preview.2.20125.3 + 5.0.0-preview.2.20125.3 + 5.0.0-preview.2.20125.3 From 42f3eb8e39703c2a87cde0d347ce67fd0cfb3503 Mon Sep 17 00:00:00 2001 From: dotnet-bot Date: Wed, 26 Feb 2020 01:44:53 +0000 Subject: [PATCH 1735/2259] Add SECURITY.md --- SECURITY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..030ac0c06 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +## Supported Versions + +The .NET Core and ASP.NET Core support policy, including supported versions can be found at the [.NET Core Support Policy Page](https://dotnet.microsoft.com/platform/support/policy/dotnet-core). + +## Reporting a Vulnerability + +Security issues and bugs should be reported privately to the Microsoft Security Response Center (MSRC), either by emailing secure@microsoft.com or via the portal at https://msrc.microsoft.com. +You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your +original message. Further information, including the MSRC PGP key, can be found in the [MSRC Report an Issue FAQ](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue). + +Reports via MSRC may qualify for the .NET Core Bug Bounty. Details of the .NET Core Bug Bounty including terms and conditions are at [https://aka.ms/corebounty](https://aka.ms/corebounty). + +Please do not open issues for anything you think might have a security implication. \ No newline at end of file From 1470202fca7332d8a92c86c7dca8a85d5d20168a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 05:25:49 +0000 Subject: [PATCH 1736/2259] Update dependencies from https://github.com/dotnet/sdk build 20200225.2 (#6563) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20125.2 - Microsoft.NET.Sdk - 5.0.100-preview.2.20125.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b1047c2b6..aceccc54d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 56b909d5cbd59b39e4179111ae847a9fd7cb1560 - + https://github.com/dotnet/sdk - 810f8190d6728e313a616f91a6097f7e52fb703f + d5e67f56cd252f58ee65ac48a23b105bb66bdfcf - + https://github.com/dotnet/sdk - 810f8190d6728e313a616f91a6097f7e52fb703f + d5e67f56cd252f58ee65ac48a23b105bb66bdfcf diff --git a/eng/Versions.props b/eng/Versions.props index bd66b8cb8..188f05e21 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20124.1 + 5.0.100-preview.2.20125.2 0.2.0 - 5.0.100-preview.2.20124.1 + 5.0.100-preview.2.20125.2 $(MicrosoftNETSdkPackageVersion) From 7e7addf741fe4bc80fc3e05c99a003f0197228e6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 05:35:45 +0000 Subject: [PATCH 1737/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200225.10 (#6564) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20125.10 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20125.10 - dotnet-watch - 5.0.0-preview.2.20125.10 - dotnet-user-secrets - 5.0.0-preview.2.20125.10 - dotnet-dev-certs - 5.0.0-preview.2.20125.10 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20125.10 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aceccc54d..94621b006 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/aspnetcore - 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 + 4e18bca0a69e360fe7653e4e49bd689997d1e10a - + https://github.com/dotnet/aspnetcore - 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 + 4e18bca0a69e360fe7653e4e49bd689997d1e10a - + https://github.com/dotnet/aspnetcore - 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 + 4e18bca0a69e360fe7653e4e49bd689997d1e10a - + https://github.com/dotnet/aspnetcore - 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 + 4e18bca0a69e360fe7653e4e49bd689997d1e10a - + https://github.com/dotnet/aspnetcore - 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 + 4e18bca0a69e360fe7653e4e49bd689997d1e10a - + https://github.com/dotnet/aspnetcore - 6e6ea5b6d40c77830d7a8b227d03adf844cc41a2 + 4e18bca0a69e360fe7653e4e49bd689997d1e10a https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 188f05e21..a6eb6e49b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20125.2 - 5.0.0-preview.2.20125.2 - 5.0.0-preview.2.20125.2 - 5.0.0-preview.2.20125.2 - 5.0.0-preview.2.20125.2 - 5.0.0-preview.2.20125.2 + 5.0.0-preview.2.20125.10 + 5.0.0-preview.2.20125.10 + 5.0.0-preview.2.20125.10 + 5.0.0-preview.2.20125.10 + 5.0.0-preview.2.20125.10 + 5.0.0-preview.2.20125.10 From 36d400ad699ecb514f607d9b00ae078b6fb7779f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 08:45:46 +0000 Subject: [PATCH 1738/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200225.12 (#6565) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20125.12 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20125.12 - dotnet-watch - 5.0.0-preview.2.20125.12 - dotnet-user-secrets - 5.0.0-preview.2.20125.12 - dotnet-dev-certs - 5.0.0-preview.2.20125.12 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20125.12 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94621b006..efaba675a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime cfac865f9d44a443843d7dfc660a497f7d5bdf5a - + https://github.com/dotnet/aspnetcore - 4e18bca0a69e360fe7653e4e49bd689997d1e10a + 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 - + https://github.com/dotnet/aspnetcore - 4e18bca0a69e360fe7653e4e49bd689997d1e10a + 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 - + https://github.com/dotnet/aspnetcore - 4e18bca0a69e360fe7653e4e49bd689997d1e10a + 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 - + https://github.com/dotnet/aspnetcore - 4e18bca0a69e360fe7653e4e49bd689997d1e10a + 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 - + https://github.com/dotnet/aspnetcore - 4e18bca0a69e360fe7653e4e49bd689997d1e10a + 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 - + https://github.com/dotnet/aspnetcore - 4e18bca0a69e360fe7653e4e49bd689997d1e10a + 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a6eb6e49b..3323f55ac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20125.10 - 5.0.0-preview.2.20125.10 - 5.0.0-preview.2.20125.10 - 5.0.0-preview.2.20125.10 - 5.0.0-preview.2.20125.10 - 5.0.0-preview.2.20125.10 + 5.0.0-preview.2.20125.12 + 5.0.0-preview.2.20125.12 + 5.0.0-preview.2.20125.12 + 5.0.0-preview.2.20125.12 + 5.0.0-preview.2.20125.12 + 5.0.0-preview.2.20125.12 From 8fbd45506a30900986805441d1d0613739ba91c0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 12:45:49 +0000 Subject: [PATCH 1739/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200226.1 (#6566) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20126.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20126.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20126.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20125.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20126.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index efaba675a..2b24f2ff3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5923bd066fe1fdc6fd3a0f6ef860901a88bd3477 + fa3adac7b676a0bd42e2df45e560ec9cc35ca272 - + https://github.com/dotnet/windowsdesktop - 5923bd066fe1fdc6fd3a0f6ef860901a88bd3477 + fa3adac7b676a0bd42e2df45e560ec9cc35ca272 - + https://github.com/dotnet/windowsdesktop - 5923bd066fe1fdc6fd3a0f6ef860901a88bd3477 + fa3adac7b676a0bd42e2df45e560ec9cc35ca272 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ d5e67f56cd252f58ee65ac48a23b105bb66bdfcf - + https://github.com/dotnet/winforms - fa6e4b071db16298a2fc5587d9f52c3334c3efbc + 9add3012e98d9a3e8abbb6d48baf828abae23ad2 - + https://github.com/dotnet/wpf - 25484266136f7aba3dfc1aa180f0081aa14c839f + 2f3347b482a9c6c49f553349655ef18b158b1574 diff --git a/eng/Versions.props b/eng/Versions.props index 3323f55ac..968cd4ddf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20123.3 + 5.0.0-preview.2.20125.5 - 5.0.0-preview.2.20125.1 + 5.0.0-preview.2.20126.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20125.3 - 5.0.0-preview.2.20125.3 - 5.0.0-preview.2.20125.3 + 5.0.0-preview.2.20126.1 + 5.0.0-preview.2.20126.1 + 5.0.0-preview.2.20126.1 From 9a68b42b477c8c3cf2c3f45a834b203440453a9a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 13:35:21 +0000 Subject: [PATCH 1740/2259] Update dependencies from https://github.com/dotnet/arcade build 20200225.9 (#6567) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20125.9 --- eng/Version.Details.xml | 4 ++-- .../post-build/channels/generic-internal-channel.yml | 1 + .../templates/post-build/channels/generic-public-channel.yml | 1 + global.json | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b24f2ff3..278971698 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 03bd0e0cefb81d33d08c4853fa5d6a8057c34d94 + e6c7061dacf795792aa7d1213dba0e532bbd85bd diff --git a/eng/common/templates/post-build/channels/generic-internal-channel.yml b/eng/common/templates/post-build/channels/generic-internal-channel.yml index 380122901..dde27800c 100644 --- a/eng/common/templates/post-build/channels/generic-internal-channel.yml +++ b/eng/common/templates/post-build/channels/generic-internal-channel.yml @@ -84,6 +84,7 @@ stages: - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars + timeoutInMinutes: 120 variables: - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] diff --git a/eng/common/templates/post-build/channels/generic-public-channel.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml index 00ef36fef..29bc1a941 100644 --- a/eng/common/templates/post-build/channels/generic-public-channel.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -83,6 +83,7 @@ stages: - job: publish_assets displayName: Publish Assets dependsOn: setupMaestroVars + timeoutInMinutes: 120 variables: - name: BARBuildId value: $[ dependencies.setupMaestroVars.outputs['setReleaseVars.BARBuildId'] ] diff --git a/global.json b/global.json index b4508bf51..a36923ae7 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20124.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20125.9" } } From 806a09478b8c861d3280a43e48c3e8a6ce19b876 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 13:40:58 +0000 Subject: [PATCH 1741/2259] Update dependencies from https://github.com/dotnet/templating build 20200225.1 (#6568) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20125.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 278971698..57e5c509b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 56b909d5cbd59b39e4179111ae847a9fd7cb1560 + 1c51a9f54766f7a34b3dc8d7c91aa8c7f8e26a4e https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 968cd4ddf..05006551e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-preview.2.20122.3 + 5.0.0-preview.2.20125.1 From e82f4388aa43a65b2c70089e7faad92f5453552b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 13:57:58 +0000 Subject: [PATCH 1742/2259] Update dependencies from https://github.com/dotnet/runtime build 20200225.16 (#6569) - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20125.16 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20125.16 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20125.16 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20125.16 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20125.16 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20125.16 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57e5c509b..186c11837 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop fa3adac7b676a0bd42e2df45e560ec9cc35ca272 - + https://github.com/dotnet/runtime - cfac865f9d44a443843d7dfc660a497f7d5bdf5a + 4807684b13d473c19121fbe757296e7607f3cabf - + https://github.com/dotnet/runtime - cfac865f9d44a443843d7dfc660a497f7d5bdf5a + 4807684b13d473c19121fbe757296e7607f3cabf - + https://github.com/dotnet/runtime - cfac865f9d44a443843d7dfc660a497f7d5bdf5a + 4807684b13d473c19121fbe757296e7607f3cabf - + https://github.com/dotnet/runtime - cfac865f9d44a443843d7dfc660a497f7d5bdf5a + 4807684b13d473c19121fbe757296e7607f3cabf - + https://github.com/dotnet/runtime - cfac865f9d44a443843d7dfc660a497f7d5bdf5a + 4807684b13d473c19121fbe757296e7607f3cabf @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - cfac865f9d44a443843d7dfc660a497f7d5bdf5a + 4807684b13d473c19121fbe757296e7607f3cabf https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 05006551e..83ee71eb2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.2.20120.8 + 5.0.0-preview.2.20125.16 - 5.0.0-preview.2.20120.8 - 5.0.0-preview.2.20120.8 - 5.0.0-preview.2.20120.8 - 5.0.0-preview.2.20120.8 - 5.0.0-preview.2.20120.8 + 5.0.0-preview.2.20125.16 + 5.0.0-preview.2.20125.16 + 5.0.0-preview.2.20125.16 + 5.0.0-preview.2.20125.16 + 5.0.0-preview.2.20125.16 2.1.0 From 6142234e3dfc1514d3cf4938b286b136dd4f1c55 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 15:20:51 +0000 Subject: [PATCH 1743/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200226.2 (#6570) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20126.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20126.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20126.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 186c11837..f0ab9c38e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fa3adac7b676a0bd42e2df45e560ec9cc35ca272 + 160c9190acc6d5fc26c3b415f00c60c5f37c57a8 - + https://github.com/dotnet/windowsdesktop - fa3adac7b676a0bd42e2df45e560ec9cc35ca272 + 160c9190acc6d5fc26c3b415f00c60c5f37c57a8 - + https://github.com/dotnet/windowsdesktop - fa3adac7b676a0bd42e2df45e560ec9cc35ca272 + 160c9190acc6d5fc26c3b415f00c60c5f37c57a8 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 83ee71eb2..d7147b29d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20126.1 - 5.0.0-preview.2.20126.1 - 5.0.0-preview.2.20126.1 + 5.0.0-preview.2.20126.2 + 5.0.0-preview.2.20126.2 + 5.0.0-preview.2.20126.2 From ef4011b55a6adbaec01498841e6e0eaf7379eb38 Mon Sep 17 00:00:00 2001 From: Michael Simons Date: Wed, 26 Feb 2020 10:18:05 -0600 Subject: [PATCH 1744/2259] Update BranchInfo channel for release/5.0.1xx-preview1 branch (#6574) --- src/CopyToLatest/targets/BranchInfo.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CopyToLatest/targets/BranchInfo.props b/src/CopyToLatest/targets/BranchInfo.props index 9bd214aa9..606dc6ee7 100644 --- a/src/CopyToLatest/targets/BranchInfo.props +++ b/src/CopyToLatest/targets/BranchInfo.props @@ -1,5 +1,5 @@ - master + release/5.0.1xx-preview1 From 5c332f9731840006e9d725f03ea72a39a4de792d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 16:45:53 +0000 Subject: [PATCH 1745/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200226.3 (#6575) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20126.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20126.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20126.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20126.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f0ab9c38e..72f3adac7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 160c9190acc6d5fc26c3b415f00c60c5f37c57a8 + b07325584f3f2d4dce9921c546b8cff7df4bdc18 - + https://github.com/dotnet/windowsdesktop - 160c9190acc6d5fc26c3b415f00c60c5f37c57a8 + b07325584f3f2d4dce9921c546b8cff7df4bdc18 - + https://github.com/dotnet/windowsdesktop - 160c9190acc6d5fc26c3b415f00c60c5f37c57a8 + b07325584f3f2d4dce9921c546b8cff7df4bdc18 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 9add3012e98d9a3e8abbb6d48baf828abae23ad2 - + https://github.com/dotnet/wpf - 2f3347b482a9c6c49f553349655ef18b158b1574 + b0d11b013e4339738db045e8fea786afaa23dd39 diff --git a/eng/Versions.props b/eng/Versions.props index d7147b29d..a7a791ce9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20126.1 + 5.0.0-preview.2.20126.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20126.2 - 5.0.0-preview.2.20126.2 - 5.0.0-preview.2.20126.2 + 5.0.0-preview.2.20126.3 + 5.0.0-preview.2.20126.3 + 5.0.0-preview.2.20126.3 From 056e45e7b383c20d87d4409d978d042bff2e6e97 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 18:25:57 +0000 Subject: [PATCH 1746/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200226.4 (#6577) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20126.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20126.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20126.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20126.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20126.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 72f3adac7..3d010bc57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b07325584f3f2d4dce9921c546b8cff7df4bdc18 + 577f92ba366e46738c757aa551870c25fb5112dd - + https://github.com/dotnet/windowsdesktop - b07325584f3f2d4dce9921c546b8cff7df4bdc18 + 577f92ba366e46738c757aa551870c25fb5112dd - + https://github.com/dotnet/windowsdesktop - b07325584f3f2d4dce9921c546b8cff7df4bdc18 + 577f92ba366e46738c757aa551870c25fb5112dd https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ d5e67f56cd252f58ee65ac48a23b105bb66bdfcf - + https://github.com/dotnet/winforms - 9add3012e98d9a3e8abbb6d48baf828abae23ad2 + fb0aeb35d816c8ecb4085443b94568e2ee89aff3 - + https://github.com/dotnet/wpf - b0d11b013e4339738db045e8fea786afaa23dd39 + 8ac2e50072cd056edcd8cea8320c00dde00eb082 diff --git a/eng/Versions.props b/eng/Versions.props index a7a791ce9..156cc8321 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20125.5 + 5.0.0-preview.2.20126.1 - 5.0.0-preview.2.20126.2 + 5.0.0-preview.2.20126.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20126.3 - 5.0.0-preview.2.20126.3 - 5.0.0-preview.2.20126.3 + 5.0.0-preview.2.20126.4 + 5.0.0-preview.2.20126.4 + 5.0.0-preview.2.20126.4 From eff6209b2a729c8ce94c0594a73e5c1a44e0f4f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 19:35:58 +0000 Subject: [PATCH 1747/2259] Update dependencies from https://github.com/dotnet/sdk build 20200226.1 (#6579) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20126.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20126.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3d010bc57..3f7a62b9e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 1c51a9f54766f7a34b3dc8d7c91aa8c7f8e26a4e - + https://github.com/dotnet/sdk - d5e67f56cd252f58ee65ac48a23b105bb66bdfcf + b108780007e366d0eb843389e70d077ba1135aa0 - + https://github.com/dotnet/sdk - d5e67f56cd252f58ee65ac48a23b105bb66bdfcf + b108780007e366d0eb843389e70d077ba1135aa0 diff --git a/eng/Versions.props b/eng/Versions.props index 156cc8321..68c2968d1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20125.2 + 5.0.100-preview.2.20126.1 0.2.0 - 5.0.100-preview.2.20125.2 + 5.0.100-preview.2.20126.1 $(MicrosoftNETSdkPackageVersion) From b6c3ea5dafae66415f801d8d71726688ed2bbb18 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 19:36:49 +0000 Subject: [PATCH 1748/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200226.5 (#6580) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20126.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20126.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20126.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20126.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f7a62b9e..3545ae5e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 577f92ba366e46738c757aa551870c25fb5112dd + 8779b2d55524e7173482077baa0b827f27353fa3 - + https://github.com/dotnet/windowsdesktop - 577f92ba366e46738c757aa551870c25fb5112dd + 8779b2d55524e7173482077baa0b827f27353fa3 - + https://github.com/dotnet/windowsdesktop - 577f92ba366e46738c757aa551870c25fb5112dd + 8779b2d55524e7173482077baa0b827f27353fa3 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms fb0aeb35d816c8ecb4085443b94568e2ee89aff3 - + https://github.com/dotnet/wpf - 8ac2e50072cd056edcd8cea8320c00dde00eb082 + 6ef558b78968d14d99b2e618eaa63fbff2d2c916 diff --git a/eng/Versions.props b/eng/Versions.props index 68c2968d1..dcd232112 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20126.3 + 5.0.0-preview.2.20126.5 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20126.4 - 5.0.0-preview.2.20126.4 - 5.0.0-preview.2.20126.4 + 5.0.0-preview.2.20126.5 + 5.0.0-preview.2.20126.5 + 5.0.0-preview.2.20126.5 From 01500001914d711298af23bc11dd4f3fd0ffea9a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 26 Feb 2020 21:45:45 +0000 Subject: [PATCH 1749/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200226.4 (#6581) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20126.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20126.4 - dotnet-watch - 5.0.0-preview.2.20126.4 - dotnet-user-secrets - 5.0.0-preview.2.20126.4 - dotnet-dev-certs - 5.0.0-preview.2.20126.4 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20126.4 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3545ae5e1..f3f5a53a0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 4807684b13d473c19121fbe757296e7607f3cabf - + https://github.com/dotnet/aspnetcore - 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 + 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 - + https://github.com/dotnet/aspnetcore - 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 + 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 - + https://github.com/dotnet/aspnetcore - 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 + 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 - + https://github.com/dotnet/aspnetcore - 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 + 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 - + https://github.com/dotnet/aspnetcore - 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 + 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 - + https://github.com/dotnet/aspnetcore - 03a9e8ec1c47d3c27902daf586c3ad30b0c40c31 + 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index dcd232112..ebebcb304 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20125.12 - 5.0.0-preview.2.20125.12 - 5.0.0-preview.2.20125.12 - 5.0.0-preview.2.20125.12 - 5.0.0-preview.2.20125.12 - 5.0.0-preview.2.20125.12 + 5.0.0-preview.2.20126.4 + 5.0.0-preview.2.20126.4 + 5.0.0-preview.2.20126.4 + 5.0.0-preview.2.20126.4 + 5.0.0-preview.2.20126.4 + 5.0.0-preview.2.20126.4 From c2f810383c10d64d4ae918acd3abcef8d551a4d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 00:05:45 +0000 Subject: [PATCH 1750/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200226.6 (#6582) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20126.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20126.6 - dotnet-watch - 5.0.0-preview.2.20126.6 - dotnet-user-secrets - 5.0.0-preview.2.20126.6 - dotnet-dev-certs - 5.0.0-preview.2.20126.6 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20126.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3f5a53a0..882295004 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 4807684b13d473c19121fbe757296e7607f3cabf - + https://github.com/dotnet/aspnetcore - 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 + 810b9b0c7ebce95d687cd027a7e42e3067de32e9 - + https://github.com/dotnet/aspnetcore - 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 + 810b9b0c7ebce95d687cd027a7e42e3067de32e9 - + https://github.com/dotnet/aspnetcore - 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 + 810b9b0c7ebce95d687cd027a7e42e3067de32e9 - + https://github.com/dotnet/aspnetcore - 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 + 810b9b0c7ebce95d687cd027a7e42e3067de32e9 - + https://github.com/dotnet/aspnetcore - 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 + 810b9b0c7ebce95d687cd027a7e42e3067de32e9 - + https://github.com/dotnet/aspnetcore - 1ea10f68fc6d6fa5713002ad38bf2b2ee1908a49 + 810b9b0c7ebce95d687cd027a7e42e3067de32e9 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index ebebcb304..a028062ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20126.4 - 5.0.0-preview.2.20126.4 - 5.0.0-preview.2.20126.4 - 5.0.0-preview.2.20126.4 - 5.0.0-preview.2.20126.4 - 5.0.0-preview.2.20126.4 + 5.0.0-preview.2.20126.6 + 5.0.0-preview.2.20126.6 + 5.0.0-preview.2.20126.6 + 5.0.0-preview.2.20126.6 + 5.0.0-preview.2.20126.6 + 5.0.0-preview.2.20126.6 From 3da7fcbdbf891e86b496d5117fa8f47324026ae8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 03:05:43 +0000 Subject: [PATCH 1751/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200226.7 (#6584) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20126.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20126.7 - dotnet-watch - 5.0.0-preview.2.20126.7 - dotnet-user-secrets - 5.0.0-preview.2.20126.7 - dotnet-dev-certs - 5.0.0-preview.2.20126.7 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20126.7 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 882295004..49d368984 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 4807684b13d473c19121fbe757296e7607f3cabf - + https://github.com/dotnet/aspnetcore - 810b9b0c7ebce95d687cd027a7e42e3067de32e9 + b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 - + https://github.com/dotnet/aspnetcore - 810b9b0c7ebce95d687cd027a7e42e3067de32e9 + b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 - + https://github.com/dotnet/aspnetcore - 810b9b0c7ebce95d687cd027a7e42e3067de32e9 + b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 - + https://github.com/dotnet/aspnetcore - 810b9b0c7ebce95d687cd027a7e42e3067de32e9 + b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 - + https://github.com/dotnet/aspnetcore - 810b9b0c7ebce95d687cd027a7e42e3067de32e9 + b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 - + https://github.com/dotnet/aspnetcore - 810b9b0c7ebce95d687cd027a7e42e3067de32e9 + b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a028062ba..45f073ce7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20126.6 - 5.0.0-preview.2.20126.6 - 5.0.0-preview.2.20126.6 - 5.0.0-preview.2.20126.6 - 5.0.0-preview.2.20126.6 - 5.0.0-preview.2.20126.6 + 5.0.0-preview.2.20126.7 + 5.0.0-preview.2.20126.7 + 5.0.0-preview.2.20126.7 + 5.0.0-preview.2.20126.7 + 5.0.0-preview.2.20126.7 + 5.0.0-preview.2.20126.7 From 80803885a0500f47403dea04addd93a3ce9beaa0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 04:18:12 +0000 Subject: [PATCH 1752/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6552) * Update dependencies from https://github.com/dotnet/toolset build 20200224.4 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20124.4 * Update dependencies from https://github.com/dotnet/toolset build 20200226.1 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20126.1 * Update dependencies from https://github.com/dotnet/toolset build 20200226.2 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20126.2 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.200-preview.20126.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0dcb930c1..6d40ac725 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,13 +73,13 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 99c019d308d25855c67b83eb3ca94f9fd5999bd0 + 011bceaeaaa68279aebf84ce58e488a1acaf283a - + https://github.com/dotnet/sdk - f1ae79d83d0c08d08472e9f7ba030a119c4d9458 + 1a75f83011dccb47a8b9689704b961a0bf09ca14 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index dc2405797..52f286523 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20124.2 + 3.1.200-preview.20126.2 @@ -52,7 +52,7 @@ - 3.1.200-preview.20123.1 + 3.1.200-preview.20126.2 $(MicrosoftNETSdkPackageVersion) From 4873a887d4e1f522d400d7a655521088d1e69fe7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 08:57:31 +0000 Subject: [PATCH 1753/2259] [release/3.1.2xx] Update dependencies from dotnet/toolset (#6586) * Update dependencies from https://github.com/dotnet/toolset build 20200226.3 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20126.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20126.1 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200226.4 - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20126.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.200-preview.20126.2 (parent: Microsoft.Dotnet.Toolset.Internal) --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6d40ac725..6c197c766 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,17 +73,17 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 011bceaeaaa68279aebf84ce58e488a1acaf283a + 88cdbcb087141623b35c112ab3c97dca25e6c8be https://github.com/dotnet/sdk 1a75f83011dccb47a8b9689704b961a0bf09ca14 - + https://github.com/dotnet/cli - 5e2596aefb5f470eb9fed18868736265fdab2511 + a47ca8f97e48fd858e0ee2aaab05c11f0c9bda1a diff --git a/eng/Versions.props b/eng/Versions.props index 52f286523..1d03b0799 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20126.2 + 3.1.200-preview.20126.4 @@ -45,7 +45,7 @@ - 3.1.200-preview.20124.1 + 3.1.200-preview.20126.2 0.2.0 From 337cefd3aeb9aa3a67a21159570349068403591b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 13:30:12 +0000 Subject: [PATCH 1754/2259] Update dependencies from https://github.com/dotnet/arcade build 20200226.7 (#6587) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20126.7 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 49d368984..2cec1c3d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - e6c7061dacf795792aa7d1213dba0e532bbd85bd + cd4164e1f3f7daf2a6f8dbd012210c93521bd82f diff --git a/global.json b/global.json index a36923ae7..5d0e11f92 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20125.9" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20126.7" } } From d96773c442e697031a8c525df2669b8ab90a9bb9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 13:30:46 +0000 Subject: [PATCH 1755/2259] Update dependencies from https://github.com/dotnet/templating build 20200226.1 (#6588) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20126.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2cec1c3d8..a098d8434 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b - + https://github.com/dotnet/templating - 1c51a9f54766f7a34b3dc8d7c91aa8c7f8e26a4e + a9153955b18411153b0e10f5edf05b711ac2f347 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 45f073ce7..314a1bc98 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-preview.2.20125.1 + 5.0.0-preview.2.20126.1 From 9f38b02693d4b02cbbef7755647289be758038f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 17:35:54 +0000 Subject: [PATCH 1756/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200227.2 (#6589) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20127.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20127.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20127.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20127.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a098d8434..54699feeb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8779b2d55524e7173482077baa0b827f27353fa3 + 78dd09e5a165bd1384e6d2b90d9bc0df844eb4f8 - + https://github.com/dotnet/windowsdesktop - 8779b2d55524e7173482077baa0b827f27353fa3 + 78dd09e5a165bd1384e6d2b90d9bc0df844eb4f8 - + https://github.com/dotnet/windowsdesktop - 8779b2d55524e7173482077baa0b827f27353fa3 + 78dd09e5a165bd1384e6d2b90d9bc0df844eb4f8 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms fb0aeb35d816c8ecb4085443b94568e2ee89aff3 - + https://github.com/dotnet/wpf - 6ef558b78968d14d99b2e618eaa63fbff2d2c916 + da8584c12549aecfd7a2f06f5e3286677df905b7 diff --git a/eng/Versions.props b/eng/Versions.props index 314a1bc98..5c2bcd985 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20126.5 + 5.0.0-preview.2.20127.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20126.5 - 5.0.0-preview.2.20126.5 - 5.0.0-preview.2.20126.5 + 5.0.0-preview.2.20127.2 + 5.0.0-preview.2.20127.2 + 5.0.0-preview.2.20127.2 From a20772d8d4d5c0b9f2e8214679b3cbdd2fd44a47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 18:10:57 +0000 Subject: [PATCH 1757/2259] Update dependencies from https://github.com/dotnet/test-templates build 20200226.1 (#6590) - Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.20126.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0fe08be61..86545ecb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,9 +67,9 @@ https://github.com/dotnet/aspnetcore 98a853b20131fd59b37076dd3699d8c7f62b24cb - + https://github.com/dotnet/test-templates - 5117d3d9d7dfd3583f0c42a639efaf092f957b7b + 91cbc040733600df96d8a3b86af4d0044bb51a8d https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index c9aae9e3b..f60d831ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 1.0.2-beta4.19570.1 + 1.0.2-beta4.20126.1 From 4f0ed43342f3eb10173d7fb551c6998550584987 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 18:50:49 +0000 Subject: [PATCH 1758/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200227.3 (#6591) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20127.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20127.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20127.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20127.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20127.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 54699feeb..fd8ba2154 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 78dd09e5a165bd1384e6d2b90d9bc0df844eb4f8 + 1ef823e4fb1ae8c2f44b6c3b5edf466206a012ee - + https://github.com/dotnet/windowsdesktop - 78dd09e5a165bd1384e6d2b90d9bc0df844eb4f8 + 1ef823e4fb1ae8c2f44b6c3b5edf466206a012ee - + https://github.com/dotnet/windowsdesktop - 78dd09e5a165bd1384e6d2b90d9bc0df844eb4f8 + 1ef823e4fb1ae8c2f44b6c3b5edf466206a012ee https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ b108780007e366d0eb843389e70d077ba1135aa0 - + https://github.com/dotnet/winforms - fb0aeb35d816c8ecb4085443b94568e2ee89aff3 + d0457627b8ff9a6d946d62b302c2fc0acf38a272 - + https://github.com/dotnet/wpf - da8584c12549aecfd7a2f06f5e3286677df905b7 + c63039b7d37ac1adaaa74187ed35d97dbfc9ab29 diff --git a/eng/Versions.props b/eng/Versions.props index 5c2bcd985..b6273bb7f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20126.1 + 5.0.0-preview.2.20127.1 - 5.0.0-preview.2.20127.1 + 5.0.0-preview.2.20127.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20127.2 - 5.0.0-preview.2.20127.2 - 5.0.0-preview.2.20127.2 + 5.0.0-preview.2.20127.3 + 5.0.0-preview.2.20127.3 + 5.0.0-preview.2.20127.3 From e359c54e83f3b8be1e7a92fd8c19fae572ff2d31 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Thu, 27 Feb 2020 10:51:21 -0800 Subject: [PATCH 1759/2259] Add 5.0.1xx preview 1 downloads, split 2.x downloads to separate page --- Downloads2.x.md | 163 +++++++++++++++++++++++++++++++++ README.md | 237 +++++++++++++++--------------------------------- 2 files changed, 237 insertions(+), 163 deletions(-) create mode 100644 Downloads2.x.md diff --git a/Downloads2.x.md b/Downloads2.x.md new file mode 100644 index 000000000..eb1981ecc --- /dev/null +++ b/Downloads2.x.md @@ -0,0 +1,163 @@ +# .NET Core SDK 2.x Installers and Binaries + +| Platform | Release/2.1.8XX
                                                          (2.1.x Runtime) | Release/2.1.6XX
                                                          (2.1.6 Runtime) | Release/2.1.5XX
                                                          (2.1.5 Runtime) | +| :--------- | :----------: | :----------: | :----------: | +| **Windows x64** | [![][win-x64-badge-2.1.8XX]][win-x64-version-2.1.8XX]
                                                          [Installer][win-x64-installer-2.1.8XX] - [Checksum][win-x64-installer-checksum-2.1.8XX]
                                                          [zip][win-x64-zip-2.1.8XX] - [Checksum][win-x64-zip-checksum-2.1.8XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
                                                          [Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
                                                          [zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
                                                          [Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
                                                          [zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] | +| **Windows x86** | [![][win-x86-badge-2.1.8XX]][win-x86-version-2.1.8XX]
                                                          [Installer][win-x86-installer-2.1.8XX] - [Checksum][win-x86-installer-checksum-2.1.8XX]
                                                          [zip][win-x86-zip-2.1.8XX] - [Checksum][win-x86-zip-checksum-2.1.8XX] | [![][win-x86-badge-2.1.6XX]][win-x86-version-2.1.6XX]
                                                          [Installer][win-x86-installer-2.1.6XX] - [Checksum][win-x86-installer-checksum-2.1.6XX]
                                                          [zip][win-x86-zip-2.1.6XX] - [Checksum][win-x86-zip-checksum-2.1.6XX] | [![][win-x86-badge-2.1.5XX]][win-x86-version-2.1.5XX]
                                                          [Installer][win-x86-installer-2.1.5XX] - [Checksum][win-x86-installer-checksum-2.1.5XX]
                                                          [zip][win-x86-zip-2.1.5XX] - [Checksum][win-x86-zip-checksum-2.1.5XX] | +| **macOS** | [![][osx-badge-2.1.8XX]][osx-version-2.1.8XX]
                                                          [Installer][osx-installer-2.1.8XX] - [Checksum][osx-installer-checksum-2.1.8XX]
                                                          [tar.gz][osx-targz-2.1.8XX] - [Checksum][osx-targz-checksum-2.1.8XX] | [![][osx-badge-2.1.6XX]][osx-version-2.1.6XX]
                                                          [Installer][osx-installer-2.1.6XX] - [Checksum][osx-installer-checksum-2.1.6XX]
                                                          [tar.gz][osx-targz-2.1.6XX] - [Checksum][osx-targz-checksum-2.1.6XX] | [![][osx-badge-2.1.5XX]][osx-version-2.1.5XX]
                                                          [Installer][osx-installer-2.1.5XX] - [Checksum][osx-installer-checksum-2.1.5XX]
                                                          [tar.gz][osx-targz-2.1.5XX] - [Checksum][osx-targz-checksum-2.1.5XX] | +| **Linux x64** | [![][linux-badge-2.1.8XX]][linux-version-2.1.8XX]
                                                          [DEB Installer][linux-DEB-installer-2.1.8XX] - [Checksum][linux-DEB-installer-checksum-2.1.8XX]
                                                          [RPM Installer][linux-RPM-installer-2.1.8XX] - [Checksum][linux-RPM-installer-checksum-2.1.8XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-2.1.8XX] - [Checksum][linux-targz-checksum-2.1.8XX] | [![][linux-badge-2.1.6XX]][linux-version-2.1.6XX]
                                                          [DEB Installer][linux-DEB-installer-2.1.6XX] - [Checksum][linux-DEB-installer-checksum-2.1.6XX]
                                                          [RPM Installer][linux-RPM-installer-2.1.6XX] - [Checksum][linux-RPM-installer-checksum-2.1.6XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-2.1.6XX] - [Checksum][linux-targz-checksum-2.1.6XX] | [![][linux-badge-2.1.5XX]][linux-version-2.1.5XX]
                                                          [DEB Installer][linux-DEB-installer-2.1.5XX] - [Checksum][linux-DEB-installer-checksum-2.1.5XX]
                                                          [RPM Installer][linux-RPM-installer-2.1.5XX] - [Checksum][linux-RPM-installer-checksum-2.1.5XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-2.1.5XX] - [Checksum][linux-targz-checksum-2.1.5XX] | +| **Linux arm** | [![][linux-arm-badge-2.1.8XX]][linux-arm-version-2.1.8XX]
                                                          [tar.gz][linux-arm-targz-2.1.8XX] - [Checksum][linux-arm-targz-checksum-2.1.8XX] | [![][linux-arm-badge-2.1.6XX]][linux-arm-version-2.1.6XX]
                                                          [tar.gz][linux-arm-targz-2.1.6XX] - [Checksum][linux-arm-targz-checksum-2.1.6XX] | [![][linux-arm-badge-2.1.5XX]][linux-arm-version-2.1.5XX]
                                                          [tar.gz][linux-arm-targz-2.1.5XX] - [Checksum][linux-arm-targz-checksum-2.1.5XX] | +| **Linux arm64** | [![][linux-arm64-badge-2.1.8XX]][linux-arm64-version-2.1.8XX]
                                                          [tar.gz][linux-arm64-targz-2.1.8XX] - [Checksum][linux-arm64-targz-checksum-2.1.8XX] | [![][linux-arm64-badge-2.1.6XX]][linux-arm64-version-2.1.6XX]
                                                          [tar.gz][linux-arm64-targz-2.1.6XX] - [Checksum][linux-arm64-targz-checksum-2.1.6XX] | [![][linux-arm64-badge-2.1.5XX]][linux-arm64-version-2.1.5XX]
                                                          [tar.gz][linux-arm64-targz-2.1.5XX] - [Checksum][linux-arm64-targz-checksum-2.1.5XX] | +| **RHEL 6** | [![][rhel-6-badge-2.1.8XX]][rhel-6-version-2.1.8XX]
                                                          [tar.gz][rhel-6-targz-2.1.8XX] - [Checksum][rhel-6-targz-checksum-2.1.8XX] | [![][rhel-6-badge-2.1.6XX]][rhel-6-version-2.1.6XX]
                                                          [tar.gz][rhel-6-targz-2.1.6XX] - [Checksum][rhel-6-targz-checksum-2.1.6XX] | [![][rhel-6-badge-2.1.5XX]][rhel-6-version-2.1.5XX]
                                                          [tar.gz][rhel-6-targz-2.1.5XX] - [Checksum][rhel-6-targz-checksum-2.1.5XX] | +| **Linux-musl** | [![][linux-musl-badge-2.1.8XX]][linux-musl-version-2.1.8XX]
                                                          [tar.gz][linux-musl-targz-2.1.8XX] - [Checksum][linux-musl-targz-checksum-2.1.8XX] | [![][linux-musl-badge-2.1.6XX]][linux-musl-version-2.1.6XX]
                                                          [tar.gz][linux-musl-targz-2.1.6XX] - [Checksum][linux-musl-targz-checksum-2.1.6XX] | [![][linux-musl-badge-2.1.5XX]][linux-musl-version-2.1.5XX]
                                                          [tar.gz][linux-musl-targz-2.1.5XX] - [Checksum][linux-musl-targz-checksum-2.1.5XX] | + +[win-x64-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/win_x64_Release_version_badge.svg +[win-x64-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[win-x64-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.zip.sha + +[win-x64-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/win_x64_Release_version_badge.svg +[win-x64-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version +[win-x64-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x64.zip.sha + +[win-x64-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/win_x64_Release_version_badge.svg +[win-x64-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version +[win-x64-installer-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x64.zip.sha + +[win-x86-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/win_x86_Release_version_badge.svg +[win-x86-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[win-x86-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.zip.sha + +[win-x86-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/win_x86_Release_version_badge.svg +[win-x86-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version +[win-x86-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x86.zip.sha + +[win-x86-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/win_x86_Release_version_badge.svg +[win-x86-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version +[win-x86-installer-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x86.zip.sha + +[osx-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/osx_x64_Release_version_badge.svg +[osx-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[osx-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.pkg +[osx-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.tar.gz +[osx-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.tar.gz.sha + +[osx-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/osx_x64_Release_version_badge.svg +[osx-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version +[osx-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-osx-x64.pkg +[osx-installer-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-osx-x64.tar.gz +[osx-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-osx-x64.tar.gz.sha + +[osx-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/osx_x64_Release_version_badge.svg +[osx-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version +[osx-installer-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-osx-x64.pkg +[osx-installer-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-osx-x64.tar.gz +[osx-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-osx-x64.tar.gz.sha + +[linux-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_x64_Release_version_badge.svg +[linux-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[linux-DEB-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-x64.tar.gz.sha + +[linux-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_x64_Release_version_badge.svg +[linux-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version +[linux-DEB-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-x64.tar.gz.sha + +[linux-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/linux_x64_Release_version_badge.svg +[linux-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version +[linux-DEB-installer-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-x64.tar.gz.sha + +[linux-arm-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_arm_Release_version_badge.svg +[linux-arm-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[linux-arm-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm.tar.gz +[linux-arm-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm.tar.gz.sha + +[linux-arm-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_arm_Release_version_badge.svg +[linux-arm-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version +[linux-arm-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-arm.tar.gz +[linux-arm-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-arm.tar.gz.sha + +[linux-arm-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/linux_arm_Release_version_badge.svg +[linux-arm-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version +[linux-arm-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-arm.tar.gz +[linux-arm-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-arm.tar.gz.sha + +[linux-arm64-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_arm64_Release_version_badge.svg +[linux-arm64-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[linux-arm64-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm64.tar.gz +[linux-arm64-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha + +[linux-arm64-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_arm64_Release_version_badge.svg +[linux-arm64-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version +[linux-arm64-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-arm64.tar.gz +[linux-arm64-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha + +[linux-arm64-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/linux_arm64_Release_version_badge.svg +[linux-arm64-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version +[linux-arm64-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-arm64.tar.gz +[linux-arm64-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha + +[rhel-6-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[rhel-6-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha + +[rhel-6-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version +[rhel-6-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha + +[rhel-6-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version +[rhel-6-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha + +[linux-musl-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version +[linux-musl-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha + +[linux-musl-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version +[linux-musl-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha + +[linux-musl-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version +[linux-musl-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha + diff --git a/README.md b/README.md index 1c810c1c6..ce3baf05f 100644 --- a/README.md +++ b/README.md @@ -51,25 +51,26 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
                                                          (5.0.x Runtime) | Release/3.1.2XX
                                                          (3.1.x Runtime) | Release/3.1.1XX
                                                          (3.1.x Runtime) | Release/3.0.1xx
                                                          (3.0.x Runtime) | Release/2.1.8XX
                                                          (2.1.x Runtime) | Release/2.1.6XX
                                                          (2.1.6 Runtime) | Release/2.1.5XX
                                                          (2.1.5 Runtime) | -| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
                                                          [Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
                                                          [zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
                                                          [Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
                                                          [zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
                                                          [Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
                                                          [zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
                                                          [Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
                                                          [zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | [![][win-x64-badge-2.1.8XX]][win-x64-version-2.1.8XX]
                                                          [Installer][win-x64-installer-2.1.8XX] - [Checksum][win-x64-installer-checksum-2.1.8XX]
                                                          [zip][win-x64-zip-2.1.8XX] - [Checksum][win-x64-zip-checksum-2.1.8XX] | [![][win-x64-badge-2.1.6XX]][win-x64-version-2.1.6XX]
                                                          [Installer][win-x64-installer-2.1.6XX] - [Checksum][win-x64-installer-checksum-2.1.6XX]
                                                          [zip][win-x64-zip-2.1.6XX] - [Checksum][win-x64-zip-checksum-2.1.6XX] | [![][win-x64-badge-2.1.5XX]][win-x64-version-2.1.5XX]
                                                          [Installer][win-x64-installer-2.1.5XX] - [Checksum][win-x64-installer-checksum-2.1.5XX]
                                                          [zip][win-x64-zip-2.1.5XX] - [Checksum][win-x64-zip-checksum-2.1.5XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
                                                          [Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
                                                          [zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
                                                          [Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
                                                          [zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
                                                          [Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
                                                          [zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
                                                          [Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
                                                          [zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | [![][win-x86-badge-2.1.8XX]][win-x86-version-2.1.8XX]
                                                          [Installer][win-x86-installer-2.1.8XX] - [Checksum][win-x86-installer-checksum-2.1.8XX]
                                                          [zip][win-x86-zip-2.1.8XX] - [Checksum][win-x86-zip-checksum-2.1.8XX] | [![][win-x86-badge-2.1.6XX]][win-x86-version-2.1.6XX]
                                                          [Installer][win-x86-installer-2.1.6XX] - [Checksum][win-x86-installer-checksum-2.1.6XX]
                                                          [zip][win-x86-zip-2.1.6XX] - [Checksum][win-x86-zip-checksum-2.1.6XX] | [![][win-x86-badge-2.1.5XX]][win-x86-version-2.1.5XX]
                                                          [Installer][win-x86-installer-2.1.5XX] - [Checksum][win-x86-installer-checksum-2.1.5XX]
                                                          [zip][win-x86-zip-2.1.5XX] - [Checksum][win-x86-zip-checksum-2.1.5XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
                                                          [Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
                                                          [tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
                                                          [Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
                                                          [tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
                                                          [Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
                                                          [tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
                                                          [Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
                                                          [tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | [![][osx-badge-2.1.8XX]][osx-version-2.1.8XX]
                                                          [Installer][osx-installer-2.1.8XX] - [Checksum][osx-installer-checksum-2.1.8XX]
                                                          [tar.gz][osx-targz-2.1.8XX] - [Checksum][osx-targz-checksum-2.1.8XX] | [![][osx-badge-2.1.6XX]][osx-version-2.1.6XX]
                                                          [Installer][osx-installer-2.1.6XX] - [Checksum][osx-installer-checksum-2.1.6XX]
                                                          [tar.gz][osx-targz-2.1.6XX] - [Checksum][osx-targz-checksum-2.1.6XX] | [![][osx-badge-2.1.5XX]][osx-version-2.1.5XX]
                                                          [Installer][osx-installer-2.1.5XX] - [Checksum][osx-installer-checksum-2.1.5XX]
                                                          [tar.gz][osx-targz-2.1.5XX] - [Checksum][osx-targz-checksum-2.1.5XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
                                                          [DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
                                                          [RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | [![][linux-badge-2.1.8XX]][linux-version-2.1.8XX]
                                                          [DEB Installer][linux-DEB-installer-2.1.8XX] - [Checksum][linux-DEB-installer-checksum-2.1.8XX]
                                                          [RPM Installer][linux-RPM-installer-2.1.8XX] - [Checksum][linux-RPM-installer-checksum-2.1.8XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-2.1.8XX] - [Checksum][linux-targz-checksum-2.1.8XX] | [![][linux-badge-2.1.6XX]][linux-version-2.1.6XX]
                                                          [DEB Installer][linux-DEB-installer-2.1.6XX] - [Checksum][linux-DEB-installer-checksum-2.1.6XX]
                                                          [RPM Installer][linux-RPM-installer-2.1.6XX] - [Checksum][linux-RPM-installer-checksum-2.1.6XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-2.1.6XX] - [Checksum][linux-targz-checksum-2.1.6XX] | [![][linux-badge-2.1.5XX]][linux-version-2.1.5XX]
                                                          [DEB Installer][linux-DEB-installer-2.1.5XX] - [Checksum][linux-DEB-installer-checksum-2.1.5XX]
                                                          [RPM Installer][linux-RPM-installer-2.1.5XX] - [Checksum][linux-RPM-installer-checksum-2.1.5XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-2.1.5XX] - [Checksum][linux-targz-checksum-2.1.5XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
                                                          [tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
                                                          [tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
                                                          [tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
                                                          [tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | [![][linux-arm-badge-2.1.8XX]][linux-arm-version-2.1.8XX]
                                                          [tar.gz][linux-arm-targz-2.1.8XX] - [Checksum][linux-arm-targz-checksum-2.1.8XX] | [![][linux-arm-badge-2.1.6XX]][linux-arm-version-2.1.6XX]
                                                          [tar.gz][linux-arm-targz-2.1.6XX] - [Checksum][linux-arm-targz-checksum-2.1.6XX] | [![][linux-arm-badge-2.1.5XX]][linux-arm-version-2.1.5XX]
                                                          [tar.gz][linux-arm-targz-2.1.5XX] - [Checksum][linux-arm-targz-checksum-2.1.5XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | [![][linux-arm64-badge-2.1.8XX]][linux-arm64-version-2.1.8XX]
                                                          [tar.gz][linux-arm64-targz-2.1.8XX] - [Checksum][linux-arm64-targz-checksum-2.1.8XX] | [![][linux-arm64-badge-2.1.6XX]][linux-arm64-version-2.1.6XX]
                                                          [tar.gz][linux-arm64-targz-2.1.6XX] - [Checksum][linux-arm64-targz-checksum-2.1.6XX] | [![][linux-arm64-badge-2.1.5XX]][linux-arm64-version-2.1.5XX]
                                                          [tar.gz][linux-arm64-targz-2.1.5XX] - [Checksum][linux-arm64-targz-checksum-2.1.5XX] | -| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | [![][rhel-6-badge-2.1.8XX]][rhel-6-version-2.1.8XX]
                                                          [tar.gz][rhel-6-targz-2.1.8XX] - [Checksum][rhel-6-targz-checksum-2.1.8XX] | [![][rhel-6-badge-2.1.6XX]][rhel-6-version-2.1.6XX]
                                                          [tar.gz][rhel-6-targz-2.1.6XX] - [Checksum][rhel-6-targz-checksum-2.1.6XX] | [![][rhel-6-badge-2.1.5XX]][rhel-6-version-2.1.5XX]
                                                          [tar.gz][rhel-6-targz-2.1.5XX] - [Checksum][rhel-6-targz-checksum-2.1.5XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | [![][linux-musl-badge-2.1.8XX]][linux-musl-version-2.1.8XX]
                                                          [tar.gz][linux-musl-targz-2.1.8XX] - [Checksum][linux-musl-targz-checksum-2.1.8XX] | [![][linux-musl-badge-2.1.6XX]][linux-musl-version-2.1.6XX]
                                                          [tar.gz][linux-musl-targz-2.1.6XX] - [Checksum][linux-musl-targz-checksum-2.1.6XX] | [![][linux-musl-badge-2.1.5XX]][linux-musl-version-2.1.5XX]
                                                          [tar.gz][linux-musl-targz-2.1.5XX] - [Checksum][linux-musl-targz-checksum-2.1.5XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | **N/A** | **N/A** | **N/A** | -| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | **N/A** | **N/A** | **N/A** | -| **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | **N/A** | **N/A** | **N/A** | +| Platform | Master
                                                          (5.0.x Runtime) | Release/5.0.1XX
                                                          (5.0 Runtime) | Release/3.1.2XX
                                                          (3.1.x Runtime) | Release/3.1.1XX
                                                          (3.1.x Runtime) | Release/3.0.1xx
                                                          (3.0.x Runtime) | +| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
                                                          [Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
                                                          [zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1xx-preview1]][win-x64-version-5.0.1xx-preview1]
                                                          [Installer][win-x64-installer-5.0.1xx-preview1] - [Checksum][win-x64-installer-checksum-5.0.1xx-preview1]
                                                          [zip][win-x64-zip-5.0.1xx-preview1] - [Checksum][win-x64-zip-checksum-5.0.1xx-preview1] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
                                                          [Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
                                                          [zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
                                                          [Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
                                                          [zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
                                                          [Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
                                                          [zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
                                                          [Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
                                                          [zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1xx-preview1]][win-x86-version-5.0.1xx-preview1]
                                                          [Installer][win-x86-installer-5.0.1xx-preview1] - [Checksum][win-x86-installer-checksum-5.0.1xx-preview1]
                                                          [zip][win-x86-zip-5.0.1xx-preview1] - [Checksum][win-x86-zip-checksum-5.0.1xx-preview1] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
                                                          [Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
                                                          [zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
                                                          [Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
                                                          [zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
                                                          [Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
                                                          [zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
                                                          [Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
                                                          [tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1xx-preview1]][osx-version-5.0.1xx-preview1]
                                                          [Installer][osx-installer-5.0.1xx-preview1] - [Checksum][osx-installer-checksum-5.0.1xx-preview1]
                                                          [tar.gz][osx-targz-5.0.1xx-preview1] - [Checksum][osx-targz-checksum-5.0.1xx-preview1] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
                                                          [Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
                                                          [tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
                                                          [Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
                                                          [tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
                                                          [Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
                                                          [tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
                                                          [DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
                                                          [RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1xx-preview1]][linux-version-5.0.1xx-preview1]
                                                          [DEB Installer][linux-DEB-installer-5.0.1xx-preview1] - [Checksum][linux-DEB-installer-checksum-5.0.1xx-preview1]
                                                          [RPM Installer][linux-RPM-installer-5.0.1xx-preview1] - [Checksum][linux-RPM-installer-checksum-5.0.1xx-preview1]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1xx-preview1] - [Checksum][linux-targz-checksum-5.0.1xx-preview1] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
                                                          [tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1xx-preview1]][linux-arm-version-5.0.1xx-preview1]
                                                          [tar.gz][linux-arm-targz-5.0.1xx-preview1] - [Checksum][linux-arm-targz-checksum-5.0.1xx-preview1] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
                                                          [tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
                                                          [tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
                                                          [tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1xx-preview1]][linux-arm64-version-5.0.1xx-preview1]
                                                          [tar.gz][linux-arm64-targz-5.0.1xx-preview1] - [Checksum][linux-arm64-targz-checksum-5.0.1xx-preview1] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | +| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1xx-preview1]][rhel-6-version-5.0.1xx-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1xx-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1xx-preview1] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1xx-preview1]][linux-musl-version-5.0.1xx-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1xx-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1xx-preview1] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1xx-preview1]][win-arm-version-5.0.1xx-preview1]
                                                          [zip][win-arm-zip-5.0.1xx-preview1] - [Checksum][win-arm-zip-checksum-5.0.1xx-preview1] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | +| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | [![][freebsd-x64-badge-5.0.1xx-preview1]][freebsd-x64-version-5.0.1xx-preview1]
                                                          [tar.gz][freebsd-x64-zip-5.0.1xx-preview1] - [Checksum][freebsd-x64-zip-checksum-5.0.1xx-preview1] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: > * [Host, Host FX Resolver, and Shared Framework](https://github.com/dotnet/runtime#daily-builds) > * [ASP.NET Core Shared Framework](https://github.com/aspnet/AspNetCore/blob/master/docs/DailyBuilds.md) +.NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md) + [win-x64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_x64_Release_version_badge.svg [win-x64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [win-x64-installer-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe @@ -77,6 +78,13 @@ Reference notes: [win-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip.sha +[win-x64-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version +[win-x64-installer-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.zip.sha + [win-x64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [win-x64-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x64.exe @@ -98,27 +106,6 @@ Reference notes: [win-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip.sha -[win-x64-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/win_x64_Release_version_badge.svg -[win-x64-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[win-x64-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x64.zip.sha - -[win-x64-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/win_x64_Release_version_badge.svg -[win-x64-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version -[win-x64-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x64.zip.sha - -[win-x64-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/win_x64_Release_version_badge.svg -[win-x64-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version -[win-x64-installer-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x64.zip.sha - [win-x86-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_x86_Release_version_badge.svg [win-x86-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [win-x86-installer-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.exe @@ -126,6 +113,13 @@ Reference notes: [win-x86-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.zip.sha +[win-x86-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version +[win-x86-installer-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.zip.sha + [win-x86-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [win-x86-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x86.exe @@ -147,27 +141,6 @@ Reference notes: [win-x86-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip.sha -[win-x86-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/win_x86_Release_version_badge.svg -[win-x86-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[win-x86-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-win-x86.zip.sha - -[win-x86-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/win_x86_Release_version_badge.svg -[win-x86-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version -[win-x86-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-win-x86.zip.sha - -[win-x86-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/win_x86_Release_version_badge.svg -[win-x86-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version -[win-x86-installer-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-win-x86.zip.sha - [osx-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/osx_x64_Release_version_badge.svg [osx-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [osx-installer-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.pkg @@ -175,6 +148,13 @@ Reference notes: [osx-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.tar.gz [osx-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.tar.gz.sha +[osx-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/osx_x64_Release_version_badge.svg +[osx-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version +[osx-installer-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.pkg +[osx-installer-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.tar.gz +[osx-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.tar.gz.sha + [osx-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/osx_x64_Release_version_badge.svg [osx-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [osx-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-osx-x64.pkg @@ -196,27 +176,6 @@ Reference notes: [osx-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz [osx-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha -[osx-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/osx_x64_Release_version_badge.svg -[osx-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[osx-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-osx-x64.tar.gz.sha - -[osx-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/osx_x64_Release_version_badge.svg -[osx-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version -[osx-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-osx-x64.tar.gz.sha - -[osx-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/osx_x64_Release_version_badge.svg -[osx-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version -[osx-installer-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-osx-x64.tar.gz.sha - [linux-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/linux_x64_Release_version_badge.svg [linux-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [linux-DEB-installer-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-x64.deb @@ -226,6 +185,15 @@ Reference notes: [linux-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-x64.tar.gz.sha +[linux-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/linux_x64_Release_version_badge.svg +[linux-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version +[linux-DEB-installer-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-x64.tar.gz.sha + [linux-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_x64_Release_version_badge.svg [linux-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [linux-DEB-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-x64.deb @@ -253,38 +221,16 @@ Reference notes: [linux-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz.sha -[linux-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_x64_Release_version_badge.svg -[linux-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[linux-DEB-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-x64.tar.gz.sha - -[linux-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_x64_Release_version_badge.svg -[linux-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version -[linux-DEB-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-x64.tar.gz.sha - -[linux-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/linux_x64_Release_version_badge.svg -[linux-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version -[linux-DEB-installer-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-x64.tar.gz.sha - [linux-arm-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/linux_arm_Release_version_badge.svg [linux-arm-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [linux-arm-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm.tar.gz [linux-arm-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm.tar.gz.sha +[linux-arm-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version +[linux-arm-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm.tar.gz.sha + [linux-arm-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [linux-arm-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm.tar.gz @@ -300,26 +246,16 @@ Reference notes: [linux-arm-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz [linux-arm-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz.sha -[linux-arm-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_arm_Release_version_badge.svg -[linux-arm-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[linux-arm-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm.tar.gz.sha - -[linux-arm-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_arm_Release_version_badge.svg -[linux-arm-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version -[linux-arm-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-arm.tar.gz.sha - -[linux-arm-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/linux_arm_Release_version_badge.svg -[linux-arm-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version -[linux-arm-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-arm.tar.gz.sha - [linux-arm64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/linux_arm64_Release_version_badge.svg [linux-arm64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [linux-arm64-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz [linux-arm64-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz.sha +[linux-arm64-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version +[linux-arm64-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm64.tar.gz.sha + [linux-arm64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [linux-arm64-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm64.tar.gz @@ -335,26 +271,16 @@ Reference notes: [linux-arm64-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz [linux-arm64-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha -[linux-arm64-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_arm64_Release_version_badge.svg -[linux-arm64-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[linux-arm64-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha - -[linux-arm64-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_arm64_Release_version_badge.svg -[linux-arm64-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version -[linux-arm64-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha - -[linux-arm64-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/linux_arm64_Release_version_badge.svg -[linux-arm64-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version -[linux-arm64-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha - [rhel-6-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/rhel.6_x64_Release_version_badge.svg [rhel-6-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [rhel-6-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha +[rhel-6-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version +[rhel-6-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha + [rhel-6-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [rhel-6-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-rhel.6-x64.tar.gz @@ -370,26 +296,16 @@ Reference notes: [rhel-6-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha -[rhel-6-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[rhel-6-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - -[rhel-6-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version -[rhel-6-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - -[rhel-6-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version -[rhel-6-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - [linux-musl-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/linux_musl_x64_Release_version_badge.svg [linux-musl-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [linux-musl-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha +[linux-musl-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version +[linux-musl-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha + [linux-musl-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [linux-musl-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-musl-x64.tar.gz @@ -405,26 +321,16 @@ Reference notes: [linux-musl-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha -[linux-musl-badge-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/latest.version -[linux-musl-targz-2.1.8XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-2.1.8XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.8xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - -[linux-musl-badge-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/latest.version -[linux-musl-targz-2.1.6XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-2.1.6XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.6xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - -[linux-musl-badge-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/latest.version -[linux-musl-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - [win-arm-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_arm_Release_version_badge.svg [win-arm-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [win-arm-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm.zip.sha +[win-arm-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version +[win-arm-zip-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-arm.zip +[win-arm-zip-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-arm.zip.sha + [win-arm-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [win-arm-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm.zip @@ -445,6 +351,11 @@ Reference notes: [freebsd-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz [freebsd-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz.sha +[freebsd-x64-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/freebsd_x64_Release_version_badge.svg +[freebsd-x64-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version +[freebsd-x64-zip-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-freebsd-x64.tar.gz +[freebsd-x64-zip-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-freebsd-x64.tar.gz.sha + [freebsd-x64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [freebsd-x64-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-freebsd-x64.tar.gz From c5a1a3c006a0e60399156ac6df491df0791300b0 Mon Sep 17 00:00:00 2001 From: sfoslund Date: Thu, 27 Feb 2020 11:13:56 -0800 Subject: [PATCH 1760/2259] Updating installation note with proper versions --- .../targets/packaging/windows/clisdk/LCID/1033/bundle.wxl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl index 8d46d62d7..caf7b745c 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl @@ -75,6 +75,6 @@ Resources Installation note A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete. - If you plan to use .NET Core 3.1 with Visual Studio, Visual Studio 2019 16.4 or newer is required. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Learn More</A>. + If you plan to use .NET 5.0 with Visual Studio, Visual Studio 2019 16.6 or newer is required. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Learn More</A>. From d46ee00032e448c5ebd046f624c9c62e2e1976f0 Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 27 Feb 2020 13:25:10 -0800 Subject: [PATCH 1761/2259] Add 5.0 template (#6583) * Add 5.0 templates to template/5.0 folder --- NuGet.config | 1 + eng/Versions.props | 32 ++++++------ src/redist/targets/Branding.targets | 1 + src/redist/targets/BundledTemplates.targets | 54 ++++++++++++++++++--- 4 files changed, 67 insertions(+), 21 deletions(-) diff --git a/NuGet.config b/NuGet.config index 8547e3c17..4a06f0f7a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -14,6 +14,7 @@ + diff --git a/eng/Versions.props b/eng/Versions.props index f60d831ce..a00ab45ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@
                                                          - 1.0.2-beta4.20126.1 + 1.0.2-beta4.20126.1 @@ -92,32 +92,34 @@ $(MicrosoftNETCoreAppRuntimePackageVersion) + + $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion) + $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) + $(NUnit3DotNetNewTemplatePackageVersion) + $(MicrosoftDotNetCommonItemTemplatesPackageVersion) + $(MicrosoftDotNetCommonItemTemplatesPackageVersion) + $(MicrosoftAspNetCoreAppRuntimePackageVersion) - $(MicrosoftDotnetWinFormsProjectTemplatesPackageVersion) - $(MicrosoftDotNetWpfProjectTemplatesPackageVersion) - $(NUnit3DotNetNewTemplatePackageVersion) - $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - $(MicrosoftDotNetCommonItemTemplatesPackageVersion) - $(MicrosoftAspNetCoreAppRuntimePackageVersion) + 4.8.1-servicing.19605.5 + 3.1.2-servicing.20066.4 + 1.7.1 + 3.1.2 + $(MicrosoftDotNetCommonItemTemplates31PackageVersion) + 1.0.2-beta4.20126.1 + 3.1.2 4.8.0-rc2.19462.10 3.0.0 1.6.5 2.0.0-preview8.19373.1 $(MicrosoftDotNetCommonItemTemplates30PackageVersion) - 1.0.2-beta4.19354.2 + 1.0.2-beta4.20126.1 3.0.1 - - 1.6.0 - 1.0.2-beta4 - $(MicrosoftDotNetCommonItemTemplates22PackageVersion) - 1.0.2-beta4.19155.2 - 2.2.8 1.5.3 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) - 1.0.2-beta4.19511.1 + 1.0.2-beta4.20126.1 2.1.14 diff --git a/src/redist/targets/Branding.targets b/src/redist/targets/Branding.targets index 6388a8b79..bfcdaaf34 100644 --- a/src/redist/targets/Branding.targets +++ b/src/redist/targets/Branding.targets @@ -13,6 +13,7 @@ Microsoft .NET Host FX Resolver $(HostFxrVersion) Microsoft.NETCore.App $(SharedFrameworkName) + Microsoft .NET Core 5.0 Templates $(Version) Microsoft .NET Core 3.1 Templates $(Version) Microsoft .NET Core 3.0 Templates $(Version) Microsoft .NET Core 2.1 Templates $(Version) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index cc6da8c91..bdc8462e9 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -1,6 +1,13 @@ + + + + + + @@ -22,6 +29,11 @@ + + + + @@ -38,15 +50,26 @@ + + + + + + + + + + + - + - - + + @@ -70,6 +93,13 @@ + + + %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg + $(NuGetPackageRoot)$([MSBuild]::ValueOrDefault('%(NupkgPathRelativeToPackageRoot)', '').ToLower()) + [%(PackageVersion)] + + %(Identity)/%(PackageVersion)/%(Identity).%(PackageVersion).nupkg @@ -98,11 +128,13 @@ + + DependsOnTargets="LayoutTemplatesForSDK;LayoutTemplatesFor50MSI;LayoutTemplatesFor31MSI;LayoutTemplatesFor30MSI;LayoutTemplatesFor21MSI" /> @@ -141,10 +177,16 @@ - + + + + From 28bae0022b08937893e72ef3329e93580cc7c2c8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2020 21:36:04 +0000 Subject: [PATCH 1762/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200227.4 (#6593) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20127.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20127.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20127.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20127.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 86545ecb4..442005c23 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d52f676e237f8f6470a204c40fafc1c9a7b30f0c + 80f111daf668cc7bc8c601fc34e5d559096ab043 - + https://github.com/dotnet/windowsdesktop - d52f676e237f8f6470a204c40fafc1c9a7b30f0c + 80f111daf668cc7bc8c601fc34e5d559096ab043 - + https://github.com/dotnet/windowsdesktop - d52f676e237f8f6470a204c40fafc1c9a7b30f0c + 80f111daf668cc7bc8c601fc34e5d559096ab043 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms d542887a907b98757a359078c3b4c25bf01b6837 - + https://github.com/dotnet/wpf - 4f541e550154be4447b4c2a99b53823fcc766882 + 687a02f0164aa7791fd7ca14c3b7957f1bbd5baf diff --git a/eng/Versions.props b/eng/Versions.props index a00ab45ea..2396b54ab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20120.7 + 5.0.0-preview.1.20127.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20122.1 - 5.0.0-preview.1.20122.1 - 5.0.0-preview.1.20122.1 + 5.0.0-preview.1.20127.4 + 5.0.0-preview.1.20127.4 + 5.0.0-preview.1.20127.4 From fd21bc112176ba35045f6377685200a9f803dde3 Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 27 Feb 2020 17:05:21 -0800 Subject: [PATCH 1763/2259] No suffix (#6594) --- src/redist/targets/Versions.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/Versions.targets b/src/redist/targets/Versions.targets index 1156ea7db..461a1b9f2 100644 --- a/src/redist/targets/Versions.targets +++ b/src/redist/targets/Versions.targets @@ -4,11 +4,11 @@ 1 2 00 - preview + servicing - false + true From 958d021be34c1440072d4e0c72e6f75376f989d8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 01:46:03 +0000 Subject: [PATCH 1764/2259] Update dependencies from https://github.com/dotnet/sdk build 20200227.1 (#6596) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20127.1 - Microsoft.NET.Sdk - 5.0.100-preview.1.20127.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 442005c23..7ce1d338d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 4c1a4ba9c52eccd5bf50e35426135cd835a2240a - + https://github.com/dotnet/sdk - 65734d21843e012e00d3344e8adc86f3a7b22e70 + ba9da3000fbb677f00040df8a1ed31d8178b9b12 - + https://github.com/dotnet/sdk - 65734d21843e012e00d3344e8adc86f3a7b22e70 + ba9da3000fbb677f00040df8a1ed31d8178b9b12 diff --git a/eng/Versions.props b/eng/Versions.props index 2396b54ab..a8d4f8f0c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20125.1 + 5.0.100-preview.1.20127.1 0.2.0 - 5.0.100-preview.1.20125.1 + 5.0.100-preview.1.20127.1 $(MicrosoftNETSdkPackageVersion) From 828285681b361b6f8e1bb6dc4716279dffe75ffe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 02:40:57 +0000 Subject: [PATCH 1765/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200227.5 (#6598) - Microsoft.WindowsDesktop.App - 5.0.0-preview.1.20127.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.1.20127.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.1.20127.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.1.20127.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ce1d338d..5f45d6712 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 80f111daf668cc7bc8c601fc34e5d559096ab043 + 3220fe28e26c10885932b29f653b573f7d845b31 - + https://github.com/dotnet/windowsdesktop - 80f111daf668cc7bc8c601fc34e5d559096ab043 + 3220fe28e26c10885932b29f653b573f7d845b31 - + https://github.com/dotnet/windowsdesktop - 80f111daf668cc7bc8c601fc34e5d559096ab043 + 3220fe28e26c10885932b29f653b573f7d845b31 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms d542887a907b98757a359078c3b4c25bf01b6837 - + https://github.com/dotnet/wpf - 687a02f0164aa7791fd7ca14c3b7957f1bbd5baf + efb8416d6de753c84030444d926bf2661346a2b7 diff --git a/eng/Versions.props b/eng/Versions.props index a8d4f8f0c..9c43f6374 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.1.20127.3 + 5.0.0-preview.1.20127.4 @@ -75,9 +75,9 @@ - 5.0.0-preview.1.20127.4 - 5.0.0-preview.1.20127.4 - 5.0.0-preview.1.20127.4 + 5.0.0-preview.1.20127.5 + 5.0.0-preview.1.20127.5 + 5.0.0-preview.1.20127.5 From 5f245dfc64db786a2b5b19a7ac44787cb7ed5f9f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 04:36:39 +0000 Subject: [PATCH 1766/2259] Update dependencies from https://github.com/dotnet/toolset build 20200227.2 (#6599) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20127.2 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6c197c766..a7eb8a208 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 88cdbcb087141623b35c112ab3c97dca25e6c8be + 7848af4b784658523b15ae605a3a14c4bba5dea4 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 1d03b0799..294ffe986 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20126.4 + 3.1.200-preview.20127.2 From 70dcddf7ba333ac3f44d873f55ba85cf026bb8a6 Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 27 Feb 2020 21:50:29 -0800 Subject: [PATCH 1767/2259] Update publish depends on (#6597) --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index cef288de0..1c8a37752 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -226,7 +226,7 @@ stages: dependsOn: # This will run only after all the publishing stages have run. # These stages are introduced in the eng/common/templates/post-build/channels YAML templates - - NetCore_Dev5_Publish + - Net5_Preview1_Publish jobs: - job: Copy_SDK_To_Latest pool: From c9876465f5c54a25085a99802fee7a9508c101b4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 13:39:56 +0000 Subject: [PATCH 1768/2259] Update dependencies from https://github.com/dotnet/arcade build 20200227.9 (#6600) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20127.9 --- eng/Version.Details.xml | 4 +-- eng/common/dotnet-install.sh | 2 +- eng/common/init-tools-native.sh | 49 +++++++++++++++++++++++++++------ global.json | 2 +- 4 files changed, 44 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd8ba2154..8c636464a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - cd4164e1f3f7daf2a6f8dbd012210c93521bd82f + 9c66925c608f3c0ee3e1f66c05943865b64590e1 diff --git a/eng/common/dotnet-install.sh b/eng/common/dotnet-install.sh index 50bc5e475..ead6a1d9a 100755 --- a/eng/common/dotnet-install.sh +++ b/eng/common/dotnet-install.sh @@ -63,7 +63,7 @@ case $cpuname in amd64|x86_64) buildarch=x64 ;; - armv7l) + armv*l) buildarch=arm ;; i686) diff --git a/eng/common/init-tools-native.sh b/eng/common/init-tools-native.sh index dbd7cbfdf..29fc5db8a 100755 --- a/eng/common/init-tools-native.sh +++ b/eng/common/init-tools-native.sh @@ -34,6 +34,14 @@ while (($# > 0)); do force=true shift 1 ;; + --donotabortonfailure) + donotabortonfailure=true + shift 1 + ;; + --donotdisplaywarnings) + donotdisplaywarnings=true + shift 1 + ;; --downloadretries) download_retries=$2 shift 2 @@ -52,6 +60,8 @@ while (($# > 0)); do echo " - (default) %USERPROFILE%/.netcoreeng/native" echo "" echo " --clean Switch specifying not to install anything, but cleanup native asset folders" + echo " --donotabortonfailure Switch specifiying whether to abort native tools installation on failure" + echo " --donotdisplaywarnings Switch specifiying whether to display warnings during native tools installation on failure" echo " --force Clean and then install tools" echo " --help Print help and exit" echo "" @@ -92,6 +102,7 @@ if [[ -z $install_directory ]]; then fi install_bin="${native_base_dir}/bin" +installed_any=false ReadGlobalJsonNativeTools @@ -103,8 +114,8 @@ else for tool in "${!native_assets[@]}" do tool_version=${native_assets[$tool]} - installer_name="install-$tool.sh" - installer_command="$native_installer_dir/$installer_name" + installer_path="$native_installer_dir/install-$tool.sh" + installer_command="$installer_path" installer_command+=" --baseuri $base_uri" installer_command+=" --installpath $install_bin" installer_command+=" --version $tool_version" @@ -118,11 +129,29 @@ else installer_command+=" --clean" fi - $installer_command - - if [[ $? != 0 ]]; then - Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Execution Failed" - exit 1 + if [[ -a $installer_path ]]; then + $installer_command + if [[ $? != 0 ]]; then + if [[ $donotabortonfailure = true ]]; then + if [[ $donotdisplaywarnings != true ]]; then + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Execution Failed" + fi + else + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Execution Failed" + exit 1 + fi + else + $installed_any = true + fi + else + if [[ $donotabortonfailure == true ]]; then + if [[ $donotdisplaywarnings != true ]]; then + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Execution Failed: no install script" + fi + else + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Execution Failed: no install script" + exit 1 + fi fi done fi @@ -135,8 +164,10 @@ if [[ -d $install_bin ]]; then echo "Native tools are available from $install_bin" echo "##vso[task.prependpath]$install_bin" else - Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Native tools install directory does not exist, installation failed" - exit 1 + if [[ $installed_any = true ]]; then + Write-PipelineTelemetryError -category 'NativeToolsBootstrap' "Native tools install directory does not exist, installation failed" + exit 1 + fi fi exit 0 diff --git a/global.json b/global.json index 5d0e11f92..7fde922c5 100644 --- a/global.json +++ b/global.json @@ -3,6 +3,6 @@ "dotnet": "5.0.100-alpha1-015949" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20126.7" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20127.9" } } From e89396ebcfd35756c215e7b772e8792d153b6f2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 13:45:35 +0000 Subject: [PATCH 1769/2259] Update dependencies from https://github.com/dotnet/templating build 20200227.1 (#6601) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20127.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8c636464a..2e558fdc4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 5117d3d9d7dfd3583f0c42a639efaf092f957b7b
                                                          - + https://github.com/dotnet/templating - a9153955b18411153b0e10f5edf05b711ac2f347 + 734e9819b06ee95dafd0c7419a147c9eef3f1eb6 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b6273bb7f..37f9d0b17 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-preview.2.20126.1 + 5.0.0-preview.2.20127.1 From a9fd5247d96f8d1e083557a1e8f555a39a70ab57 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 14:01:48 +0000 Subject: [PATCH 1770/2259] Update dependencies from https://github.com/dotnet/runtime build 20200227.14 (#6602) - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20127.14 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20127.14 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20127.14 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20127.14 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20127.14 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20127.14 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2e558fdc4..87529b2a6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 1ef823e4fb1ae8c2f44b6c3b5edf466206a012ee - + https://github.com/dotnet/runtime - 4807684b13d473c19121fbe757296e7607f3cabf + 487c940876b1932920454c44d2463d996cc8407c - + https://github.com/dotnet/runtime - 4807684b13d473c19121fbe757296e7607f3cabf + 487c940876b1932920454c44d2463d996cc8407c - + https://github.com/dotnet/runtime - 4807684b13d473c19121fbe757296e7607f3cabf + 487c940876b1932920454c44d2463d996cc8407c - + https://github.com/dotnet/runtime - 4807684b13d473c19121fbe757296e7607f3cabf + 487c940876b1932920454c44d2463d996cc8407c - + https://github.com/dotnet/runtime - 4807684b13d473c19121fbe757296e7607f3cabf + 487c940876b1932920454c44d2463d996cc8407c @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 4807684b13d473c19121fbe757296e7607f3cabf + 487c940876b1932920454c44d2463d996cc8407c https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 37f9d0b17..e75f50d16 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.2.20125.16 + 5.0.0-preview.2.20127.14 - 5.0.0-preview.2.20125.16 - 5.0.0-preview.2.20125.16 - 5.0.0-preview.2.20125.16 - 5.0.0-preview.2.20125.16 - 5.0.0-preview.2.20125.16 + 5.0.0-preview.2.20127.14 + 5.0.0-preview.2.20127.14 + 5.0.0-preview.2.20127.14 + 5.0.0-preview.2.20127.14 + 5.0.0-preview.2.20127.14 2.1.0 From 8b4ead764b9ef1eb27065e7f0261cbdc884ef45c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 14:55:47 +0000 Subject: [PATCH 1771/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200228.1 (#6603) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20128.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20128.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20128.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87529b2a6..5bc30100b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1ef823e4fb1ae8c2f44b6c3b5edf466206a012ee + 145cb81587cbe74256e365b58d920d0366dd61c1 - + https://github.com/dotnet/windowsdesktop - 1ef823e4fb1ae8c2f44b6c3b5edf466206a012ee + 145cb81587cbe74256e365b58d920d0366dd61c1 - + https://github.com/dotnet/windowsdesktop - 1ef823e4fb1ae8c2f44b6c3b5edf466206a012ee + 145cb81587cbe74256e365b58d920d0366dd61c1 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index e75f50d16..1bf7cb043 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20127.3 - 5.0.0-preview.2.20127.3 - 5.0.0-preview.2.20127.3 + 5.0.0-preview.2.20128.1 + 5.0.0-preview.2.20128.1 + 5.0.0-preview.2.20128.1 From 33903d854be7eeccd6c2a129244794e1b961524e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 18:40:43 +0000 Subject: [PATCH 1772/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200228.3 (#6604) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20128.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20128.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20128.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20128.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20128.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5bc30100b..292b8b6b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 145cb81587cbe74256e365b58d920d0366dd61c1 + adfa95f7302c7f61a83ccd3ec197cb1ca7db5ffe - + https://github.com/dotnet/windowsdesktop - 145cb81587cbe74256e365b58d920d0366dd61c1 + adfa95f7302c7f61a83ccd3ec197cb1ca7db5ffe - + https://github.com/dotnet/windowsdesktop - 145cb81587cbe74256e365b58d920d0366dd61c1 + adfa95f7302c7f61a83ccd3ec197cb1ca7db5ffe https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ b108780007e366d0eb843389e70d077ba1135aa0 - + https://github.com/dotnet/winforms - d0457627b8ff9a6d946d62b302c2fc0acf38a272 + 1129ecc0530884a86cea2d18e8f78f44e90eeb6f - + https://github.com/dotnet/wpf - c63039b7d37ac1adaaa74187ed35d97dbfc9ab29 + 746e84ac3fa6ca76c05adedd46defb52e999a6e8 diff --git a/eng/Versions.props b/eng/Versions.props index 1bf7cb043..d22bb15b9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20127.1 + 5.0.0-preview.2.20128.1 - 5.0.0-preview.2.20127.2 + 5.0.0-preview.2.20128.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20128.1 - 5.0.0-preview.2.20128.1 - 5.0.0-preview.2.20128.1 + 5.0.0-preview.2.20128.3 + 5.0.0-preview.2.20128.3 + 5.0.0-preview.2.20128.3 From 8764c10f5aadab0c261a8153f48fe0f20dc6fbf8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 20:40:51 +0000 Subject: [PATCH 1773/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200228.2 (#6605) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20128.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20128.2 - dotnet-watch - 5.0.0-preview.2.20128.2 - dotnet-user-secrets - 5.0.0-preview.2.20128.2 - dotnet-dev-certs - 5.0.0-preview.2.20128.2 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20128.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 292b8b6b0..5078469a7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 487c940876b1932920454c44d2463d996cc8407c - + https://github.com/dotnet/aspnetcore - b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 + ce0579255104f6ea1902b62c1e21195a7b93f828 - + https://github.com/dotnet/aspnetcore - b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 + ce0579255104f6ea1902b62c1e21195a7b93f828 - + https://github.com/dotnet/aspnetcore - b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 + ce0579255104f6ea1902b62c1e21195a7b93f828 - + https://github.com/dotnet/aspnetcore - b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 + ce0579255104f6ea1902b62c1e21195a7b93f828 - + https://github.com/dotnet/aspnetcore - b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 + ce0579255104f6ea1902b62c1e21195a7b93f828 - + https://github.com/dotnet/aspnetcore - b0d3ee83776ace2f9624d5ddf0f069fb575acdf5 + ce0579255104f6ea1902b62c1e21195a7b93f828 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index d22bb15b9..c7f35a3a0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20126.7 - 5.0.0-preview.2.20126.7 - 5.0.0-preview.2.20126.7 - 5.0.0-preview.2.20126.7 - 5.0.0-preview.2.20126.7 - 5.0.0-preview.2.20126.7 + 5.0.0-preview.2.20128.2 + 5.0.0-preview.2.20128.2 + 5.0.0-preview.2.20128.2 + 5.0.0-preview.2.20128.2 + 5.0.0-preview.2.20128.2 + 5.0.0-preview.2.20128.2 From 4c6dfd118894ecd6e9edb64626bf5ab756d84bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Divino=20C=C3=A9sar?= Date: Fri, 28 Feb 2020 14:01:01 -0800 Subject: [PATCH 1774/2259] Simplify eng\publishing.props (#6501) With newer versions of Microsoft.DotNet.Build.Tasks.Feed you don't need to pass a temporary path to the manifest. I.e., we can remove AssetsTemporaryDirectory and associated code. --- eng/Publishing.props | 27 ++------------------------- eng/Versions.props | 3 +-- 2 files changed, 3 insertions(+), 27 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 7bf3a5f50..85a78b0c6 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -14,8 +14,6 @@ true - - - 2.2.0-beta.19072.10 - $(BuildTasksFeedToolVersion) + 2.2.0-beta.19072.10 2.0.0 15.8.0 From 9969afb20925ed8bbcdaec2eaf71ac48aabc8a75 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2020 22:25:47 +0000 Subject: [PATCH 1775/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200228.3 (#6608) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20128.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20128.3 - dotnet-watch - 5.0.0-preview.2.20128.3 - dotnet-user-secrets - 5.0.0-preview.2.20128.3 - dotnet-dev-certs - 5.0.0-preview.2.20128.3 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20128.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5078469a7..8eb61d4b2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 487c940876b1932920454c44d2463d996cc8407c - + https://github.com/dotnet/aspnetcore - ce0579255104f6ea1902b62c1e21195a7b93f828 + e65408a36c2fdbcf1b82eda0afc18828396c2426 - + https://github.com/dotnet/aspnetcore - ce0579255104f6ea1902b62c1e21195a7b93f828 + e65408a36c2fdbcf1b82eda0afc18828396c2426 - + https://github.com/dotnet/aspnetcore - ce0579255104f6ea1902b62c1e21195a7b93f828 + e65408a36c2fdbcf1b82eda0afc18828396c2426 - + https://github.com/dotnet/aspnetcore - ce0579255104f6ea1902b62c1e21195a7b93f828 + e65408a36c2fdbcf1b82eda0afc18828396c2426 - + https://github.com/dotnet/aspnetcore - ce0579255104f6ea1902b62c1e21195a7b93f828 + e65408a36c2fdbcf1b82eda0afc18828396c2426 - + https://github.com/dotnet/aspnetcore - ce0579255104f6ea1902b62c1e21195a7b93f828 + e65408a36c2fdbcf1b82eda0afc18828396c2426 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index daf6f60ea..cd2ee639c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20128.2 - 5.0.0-preview.2.20128.2 - 5.0.0-preview.2.20128.2 - 5.0.0-preview.2.20128.2 - 5.0.0-preview.2.20128.2 - 5.0.0-preview.2.20128.2 + 5.0.0-preview.2.20128.3 + 5.0.0-preview.2.20128.3 + 5.0.0-preview.2.20128.3 + 5.0.0-preview.2.20128.3 + 5.0.0-preview.2.20128.3 + 5.0.0-preview.2.20128.3 From fa2116e505e052b03079cf988f4a4cf309e26b6d Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Thu, 30 Jan 2020 16:18:56 -0800 Subject: [PATCH 1776/2259] Bump self-contained default for 3.0.x and 2.1.x * Bump self-contained default for 3.0.x and 2.1.x * Add 3.0.3 feeds for tests --- NuGet.config | 3 +++ src/redist/targets/GenerateBundledVersions.targets | 12 ++++++------ 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/NuGet.config b/NuGet.config index 77c0a6055..5625dbd3a 100644 --- a/NuGet.config +++ b/NuGet.config @@ -11,6 +11,9 @@ + + + diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index a214842a0..45a3461c5 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -14,11 +14,11 @@ <_NETStandardLibraryPackageVersion>$(NETStandardLibraryRefPackageVersion) <_NETCorePlatformsPackageVersion>$(MicrosoftNETCorePlatformsPackageVersion) - <_NETCoreApp30RuntimePackVersion>3.0.2 + <_NETCoreApp30RuntimePackVersion>3.0.3 <_NETCoreApp30TargetingPackVersion>3.0.0 - <_WindowsDesktop30RuntimePackVersion>3.0.2 + <_WindowsDesktop30RuntimePackVersion>3.0.3 <_WindowsDesktop30TargetingPackVersion>3.0.0 - <_AspNet30RuntimePackVersion>3.0.2 + <_AspNet30RuntimePackVersion>3.0.3 <_AspNet30TargetingPackVersion>3.0.1 @@ -92,7 +92,7 @@ + LatestVersion="2.1.16" /> + LatestVersion="2.1.16"/> + LatestVersion="2.1.16"/> Date: Fri, 28 Feb 2020 15:18:29 -0800 Subject: [PATCH 1777/2259] Fix download links --- Downloads2.x.md | 1 + README.md | 121 +++++++++++++++++++++++------------------------- 2 files changed, 59 insertions(+), 63 deletions(-) diff --git a/Downloads2.x.md b/Downloads2.x.md index eb1981ecc..d5013bde3 100644 --- a/Downloads2.x.md +++ b/Downloads2.x.md @@ -161,3 +161,4 @@ [linux-musl-targz-2.1.5XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-2.1.5XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/2.1.5xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha +[sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories diff --git a/README.md b/README.md index ce3baf05f..19463a108 100644 --- a/README.md +++ b/README.md @@ -51,18 +51,19 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
                                                          (5.0.x Runtime) | Release/5.0.1XX
                                                          (5.0 Runtime) | Release/3.1.2XX
                                                          (3.1.x Runtime) | Release/3.1.1XX
                                                          (3.1.x Runtime) | Release/3.0.1xx
                                                          (3.0.x Runtime) | +| Platform | Master
                                                          (5.0.x Runtime) | 5.0.100 Preview 1
                                                          (5.0 Runtime) | Release/3.1.2XX
                                                          (3.1.x Runtime) | Release/3.1.1XX
                                                          (3.1.x Runtime) | Release/3.0.1xx
                                                          (3.0.x Runtime) | | :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
                                                          [Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
                                                          [zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1xx-preview1]][win-x64-version-5.0.1xx-preview1]
                                                          [Installer][win-x64-installer-5.0.1xx-preview1] - [Checksum][win-x64-installer-checksum-5.0.1xx-preview1]
                                                          [zip][win-x64-zip-5.0.1xx-preview1] - [Checksum][win-x64-zip-checksum-5.0.1xx-preview1] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
                                                          [Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
                                                          [zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
                                                          [Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
                                                          [zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
                                                          [Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
                                                          [zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
                                                          [Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
                                                          [zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1xx-preview1]][win-x86-version-5.0.1xx-preview1]
                                                          [Installer][win-x86-installer-5.0.1xx-preview1] - [Checksum][win-x86-installer-checksum-5.0.1xx-preview1]
                                                          [zip][win-x86-zip-5.0.1xx-preview1] - [Checksum][win-x86-zip-checksum-5.0.1xx-preview1] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
                                                          [Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
                                                          [zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
                                                          [Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
                                                          [zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
                                                          [Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
                                                          [zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
                                                          [Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
                                                          [tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1xx-preview1]][osx-version-5.0.1xx-preview1]
                                                          [Installer][osx-installer-5.0.1xx-preview1] - [Checksum][osx-installer-checksum-5.0.1xx-preview1]
                                                          [tar.gz][osx-targz-5.0.1xx-preview1] - [Checksum][osx-targz-checksum-5.0.1xx-preview1] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
                                                          [Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
                                                          [tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
                                                          [Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
                                                          [tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
                                                          [Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
                                                          [tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
                                                          [DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
                                                          [RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1xx-preview1]][linux-version-5.0.1xx-preview1]
                                                          [DEB Installer][linux-DEB-installer-5.0.1xx-preview1] - [Checksum][linux-DEB-installer-checksum-5.0.1xx-preview1]
                                                          [RPM Installer][linux-RPM-installer-5.0.1xx-preview1] - [Checksum][linux-RPM-installer-checksum-5.0.1xx-preview1]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1xx-preview1] - [Checksum][linux-targz-checksum-5.0.1xx-preview1] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
                                                          [tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1xx-preview1]][linux-arm-version-5.0.1xx-preview1]
                                                          [tar.gz][linux-arm-targz-5.0.1xx-preview1] - [Checksum][linux-arm-targz-checksum-5.0.1xx-preview1] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
                                                          [tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
                                                          [tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
                                                          [tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1xx-preview1]][linux-arm64-version-5.0.1xx-preview1]
                                                          [tar.gz][linux-arm64-targz-5.0.1xx-preview1] - [Checksum][linux-arm64-targz-checksum-5.0.1xx-preview1] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | -| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1xx-preview1]][rhel-6-version-5.0.1xx-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1xx-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1xx-preview1] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1xx-preview1]][linux-musl-version-5.0.1xx-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1xx-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1xx-preview1] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1xx-preview1]][win-arm-version-5.0.1xx-preview1]
                                                          [zip][win-arm-zip-5.0.1xx-preview1] - [Checksum][win-arm-zip-checksum-5.0.1xx-preview1] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | -| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | [![][freebsd-x64-badge-5.0.1xx-preview1]][freebsd-x64-version-5.0.1xx-preview1]
                                                          [tar.gz][freebsd-x64-zip-5.0.1xx-preview1] - [Checksum][freebsd-x64-zip-checksum-5.0.1xx-preview1] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
                                                          [Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
                                                          [zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-preview1]][win-x64-version-5.0.1XX-preview1]
                                                          [Installer][win-x64-installer-5.0.1XX-preview1] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x64-zip-5.0.1XX-preview1] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview1] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
                                                          [Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
                                                          [zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
                                                          [Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
                                                          [zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
                                                          [Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
                                                          [zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
                                                          [Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
                                                          [zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-preview1]][win-x86-version-5.0.1XX-preview1]
                                                          [Installer][win-x86-installer-5.0.1XX-preview1] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x86-zip-5.0.1XX-preview1] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview1] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
                                                          [Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
                                                          [zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
                                                          [Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
                                                          [zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
                                                          [Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
                                                          [zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
                                                          [Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
                                                          [tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-preview1]][osx-version-5.0.1XX-preview1]
                                                          [Installer][osx-installer-5.0.1XX-preview1] - [Checksum][osx-installer-checksum-5.0.1XX-preview1]
                                                          [tar.gz][osx-targz-5.0.1XX-preview1] - [Checksum][osx-targz-checksum-5.0.1XX-preview1] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
                                                          [Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
                                                          [tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
                                                          [Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
                                                          [tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
                                                          [Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
                                                          [tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
                                                          [DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
                                                          [RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-preview1]][linux-version-5.0.1XX-preview1]
                                                          [DEB Installer][linux-DEB-installer-5.0.1XX-preview1] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview1]
                                                          [RPM Installer][linux-RPM-installer-5.0.1XX-preview1] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview1]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1XX-preview1] - [Checksum][linux-targz-checksum-5.0.1XX-preview1] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
                                                          [tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-preview1]][linux-arm-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm-targz-5.0.1XX-preview1] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview1] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
                                                          [tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
                                                          [tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
                                                          [tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-preview1]][linux-arm64-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview1] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | +| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1XX-preview1]][rhel-6-version-5.0.1XX-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview1] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview1]][linux-musl-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview1] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | **N/A** | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | +| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | **N/A** | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | +| **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: @@ -78,12 +79,12 @@ Reference notes: [win-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip.sha -[win-x64-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/win_x64_Release_version_badge.svg -[win-x64-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version -[win-x64-installer-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.zip.sha +[win-x64-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version +[win-x64-installer-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.zip.sha [win-x64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version @@ -113,12 +114,12 @@ Reference notes: [win-x86-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.zip.sha -[win-x86-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/win_x86_Release_version_badge.svg -[win-x86-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version -[win-x86-installer-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.zip.sha +[win-x86-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version +[win-x86-installer-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.zip.sha [win-x86-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version @@ -148,12 +149,12 @@ Reference notes: [osx-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.tar.gz [osx-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.tar.gz.sha -[osx-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/osx_x64_Release_version_badge.svg -[osx-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version -[osx-installer-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.tar.gz.sha +[osx-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/osx_x64_Release_version_badge.svg +[osx-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version +[osx-installer-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.pkg +[osx-installer-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.tar.gz +[osx-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.tar.gz.sha [osx-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/osx_x64_Release_version_badge.svg [osx-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version @@ -185,14 +186,14 @@ Reference notes: [linux-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-x64.tar.gz.sha -[linux-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/linux_x64_Release_version_badge.svg -[linux-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version -[linux-DEB-installer-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-x64.tar.gz.sha +[linux-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version +[linux-DEB-installer-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-x64.tar.gz.sha [linux-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_x64_Release_version_badge.svg [linux-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version @@ -226,10 +227,10 @@ Reference notes: [linux-arm-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm.tar.gz [linux-arm-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm.tar.gz.sha -[linux-arm-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/linux_arm_Release_version_badge.svg -[linux-arm-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version -[linux-arm-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm.tar.gz.sha +[linux-arm-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version +[linux-arm-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm.tar.gz.sha [linux-arm-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version @@ -251,10 +252,10 @@ Reference notes: [linux-arm64-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz [linux-arm64-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz.sha -[linux-arm64-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/linux_arm64_Release_version_badge.svg -[linux-arm64-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version -[linux-arm64-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm64.tar.gz.sha +[linux-arm64-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version +[linux-arm64-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm64.tar.gz.sha [linux-arm64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version @@ -276,10 +277,10 @@ Reference notes: [rhel-6-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha -[rhel-6-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version -[rhel-6-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha +[rhel-6-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version +[rhel-6-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha [rhel-6-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version @@ -301,10 +302,10 @@ Reference notes: [linux-musl-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha -[linux-musl-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version -[linux-musl-targz-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha +[linux-musl-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version +[linux-musl-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha [linux-musl-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version @@ -326,11 +327,6 @@ Reference notes: [win-arm-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm.zip.sha -[win-arm-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/win_arm_Release_version_badge.svg -[win-arm-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version -[win-arm-zip-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-arm.zip -[win-arm-zip-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-win-arm.zip.sha - [win-arm-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [win-arm-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm.zip @@ -351,11 +347,6 @@ Reference notes: [freebsd-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz [freebsd-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz.sha -[freebsd-x64-badge-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/latest.version -[freebsd-x64-zip-5.0.1xx-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-5.0.1xx-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/5.0.1xx-preview1/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - [freebsd-x64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [freebsd-x64-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-freebsd-x64.tar.gz @@ -371,6 +362,10 @@ Reference notes: [freebsd-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz [freebsd-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-freebsd-x64.tar.gz.sha +[sdk-shas-2.2.1XX]: https://github.com/dotnet/versions/tree/master/build-info/dotnet/product/cli/release/2.2#built-repositories + + + Questions & Comments -------------------- From 74fc2536523ee8485e7cf5d7b3631279969e2fdb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 01:00:49 +0000 Subject: [PATCH 1778/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200228.6 (#6613) - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20128.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20128.6 - dotnet-watch - 5.0.0-preview.2.20128.6 - dotnet-user-secrets - 5.0.0-preview.2.20128.6 - dotnet-dev-certs - 5.0.0-preview.2.20128.6 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20128.6 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c4a7a4bee..87c965159 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 487c940876b1932920454c44d2463d996cc8407c
                                                          - + https://github.com/dotnet/aspnetcore - e65408a36c2fdbcf1b82eda0afc18828396c2426 + 8338060145f9b415504b6b0792cc65c496935226 - + https://github.com/dotnet/aspnetcore - e65408a36c2fdbcf1b82eda0afc18828396c2426 + 8338060145f9b415504b6b0792cc65c496935226 - + https://github.com/dotnet/aspnetcore - e65408a36c2fdbcf1b82eda0afc18828396c2426 + 8338060145f9b415504b6b0792cc65c496935226 - + https://github.com/dotnet/aspnetcore - e65408a36c2fdbcf1b82eda0afc18828396c2426 + 8338060145f9b415504b6b0792cc65c496935226 - + https://github.com/dotnet/aspnetcore - e65408a36c2fdbcf1b82eda0afc18828396c2426 + 8338060145f9b415504b6b0792cc65c496935226 - + https://github.com/dotnet/aspnetcore - e65408a36c2fdbcf1b82eda0afc18828396c2426 + 8338060145f9b415504b6b0792cc65c496935226 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index c858e0083..f734c534a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20128.3 - 5.0.0-preview.2.20128.3 - 5.0.0-preview.2.20128.3 - 5.0.0-preview.2.20128.3 - 5.0.0-preview.2.20128.3 - 5.0.0-preview.2.20128.3 + 5.0.0-preview.2.20128.6 + 5.0.0-preview.2.20128.6 + 5.0.0-preview.2.20128.6 + 5.0.0-preview.2.20128.6 + 5.0.0-preview.2.20128.6 + 5.0.0-preview.2.20128.6 From 4030cecb16b9102ce614350f1c469c56ce5cc660 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 02:30:47 +0000 Subject: [PATCH 1779/2259] Update dependencies from https://github.com/dotnet/sdk build 20200228.1 (#6615) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20128.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20128.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87c965159..55fca15cb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 734e9819b06ee95dafd0c7419a147c9eef3f1eb6 - + https://github.com/dotnet/sdk - b108780007e366d0eb843389e70d077ba1135aa0 + 71d5a6f678d25ecf1e2deda0dde2cb245665bfb8 - + https://github.com/dotnet/sdk - b108780007e366d0eb843389e70d077ba1135aa0 + 71d5a6f678d25ecf1e2deda0dde2cb245665bfb8 diff --git a/eng/Versions.props b/eng/Versions.props index f734c534a..cc144ca5f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20126.1 + 5.0.100-preview.2.20128.1 0.2.0 - 5.0.100-preview.2.20126.1 + 5.0.100-preview.2.20128.1 $(MicrosoftNETSdkPackageVersion) From 9b58f7f96486533ffd607339949382342c2727ac Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 03:40:54 +0000 Subject: [PATCH 1780/2259] Update dependencies from https://github.com/dotnet/sdk build 20200228.2 (#6617) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20128.2 - Microsoft.NET.Sdk - 5.0.100-preview.1.20128.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5f45d6712..45e7aed49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 4c1a4ba9c52eccd5bf50e35426135cd835a2240a - + https://github.com/dotnet/sdk - ba9da3000fbb677f00040df8a1ed31d8178b9b12 + bbff20c1e2a293835d0fcef16e55ff14bed7c72f - + https://github.com/dotnet/sdk - ba9da3000fbb677f00040df8a1ed31d8178b9b12 + bbff20c1e2a293835d0fcef16e55ff14bed7c72f diff --git a/eng/Versions.props b/eng/Versions.props index 9c43f6374..d87dcaf70 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20127.1 + 5.0.100-preview.1.20128.2 0.2.0 - 5.0.100-preview.1.20127.1 + 5.0.100-preview.1.20128.2 $(MicrosoftNETSdkPackageVersion) From 0c269f60f7f361db35111e01032454e702ccdd9a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 04:25:48 +0000 Subject: [PATCH 1781/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200228.8 (#6618) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20128.8 - dotnet-watch - 5.0.0-preview.2.20128.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20128.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20128.8 - dotnet-user-secrets - 5.0.0-preview.2.20128.8 - dotnet-dev-certs - 5.0.0-preview.2.20128.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 55fca15cb..302aa06d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 487c940876b1932920454c44d2463d996cc8407c - + https://github.com/dotnet/aspnetcore - 8338060145f9b415504b6b0792cc65c496935226 + 347af59a611ecf17cf751ee550a6f7a261acd124 - + https://github.com/dotnet/aspnetcore - 8338060145f9b415504b6b0792cc65c496935226 + 347af59a611ecf17cf751ee550a6f7a261acd124 - + https://github.com/dotnet/aspnetcore - 8338060145f9b415504b6b0792cc65c496935226 + 347af59a611ecf17cf751ee550a6f7a261acd124 - + https://github.com/dotnet/aspnetcore - 8338060145f9b415504b6b0792cc65c496935226 + 347af59a611ecf17cf751ee550a6f7a261acd124 - + https://github.com/dotnet/aspnetcore - 8338060145f9b415504b6b0792cc65c496935226 + 347af59a611ecf17cf751ee550a6f7a261acd124 - + https://github.com/dotnet/aspnetcore - 8338060145f9b415504b6b0792cc65c496935226 + 347af59a611ecf17cf751ee550a6f7a261acd124 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index cc144ca5f..486e2b43a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20128.6 - 5.0.0-preview.2.20128.6 - 5.0.0-preview.2.20128.6 - 5.0.0-preview.2.20128.6 - 5.0.0-preview.2.20128.6 - 5.0.0-preview.2.20128.6 + 5.0.0-preview.2.20128.8 + 5.0.0-preview.2.20128.8 + 5.0.0-preview.2.20128.8 + 5.0.0-preview.2.20128.8 + 5.0.0-preview.2.20128.8 + 5.0.0-preview.2.20128.8 From cdc01e8230cd2cf54276e8133484b85d3d6ddcc8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 06:35:46 +0000 Subject: [PATCH 1782/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200228.11 (#6620) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20128.11 - dotnet-watch - 5.0.0-preview.2.20128.11 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20128.11 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20128.11 - dotnet-user-secrets - 5.0.0-preview.2.20128.11 - dotnet-dev-certs - 5.0.0-preview.2.20128.11 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 302aa06d9..a1b9d9d0a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 487c940876b1932920454c44d2463d996cc8407c - + https://github.com/dotnet/aspnetcore - 347af59a611ecf17cf751ee550a6f7a261acd124 + 41a3c63bc556db014d7368a08232eadfe744b10d - + https://github.com/dotnet/aspnetcore - 347af59a611ecf17cf751ee550a6f7a261acd124 + 41a3c63bc556db014d7368a08232eadfe744b10d - + https://github.com/dotnet/aspnetcore - 347af59a611ecf17cf751ee550a6f7a261acd124 + 41a3c63bc556db014d7368a08232eadfe744b10d - + https://github.com/dotnet/aspnetcore - 347af59a611ecf17cf751ee550a6f7a261acd124 + 41a3c63bc556db014d7368a08232eadfe744b10d - + https://github.com/dotnet/aspnetcore - 347af59a611ecf17cf751ee550a6f7a261acd124 + 41a3c63bc556db014d7368a08232eadfe744b10d - + https://github.com/dotnet/aspnetcore - 347af59a611ecf17cf751ee550a6f7a261acd124 + 41a3c63bc556db014d7368a08232eadfe744b10d https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 486e2b43a..6464da25d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20128.8 - 5.0.0-preview.2.20128.8 - 5.0.0-preview.2.20128.8 - 5.0.0-preview.2.20128.8 - 5.0.0-preview.2.20128.8 - 5.0.0-preview.2.20128.8 + 5.0.0-preview.2.20128.11 + 5.0.0-preview.2.20128.11 + 5.0.0-preview.2.20128.11 + 5.0.0-preview.2.20128.11 + 5.0.0-preview.2.20128.11 + 5.0.0-preview.2.20128.11 From d6430a8cd55034583740f4a29b716a086cd7707f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 13:29:46 +0000 Subject: [PATCH 1783/2259] Update dependencies from https://github.com/dotnet/arcade build 20200228.3 (#6622) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20128.3 --- eng/Version.Details.xml | 4 ++-- eng/common/performance/perfhelixpublish.proj | 21 +++++++++++++++++++- global.json | 2 +- 3 files changed, 23 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a1b9d9d0a..faf70b2b5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 9c66925c608f3c0ee3e1f66c05943865b64590e1 + 5966c5dd9deb5aca8fd8183eec454cf6cf864d14 diff --git a/eng/common/performance/perfhelixpublish.proj b/eng/common/performance/perfhelixpublish.proj index e5826b532..cf5941e1b 100644 --- a/eng/common/performance/perfhelixpublish.proj +++ b/eng/common/performance/perfhelixpublish.proj @@ -6,7 +6,7 @@ py -3 %HELIX_CORRELATION_PAYLOAD%\Core_Root\CoreRun.exe %HELIX_CORRELATION_PAYLOAD%\Baseline_Core_Root\CoreRun.exe - $(HelixPreCommands);call %HELIX_CORRELATION_PAYLOAD%\performance\tools\machine-setup.cmd + $(HelixPreCommands);call %HELIX_CORRELATION_PAYLOAD%\performance\tools\machine-setup.cmd;set PYTHONPATH=%HELIX_WORKITEM_PAYLOAD%\scripts%3B%HELIX_WORKITEM_PAYLOAD% %HELIX_CORRELATION_PAYLOAD%\artifacts\BenchmarkDotNet.Artifacts %HELIX_CORRELATION_PAYLOAD%\artifacts\BenchmarkDotNet.Artifacts_Baseline %HELIX_CORRELATION_PAYLOAD%\performance\src\tools\ResultsComparer\ResultsComparer.csproj @@ -99,4 +99,23 @@ 4:00 + + + + $(WorkItemDirectory)\ScenarioCorrelation + $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name System.Private.Xml.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + + $(WorkItemDirectory)\ScenarioCorrelation + $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name System.Linq.Expressions.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + + $(WorkItemDirectory)\ScenarioCorrelation + $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name Microsoft.CodeAnalysis.VisualBasic.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + + $(WorkItemDirectory)\ScenarioCorrelation + $(Python) %HELIX_CORRELATION_PAYLOAD%\performance\src\scenarios\crossgen\test.py crossgen --test-name Microsoft.CodeAnalysis.CSharp.dll --core-root %HELIX_CORRELATION_PAYLOAD%\Core_Root + + \ No newline at end of file diff --git a/global.json b/global.json index 312a8e821..480f508b1 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20127.9" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20128.3" } } From b50b911956c12437ff8d8b5cf0df85b857aa0aa9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 13:35:21 +0000 Subject: [PATCH 1784/2259] Update dependencies from https://github.com/dotnet/templating build 20200228.1 (#6623) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20128.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index faf70b2b5..5da90ebc1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 91cbc040733600df96d8a3b86af4d0044bb51a8d - + https://github.com/dotnet/templating - 734e9819b06ee95dafd0c7419a147c9eef3f1eb6 + 69edfacc656d0166235627d3d172173909028f59 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6464da25d..d66200ca4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-preview.2.20127.1 + 5.0.0-preview.2.20128.1 From d85227319e6bd69824ddeaf6efb8484177e0a104 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 13:49:44 +0000 Subject: [PATCH 1785/2259] Update dependencies from https://github.com/dotnet/runtime build 20200228.16 (#6624) - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20128.16 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20128.16 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20128.16 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20128.16 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20128.16 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20128.16 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5da90ebc1..23270fb32 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop adfa95f7302c7f61a83ccd3ec197cb1ca7db5ffe - + https://github.com/dotnet/runtime - 487c940876b1932920454c44d2463d996cc8407c + cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 - + https://github.com/dotnet/runtime - 487c940876b1932920454c44d2463d996cc8407c + cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 - + https://github.com/dotnet/runtime - 487c940876b1932920454c44d2463d996cc8407c + cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 - + https://github.com/dotnet/runtime - 487c940876b1932920454c44d2463d996cc8407c + cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 - + https://github.com/dotnet/runtime - 487c940876b1932920454c44d2463d996cc8407c + cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 487c940876b1932920454c44d2463d996cc8407c + cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index d66200ca4..9980af270 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.2.20127.14 + 5.0.0-preview.2.20128.16 - 5.0.0-preview.2.20127.14 - 5.0.0-preview.2.20127.14 - 5.0.0-preview.2.20127.14 - 5.0.0-preview.2.20127.14 - 5.0.0-preview.2.20127.14 + 5.0.0-preview.2.20128.16 + 5.0.0-preview.2.20128.16 + 5.0.0-preview.2.20128.16 + 5.0.0-preview.2.20128.16 + 5.0.0-preview.2.20128.16 2.1.0 From 3c4981addeaeb7f6dc5c4e944541263e280c8529 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 14:55:45 +0000 Subject: [PATCH 1786/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200229.1 (#6625) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20129.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20129.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20129.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 23270fb32..995e78fa4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - adfa95f7302c7f61a83ccd3ec197cb1ca7db5ffe + 3560d5199eced46d27d0c8cd6a3644e76c6bfea9 - + https://github.com/dotnet/windowsdesktop - adfa95f7302c7f61a83ccd3ec197cb1ca7db5ffe + 3560d5199eced46d27d0c8cd6a3644e76c6bfea9 - + https://github.com/dotnet/windowsdesktop - adfa95f7302c7f61a83ccd3ec197cb1ca7db5ffe + 3560d5199eced46d27d0c8cd6a3644e76c6bfea9 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 9980af270..4ee2eb926 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20128.3 - 5.0.0-preview.2.20128.3 - 5.0.0-preview.2.20128.3 + 5.0.0-preview.2.20129.1 + 5.0.0-preview.2.20129.1 + 5.0.0-preview.2.20129.1 From 406e91fea7a86a0449a09c18c869544e0e5f5440 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 17:51:10 +0000 Subject: [PATCH 1787/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200229.2 (#6626) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20129.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20129.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20129.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20129.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 995e78fa4..ee878a536 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3560d5199eced46d27d0c8cd6a3644e76c6bfea9 + 13bb0b12b4f8b92d27937262557adea96081c19c - + https://github.com/dotnet/windowsdesktop - 3560d5199eced46d27d0c8cd6a3644e76c6bfea9 + 13bb0b12b4f8b92d27937262557adea96081c19c - + https://github.com/dotnet/windowsdesktop - 3560d5199eced46d27d0c8cd6a3644e76c6bfea9 + 13bb0b12b4f8b92d27937262557adea96081c19c https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 1129ecc0530884a86cea2d18e8f78f44e90eeb6f - + https://github.com/dotnet/wpf - 746e84ac3fa6ca76c05adedd46defb52e999a6e8 + e083cdac0bd80f045785b2de7ad76a5901fc9020 diff --git a/eng/Versions.props b/eng/Versions.props index 4ee2eb926..ada3ea260 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20128.2 + 5.0.0-preview.2.20129.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20129.1 - 5.0.0-preview.2.20129.1 - 5.0.0-preview.2.20129.1 + 5.0.0-preview.2.20129.2 + 5.0.0-preview.2.20129.2 + 5.0.0-preview.2.20129.2 From f2e4907862000e1217160f31cdf111679765435c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 29 Feb 2020 20:10:46 +0000 Subject: [PATCH 1788/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200229.3 (#6628) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20129.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20129.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20129.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20129.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20129.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ee878a536..5d7526c9f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 13bb0b12b4f8b92d27937262557adea96081c19c + e802a97e935d417ef08644ec302fe8032257f778 - + https://github.com/dotnet/windowsdesktop - 13bb0b12b4f8b92d27937262557adea96081c19c + e802a97e935d417ef08644ec302fe8032257f778 - + https://github.com/dotnet/windowsdesktop - 13bb0b12b4f8b92d27937262557adea96081c19c + e802a97e935d417ef08644ec302fe8032257f778 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 71d5a6f678d25ecf1e2deda0dde2cb245665bfb8 - + https://github.com/dotnet/winforms - 1129ecc0530884a86cea2d18e8f78f44e90eeb6f + f1a411f4d7786bf9898df1af926c6e445ad38ecb - + https://github.com/dotnet/wpf - e083cdac0bd80f045785b2de7ad76a5901fc9020 + 9ec8badae73c9eedfa054efba33534583355a93c diff --git a/eng/Versions.props b/eng/Versions.props index ada3ea260..600d4ea60 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20128.1 + 5.0.0-preview.2.20129.1 - 5.0.0-preview.2.20129.1 + 5.0.0-preview.2.20129.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20129.2 - 5.0.0-preview.2.20129.2 - 5.0.0-preview.2.20129.2 + 5.0.0-preview.2.20129.3 + 5.0.0-preview.2.20129.3 + 5.0.0-preview.2.20129.3 From 074423c906e44b69e0ba301676446dde677f157f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 13:44:45 +0000 Subject: [PATCH 1789/2259] Update dependencies from https://github.com/dotnet/arcade build 20200229.1 (#6629) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20129.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5d7526c9f..c0d81f103 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 5966c5dd9deb5aca8fd8183eec454cf6cf864d14 + 86e54fb5076d46a6f959f0329d53c1c72e2280df diff --git a/global.json b/global.json index 480f508b1..f540e31f2 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20128.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20129.1" } } From 1db4a219a60ab96fac76bcbd88ff0f079e50e7eb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 14:04:49 +0000 Subject: [PATCH 1790/2259] Update dependencies from https://github.com/dotnet/runtime build 20200229.8 (#6631) - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20129.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20129.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20129.8 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20129.8 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20129.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20129.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0d81f103..3f3e76bf9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop e802a97e935d417ef08644ec302fe8032257f778 - + https://github.com/dotnet/runtime - cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 + 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 - + https://github.com/dotnet/runtime - cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 + 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 - + https://github.com/dotnet/runtime - cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 + 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 - + https://github.com/dotnet/runtime - cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 + 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 - + https://github.com/dotnet/runtime - cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 + 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - cf4cc83d44f3ebd1807b6db0ad9e546bdce218b7 + 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 600d4ea60..4affc7a0e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.2.20128.16 + 5.0.0-preview.2.20129.8 - 5.0.0-preview.2.20128.16 - 5.0.0-preview.2.20128.16 - 5.0.0-preview.2.20128.16 - 5.0.0-preview.2.20128.16 - 5.0.0-preview.2.20128.16 + 5.0.0-preview.2.20129.8 + 5.0.0-preview.2.20129.8 + 5.0.0-preview.2.20129.8 + 5.0.0-preview.2.20129.8 + 5.0.0-preview.2.20129.8 2.1.0 From 65f0cffcdfefceb9ab46ceecd2a72a3d4d27204b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 16:56:33 +0000 Subject: [PATCH 1791/2259] [master] Update dependencies from dotnet/windowsdesktop (#6632) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200301.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20151.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20151.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20151.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200301.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20151.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20151.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20151.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20151.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f3e76bf9..9d9e69073 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e802a97e935d417ef08644ec302fe8032257f778 + 25107012217e494a6b08c3e40afabdcc2f054034 - + https://github.com/dotnet/windowsdesktop - e802a97e935d417ef08644ec302fe8032257f778 + 25107012217e494a6b08c3e40afabdcc2f054034 - + https://github.com/dotnet/windowsdesktop - e802a97e935d417ef08644ec302fe8032257f778 + 25107012217e494a6b08c3e40afabdcc2f054034 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms f1a411f4d7786bf9898df1af926c6e445ad38ecb - + https://github.com/dotnet/wpf - 9ec8badae73c9eedfa054efba33534583355a93c + 301d90228e3c41e35c2268b5fc7778dd73719f57 diff --git a/eng/Versions.props b/eng/Versions.props index 4affc7a0e..bce2990d5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20129.3 + 5.0.0-preview.2.20151.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20129.3 - 5.0.0-preview.2.20129.3 - 5.0.0-preview.2.20129.3 + 5.0.0-preview.2.20151.2 + 5.0.0-preview.2.20151.2 + 5.0.0-preview.2.20151.2 From 0e1fbfbf0ca9f7c6c42d61e0167b29be9b53e4e2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 17:30:44 +0000 Subject: [PATCH 1792/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200301.3 (#6633) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20151.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20151.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20151.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20151.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20151.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9d9e69073..009d012a7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 25107012217e494a6b08c3e40afabdcc2f054034 + d6c39e1ec73741ca7696a7871f43568381a76b7b - + https://github.com/dotnet/windowsdesktop - 25107012217e494a6b08c3e40afabdcc2f054034 + d6c39e1ec73741ca7696a7871f43568381a76b7b - + https://github.com/dotnet/windowsdesktop - 25107012217e494a6b08c3e40afabdcc2f054034 + d6c39e1ec73741ca7696a7871f43568381a76b7b https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 71d5a6f678d25ecf1e2deda0dde2cb245665bfb8 - + https://github.com/dotnet/winforms - f1a411f4d7786bf9898df1af926c6e445ad38ecb + 3db9007830c9a77465457af17e59cc628af771cf - + https://github.com/dotnet/wpf - 301d90228e3c41e35c2268b5fc7778dd73719f57 + 068767f4a1a3f19e1c529abb887fc7aac602c4f9 diff --git a/eng/Versions.props b/eng/Versions.props index bce2990d5..ec99fbccd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20129.1 + 5.0.0-preview.2.20151.1 - 5.0.0-preview.2.20151.1 + 5.0.0-preview.2.20151.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20151.2 - 5.0.0-preview.2.20151.2 - 5.0.0-preview.2.20151.2 + 5.0.0-preview.2.20151.3 + 5.0.0-preview.2.20151.3 + 5.0.0-preview.2.20151.3 From c9d728ee9537386984c0ac341daa083265cb237b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2020 18:40:45 +0000 Subject: [PATCH 1793/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200301.4 (#6634) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20151.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20151.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20151.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20151.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 009d012a7..be5ef43ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d6c39e1ec73741ca7696a7871f43568381a76b7b + 9f7201f880918c87b225390276596b8cd56ca763 - + https://github.com/dotnet/windowsdesktop - d6c39e1ec73741ca7696a7871f43568381a76b7b + 9f7201f880918c87b225390276596b8cd56ca763 - + https://github.com/dotnet/windowsdesktop - d6c39e1ec73741ca7696a7871f43568381a76b7b + 9f7201f880918c87b225390276596b8cd56ca763 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 3db9007830c9a77465457af17e59cc628af771cf - + https://github.com/dotnet/wpf - 068767f4a1a3f19e1c529abb887fc7aac602c4f9 + ccc353c1cf8a14defeabd4073619d23a73415865 diff --git a/eng/Versions.props b/eng/Versions.props index ec99fbccd..b56a82e14 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20151.2 + 5.0.0-preview.2.20151.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20151.3 - 5.0.0-preview.2.20151.3 - 5.0.0-preview.2.20151.3 + 5.0.0-preview.2.20151.4 + 5.0.0-preview.2.20151.4 + 5.0.0-preview.2.20151.4 From 4c30520a1cf024368d557c0cd10a0981c1f844f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 13:45:13 +0000 Subject: [PATCH 1794/2259] [master] Update dependencies from dotnet/templating (#6630) * Update dependencies from https://github.com/dotnet/templating build 20200229.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20129.1 * Update dependencies from https://github.com/dotnet/templating build 20200301.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20151.1 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be5ef43ba..7d2f014f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 91cbc040733600df96d8a3b86af4d0044bb51a8d - + https://github.com/dotnet/templating - 69edfacc656d0166235627d3d172173909028f59 + f15388ee6e45a8923fba0f54f55154aee991fb84 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index b56a82e14..337337641 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 5.0.0-preview.2.20128.1 + 5.0.0-preview.2.20151.1 From a93f0264b4afad121bd9752af46dc00eb13c4f24 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 14:55:48 +0000 Subject: [PATCH 1795/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200302.1 (#6637) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20152.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20152.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20152.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7d2f014f2..e783cdbf7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9f7201f880918c87b225390276596b8cd56ca763 + 7b761b1cc82a022b72f367b14f564b14d5fc6066 - + https://github.com/dotnet/windowsdesktop - 9f7201f880918c87b225390276596b8cd56ca763 + 7b761b1cc82a022b72f367b14f564b14d5fc6066 - + https://github.com/dotnet/windowsdesktop - 9f7201f880918c87b225390276596b8cd56ca763 + 7b761b1cc82a022b72f367b14f564b14d5fc6066 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 337337641..3589f8043 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20151.4 - 5.0.0-preview.2.20151.4 - 5.0.0-preview.2.20151.4 + 5.0.0-preview.2.20152.1 + 5.0.0-preview.2.20152.1 + 5.0.0-preview.2.20152.1 From c427ea762bf9f45031b87ebca578c67c768908e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 17:55:55 +0000 Subject: [PATCH 1796/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200302.2 (#6639) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20152.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20152.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20152.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20152.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20152.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e783cdbf7..7274ea221 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7b761b1cc82a022b72f367b14f564b14d5fc6066 + d5f350e2c04566d3ac2f2ce5bcc3db5d5031033e - + https://github.com/dotnet/windowsdesktop - 7b761b1cc82a022b72f367b14f564b14d5fc6066 + d5f350e2c04566d3ac2f2ce5bcc3db5d5031033e - + https://github.com/dotnet/windowsdesktop - 7b761b1cc82a022b72f367b14f564b14d5fc6066 + d5f350e2c04566d3ac2f2ce5bcc3db5d5031033e https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 71d5a6f678d25ecf1e2deda0dde2cb245665bfb8 - + https://github.com/dotnet/winforms - 3db9007830c9a77465457af17e59cc628af771cf + 31bca2bbe81ee8b368cbe3fdb19bbed2ceca5835 - + https://github.com/dotnet/wpf - ccc353c1cf8a14defeabd4073619d23a73415865 + ab67fea7bbcc91c6b509bf2158d2592f68d8bfdb diff --git a/eng/Versions.props b/eng/Versions.props index 3589f8043..e2c07b0e5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20151.1 + 5.0.0-preview.2.20152.1 - 5.0.0-preview.2.20151.3 + 5.0.0-preview.2.20152.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20152.1 - 5.0.0-preview.2.20152.1 - 5.0.0-preview.2.20152.1 + 5.0.0-preview.2.20152.2 + 5.0.0-preview.2.20152.2 + 5.0.0-preview.2.20152.2 From 8b685bf88a7a67c5a5d929971ba26ba60dc9b98d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 18:45:44 +0000 Subject: [PATCH 1797/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200302.3 (#6641) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20152.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20152.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20152.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20152.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7274ea221..951ce5649 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d5f350e2c04566d3ac2f2ce5bcc3db5d5031033e + 060650384e5829dc6bd1d6c3d35f2a8684192043 - + https://github.com/dotnet/windowsdesktop - d5f350e2c04566d3ac2f2ce5bcc3db5d5031033e + 060650384e5829dc6bd1d6c3d35f2a8684192043 - + https://github.com/dotnet/windowsdesktop - d5f350e2c04566d3ac2f2ce5bcc3db5d5031033e + 060650384e5829dc6bd1d6c3d35f2a8684192043 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 31bca2bbe81ee8b368cbe3fdb19bbed2ceca5835 - + https://github.com/dotnet/wpf - ab67fea7bbcc91c6b509bf2158d2592f68d8bfdb + dc8167dc22f49902e4c909b1ef43ae950bae7425 diff --git a/eng/Versions.props b/eng/Versions.props index e2c07b0e5..0a11a9153 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20152.1 + 5.0.0-preview.2.20152.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20152.2 - 5.0.0-preview.2.20152.2 - 5.0.0-preview.2.20152.2 + 5.0.0-preview.2.20152.3 + 5.0.0-preview.2.20152.3 + 5.0.0-preview.2.20152.3 From a0dcddd39eb98720f94e265a25a7659c5f517f72 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 19:06:02 +0000 Subject: [PATCH 1798/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200302.3 (#6642) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20152.3 - dotnet-watch - 5.0.0-preview.2.20152.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20152.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20152.3 - dotnet-user-secrets - 5.0.0-preview.2.20152.3 - dotnet-dev-certs - 5.0.0-preview.2.20152.3 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 951ce5649..56884ae70 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 - + https://github.com/dotnet/aspnetcore - 41a3c63bc556db014d7368a08232eadfe744b10d + d08ecf003ac2484351222be94cc0acb5d451a2c2 - + https://github.com/dotnet/aspnetcore - 41a3c63bc556db014d7368a08232eadfe744b10d + d08ecf003ac2484351222be94cc0acb5d451a2c2 - + https://github.com/dotnet/aspnetcore - 41a3c63bc556db014d7368a08232eadfe744b10d + d08ecf003ac2484351222be94cc0acb5d451a2c2 - + https://github.com/dotnet/aspnetcore - 41a3c63bc556db014d7368a08232eadfe744b10d + d08ecf003ac2484351222be94cc0acb5d451a2c2 - + https://github.com/dotnet/aspnetcore - 41a3c63bc556db014d7368a08232eadfe744b10d + d08ecf003ac2484351222be94cc0acb5d451a2c2 - + https://github.com/dotnet/aspnetcore - 41a3c63bc556db014d7368a08232eadfe744b10d + d08ecf003ac2484351222be94cc0acb5d451a2c2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 0a11a9153..390793524 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20128.11 - 5.0.0-preview.2.20128.11 - 5.0.0-preview.2.20128.11 - 5.0.0-preview.2.20128.11 - 5.0.0-preview.2.20128.11 - 5.0.0-preview.2.20128.11 + 5.0.0-preview.2.20152.3 + 5.0.0-preview.2.20152.3 + 5.0.0-preview.2.20152.3 + 5.0.0-preview.2.20152.3 + 5.0.0-preview.2.20152.3 + 5.0.0-preview.2.20152.3 From 6ae87e76eadb044cfd66011e313569c848a8c140 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2020 19:45:48 +0000 Subject: [PATCH 1799/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200302.4 (#6644) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20152.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20152.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20152.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20152.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 56884ae70..0df8c2fe3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 060650384e5829dc6bd1d6c3d35f2a8684192043 + 4542e3b55e8d38248e766afe5637885a88b52689 - + https://github.com/dotnet/windowsdesktop - 060650384e5829dc6bd1d6c3d35f2a8684192043 + 4542e3b55e8d38248e766afe5637885a88b52689 - + https://github.com/dotnet/windowsdesktop - 060650384e5829dc6bd1d6c3d35f2a8684192043 + 4542e3b55e8d38248e766afe5637885a88b52689 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 31bca2bbe81ee8b368cbe3fdb19bbed2ceca5835 - + https://github.com/dotnet/wpf - dc8167dc22f49902e4c909b1ef43ae950bae7425 + c1e7c082fe8600c820deb4b47f7e684dccfdf1a9 diff --git a/eng/Versions.props b/eng/Versions.props index 390793524..a9135b0d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20152.2 + 5.0.0-preview.2.20152.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20152.3 - 5.0.0-preview.2.20152.3 - 5.0.0-preview.2.20152.3 + 5.0.0-preview.2.20152.4 + 5.0.0-preview.2.20152.4 + 5.0.0-preview.2.20152.4 From 94932e9f86914e9cd1687562b6fcfd7f0b865f2d Mon Sep 17 00:00:00 2001 From: William Li Date: Mon, 2 Mar 2020 13:23:21 -0800 Subject: [PATCH 1800/2259] Add 5.0 templates (#6647) --- src/redist/targets/GenerateLayout.targets | 1 + src/redist/targets/GenerateMSIs.targets | 23 +++++++++++++++++++++-- src/redist/targets/Signing.targets | 3 ++- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index d0db8d20c..3dcaa2248 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -2,6 +2,7 @@ $(BaseOutputPath)$(Configuration)\dotnet\ $(BaseOutputPath)$(Configuration)\dotnet-internal\ + $(BaseOutputPath)$(Configuration)\templates-5.0\ $(BaseOutputPath)$(Configuration)\templates-3.1\ $(BaseOutputPath)$(Configuration)\templates-3.0\ $(BaseOutputPath)$(Configuration)\templates-2.1\ diff --git a/src/redist/targets/GenerateMSIs.targets b/src/redist/targets/GenerateMSIs.targets index 41a28054d..6182492a8 100644 --- a/src/redist/targets/GenerateMSIs.targets +++ b/src/redist/targets/GenerateMSIs.targets @@ -39,6 +39,7 @@ $(ArtifactsShippingPackagesDir)$(ArtifactNameWithVersionSdk)$(InstallerExtension) Dotnet_CLI + $(ArtifactsShippingPackagesDir)dotnet-50templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) $(ArtifactsShippingPackagesDir)dotnet-31templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) $(ArtifactsShippingPackagesDir)dotnet-30templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) $(ArtifactsShippingPackagesDir)dotnet-21templates-$(FullNugetVersion)-$(ProductMonikerRid)$(InstallerExtension) @@ -82,7 +83,7 @@ DependsOnTargets="GenerateLayout;SetupWixProperties"> - + + + + + @@ -215,6 +221,14 @@ + + $(Templates50LayoutPath.TrimEnd('\')) + $(Templates50MSIInstallerFile) + $(BundledTemplates50BrandName) + $(BundledTemplates50MsiVersion) + $(Templates50InstallerUpgradeCode) + NetCore_Templates_5.0 + $(Templates31LayoutPath.TrimEnd('\')) $(Templates31MSIInstallerFile) @@ -267,7 +281,7 @@ '$(DownloadsFolder)$(DownloadedArm64NetCoreAppHostPackInstallerFileName)' ^ '$(DownloadsFolder)$(DownloadedAspNetTargetingPackInstallerFileName)' ^ '$(DownloadsFolder)$(DownloadedWindowsDesktopTargetingPackInstallerFileName)' ^ - '$(Templates31MSIInstallerFile)' ^ + '$(Templates50MSIInstallerFile)' ^ '$(CombinedFrameworkSdkHostMSIInstallerFile)' ^ '$(WixRoot)' ^ '$(SdkBrandName)' ^ @@ -344,6 +358,11 @@ + + $(Templates50MSIInstallerFile) + $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates50MajorMinorVersion).$(FullNugetVersion).nupkg + $(BundledTemplates50MajorMinorVersion) + $(Templates31MSIInstallerFile) $(ArtifactsNonShippingPackagesDir)VS.Redist.Common.NetCore.Templates.$(BundledTemplates31MajorMinorVersion).$(FullNugetVersion).nupkg diff --git a/src/redist/targets/Signing.targets b/src/redist/targets/Signing.targets index 0d5eb9596..cdb3e471f 100644 --- a/src/redist/targets/Signing.targets +++ b/src/redist/targets/Signing.targets @@ -175,10 +175,11 @@ DependsOnTargets="SetSignProps"> + - + $(InternalCertificateId) From 013098c8bcb8fe1fdf92193165206e7d0b091d04 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 01:15:48 +0000 Subject: [PATCH 1801/2259] Update dependencies from https://github.com/dotnet/sdk build 20200302.2 (#6648) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20152.2 - Microsoft.NET.Sdk - 5.0.100-preview.2.20152.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0df8c2fe3..7a58b5a0a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 71d5a6f678d25ecf1e2deda0dde2cb245665bfb8 + e596309d1fb1f4944f3f7706f3dc83343ddd14a4 - + https://github.com/dotnet/sdk - 71d5a6f678d25ecf1e2deda0dde2cb245665bfb8 + e596309d1fb1f4944f3f7706f3dc83343ddd14a4 diff --git a/eng/Versions.props b/eng/Versions.props index a9135b0d0..9636f9b55 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20128.1 + 5.0.100-preview.2.20152.2 0.2.0 - 5.0.100-preview.2.20128.1 + 5.0.100-preview.2.20152.2 $(MicrosoftNETSdkPackageVersion) From 16289da2e676db6a6b598e2aa12834d74b494ec5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 01:51:44 +0000 Subject: [PATCH 1802/2259] Update dependencies from https://github.com/dotnet/toolset build 20200302.4 (#6649) - Microsoft.Dotnet.Toolset.Internal - 3.1.200-preview.20152.4 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a7eb8a208..b6ed47bcd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 7848af4b784658523b15ae605a3a14c4bba5dea4 + 73f0352d1cc739ce20019e5b059dc3b4e1bf767d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 294ffe986..f8a64a108 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20127.2 + 3.1.200-preview.20152.4 From b6c1693228af9b42b79d4df9b183eda94c2faef4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 09:51:18 +0000 Subject: [PATCH 1803/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200302.5 (#6650) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20152.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20152.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20152.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20152.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20152.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7a58b5a0a..c2f38b2d7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4542e3b55e8d38248e766afe5637885a88b52689 + b1a5f6198f80f36daf13e5a54a23e9c2c799dba8 - + https://github.com/dotnet/windowsdesktop - 4542e3b55e8d38248e766afe5637885a88b52689 + b1a5f6198f80f36daf13e5a54a23e9c2c799dba8 - + https://github.com/dotnet/windowsdesktop - 4542e3b55e8d38248e766afe5637885a88b52689 + b1a5f6198f80f36daf13e5a54a23e9c2c799dba8 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ e596309d1fb1f4944f3f7706f3dc83343ddd14a4 - + https://github.com/dotnet/winforms - 31bca2bbe81ee8b368cbe3fdb19bbed2ceca5835 + f3fabd7d33f5de68f915ef83334ea087d49612b4 - + https://github.com/dotnet/wpf - c1e7c082fe8600c820deb4b47f7e684dccfdf1a9 + c9d96d181b17c71bd7976af8793451bd13a8f66b diff --git a/eng/Versions.props b/eng/Versions.props index 9636f9b55..6c2fba62b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20152.1 + 5.0.0-preview.2.20152.2 - 5.0.0-preview.2.20152.3 + 5.0.0-preview.2.20152.4 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20152.4 - 5.0.0-preview.2.20152.4 - 5.0.0-preview.2.20152.4 + 5.0.0-preview.2.20152.5 + 5.0.0-preview.2.20152.5 + 5.0.0-preview.2.20152.5 From b777b15033ac925185942e7b90a91f233cbeebcb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 13:38:48 +0000 Subject: [PATCH 1804/2259] [master] Update dependencies from dotnet/arcade (#6635) * Update dependencies from https://github.com/dotnet/arcade build 20200301.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20151.1 * Update dependencies from https://github.com/dotnet/arcade build 20200302.4 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20152.4 --- eng/Version.Details.xml | 4 ++-- eng/common/build.ps1 | 5 +++++ global.json | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c2f38b2d7..75d04f870 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 86e54fb5076d46a6f959f0329d53c1c72e2280df + d8c2d041341ea7974fd3f2057e9d6afdd4f37598 diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index 88814514d..813d440d2 100644 --- a/eng/common/build.ps1 +++ b/eng/common/build.ps1 @@ -26,6 +26,11 @@ Param( [Parameter(ValueFromRemainingArguments=$true)][String[]]$properties ) +# Unset 'Platform' environment variable to avoid unwanted collision in InstallDotNetCore.targets file +# some computer has this env var defined (e.g. Some HP) +if($env:Platform) { + $env:Platform="" +} function Print-Usage() { Write-Host "Common settings:" Write-Host " -configuration Build configuration: 'Debug' or 'Release' (short: -c)" diff --git a/global.json b/global.json index f540e31f2..7622b2cfa 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20129.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20152.4" } } From b7a3df76d71717dec3b8af08ebf2f5f5d9d53111 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 13:45:36 +0000 Subject: [PATCH 1805/2259] [master] Update dependencies from dotnet/runtime (#6636) * Update dependencies from https://github.com/dotnet/runtime build 20200301.4 - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20151.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20151.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20151.4 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20151.4 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20151.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20151.4 * Update dependencies from https://github.com/dotnet/runtime build 20200302.11 - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20152.11 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20152.11 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20152.11 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20152.11 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20152.11 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20152.11 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75d04f870..4f548924a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop b1a5f6198f80f36daf13e5a54a23e9c2c799dba8 - + https://github.com/dotnet/runtime - 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 + b3f81350c856cfd5079c52349024a8f55d0c009a - + https://github.com/dotnet/runtime - 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 + b3f81350c856cfd5079c52349024a8f55d0c009a - + https://github.com/dotnet/runtime - 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 + b3f81350c856cfd5079c52349024a8f55d0c009a - + https://github.com/dotnet/runtime - 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 + b3f81350c856cfd5079c52349024a8f55d0c009a - + https://github.com/dotnet/runtime - 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 + b3f81350c856cfd5079c52349024a8f55d0c009a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6d9e5035905ae71b5fceeb8bb5a2c01f7622b7f6 + b3f81350c856cfd5079c52349024a8f55d0c009a https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 6c2fba62b..184206a80 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.2.20129.8 + 5.0.0-preview.2.20152.11 - 5.0.0-preview.2.20129.8 - 5.0.0-preview.2.20129.8 - 5.0.0-preview.2.20129.8 - 5.0.0-preview.2.20129.8 - 5.0.0-preview.2.20129.8 + 5.0.0-preview.2.20152.11 + 5.0.0-preview.2.20152.11 + 5.0.0-preview.2.20152.11 + 5.0.0-preview.2.20152.11 + 5.0.0-preview.2.20152.11 2.1.0 From 2937766fc28b693522f9d058070dddb84bd7f9c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 17:16:46 +0000 Subject: [PATCH 1806/2259] [master] Update dependencies from dotnet/windowsdesktop (#6652) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200303.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20153.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20153.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20153.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200303.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20153.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20153.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20153.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20153.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4f548924a..40045eda1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b1a5f6198f80f36daf13e5a54a23e9c2c799dba8 + 531a266e1e3958276c132a44b1536add5a71407c - + https://github.com/dotnet/windowsdesktop - b1a5f6198f80f36daf13e5a54a23e9c2c799dba8 + 531a266e1e3958276c132a44b1536add5a71407c - + https://github.com/dotnet/windowsdesktop - b1a5f6198f80f36daf13e5a54a23e9c2c799dba8 + 531a266e1e3958276c132a44b1536add5a71407c https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms f3fabd7d33f5de68f915ef83334ea087d49612b4 - + https://github.com/dotnet/wpf - c9d96d181b17c71bd7976af8793451bd13a8f66b + 3b755e6131320378ca988c49bebabb6bbf82611d diff --git a/eng/Versions.props b/eng/Versions.props index 184206a80..4b041a4aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20152.4 + 5.0.0-preview.2.20153.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20152.5 - 5.0.0-preview.2.20152.5 - 5.0.0-preview.2.20152.5 + 5.0.0-preview.2.20153.2 + 5.0.0-preview.2.20153.2 + 5.0.0-preview.2.20153.2 From 471769d21eb49799753f95f5de18435ab371108e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 18:00:48 +0000 Subject: [PATCH 1807/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200303.3 (#6653) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20153.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20153.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20153.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20153.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20153.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 40045eda1..2981a8856 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 531a266e1e3958276c132a44b1536add5a71407c + 1d7b669dbb6f439e8d273f8707d22e0faf5c7e00 - + https://github.com/dotnet/windowsdesktop - 531a266e1e3958276c132a44b1536add5a71407c + 1d7b669dbb6f439e8d273f8707d22e0faf5c7e00 - + https://github.com/dotnet/windowsdesktop - 531a266e1e3958276c132a44b1536add5a71407c + 1d7b669dbb6f439e8d273f8707d22e0faf5c7e00 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ e596309d1fb1f4944f3f7706f3dc83343ddd14a4 - + https://github.com/dotnet/winforms - f3fabd7d33f5de68f915ef83334ea087d49612b4 + 68c420233d645d418e3ac63694cb31ad5be2344c - + https://github.com/dotnet/wpf - 3b755e6131320378ca988c49bebabb6bbf82611d + 2cd7f7c683d6c7a703ea6d8d8b734f3f5a680115 diff --git a/eng/Versions.props b/eng/Versions.props index 4b041a4aa..8cfe2e36f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20152.2 + 5.0.0-preview.2.20153.1 - 5.0.0-preview.2.20153.1 + 5.0.0-preview.2.20153.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20153.2 - 5.0.0-preview.2.20153.2 - 5.0.0-preview.2.20153.2 + 5.0.0-preview.2.20153.3 + 5.0.0-preview.2.20153.3 + 5.0.0-preview.2.20153.3 From 932665386e51560b0aab530152a91e79a20844ce Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 19:00:53 +0000 Subject: [PATCH 1808/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200303.4 (#6654) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20153.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20153.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20153.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20153.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2981a8856..0e92ed55d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1d7b669dbb6f439e8d273f8707d22e0faf5c7e00 + b61879d77005eaee3435e59b2bd73e31672ffca3 - + https://github.com/dotnet/windowsdesktop - 1d7b669dbb6f439e8d273f8707d22e0faf5c7e00 + b61879d77005eaee3435e59b2bd73e31672ffca3 - + https://github.com/dotnet/windowsdesktop - 1d7b669dbb6f439e8d273f8707d22e0faf5c7e00 + b61879d77005eaee3435e59b2bd73e31672ffca3 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 68c420233d645d418e3ac63694cb31ad5be2344c - + https://github.com/dotnet/wpf - 2cd7f7c683d6c7a703ea6d8d8b734f3f5a680115 + b32f8af739ca8e656457757bf1b1b10319269e2e diff --git a/eng/Versions.props b/eng/Versions.props index 8cfe2e36f..f1d8090e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20153.2 + 5.0.0-preview.2.20153.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20153.3 - 5.0.0-preview.2.20153.3 - 5.0.0-preview.2.20153.3 + 5.0.0-preview.2.20153.4 + 5.0.0-preview.2.20153.4 + 5.0.0-preview.2.20153.4 From 58aca4743c75d163cbfad0e60d8d2be4d2acdb1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 22:06:01 +0000 Subject: [PATCH 1809/2259] Update dependencies from https://github.com/dotnet/sdk build 20200303.2 (#6656) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20153.2 - Microsoft.NET.Sdk - 5.0.100-preview.1.20153.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 45e7aed49..bbec2a10a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 4c1a4ba9c52eccd5bf50e35426135cd835a2240a - + https://github.com/dotnet/sdk - bbff20c1e2a293835d0fcef16e55ff14bed7c72f + 79c8bc186f5298903d68d8bcf0ba3684d01aa4ac - + https://github.com/dotnet/sdk - bbff20c1e2a293835d0fcef16e55ff14bed7c72f + 79c8bc186f5298903d68d8bcf0ba3684d01aa4ac diff --git a/eng/Versions.props b/eng/Versions.props index d87dcaf70..7af21681e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20128.2 + 5.0.100-preview.1.20153.2 0.2.0 - 5.0.100-preview.1.20128.2 + 5.0.100-preview.1.20153.2 $(MicrosoftNETSdkPackageVersion) From 1f58d3e62811b769ba04331bed74a0756402c6ed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 04:10:57 +0000 Subject: [PATCH 1810/2259] Update dependencies from https://github.com/dotnet/sdk build 20200303.3 (#6658) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20153.3 - Microsoft.NET.Sdk - 5.0.100-preview.1.20153.3 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bbec2a10a..a7cbe7308 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 4c1a4ba9c52eccd5bf50e35426135cd835a2240a - + https://github.com/dotnet/sdk - 79c8bc186f5298903d68d8bcf0ba3684d01aa4ac + 0220fbd858261bf809188fa9a6b52b075995b530 - + https://github.com/dotnet/sdk - 79c8bc186f5298903d68d8bcf0ba3684d01aa4ac + 0220fbd858261bf809188fa9a6b52b075995b530 diff --git a/eng/Versions.props b/eng/Versions.props index 7af21681e..711c0e2b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20153.2 + 5.0.100-preview.1.20153.3 0.2.0 - 5.0.100-preview.1.20153.2 + 5.0.100-preview.1.20153.3 $(MicrosoftNETSdkPackageVersion) From c879d79462eff6fe043bfb0c4c2914ef1681e07c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 11:25:47 +0000 Subject: [PATCH 1811/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.1 (#6659) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20153.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20153.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e92ed55d..bbc0a464f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b61879d77005eaee3435e59b2bd73e31672ffca3 + 93f57ce3f32ea3449174006c31ad5899a13b05cb - + https://github.com/dotnet/windowsdesktop - b61879d77005eaee3435e59b2bd73e31672ffca3 + 93f57ce3f32ea3449174006c31ad5899a13b05cb - + https://github.com/dotnet/windowsdesktop - b61879d77005eaee3435e59b2bd73e31672ffca3 + 93f57ce3f32ea3449174006c31ad5899a13b05cb https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ e596309d1fb1f4944f3f7706f3dc83343ddd14a4 - + https://github.com/dotnet/winforms - 68c420233d645d418e3ac63694cb31ad5be2344c + d09f35325acda70d77b7ee090e4395dafa0f8226 - + https://github.com/dotnet/wpf - b32f8af739ca8e656457757bf1b1b10319269e2e + 258edb218b8827709c7de940930d5e436680f1c2 diff --git a/eng/Versions.props b/eng/Versions.props index f1d8090e6..2763e385f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20153.1 + 5.0.0-preview.2.20153.4 - 5.0.0-preview.2.20153.3 + 5.0.0-preview.2.20153.5 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20153.4 - 5.0.0-preview.2.20153.4 - 5.0.0-preview.2.20153.4 + 5.0.0-preview.2.20154.1 + 5.0.0-preview.2.20154.1 + 5.0.0-preview.2.20154.1 From 71bacca85e451bf75758b2d59aeb9c06e5c0908b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 13:40:00 +0000 Subject: [PATCH 1812/2259] Update dependencies from https://github.com/dotnet/arcade build 20200303.1 (#6660) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20153.1 --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bbc0a464f..331fe3414 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - d8c2d041341ea7974fd3f2057e9d6afdd4f37598 + 421b20fb860907c45673de791177e3fd61402197 diff --git a/global.json b/global.json index 7622b2cfa..b0d7f720f 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20152.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20153.1" } } From 3b46e89095866e5b1b5d586cec2356ebd3814876 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 13:42:20 +0000 Subject: [PATCH 1813/2259] Update dependencies from https://github.com/dotnet/runtime build 20200304.1 (#6661) - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20154.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20154.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20154.1 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20154.1 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20154.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20154.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 331fe3414..bc6c4a27b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 93f57ce3f32ea3449174006c31ad5899a13b05cb - + https://github.com/dotnet/runtime - b3f81350c856cfd5079c52349024a8f55d0c009a + 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 - + https://github.com/dotnet/runtime - b3f81350c856cfd5079c52349024a8f55d0c009a + 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 - + https://github.com/dotnet/runtime - b3f81350c856cfd5079c52349024a8f55d0c009a + 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 - + https://github.com/dotnet/runtime - b3f81350c856cfd5079c52349024a8f55d0c009a + 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 - + https://github.com/dotnet/runtime - b3f81350c856cfd5079c52349024a8f55d0c009a + 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - b3f81350c856cfd5079c52349024a8f55d0c009a + 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 2763e385f..0fe57cbd6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.2.20152.11 + 5.0.0-preview.2.20154.1 - 5.0.0-preview.2.20152.11 - 5.0.0-preview.2.20152.11 - 5.0.0-preview.2.20152.11 - 5.0.0-preview.2.20152.11 - 5.0.0-preview.2.20152.11 + 5.0.0-preview.2.20154.1 + 5.0.0-preview.2.20154.1 + 5.0.0-preview.2.20154.1 + 5.0.0-preview.2.20154.1 + 5.0.0-preview.2.20154.1 2.1.0 From 8792a64ee463b2ecfd0d6a96fbad2b501f16a173 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 14:50:46 +0000 Subject: [PATCH 1814/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.2 (#6663) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.2 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bc6c4a27b..6166547c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 93f57ce3f32ea3449174006c31ad5899a13b05cb + f2b1ec980b8b1684bc9effa357543723d6f90646 - + https://github.com/dotnet/windowsdesktop - 93f57ce3f32ea3449174006c31ad5899a13b05cb + f2b1ec980b8b1684bc9effa357543723d6f90646 - + https://github.com/dotnet/windowsdesktop - 93f57ce3f32ea3449174006c31ad5899a13b05cb + f2b1ec980b8b1684bc9effa357543723d6f90646 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 0fe57cbd6..406ff17c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20154.1 - 5.0.0-preview.2.20154.1 - 5.0.0-preview.2.20154.1 + 5.0.0-preview.2.20154.2 + 5.0.0-preview.2.20154.2 + 5.0.0-preview.2.20154.2 From 0766e89a6b5022bbd5f86425c5d063ddb0f94a82 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Tue, 3 Mar 2020 12:51:41 -0800 Subject: [PATCH 1815/2259] Update version of toolset to match Microsoft.NET.Sdk --- eng/Versions.props | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 711c0e2b0..f15430382 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,10 +15,6 @@ $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) - - - 5.0.100-preview.1.20109.3 - 5.0.0-preview.1.20120.6 @@ -48,17 +44,15 @@ 5.0.0-preview.1.20124.5 5.0.0-preview.1.20124.5 - - - 5.0.100-preview.1.20153.3 - 0.2.0 - + 5.0.100-preview.1.20153.3 + 5.0.100-preview.1.20153.3 $(MicrosoftNETSdkPackageVersion) + $(MicrosoftNETSdkPackageVersion) From dd8802ee6d5196225b4d486fca58d15130f207f7 Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 4 Mar 2020 08:51:08 -0800 Subject: [PATCH 1816/2259] Fix toolset ingestion URL --- src/redist/targets/GenerateLayout.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 3dcaa2248..da0f2ad65 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -31,7 +31,7 @@ https://dotnetcli.blob.core.windows.net/dotnet/ https://dotnetcli.blob.core.windows.net/dotnet/ - https://dotnetfeed.blob.core.windows.net/dotnet-toolset/ + https://dotnetfeed.blob.core.windows.net/dotnet-core/ $(HostRid) $(HostMonikerRid) @@ -228,7 +228,7 @@ - $(DotnetToolsetBlobRootUrl)Toolset/$(MicrosoftDotnetToolsetInternalPackageVersion) + $(DotnetToolsetBlobRootUrl)Sdk/$(MicrosoftDotnetToolsetInternalPackageVersion) dotnet-toolset-internal-$(MicrosoftDotnetToolsetInternalPackageVersion).zip sdk/$(Version) From c05b17d87d69cbf7713fb3c8ccab8b4c79e63ca4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 18:06:12 +0000 Subject: [PATCH 1817/2259] [master] Update dependencies from dotnet/windowsdesktop (#6664) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20154.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20154.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20154.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6166547c5..536558dd4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f2b1ec980b8b1684bc9effa357543723d6f90646 + ae1b40024be8eca5e05949bf6d36a4ce68c057bf - + https://github.com/dotnet/windowsdesktop - f2b1ec980b8b1684bc9effa357543723d6f90646 + ae1b40024be8eca5e05949bf6d36a4ce68c057bf - + https://github.com/dotnet/windowsdesktop - f2b1ec980b8b1684bc9effa357543723d6f90646 + ae1b40024be8eca5e05949bf6d36a4ce68c057bf https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ e596309d1fb1f4944f3f7706f3dc83343ddd14a4 - + https://github.com/dotnet/winforms - d09f35325acda70d77b7ee090e4395dafa0f8226 + a6624b38ba4d4609f69cfcb98add0edb058bfe9a - + https://github.com/dotnet/wpf - 258edb218b8827709c7de940930d5e436680f1c2 + 51cae5cb209260fa1e8ceb0687f8d0111774bd8e diff --git a/eng/Versions.props b/eng/Versions.props index 406ff17c6..2eb966074 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20153.4 + 5.0.0-preview.2.20154.1 - 5.0.0-preview.2.20153.5 + 5.0.0-preview.2.20154.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20154.2 - 5.0.0-preview.2.20154.2 - 5.0.0-preview.2.20154.2 + 5.0.0-preview.2.20154.4 + 5.0.0-preview.2.20154.4 + 5.0.0-preview.2.20154.4 From 155eccbe51d6ff8c4e9d5b1b551821ebd055dcbf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 19:00:58 +0000 Subject: [PATCH 1818/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.5 (#6665) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20154.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 536558dd4..a97968aa0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ae1b40024be8eca5e05949bf6d36a4ce68c057bf + 3619664f65c824ed848a61a7e0445056bf0190b7 - + https://github.com/dotnet/windowsdesktop - ae1b40024be8eca5e05949bf6d36a4ce68c057bf + 3619664f65c824ed848a61a7e0445056bf0190b7 - + https://github.com/dotnet/windowsdesktop - ae1b40024be8eca5e05949bf6d36a4ce68c057bf + 3619664f65c824ed848a61a7e0445056bf0190b7 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms a6624b38ba4d4609f69cfcb98add0edb058bfe9a - + https://github.com/dotnet/wpf - 51cae5cb209260fa1e8ceb0687f8d0111774bd8e + 04d5165d8e0896797988bafd588ccc4a8391ce19 diff --git a/eng/Versions.props b/eng/Versions.props index 2eb966074..12c1ef947 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20154.2 + 5.0.0-preview.2.20154.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20154.4 - 5.0.0-preview.2.20154.4 - 5.0.0-preview.2.20154.4 + 5.0.0-preview.2.20154.5 + 5.0.0-preview.2.20154.5 + 5.0.0-preview.2.20154.5 From 0194dc9f43059838248e4fd59d6cb496a2dbfd7b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 20:25:02 +0000 Subject: [PATCH 1819/2259] Update dependencies from https://github.com/dotnet/sdk build 20200304.1 (#6666) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20154.1 - Microsoft.NET.Sdk - 5.0.100-preview.1.20154.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a7cbe7308..26a55f515 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 4c1a4ba9c52eccd5bf50e35426135cd835a2240a - + https://github.com/dotnet/sdk - 0220fbd858261bf809188fa9a6b52b075995b530 + 508463d28059ea9968bc1a43c46cec87390ad003 - + https://github.com/dotnet/sdk - 0220fbd858261bf809188fa9a6b52b075995b530 + 508463d28059ea9968bc1a43c46cec87390ad003 diff --git a/eng/Versions.props b/eng/Versions.props index 711c0e2b0..0ed1d6804 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20153.3 + 5.0.100-preview.1.20154.1 0.2.0 - 5.0.100-preview.1.20153.3 + 5.0.100-preview.1.20154.1 $(MicrosoftNETSdkPackageVersion) From a12e140b856e87f6c20f2dd54d5feb8ad6f96430 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 20:35:51 +0000 Subject: [PATCH 1820/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.6 (#6667) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.6 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20154.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a97968aa0..37c63f800 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3619664f65c824ed848a61a7e0445056bf0190b7 + d7156022375eb9b985d0527006e2751811a11930 - + https://github.com/dotnet/windowsdesktop - 3619664f65c824ed848a61a7e0445056bf0190b7 + d7156022375eb9b985d0527006e2751811a11930 - + https://github.com/dotnet/windowsdesktop - 3619664f65c824ed848a61a7e0445056bf0190b7 + d7156022375eb9b985d0527006e2751811a11930 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms a6624b38ba4d4609f69cfcb98add0edb058bfe9a - + https://github.com/dotnet/wpf - 04d5165d8e0896797988bafd588ccc4a8391ce19 + f1e76eeb102eade063eebfe3b3300d3b4e8c4c27 diff --git a/eng/Versions.props b/eng/Versions.props index 12c1ef947..c848b60e6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20154.3 + 5.0.0-preview.2.20154.4 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20154.5 - 5.0.0-preview.2.20154.5 - 5.0.0-preview.2.20154.5 + 5.0.0-preview.2.20154.6 + 5.0.0-preview.2.20154.6 + 5.0.0-preview.2.20154.6 From 575392ab9b6c8b6b25cac0179d3b173c41ccb545 Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 4 Mar 2020 12:39:06 -0800 Subject: [PATCH 1821/2259] Correct feed --- NuGet.config | 2 +- eng/Version.Details.xml | 22 +++++++++++----------- eng/Versions.props | 6 +++--- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/NuGet.config b/NuGet.config index 5625dbd3a..7b54ce752 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,7 @@ - + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b6ed47bcd..426ff142d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,23 +3,23 @@ https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + 916b5cba268e1e1e803243004f4276cf40b2dda8 https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + 916b5cba268e1e1e803243004f4276cf40b2dda8 https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + 916b5cba268e1e1e803243004f4276cf40b2dda8 https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + 916b5cba268e1e1e803243004f4276cf40b2dda8 https://github.com/dotnet/core-setup - 966115a91565d43cd545c1b8acd83eda2a0cb4cb + 916b5cba268e1e1e803243004f4276cf40b2dda8 @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 73f0352d1cc739ce20019e5b059dc3b4e1bf767d + b5160ead2f6b91d45b89edb3c29747f0a8e60a26 https://github.com/dotnet/sdk @@ -86,13 +86,13 @@ a47ca8f97e48fd858e0ee2aaab05c11f0c9bda1a - + https://github.com/dotnet/winforms - b3a34e6695615d67a167fdbc436fce1e885f986e + 9483a88b7764a74d71cbd449de6c56c1d5e0af21 - + https://github.com/dotnet/wpf - b30a16a465c9a0ed7e641a9d55df2f6e5c878a81 + 589ace3c9fdfa0f1ea1640b82304a6a7ac597871 diff --git a/eng/Versions.props b/eng/Versions.props index f8a64a108..6cf7d2e65 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,15 +12,15 @@ preview - 3.1.200-preview.20152.4 + 3.1.200-preview.20153.1 - 4.8.1-servicing.20069.13 + 4.8.1-servicing.19605.5 - 3.1.2-servicing.20069.7 + 3.1.2-servicing.20066.4 From 721f3da19e4519e49da7c038eec37e60594f41c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 20:56:05 +0000 Subject: [PATCH 1822/2259] Update dependencies from https://github.com/dotnet/sdk build 20200304.2 (#6668) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.1.20154.2 - Microsoft.NET.Sdk - 5.0.100-preview.1.20154.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 26a55f515..4ea721277 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 4c1a4ba9c52eccd5bf50e35426135cd835a2240a - + https://github.com/dotnet/sdk - 508463d28059ea9968bc1a43c46cec87390ad003 + 5ae7875811f6559583710ad26e6f7a92f927e09e - + https://github.com/dotnet/sdk - 508463d28059ea9968bc1a43c46cec87390ad003 + 5ae7875811f6559583710ad26e6f7a92f927e09e diff --git a/eng/Versions.props b/eng/Versions.props index 0ed1d6804..0392cef67 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.1.20154.1 + 5.0.100-preview.1.20154.2 0.2.0 - 5.0.100-preview.1.20154.1 + 5.0.100-preview.1.20154.2 $(MicrosoftNETSdkPackageVersion) From 07e1472f476f6953485dec07ae4cfe6c834f7d51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 4 Mar 2020 21:20:50 +0000 Subject: [PATCH 1823/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200304.2 (#6669) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20154.2 - dotnet-watch - 5.0.0-preview.2.20154.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20154.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20154.2 - dotnet-user-secrets - 5.0.0-preview.2.20154.2 - dotnet-dev-certs - 5.0.0-preview.2.20154.2 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 37c63f800..134497cbe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 - + https://github.com/dotnet/aspnetcore - d08ecf003ac2484351222be94cc0acb5d451a2c2 + 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 - + https://github.com/dotnet/aspnetcore - d08ecf003ac2484351222be94cc0acb5d451a2c2 + 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 - + https://github.com/dotnet/aspnetcore - d08ecf003ac2484351222be94cc0acb5d451a2c2 + 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 - + https://github.com/dotnet/aspnetcore - d08ecf003ac2484351222be94cc0acb5d451a2c2 + 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 - + https://github.com/dotnet/aspnetcore - d08ecf003ac2484351222be94cc0acb5d451a2c2 + 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 - + https://github.com/dotnet/aspnetcore - d08ecf003ac2484351222be94cc0acb5d451a2c2 + 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index c848b60e6..051d79acf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20152.3 - 5.0.0-preview.2.20152.3 - 5.0.0-preview.2.20152.3 - 5.0.0-preview.2.20152.3 - 5.0.0-preview.2.20152.3 - 5.0.0-preview.2.20152.3 + 5.0.0-preview.2.20154.2 + 5.0.0-preview.2.20154.2 + 5.0.0-preview.2.20154.2 + 5.0.0-preview.2.20154.2 + 5.0.0-preview.2.20154.2 + 5.0.0-preview.2.20154.2 From 6dba88e32d3013655d403ce1bd7a4bc9502c946e Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 4 Mar 2020 12:39:36 -0800 Subject: [PATCH 1824/2259] Test to prevent apphost not being identical --- src/redist/targets/GenerateLayout.targets | 33 +++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index f0007c176..7dd9a4408 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -471,6 +471,39 @@ + + + + $(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName) + $(IntermediateOutputPath)AppHostpkgExtract\ + + + + + + + + + + + + + + + + + + + + + + Date: Wed, 4 Mar 2020 22:20:58 +0000 Subject: [PATCH 1825/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.7 (#6673) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.7 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 134497cbe..fba61649a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d7156022375eb9b985d0527006e2751811a11930 + fa265206a73c3f2f1bcbda9516e7a1a8206e2400 - + https://github.com/dotnet/windowsdesktop - d7156022375eb9b985d0527006e2751811a11930 + fa265206a73c3f2f1bcbda9516e7a1a8206e2400 - + https://github.com/dotnet/windowsdesktop - d7156022375eb9b985d0527006e2751811a11930 + fa265206a73c3f2f1bcbda9516e7a1a8206e2400 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 051d79acf..4dcfdeb84 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20154.6 - 5.0.0-preview.2.20154.6 - 5.0.0-preview.2.20154.6 + 5.0.0-preview.2.20154.7 + 5.0.0-preview.2.20154.7 + 5.0.0-preview.2.20154.7 From f7875bdf8e7d9e2eaafcdfc161360857a0cc935a Mon Sep 17 00:00:00 2001 From: Nick Guerrera Date: Wed, 4 Mar 2020 15:48:18 -0800 Subject: [PATCH 1826/2259] Update stage 0 --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 88130d68d..e7af7c6a2 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.100-preview.1.20119.7", + "dotnet": "5.0.100-preview.1.20154.9", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreAppRuntimePackageVersion)" From ebfbafbaa0e425eb124746851743aba14f5ef37d Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 4 Mar 2020 17:28:55 -0800 Subject: [PATCH 1827/2259] Revert "Test to prevent apphost not being identical" This reverts commit 6dba88e32d3013655d403ce1bd7a4bc9502c946e. it is crashing the build silently --- src/redist/targets/GenerateLayout.targets | 33 ----------------------- 1 file changed, 33 deletions(-) diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index 7dd9a4408..f0007c176 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -471,39 +471,6 @@ - - - - $(DownloadsFolder)$(DownloadedNetCoreAppHostPackInstallerFileName) - $(IntermediateOutputPath)AppHostpkgExtract\ - - - - - - - - - - - - - - - - - - - - - - Date: Thu, 5 Mar 2020 04:00:53 +0000 Subject: [PATCH 1829/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200304.7 (#6679) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20154.7 - dotnet-watch - 5.0.0-preview.2.20154.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20154.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20154.7 - dotnet-user-secrets - 5.0.0-preview.2.20154.7 - dotnet-dev-certs - 5.0.0-preview.2.20154.7 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fba61649a..35118efb1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 - + https://github.com/dotnet/aspnetcore - 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 + 4192a023f550e375b4468ed72482d4ef5a0083f7 - + https://github.com/dotnet/aspnetcore - 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 + 4192a023f550e375b4468ed72482d4ef5a0083f7 - + https://github.com/dotnet/aspnetcore - 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 + 4192a023f550e375b4468ed72482d4ef5a0083f7 - + https://github.com/dotnet/aspnetcore - 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 + 4192a023f550e375b4468ed72482d4ef5a0083f7 - + https://github.com/dotnet/aspnetcore - 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 + 4192a023f550e375b4468ed72482d4ef5a0083f7 - + https://github.com/dotnet/aspnetcore - 56fb4b4d2f2be4156d30158bab4afdb71ecfbdf7 + 4192a023f550e375b4468ed72482d4ef5a0083f7 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 4dcfdeb84..426c08240 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20154.2 - 5.0.0-preview.2.20154.2 - 5.0.0-preview.2.20154.2 - 5.0.0-preview.2.20154.2 - 5.0.0-preview.2.20154.2 - 5.0.0-preview.2.20154.2 + 5.0.0-preview.2.20154.7 + 5.0.0-preview.2.20154.7 + 5.0.0-preview.2.20154.7 + 5.0.0-preview.2.20154.7 + 5.0.0-preview.2.20154.7 + 5.0.0-preview.2.20154.7 From edfa92c390e18ab22a19300abeb71cf4617a42f8 Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 4 Mar 2020 20:30:36 -0800 Subject: [PATCH 1830/2259] Trigger build --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 8089a0b50..7ab2b36cc 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,6 @@ This project has adopted the code of conduct defined by the [Contributor Covenan |:------:| |[![Build Status](https://dev.azure.com/dnceng/internal/_apis/build/status/286)](https://dev.azure.com/dnceng/internal/_build?definitionId=286)| - Installers and Binaries ----------------------- From 64060a444402dcb46bee423bf70cd71155858a7a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 05:33:52 +0000 Subject: [PATCH 1831/2259] [master] Update dependencies from dotnet/windowsdesktop (#6675) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.8 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20154.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20154.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.9 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.9 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20154.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20154.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 35118efb1..d22999e3b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fa265206a73c3f2f1bcbda9516e7a1a8206e2400 + b9c923d13d96b18075366236fbbb0fa0302fdb8c - + https://github.com/dotnet/windowsdesktop - fa265206a73c3f2f1bcbda9516e7a1a8206e2400 + b9c923d13d96b18075366236fbbb0fa0302fdb8c - + https://github.com/dotnet/windowsdesktop - fa265206a73c3f2f1bcbda9516e7a1a8206e2400 + b9c923d13d96b18075366236fbbb0fa0302fdb8c https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ e596309d1fb1f4944f3f7706f3dc83343ddd14a4 - + https://github.com/dotnet/winforms - a6624b38ba4d4609f69cfcb98add0edb058bfe9a + 77401a6b846cb666a6a36f2d10685f729b986982 - + https://github.com/dotnet/wpf - f1e76eeb102eade063eebfe3b3300d3b4e8c4c27 + 010814564c52fa358f24b14048fe5f28567134d3 diff --git a/eng/Versions.props b/eng/Versions.props index 426c08240..94e089733 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20154.1 + 5.0.0-preview.2.20154.3 - 5.0.0-preview.2.20154.4 + 5.0.0-preview.2.20154.6 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20154.7 - 5.0.0-preview.2.20154.7 - 5.0.0-preview.2.20154.7 + 5.0.0-preview.2.20154.9 + 5.0.0-preview.2.20154.9 + 5.0.0-preview.2.20154.9 From 571c77951e79b06c1b8a4e481bb354a1839e20fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 06:50:55 +0000 Subject: [PATCH 1832/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.10 (#6682) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.10 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.10 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.10 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20154.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20154.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d22999e3b..9f86af780 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b9c923d13d96b18075366236fbbb0fa0302fdb8c + 7f86003dfe03697a9d523d299cbf0b898c5c9e1d - + https://github.com/dotnet/windowsdesktop - b9c923d13d96b18075366236fbbb0fa0302fdb8c + 7f86003dfe03697a9d523d299cbf0b898c5c9e1d - + https://github.com/dotnet/windowsdesktop - b9c923d13d96b18075366236fbbb0fa0302fdb8c + 7f86003dfe03697a9d523d299cbf0b898c5c9e1d https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ e596309d1fb1f4944f3f7706f3dc83343ddd14a4 - + https://github.com/dotnet/winforms - 77401a6b846cb666a6a36f2d10685f729b986982 + 9e8161aa10aa0352008ec518bdc001a0f0779496 - + https://github.com/dotnet/wpf - 010814564c52fa358f24b14048fe5f28567134d3 + 2b12ceb5440bb05542bfa70b9621aa8f0445ea93 diff --git a/eng/Versions.props b/eng/Versions.props index 94e089733..12d7ca7d7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20154.3 + 5.0.0-preview.2.20154.4 - 5.0.0-preview.2.20154.6 + 5.0.0-preview.2.20154.7 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20154.9 - 5.0.0-preview.2.20154.9 - 5.0.0-preview.2.20154.9 + 5.0.0-preview.2.20154.10 + 5.0.0-preview.2.20154.10 + 5.0.0-preview.2.20154.10 From e821c700ace9448c6e685e28fc6179215ac601b0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 07:30:59 +0000 Subject: [PATCH 1833/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200304.8 (#6683) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20154.8 - dotnet-watch - 5.0.0-preview.2.20154.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20154.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20154.8 - dotnet-user-secrets - 5.0.0-preview.2.20154.8 - dotnet-dev-certs - 5.0.0-preview.2.20154.8 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f86af780..0b6b2dcb4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 - + https://github.com/dotnet/aspnetcore - 4192a023f550e375b4468ed72482d4ef5a0083f7 + 2fb22f685268bf42ed2c337d443bf29f30deaeac - + https://github.com/dotnet/aspnetcore - 4192a023f550e375b4468ed72482d4ef5a0083f7 + 2fb22f685268bf42ed2c337d443bf29f30deaeac - + https://github.com/dotnet/aspnetcore - 4192a023f550e375b4468ed72482d4ef5a0083f7 + 2fb22f685268bf42ed2c337d443bf29f30deaeac - + https://github.com/dotnet/aspnetcore - 4192a023f550e375b4468ed72482d4ef5a0083f7 + 2fb22f685268bf42ed2c337d443bf29f30deaeac - + https://github.com/dotnet/aspnetcore - 4192a023f550e375b4468ed72482d4ef5a0083f7 + 2fb22f685268bf42ed2c337d443bf29f30deaeac - + https://github.com/dotnet/aspnetcore - 4192a023f550e375b4468ed72482d4ef5a0083f7 + 2fb22f685268bf42ed2c337d443bf29f30deaeac https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 12d7ca7d7..b0ca7c308 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20154.7 - 5.0.0-preview.2.20154.7 - 5.0.0-preview.2.20154.7 - 5.0.0-preview.2.20154.7 - 5.0.0-preview.2.20154.7 - 5.0.0-preview.2.20154.7 + 5.0.0-preview.2.20154.8 + 5.0.0-preview.2.20154.8 + 5.0.0-preview.2.20154.8 + 5.0.0-preview.2.20154.8 + 5.0.0-preview.2.20154.8 + 5.0.0-preview.2.20154.8 From 35e6c783e4cb387ff19d38dd0e77c97322ae8911 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 09:25:55 +0000 Subject: [PATCH 1834/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200304.11 (#6684) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20154.11 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20154.11 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20154.11 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20154.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20154.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0b6b2dcb4..42ebe0b8c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7f86003dfe03697a9d523d299cbf0b898c5c9e1d + 61265a43b7399f7e09f2462ac08446cdf5cbf971 - + https://github.com/dotnet/windowsdesktop - 7f86003dfe03697a9d523d299cbf0b898c5c9e1d + 61265a43b7399f7e09f2462ac08446cdf5cbf971 - + https://github.com/dotnet/windowsdesktop - 7f86003dfe03697a9d523d299cbf0b898c5c9e1d + 61265a43b7399f7e09f2462ac08446cdf5cbf971 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ e596309d1fb1f4944f3f7706f3dc83343ddd14a4 - + https://github.com/dotnet/winforms - 9e8161aa10aa0352008ec518bdc001a0f0779496 + 9ebc7e27012e56e84242c7377db365de21dc3e53 - + https://github.com/dotnet/wpf - 2b12ceb5440bb05542bfa70b9621aa8f0445ea93 + 9b60a39ed683d1b4db54431b702507383f65aebe diff --git a/eng/Versions.props b/eng/Versions.props index b0ca7c308..dc2929ebc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20154.4 + 5.0.0-preview.2.20154.6 - 5.0.0-preview.2.20154.7 + 5.0.0-preview.2.20154.8 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20154.10 - 5.0.0-preview.2.20154.10 - 5.0.0-preview.2.20154.10 + 5.0.0-preview.2.20154.11 + 5.0.0-preview.2.20154.11 + 5.0.0-preview.2.20154.11 From 41b6ecd852b0a4a63206600bd9a9848a34fe53a9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 10:10:57 +0000 Subject: [PATCH 1835/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200304.9 (#6685) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20154.9 - dotnet-watch - 5.0.0-preview.2.20154.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20154.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20154.9 - dotnet-user-secrets - 5.0.0-preview.2.20154.9 - dotnet-dev-certs - 5.0.0-preview.2.20154.9 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 42ebe0b8c..aee389e78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 - + https://github.com/dotnet/aspnetcore - 2fb22f685268bf42ed2c337d443bf29f30deaeac + 5aa86873c30f1f4643c801bd303901fb66af8b09 - + https://github.com/dotnet/aspnetcore - 2fb22f685268bf42ed2c337d443bf29f30deaeac + 5aa86873c30f1f4643c801bd303901fb66af8b09 - + https://github.com/dotnet/aspnetcore - 2fb22f685268bf42ed2c337d443bf29f30deaeac + 5aa86873c30f1f4643c801bd303901fb66af8b09 - + https://github.com/dotnet/aspnetcore - 2fb22f685268bf42ed2c337d443bf29f30deaeac + 5aa86873c30f1f4643c801bd303901fb66af8b09 - + https://github.com/dotnet/aspnetcore - 2fb22f685268bf42ed2c337d443bf29f30deaeac + 5aa86873c30f1f4643c801bd303901fb66af8b09 - + https://github.com/dotnet/aspnetcore - 2fb22f685268bf42ed2c337d443bf29f30deaeac + 5aa86873c30f1f4643c801bd303901fb66af8b09 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index dc2929ebc..f30a1d172 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20154.8 - 5.0.0-preview.2.20154.8 - 5.0.0-preview.2.20154.8 - 5.0.0-preview.2.20154.8 - 5.0.0-preview.2.20154.8 - 5.0.0-preview.2.20154.8 + 5.0.0-preview.2.20154.9 + 5.0.0-preview.2.20154.9 + 5.0.0-preview.2.20154.9 + 5.0.0-preview.2.20154.9 + 5.0.0-preview.2.20154.9 + 5.0.0-preview.2.20154.9 From 30fbb55eb17bea485f08e4de8be3e60f40d7e2d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 13:10:58 +0000 Subject: [PATCH 1836/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200305.1 (#6686) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20155.1 - dotnet-watch - 5.0.0-preview.2.20155.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20155.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20155.1 - dotnet-user-secrets - 5.0.0-preview.2.20155.1 - dotnet-dev-certs - 5.0.0-preview.2.20155.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index aee389e78..27cc54dff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 - + https://github.com/dotnet/aspnetcore - 5aa86873c30f1f4643c801bd303901fb66af8b09 + 118ff3c40b2aae9e414011d4d4496b77b3f83021 - + https://github.com/dotnet/aspnetcore - 5aa86873c30f1f4643c801bd303901fb66af8b09 + 118ff3c40b2aae9e414011d4d4496b77b3f83021 - + https://github.com/dotnet/aspnetcore - 5aa86873c30f1f4643c801bd303901fb66af8b09 + 118ff3c40b2aae9e414011d4d4496b77b3f83021 - + https://github.com/dotnet/aspnetcore - 5aa86873c30f1f4643c801bd303901fb66af8b09 + 118ff3c40b2aae9e414011d4d4496b77b3f83021 - + https://github.com/dotnet/aspnetcore - 5aa86873c30f1f4643c801bd303901fb66af8b09 + 118ff3c40b2aae9e414011d4d4496b77b3f83021 - + https://github.com/dotnet/aspnetcore - 5aa86873c30f1f4643c801bd303901fb66af8b09 + 118ff3c40b2aae9e414011d4d4496b77b3f83021 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index f30a1d172..3746906c5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,12 +41,12 @@ - 5.0.0-preview.2.20154.9 - 5.0.0-preview.2.20154.9 - 5.0.0-preview.2.20154.9 - 5.0.0-preview.2.20154.9 - 5.0.0-preview.2.20154.9 - 5.0.0-preview.2.20154.9 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 From 464c3f403f15e05a405fab7fbccd3e856fc86f09 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 13:49:44 +0000 Subject: [PATCH 1837/2259] Update dependencies from https://github.com/dotnet/arcade build 20200304.1 (#6687) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20154.1 --- eng/Version.Details.xml | 4 +- eng/common/SigningValidation.proj | 83 ------------------- eng/common/darc-init.ps1 | 6 +- .../channels/generic-public-channel.yml | 5 ++ .../templates/post-build/post-build.yml | 6 ++ global.json | 2 +- 6 files changed, 17 insertions(+), 89 deletions(-) delete mode 100644 eng/common/SigningValidation.proj diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 27cc54dff..7cbfcb13a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 421b20fb860907c45673de791177e3fd61402197 + 5d8c586ca1bed15f630ba7d2ed16f591be06eafd diff --git a/eng/common/SigningValidation.proj b/eng/common/SigningValidation.proj deleted file mode 100644 index 3d0ac80af..000000000 --- a/eng/common/SigningValidation.proj +++ /dev/null @@ -1,83 +0,0 @@ - - - - - - netcoreapp2.1 - - - - - - - - $(NuGetPackageRoot)Microsoft.DotNet.SignCheck\$(SignCheckVersion)\tools\Microsoft.DotNet.SignCheck.exe - - $(PackageBasePath) - signcheck.log - signcheck.errors.log - signcheck.exclusions.txt - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/eng/common/darc-init.ps1 b/eng/common/darc-init.ps1 index 2a30ccfd7..435e76413 100644 --- a/eng/common/darc-init.ps1 +++ b/eng/common/darc-init.ps1 @@ -7,7 +7,7 @@ param ( . $PSScriptRoot\tools.ps1 -function InstallDarcCli ($darcVersion) { +function InstallDarcCli ($darcVersion, $toolpath) { $darcCliPackageName = 'microsoft.dotnet.darc' $dotnetRoot = InitializeDotNetCli -install:$true @@ -32,13 +32,13 @@ function InstallDarcCli ($darcVersion) { Write-Host "'$dotnet' tool install $darcCliPackageName --version $darcVersion --add-source '$arcadeServicesSource' -v $verbosity -g" & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity -g }else { - Write-Host "'$dotnet' tool install $darcCliPackageName --version $darcVersion --add-source '$arcadeServicesSource' -v $verbosity -g --tool-path '$toolpath'" + Write-Host "'$dotnet' tool install $darcCliPackageName --version $darcVersion --add-source '$arcadeServicesSource' -v $verbosity --tool-path '$toolpath'" & "$dotnet" tool install $darcCliPackageName --version $darcVersion --add-source "$arcadeServicesSource" -v $verbosity --tool-path "$toolpath" } } try { - InstallDarcCli $darcVersion + InstallDarcCli $darcVersion $toolpath } catch { Write-Host $_.ScriptStackTrace diff --git a/eng/common/templates/post-build/channels/generic-public-channel.yml b/eng/common/templates/post-build/channels/generic-public-channel.yml index 29bc1a941..08853ec45 100644 --- a/eng/common/templates/post-build/channels/generic-public-channel.yml +++ b/eng/common/templates/post-build/channels/generic-public-channel.yml @@ -10,6 +10,8 @@ parameters: transportFeed: '' shippingFeed: '' symbolsFeed: '' + # If the channel name is empty, no links will be generated + akaMSChannelName: '' stages: - stage: ${{ parameters.stageName }} @@ -161,6 +163,9 @@ stages: /p:AzureDevOpsStaticTransportFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' /p:AzureDevOpsStaticSymbolsFeed='${{ parameters.symbolsFeed }}' /p:AzureDevOpsStaticSymbolsFeedKey='$(dn-bot-dnceng-artifact-feeds-rw)' + /p:LatestLinkShortUrlPrefix=dotnet/'${{ parameters.akaMSChannelName }}' + /p:AkaMSClientId=$(akams-client-id) + /p:AkaMSClientSecret=$(akams-client-secret) ${{ parameters.artifactsPublishingAdditionalParameters }} - template: ../../steps/publish-logs.yml diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 05ff3561f..7be5b0bfa 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -199,6 +199,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'NetCore_Dev5_Publish' channelName: '.NET Core 5 Dev' + akaMSChannelName: 'net5/dev' channelId: ${{ parameters.NetCoreDev5ChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' @@ -212,6 +213,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'Net5_Preview1_Publish' channelName: '.NET 5 Preview 1' + akaMSChannelName: 'net5/preview1' channelId: ${{ parameters.Net5Preview1ChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' @@ -225,6 +227,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'Net5_Preview2_Publish' channelName: '.NET 5 Preview 2' + akaMSChannelName: 'net5/preview2' channelId: ${{ parameters.Net5Preview2ChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' @@ -238,6 +241,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'Net_Eng_Latest_Publish' channelName: '.NET Eng - Latest' + akaMSChannelName: 'eng/daily' channelId: ${{ parameters.NetEngLatestChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' @@ -251,6 +255,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'Net_Eng_Validation_Publish' channelName: '.NET Eng - Validation' + akaMSChannelName: 'eng/validation' channelId: ${{ parameters.NetEngValidationChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' @@ -264,6 +269,7 @@ stages: symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'General_Testing_Publish' channelName: 'General Testing' + akaMSChannelName: 'generaltesting' channelId: ${{ parameters.GeneralTestingChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json' diff --git a/global.json b/global.json index b0d7f720f..4069e5446 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20153.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20154.1" } } From 29ea39f3da7cea09576f445f66acf95c7fac158d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 13:49:51 +0000 Subject: [PATCH 1838/2259] Update dependencies from https://github.com/dotnet/runtime build 20200305.1 (#6688) - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20155.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20155.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20155.1 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20155.1 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20155.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20155.1 --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7cbfcb13a..0d297cd50 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 61265a43b7399f7e09f2462ac08446cdf5cbf971 - + https://github.com/dotnet/runtime - 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 + e2881ae96bb4399864723aa46469c82379b03b32 - + https://github.com/dotnet/runtime - 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 + e2881ae96bb4399864723aa46469c82379b03b32 - + https://github.com/dotnet/runtime - 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 + e2881ae96bb4399864723aa46469c82379b03b32 - + https://github.com/dotnet/runtime - 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 + e2881ae96bb4399864723aa46469c82379b03b32 - + https://github.com/dotnet/runtime - 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 + e2881ae96bb4399864723aa46469c82379b03b32 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 9bcf3b12f4e7ad2667ca00afc804877d78b81a46 + e2881ae96bb4399864723aa46469c82379b03b32 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 3746906c5..16942027e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,15 +62,15 @@ - 5.0.0-preview.2.20154.1 + 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20154.1 - 5.0.0-preview.2.20154.1 - 5.0.0-preview.2.20154.1 - 5.0.0-preview.2.20154.1 - 5.0.0-preview.2.20154.1 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 2.1.0 From ab5330c75b16c5bf73f8283cdffd0a06edba2cfb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 15:06:04 +0000 Subject: [PATCH 1839/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200305.1 (#6689) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20155.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20155.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20155.1 --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0d297cd50..a3eb68df2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 61265a43b7399f7e09f2462ac08446cdf5cbf971 + 813576a5a5434403baf7d5dd24ca21b0c2b4742c - + https://github.com/dotnet/windowsdesktop - 61265a43b7399f7e09f2462ac08446cdf5cbf971 + 813576a5a5434403baf7d5dd24ca21b0c2b4742c - + https://github.com/dotnet/windowsdesktop - 61265a43b7399f7e09f2462ac08446cdf5cbf971 + 813576a5a5434403baf7d5dd24ca21b0c2b4742c https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 16942027e..34f386bc3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20154.11 - 5.0.0-preview.2.20154.11 - 5.0.0-preview.2.20154.11 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.1 From 64c4e8790e3d7e48f5ce919f93e7a0d84029b472 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 17:01:03 +0000 Subject: [PATCH 1840/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200305.2 (#6690) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20155.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20155.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20155.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20155.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a3eb68df2..ba4eccccd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 813576a5a5434403baf7d5dd24ca21b0c2b4742c + fc499c610787496eb5058e3afd45a64f547e310e - + https://github.com/dotnet/windowsdesktop - 813576a5a5434403baf7d5dd24ca21b0c2b4742c + fc499c610787496eb5058e3afd45a64f547e310e - + https://github.com/dotnet/windowsdesktop - 813576a5a5434403baf7d5dd24ca21b0c2b4742c + fc499c610787496eb5058e3afd45a64f547e310e https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 9ebc7e27012e56e84242c7377db365de21dc3e53 - + https://github.com/dotnet/wpf - 9b60a39ed683d1b4db54431b702507383f65aebe + 504f92a14c36c49ab4155e1fd1dd6a060781670a diff --git a/eng/Versions.props b/eng/Versions.props index 34f386bc3..a1b0f62c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20154.8 + 5.0.0-preview.2.20155.1 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.2 + 5.0.0-preview.2.20155.2 + 5.0.0-preview.2.20155.2 From 1c44853056ec98a3218de653b38a4573a095b03f Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 5 Mar 2020 09:44:46 -0800 Subject: [PATCH 1841/2259] Updating 3.1.x bundle versions (#6674) --- src/redist/targets/GenerateBundledVersions.targets | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 2a5ad2591..8fd02ff20 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -17,20 +17,20 @@ <_NETCoreApp30RuntimePackVersion>3.0.1 <_NETCoreApp30TargetingPackVersion>3.0.0 - <_NETCoreApp31RuntimePackVersion>3.1.0 + <_NETCoreApp31RuntimePackVersion>3.1.2 <_NETCoreApp31TargetingPackVersion>3.1.0 <_WindowsDesktop30RuntimePackVersion>3.0.1 <_WindowsDesktop30TargetingPackVersion>3.0.0 - <_WindowsDesktop31RuntimePackVersion>3.1.0 + <_WindowsDesktop31RuntimePackVersion>3.1.2 <_WindowsDesktop31TargetingPackVersion>3.1.0 <_AspNet30RuntimePackVersion>3.0.1 <_AspNet30TargetingPackVersion>3.0.1 - <_AspNet31RuntimePackVersion>3.1.0 - <_AspNet31TargetingPackVersion>3.1.0 + <_AspNet31RuntimePackVersion>3.1.2 + <_AspNet31TargetingPackVersion>3.1.2 <_NETCoreAppTargetFrameworkVersion>$(_NETCoreAppPackageVersion.Split('.')[0]).$(_NETCoreAppPackageVersion.Split('.')[1]) From 12b7ebfb896a3cd44ce844528ff12bf3eae6a61c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 18:45:06 +0000 Subject: [PATCH 1842/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200305.3 (#6692) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20155.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20155.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20155.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20155.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20155.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba4eccccd..0b11958a7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - fc499c610787496eb5058e3afd45a64f547e310e + 523a7a61218e4b210cc579d4d29aee28027008ed - + https://github.com/dotnet/windowsdesktop - fc499c610787496eb5058e3afd45a64f547e310e + 523a7a61218e4b210cc579d4d29aee28027008ed - + https://github.com/dotnet/windowsdesktop - fc499c610787496eb5058e3afd45a64f547e310e + 523a7a61218e4b210cc579d4d29aee28027008ed https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ e596309d1fb1f4944f3f7706f3dc83343ddd14a4 - + https://github.com/dotnet/winforms - 9ebc7e27012e56e84242c7377db365de21dc3e53 + 355d112ab87257a36a3348caf5669e61c6273850 - + https://github.com/dotnet/wpf - 504f92a14c36c49ab4155e1fd1dd6a060781670a + 74c2b7c625180071d45c813c7aff2c5f7209e6b4 diff --git a/eng/Versions.props b/eng/Versions.props index a1b0f62c6..5a4ff5a4e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20154.6 + 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20155.2 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20155.2 - 5.0.0-preview.2.20155.2 - 5.0.0-preview.2.20155.2 + 5.0.0-preview.2.20155.3 + 5.0.0-preview.2.20155.3 + 5.0.0-preview.2.20155.3 From 982d620e2e55b8fc8e1839f1aa780acb9cde6b4c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 19:21:12 +0000 Subject: [PATCH 1843/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200305.4 (#6693) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20155.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20155.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20155.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20155.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0b11958a7..04fd741a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 523a7a61218e4b210cc579d4d29aee28027008ed + a9b576159d8e357bcc51ab07f10ab8d15c40a85b - + https://github.com/dotnet/windowsdesktop - 523a7a61218e4b210cc579d4d29aee28027008ed + a9b576159d8e357bcc51ab07f10ab8d15c40a85b - + https://github.com/dotnet/windowsdesktop - 523a7a61218e4b210cc579d4d29aee28027008ed + a9b576159d8e357bcc51ab07f10ab8d15c40a85b https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 355d112ab87257a36a3348caf5669e61c6273850 - + https://github.com/dotnet/wpf - 74c2b7c625180071d45c813c7aff2c5f7209e6b4 + a21c7ad50970cde9248a526a9fc0c89ba20ecf43 diff --git a/eng/Versions.props b/eng/Versions.props index 5a4ff5a4e..794d2198d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20155.2 + 5.0.0-preview.2.20155.3 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20155.3 - 5.0.0-preview.2.20155.3 - 5.0.0-preview.2.20155.3 + 5.0.0-preview.2.20155.4 + 5.0.0-preview.2.20155.4 + 5.0.0-preview.2.20155.4 From 418c33b0d7873941e9e4f10d29cf095356bf47fd Mon Sep 17 00:00:00 2001 From: William Li Date: Thu, 5 Mar 2020 14:08:30 -0800 Subject: [PATCH 1844/2259] Insert the latest SDK --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0b11958a7..f82447395 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - e596309d1fb1f4944f3f7706f3dc83343ddd14a4 + e2faebad758a7d38b5965cda755a17e9e9881599 - + https://github.com/dotnet/sdk - e596309d1fb1f4944f3f7706f3dc83343ddd14a4 + e2faebad758a7d38b5965cda755a17e9e9881599 diff --git a/eng/Versions.props b/eng/Versions.props index 2bb47beed..d34f92261 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20152.2 - 5.0.100-preview.2.20152.2 + 5.0.100-preview.2.20155.1 + 5.0.100-preview.2.20155.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8621b2992d8355a73db1c796cea618fbb2b84e6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2020 22:55:54 +0000 Subject: [PATCH 1845/2259] Update dependencies from https://github.com/dotnet/sdk build 20200305.1 (#6697) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20155.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20155.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 04fd741a8..766908917 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - e596309d1fb1f4944f3f7706f3dc83343ddd14a4 + e2faebad758a7d38b5965cda755a17e9e9881599 - + https://github.com/dotnet/sdk - e596309d1fb1f4944f3f7706f3dc83343ddd14a4 + e2faebad758a7d38b5965cda755a17e9e9881599 diff --git a/eng/Versions.props b/eng/Versions.props index 794d2198d..b0486facd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20152.2 + 5.0.100-preview.2.20155.1 0.2.0 - 5.0.100-preview.2.20152.2 + 5.0.100-preview.2.20155.1 $(MicrosoftNETSdkPackageVersion) From 3aa71a11286ec87aee0e2d9557225aa7721a4f4d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 00:50:54 +0000 Subject: [PATCH 1846/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200305.5 (#6698) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20155.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20155.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20155.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20155.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 766908917..ebedc5f10 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a9b576159d8e357bcc51ab07f10ab8d15c40a85b + 5bc3c9a97b61cd3e78f03d9bc102250be1be052b - + https://github.com/dotnet/windowsdesktop - a9b576159d8e357bcc51ab07f10ab8d15c40a85b + 5bc3c9a97b61cd3e78f03d9bc102250be1be052b - + https://github.com/dotnet/windowsdesktop - a9b576159d8e357bcc51ab07f10ab8d15c40a85b + 5bc3c9a97b61cd3e78f03d9bc102250be1be052b https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 355d112ab87257a36a3348caf5669e61c6273850 - + https://github.com/dotnet/wpf - a21c7ad50970cde9248a526a9fc0c89ba20ecf43 + ac01f8c0cd128c131a30bf92ebd903129c46174e diff --git a/eng/Versions.props b/eng/Versions.props index b0486facd..1f468018b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20155.3 + 5.0.0-preview.2.20155.4 @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20155.4 - 5.0.0-preview.2.20155.4 - 5.0.0-preview.2.20155.4 + 5.0.0-preview.2.20155.5 + 5.0.0-preview.2.20155.5 + 5.0.0-preview.2.20155.5 From 2a53f86314f0b82550e3ebd790456cfa0a708b0d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 02:10:59 +0000 Subject: [PATCH 1847/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200305.6 (#6699) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20155.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20155.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20155.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ebedc5f10..924cb45c4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 5bc3c9a97b61cd3e78f03d9bc102250be1be052b + d747ca6eef08253c156d9fb52742603461e54e10 - + https://github.com/dotnet/windowsdesktop - 5bc3c9a97b61cd3e78f03d9bc102250be1be052b + d747ca6eef08253c156d9fb52742603461e54e10 - + https://github.com/dotnet/windowsdesktop - 5bc3c9a97b61cd3e78f03d9bc102250be1be052b + d747ca6eef08253c156d9fb52742603461e54e10 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 1f468018b..bebfe8ada 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.2.20155.5 - 5.0.0-preview.2.20155.5 - 5.0.0-preview.2.20155.5 + 5.0.0-preview.3.20155.6 + 5.0.0-preview.3.20155.6 + 5.0.0-preview.3.20155.6 From 6a66ab1bc888881e34c2c3b579593366a3b9b531 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 02:46:25 +0000 Subject: [PATCH 1848/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200305.8 (#6700) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20155.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20155.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20155.8 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20155.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 924cb45c4..87c407b55 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d747ca6eef08253c156d9fb52742603461e54e10 + 422d48706af641eac43c64489760b219e7d94639 - + https://github.com/dotnet/windowsdesktop - d747ca6eef08253c156d9fb52742603461e54e10 + 422d48706af641eac43c64489760b219e7d94639 - + https://github.com/dotnet/windowsdesktop - d747ca6eef08253c156d9fb52742603461e54e10 + 422d48706af641eac43c64489760b219e7d94639 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 355d112ab87257a36a3348caf5669e61c6273850 - + https://github.com/dotnet/wpf - ac01f8c0cd128c131a30bf92ebd903129c46174e + cf39abc205e01182fd4d41309cbb37431b52552c diff --git a/eng/Versions.props b/eng/Versions.props index bebfe8ada..028d06456 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20155.4 + 5.0.0-preview.3.20155.5 @@ -75,9 +75,9 @@ - 5.0.0-preview.3.20155.6 - 5.0.0-preview.3.20155.6 - 5.0.0-preview.3.20155.6 + 5.0.0-preview.3.20155.8 + 5.0.0-preview.3.20155.8 + 5.0.0-preview.3.20155.8 From 79d0f26e27f384ec3af9ffacf32c7b902476e1cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 04:00:56 +0000 Subject: [PATCH 1849/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200305.9 (#6701) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20155.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20155.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20155.9 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20155.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87c407b55..ddc3723c0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 422d48706af641eac43c64489760b219e7d94639 + 08c47be82047d8067db9652a4c40fc0972ade453 - + https://github.com/dotnet/windowsdesktop - 422d48706af641eac43c64489760b219e7d94639 + 08c47be82047d8067db9652a4c40fc0972ade453 - + https://github.com/dotnet/windowsdesktop - 422d48706af641eac43c64489760b219e7d94639 + 08c47be82047d8067db9652a4c40fc0972ade453 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 355d112ab87257a36a3348caf5669e61c6273850 - + https://github.com/dotnet/wpf - cf39abc205e01182fd4d41309cbb37431b52552c + 36d68d5ef0b443f4f4da91dbc97e251eb69467b4 diff --git a/eng/Versions.props b/eng/Versions.props index 028d06456..1c8f54a3f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.3.20155.5 + 5.0.0-preview.3.20155.6 @@ -75,9 +75,9 @@ - 5.0.0-preview.3.20155.8 - 5.0.0-preview.3.20155.8 - 5.0.0-preview.3.20155.8 + 5.0.0-preview.3.20155.9 + 5.0.0-preview.3.20155.9 + 5.0.0-preview.3.20155.9 From 1522168705903e16a2810b46337abd2a367f79cf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 09:45:56 +0000 Subject: [PATCH 1850/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200306.2 (#6702) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20156.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20156.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20156.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20155.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20155.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ddc3723c0..49ca8f19d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 08c47be82047d8067db9652a4c40fc0972ade453 + 9079f03fbd8a2be4b919e7769b494f3eb79d158a - + https://github.com/dotnet/windowsdesktop - 08c47be82047d8067db9652a4c40fc0972ade453 + 9079f03fbd8a2be4b919e7769b494f3eb79d158a - + https://github.com/dotnet/windowsdesktop - 08c47be82047d8067db9652a4c40fc0972ade453 + 9079f03fbd8a2be4b919e7769b494f3eb79d158a https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ e2faebad758a7d38b5965cda755a17e9e9881599 - + https://github.com/dotnet/winforms - 355d112ab87257a36a3348caf5669e61c6273850 + 97250206203b7ffeffe6b0ebde69e3fd54b740fe - + https://github.com/dotnet/wpf - 36d68d5ef0b443f4f4da91dbc97e251eb69467b4 + b4099a0f76c02b5bc8eea6556b3f80fa7a7d47f0 diff --git a/eng/Versions.props b/eng/Versions.props index 1c8f54a3f..485a3fcf8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,11 +21,11 @@ - 5.0.0-preview.2.20155.1 + 5.0.0-preview.3.20155.2 - 5.0.0-preview.3.20155.6 + 5.0.0-preview.3.20155.8 @@ -75,9 +75,9 @@ - 5.0.0-preview.3.20155.9 - 5.0.0-preview.3.20155.9 - 5.0.0-preview.3.20155.9 + 5.0.0-preview.3.20156.2 + 5.0.0-preview.3.20156.2 + 5.0.0-preview.3.20156.2 From 63f94b00b3fb3f182db79d54faa596d892a6ec34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 12:20:58 +0000 Subject: [PATCH 1851/2259] Update dependencies from https://github.com/dotnet/sdk build 20200305.5 (#6703) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20155.5 - Microsoft.NET.Sdk - 5.0.100-preview.2.20155.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 49ca8f19d..de3e8a658 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - e2faebad758a7d38b5965cda755a17e9e9881599 + 1812ab7e880c51b4c3da836e02c362e694a139a3 - + https://github.com/dotnet/sdk - e2faebad758a7d38b5965cda755a17e9e9881599 + 1812ab7e880c51b4c3da836e02c362e694a139a3 diff --git a/eng/Versions.props b/eng/Versions.props index 485a3fcf8..f3b9858f2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -50,14 +50,14 @@ - 5.0.100-preview.2.20155.1 + 5.0.100-preview.2.20155.5 0.2.0 - 5.0.100-preview.2.20155.1 + 5.0.100-preview.2.20155.5 $(MicrosoftNETSdkPackageVersion) From da60efc740e3c558dc786ee6dc3058fae68b400d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 13:34:55 +0000 Subject: [PATCH 1852/2259] Update dependencies from https://github.com/dotnet/arcade build 20200305.4 (#6704) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20155.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/common/pipeline-logging-functions.ps1 | 4 +++- eng/common/tools.ps1 | 2 +- global.json | 2 +- 4 files changed, 7 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index de3e8a658..84e8f9074 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 5d8c586ca1bed15f630ba7d2ed16f591be06eafd + 08eea2b992d991297fc23de413bddfb9b3db5082 diff --git a/eng/common/pipeline-logging-functions.ps1 b/eng/common/pipeline-logging-functions.ps1 index a3e1317ad..5042baebf 100644 --- a/eng/common/pipeline-logging-functions.ps1 +++ b/eng/common/pipeline-logging-functions.ps1 @@ -31,7 +31,9 @@ function Write-PipelineTelemetryError { $PSBoundParameters.Remove('Category') | Out-Null - $Message = "(NETCORE_ENGINEERING_TELEMETRY=$Category) $Message" + if($Force -Or ((Test-Path variable:ci) -And $ci)) { + $Message = "(NETCORE_ENGINEERING_TELEMETRY=$Category) $Message" + } $PSBoundParameters.Remove('Message') | Out-Null $PSBoundParameters.Add('Message', $Message) Write-PipelineTaskError @PSBoundParameters diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index a45302b37..60c1cd897 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -635,7 +635,7 @@ function MSBuild-Core() { $exitCode = Exec-Process $buildTool.Path $cmdArgs if ($exitCode -ne 0) { - Write-PipelineTelemetryError Category 'Build' -Message 'Build failed.' + Write-PipelineTelemetryError -Category 'Build' -Message 'Build failed.' $buildLog = GetMSBuildBinaryLogCommandLineArgument $args if ($buildLog -ne $null) { diff --git a/global.json b/global.json index 4069e5446..20980aced 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20154.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20155.4" } } From 0166c419aa527b7a22d1838d5f69aaf081ac0444 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 16:46:02 +0000 Subject: [PATCH 1853/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200306.3 (#6707) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20156.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20156.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20156.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 84e8f9074..115f78f52 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9079f03fbd8a2be4b919e7769b494f3eb79d158a + 45a76b046c760e8dc3d9cd81a8fa240efabe221e - + https://github.com/dotnet/windowsdesktop - 9079f03fbd8a2be4b919e7769b494f3eb79d158a + 45a76b046c760e8dc3d9cd81a8fa240efabe221e - + https://github.com/dotnet/windowsdesktop - 9079f03fbd8a2be4b919e7769b494f3eb79d158a + 45a76b046c760e8dc3d9cd81a8fa240efabe221e https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index f3b9858f2..05f1b6650 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -75,9 +75,9 @@ - 5.0.0-preview.3.20156.2 - 5.0.0-preview.3.20156.2 - 5.0.0-preview.3.20156.2 + 5.0.0-preview.3.20156.3 + 5.0.0-preview.3.20156.3 + 5.0.0-preview.3.20156.3 From 9fc5b5a64ee80fd0128f40c97820b63b5bd75971 Mon Sep 17 00:00:00 2001 From: William Li Date: Fri, 6 Mar 2020 10:07:52 -0800 Subject: [PATCH 1854/2259] Update sdk --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f82447395..4a8cf9df8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - e2faebad758a7d38b5965cda755a17e9e9881599 + 1812ab7e880c51b4c3da836e02c362e694a139a3 - + https://github.com/dotnet/sdk - e2faebad758a7d38b5965cda755a17e9e9881599 + 1812ab7e880c51b4c3da836e02c362e694a139a3 diff --git a/eng/Versions.props b/eng/Versions.props index d34f92261..0a373f9ce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20155.1 - 5.0.100-preview.2.20155.1 + 5.0.100-preview.2.20155.5 + 5.0.100-preview.2.20155.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f3e81016145711ca214c54c4bf0911893e624b66 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 20:01:06 +0000 Subject: [PATCH 1855/2259] Update dependencies from https://github.com/dotnet/sdk build 20200306.1 (#6708) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20156.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20156.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 115f78f52..7168774dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 1812ab7e880c51b4c3da836e02c362e694a139a3 + 93cc90f8d2b078a699888ade16f82060131798e8 - + https://github.com/dotnet/sdk - 1812ab7e880c51b4c3da836e02c362e694a139a3 + 93cc90f8d2b078a699888ade16f82060131798e8 diff --git a/eng/Versions.props b/eng/Versions.props index b677b6306..50efb9cc5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20155.5 - 5.0.100-preview.2.20155.5 + 5.0.100-preview.2.20156.1 + 5.0.100-preview.2.20156.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7baeb01e29e6562491cb0d715e72f0522e0393c2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 20:35:53 +0000 Subject: [PATCH 1856/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200306.4 (#6709) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20156.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20156.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20156.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20156.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7168774dd..2c6b9ff62 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 45a76b046c760e8dc3d9cd81a8fa240efabe221e + d3dcbdc234ad2c8078e584359c8fe8f6ab1152a5 - + https://github.com/dotnet/windowsdesktop - 45a76b046c760e8dc3d9cd81a8fa240efabe221e + d3dcbdc234ad2c8078e584359c8fe8f6ab1152a5 - + https://github.com/dotnet/windowsdesktop - 45a76b046c760e8dc3d9cd81a8fa240efabe221e + d3dcbdc234ad2c8078e584359c8fe8f6ab1152a5 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 97250206203b7ffeffe6b0ebde69e3fd54b740fe - + https://github.com/dotnet/wpf - b4099a0f76c02b5bc8eea6556b3f80fa7a7d47f0 + 4e165916669300118c3b97ba2b7125950c8eb1a0 diff --git a/eng/Versions.props b/eng/Versions.props index 50efb9cc5..a55481c86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20155.8 + 5.0.0-preview.3.20156.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20156.3 - 5.0.0-preview.3.20156.3 - 5.0.0-preview.3.20156.3 + 5.0.0-preview.3.20156.4 + 5.0.0-preview.3.20156.4 + 5.0.0-preview.3.20156.4 From 6d1b67a3f93993c3f89e1fc8eb34c2b4dac52d17 Mon Sep 17 00:00:00 2001 From: William Li Date: Fri, 6 Mar 2020 14:43:03 -0800 Subject: [PATCH 1857/2259] Update branding 3.1.300 --- src/CopyToLatest/targets/BranchInfo.props | 2 +- src/redist/targets/Versions.targets | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/CopyToLatest/targets/BranchInfo.props b/src/CopyToLatest/targets/BranchInfo.props index e67ccd9d2..ac492e904 100644 --- a/src/CopyToLatest/targets/BranchInfo.props +++ b/src/CopyToLatest/targets/BranchInfo.props @@ -1,5 +1,5 @@ - release/3.1.2xx + release/3.1.3xx diff --git a/src/redist/targets/Versions.targets b/src/redist/targets/Versions.targets index 461a1b9f2..4ae516342 100644 --- a/src/redist/targets/Versions.targets +++ b/src/redist/targets/Versions.targets @@ -2,13 +2,13 @@ 3 1 - 2 + 3 00 - servicing + preview - true + false From 4a5844cd7e42e6bf60b5a3a28c44f4cf3f29314a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 6 Mar 2020 23:00:59 +0000 Subject: [PATCH 1858/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200306.5 (#6711) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20156.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20156.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20156.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20156.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2c6b9ff62..347c7c73f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d3dcbdc234ad2c8078e584359c8fe8f6ab1152a5 + abdc676340b53a0644d28f6b587ed2b9c80ca64e - + https://github.com/dotnet/windowsdesktop - d3dcbdc234ad2c8078e584359c8fe8f6ab1152a5 + abdc676340b53a0644d28f6b587ed2b9c80ca64e - + https://github.com/dotnet/windowsdesktop - d3dcbdc234ad2c8078e584359c8fe8f6ab1152a5 + abdc676340b53a0644d28f6b587ed2b9c80ca64e https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 97250206203b7ffeffe6b0ebde69e3fd54b740fe - + https://github.com/dotnet/wpf - 4e165916669300118c3b97ba2b7125950c8eb1a0 + d9b7449f29c21e5c13ca0ee462600233138443b4 diff --git a/eng/Versions.props b/eng/Versions.props index a55481c86..d23443036 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20156.2 + 5.0.0-preview.3.20156.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20156.4 - 5.0.0-preview.3.20156.4 - 5.0.0-preview.3.20156.4 + 5.0.0-preview.3.20156.5 + 5.0.0-preview.3.20156.5 + 5.0.0-preview.3.20156.5 From 660fd7a768e33798ed9650ffa8b2bba1cdb781ab Mon Sep 17 00:00:00 2001 From: sfoslund Date: Fri, 6 Mar 2020 15:51:55 -0800 Subject: [PATCH 1859/2259] Adding support for win arm64 builds --- .vsts-ci.yml | 4 ++++ src/redist/targets/Crossgen.targets | 2 +- src/redist/targets/GenerateLayout.targets | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index cef288de0..2954264c2 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -68,6 +68,10 @@ stages: _BuildConfig: Release _BuildArchitecture: arm _DOTNET_CLI_UI_LANGUAGE: '' + Build_Release_arm64: + _BuildConfig: Release + _BuildArchitecture: arm64 + _DOTNET_CLI_UI_LANGUAGE: '' - template: /eng/build.yml parameters: diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index b0aa36fea..1c19fd24c 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -1,6 +1,6 @@ diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index f9560416e..242b7a678 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -283,7 +283,7 @@ false - true + true false From 3d5f0cafa683d610e33542cf3b6b3a972d3c402a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 00:50:57 +0000 Subject: [PATCH 1860/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200306.6 (#6716) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20156.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20156.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20156.6 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20156.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 347c7c73f..2fe71e9bd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - abdc676340b53a0644d28f6b587ed2b9c80ca64e + 92a5e7ca45f03871f7635d975fe059a222935f3d - + https://github.com/dotnet/windowsdesktop - abdc676340b53a0644d28f6b587ed2b9c80ca64e + 92a5e7ca45f03871f7635d975fe059a222935f3d - + https://github.com/dotnet/windowsdesktop - abdc676340b53a0644d28f6b587ed2b9c80ca64e + 92a5e7ca45f03871f7635d975fe059a222935f3d https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 97250206203b7ffeffe6b0ebde69e3fd54b740fe - + https://github.com/dotnet/wpf - d9b7449f29c21e5c13ca0ee462600233138443b4 + 2ac6cbc468bae41a5834d06d13ea914f2e7f635e diff --git a/eng/Versions.props b/eng/Versions.props index d23443036..f1af84f2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20156.3 + 5.0.0-preview.3.20156.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20156.5 - 5.0.0-preview.3.20156.5 - 5.0.0-preview.3.20156.5 + 5.0.0-preview.3.20156.6 + 5.0.0-preview.3.20156.6 + 5.0.0-preview.3.20156.6 From 399521ef66847acf2976c747fa1e133fdb7981c4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 02:05:59 +0000 Subject: [PATCH 1861/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200306.7 (#6717) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20156.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20156.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20156.7 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20156.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2fe71e9bd..3e8f022be 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 92a5e7ca45f03871f7635d975fe059a222935f3d + 511afd82ddd04850d51a1e91377c7cb6a0d78d25 - + https://github.com/dotnet/windowsdesktop - 92a5e7ca45f03871f7635d975fe059a222935f3d + 511afd82ddd04850d51a1e91377c7cb6a0d78d25 - + https://github.com/dotnet/windowsdesktop - 92a5e7ca45f03871f7635d975fe059a222935f3d + 511afd82ddd04850d51a1e91377c7cb6a0d78d25 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 97250206203b7ffeffe6b0ebde69e3fd54b740fe - + https://github.com/dotnet/wpf - 2ac6cbc468bae41a5834d06d13ea914f2e7f635e + 5841f8b2984301b6fe8a8153c30e8c13cad2eb16 diff --git a/eng/Versions.props b/eng/Versions.props index f1af84f2d..c4c9ea4cb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20156.4 + 5.0.0-preview.3.20156.6 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20156.6 - 5.0.0-preview.3.20156.6 - 5.0.0-preview.3.20156.6 + 5.0.0-preview.3.20156.7 + 5.0.0-preview.3.20156.7 + 5.0.0-preview.3.20156.7 From f01e2c69bfb4f86a713b23953395838439a20eff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 02:56:02 +0000 Subject: [PATCH 1862/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200306.4 (#6718) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20156.4 - dotnet-watch - 5.0.0-preview.2.20156.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20156.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20156.4 - dotnet-user-secrets - 5.0.0-preview.2.20156.4 - dotnet-dev-certs - 5.0.0-preview.2.20156.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 347c7c73f..a42dc36ec 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime e2881ae96bb4399864723aa46469c82379b03b32 - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 850240804c9bbf949c6e7d0ff5593153f4801648 - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 850240804c9bbf949c6e7d0ff5593153f4801648 - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 850240804c9bbf949c6e7d0ff5593153f4801648 - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 850240804c9bbf949c6e7d0ff5593153f4801648 - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 850240804c9bbf949c6e7d0ff5593153f4801648 - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 850240804c9bbf949c6e7d0ff5593153f4801648 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index d23443036..3427d593c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20156.4 + 5.0.0-preview.2.20156.4 + 5.0.0-preview.2.20156.4 + 5.0.0-preview.2.20156.4 + 5.0.0-preview.2.20156.4 + 5.0.0-preview.2.20156.4 0.2.0 From 85cce760ab8ad572b2ad0ae84c99889500e8f71c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 03:11:40 +0000 Subject: [PATCH 1863/2259] Update dependencies from https://github.com/dotnet/sdk build 20200306.4 (#6719) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20156.4 - Microsoft.NET.Sdk - 5.0.100-preview.2.20156.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a42dc36ec..28255ca88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 93cc90f8d2b078a699888ade16f82060131798e8 + 4cbe9e2cfe869010e81341957956ed626ea752fd - + https://github.com/dotnet/sdk - 93cc90f8d2b078a699888ade16f82060131798e8 + 4cbe9e2cfe869010e81341957956ed626ea752fd diff --git a/eng/Versions.props b/eng/Versions.props index 3427d593c..23a4e847e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20156.1 - 5.0.100-preview.2.20156.1 + 5.0.100-preview.2.20156.4 + 5.0.100-preview.2.20156.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ea805bb7956c82808e856cb6bae7c386510ebd14 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 03:45:59 +0000 Subject: [PATCH 1864/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200306.6 (#6721) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20156.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20156.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20156.6 - dotnet-watch - 5.0.0-preview.3.20156.6 - dotnet-user-secrets - 5.0.0-preview.3.20156.6 - dotnet-dev-certs - 5.0.0-preview.3.20156.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3e8f022be..51fa8625d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime e2881ae96bb4399864723aa46469c82379b03b32 - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 9f5686232043b8a740128fbf6ad3bf1aaf9653ca - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 9f5686232043b8a740128fbf6ad3bf1aaf9653ca - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 9f5686232043b8a740128fbf6ad3bf1aaf9653ca - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 9f5686232043b8a740128fbf6ad3bf1aaf9653ca - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 9f5686232043b8a740128fbf6ad3bf1aaf9653ca - + https://github.com/dotnet/aspnetcore - 118ff3c40b2aae9e414011d4d4496b77b3f83021 + 9f5686232043b8a740128fbf6ad3bf1aaf9653ca https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index c4c9ea4cb..db6d4acf7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 + 5.0.0-preview.3.20156.6 + 5.0.0-preview.3.20156.6 + 5.0.0-preview.3.20156.6 + 5.0.0-preview.3.20156.6 + 5.0.0-preview.3.20156.6 + 5.0.0-preview.3.20156.6 0.2.0 From 33c4e7f9927de78e54c8826ba196f23136ed753d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 10:02:27 +0000 Subject: [PATCH 1865/2259] [release/5.0.1xx-preview2] Update dependencies from dotnet/sdk (#6722) * Update dependencies from https://github.com/dotnet/sdk build 20200306.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20156.6 - Microsoft.NET.Sdk - 5.0.100-preview.2.20156.6 * Update dependencies from https://github.com/dotnet/sdk build 20200306.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20156.8 - Microsoft.NET.Sdk - 5.0.100-preview.2.20156.8 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 28255ca88..70a96de5c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 4cbe9e2cfe869010e81341957956ed626ea752fd + bdb55e2841c7632ff6bb24cadb4d9adb03c8ef17 - + https://github.com/dotnet/sdk - 4cbe9e2cfe869010e81341957956ed626ea752fd + bdb55e2841c7632ff6bb24cadb4d9adb03c8ef17 diff --git a/eng/Versions.props b/eng/Versions.props index 23a4e847e..febfbbf7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20156.4 - 5.0.100-preview.2.20156.4 + 5.0.100-preview.2.20156.8 + 5.0.100-preview.2.20156.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 12a3b1a688d195691c91968680d360e1c7bdae6d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 10:26:06 +0000 Subject: [PATCH 1866/2259] [master] Update dependencies from dotnet/sdk (#6712) * Update dependencies from https://github.com/dotnet/sdk build 20200306.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20156.2 - Microsoft.NET.Sdk - 5.0.100-preview.2.20156.2 * Update dependencies from https://github.com/dotnet/sdk build 20200306.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20156.7 - Microsoft.NET.Sdk - 5.0.100-preview.2.20156.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 51fa8625d..85a6cb4b9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 93cc90f8d2b078a699888ade16f82060131798e8 + 2ccaa037745ac05043ce1f9420cca121754b6e8b - + https://github.com/dotnet/sdk - 93cc90f8d2b078a699888ade16f82060131798e8 + 2ccaa037745ac05043ce1f9420cca121754b6e8b diff --git a/eng/Versions.props b/eng/Versions.props index db6d4acf7..4fb8fe114 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20156.1 - 5.0.100-preview.2.20156.1 + 5.0.100-preview.2.20156.7 + 5.0.100-preview.2.20156.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8442706437dc408ff60438b68e01b2543353cd03 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 15:10:55 +0000 Subject: [PATCH 1867/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200307.1 (#6725) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20157.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20157.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20157.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 85a6cb4b9..ef83872d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 511afd82ddd04850d51a1e91377c7cb6a0d78d25 + 7aadbf87bfca04c50c0978848a7383f1075d9772 - + https://github.com/dotnet/windowsdesktop - 511afd82ddd04850d51a1e91377c7cb6a0d78d25 + 7aadbf87bfca04c50c0978848a7383f1075d9772 - + https://github.com/dotnet/windowsdesktop - 511afd82ddd04850d51a1e91377c7cb6a0d78d25 + 7aadbf87bfca04c50c0978848a7383f1075d9772 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 4fb8fe114..f9c03ffab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20156.7 - 5.0.0-preview.3.20156.7 - 5.0.0-preview.3.20156.7 + 5.0.0-preview.3.20157.1 + 5.0.0-preview.3.20157.1 + 5.0.0-preview.3.20157.1 From 79a8c80e92c16e23af36511ae73770d7f09a3d13 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 7 Mar 2020 17:55:58 +0000 Subject: [PATCH 1868/2259] Update dependencies from https://github.com/dotnet/sdk build 20200307.1 (#6726) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20157.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20157.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef83872d8..c4797c762 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 2ccaa037745ac05043ce1f9420cca121754b6e8b + 1b75e281ea677738ae42f99b81fc09c61f63c3b9 - + https://github.com/dotnet/sdk - 2ccaa037745ac05043ce1f9420cca121754b6e8b + 1b75e281ea677738ae42f99b81fc09c61f63c3b9 diff --git a/eng/Versions.props b/eng/Versions.props index f9c03ffab..36e362561 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20156.7 - 5.0.100-preview.2.20156.7 + 5.0.100-preview.2.20157.1 + 5.0.100-preview.2.20157.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ac9888bc165b15d98238d705b21dda193cfcface Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2020 12:38:05 +0000 Subject: [PATCH 1869/2259] [master] Update dependencies from dotnet/arcade (#6724) * Update dependencies from https://github.com/dotnet/arcade build 20200306.4 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20156.4 * Update dependencies from https://github.com/dotnet/arcade build 20200307.1 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20157.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 +- eng/common/cross/android/arm/toolchain.cmake | 41 ----------- .../cross/android/arm64/toolchain.cmake | 42 ----------- eng/common/cross/build-android-rootfs.sh | 69 +++++++------------ eng/common/cross/toolchain.cmake | 30 ++++++-- global.json | 2 +- 6 files changed, 54 insertions(+), 134 deletions(-) delete mode 100644 eng/common/cross/android/arm/toolchain.cmake delete mode 100644 eng/common/cross/android/arm64/toolchain.cmake diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c4797c762..804634d8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 08eea2b992d991297fc23de413bddfb9b3db5082 + ca67e6af5b3c6d94755f0912c5365bea44130b12 diff --git a/eng/common/cross/android/arm/toolchain.cmake b/eng/common/cross/android/arm/toolchain.cmake deleted file mode 100644 index a7e1c7350..000000000 --- a/eng/common/cross/android/arm/toolchain.cmake +++ /dev/null @@ -1,41 +0,0 @@ -set(CROSS_NDK_TOOLCHAIN $ENV{ROOTFS_DIR}/../) -set(CROSS_ROOTFS ${CROSS_NDK_TOOLCHAIN}/sysroot) -set(CLR_CMAKE_PLATFORM_ANDROID "Android") - -set(CMAKE_SYSTEM_NAME Linux) -set(CMAKE_SYSTEM_VERSION 1) -set(CMAKE_SYSTEM_PROCESSOR arm) - -## Specify the toolchain -set(TOOLCHAIN "arm-linux-androideabi") -set(CMAKE_PREFIX_PATH ${CROSS_NDK_TOOLCHAIN}) -set(TOOLCHAIN_PREFIX ${TOOLCHAIN}-) - -find_program(CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}clang) -find_program(CMAKE_CXX_COMPILER ${TOOLCHAIN_PREFIX}clang++) -find_program(CMAKE_ASM_COMPILER ${TOOLCHAIN_PREFIX}clang) -find_program(CMAKE_AR ${TOOLCHAIN_PREFIX}ar) -find_program(CMAKE_LD ${TOOLCHAIN_PREFIX}ar) -find_program(CMAKE_OBJCOPY ${TOOLCHAIN_PREFIX}objcopy) -find_program(CMAKE_OBJDUMP ${TOOLCHAIN_PREFIX}objdump) - -add_compile_options(--sysroot=${CROSS_ROOTFS}) -add_compile_options(-fPIE) -add_compile_options(-mfloat-abi=soft) -include_directories(SYSTEM ${CROSS_NDK_TOOLCHAIN}/include/c++/4.9.x/) -include_directories(SYSTEM ${CROSS_NDK_TOOLCHAIN}/include/c++/4.9.x/arm-linux-androideabi/) - -set(CROSS_LINK_FLAGS "${CROSS_LINK_FLAGS} -B ${CROSS_ROOTFS}/usr/lib/gcc/${TOOLCHAIN}") -set(CROSS_LINK_FLAGS "${CROSS_LINK_FLAGS} -L${CROSS_ROOTFS}/lib/${TOOLCHAIN}") -set(CROSS_LINK_FLAGS "${CROSS_LINK_FLAGS} --sysroot=${CROSS_ROOTFS}") -set(CROSS_LINK_FLAGS "${CROSS_LINK_FLAGS} -fPIE -pie") - -set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${CROSS_LINK_FLAGS}" CACHE STRING "" FORCE) -set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} ${CROSS_LINK_FLAGS}" CACHE STRING "" FORCE) -set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${CROSS_LINK_FLAGS}" CACHE STRING "" FORCE) - -set(CMAKE_FIND_ROOT_PATH "${CROSS_ROOTFS}") -set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) -set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) diff --git a/eng/common/cross/android/arm64/toolchain.cmake b/eng/common/cross/android/arm64/toolchain.cmake deleted file mode 100644 index 29415899c..000000000 --- a/eng/common/cross/android/arm64/toolchain.cmake +++ /dev/null @@ -1,42 +0,0 @@ -set(CROSS_NDK_TOOLCHAIN $ENV{ROOTFS_DIR}/../) -set(CROSS_ROOTFS ${CROSS_NDK_TOOLCHAIN}/sysroot) -set(CLR_CMAKE_PLATFORM_ANDROID "Android") - -set(CMAKE_SYSTEM_NAME Linux) -set(CMAKE_SYSTEM_VERSION 1) -set(CMAKE_SYSTEM_PROCESSOR aarch64) - -## Specify the toolchain -set(TOOLCHAIN "aarch64-linux-android") -set(CMAKE_PREFIX_PATH ${CROSS_NDK_TOOLCHAIN}) -set(TOOLCHAIN_PREFIX ${TOOLCHAIN}-) - -find_program(CMAKE_C_COMPILER ${TOOLCHAIN_PREFIX}clang) -find_program(CMAKE_CXX_COMPILER ${TOOLCHAIN_PREFIX}clang++) -find_program(CMAKE_ASM_COMPILER ${TOOLCHAIN_PREFIX}clang) -find_program(CMAKE_AR ${TOOLCHAIN_PREFIX}ar) -find_program(CMAKE_LD ${TOOLCHAIN_PREFIX}ar) -find_program(CMAKE_OBJCOPY ${TOOLCHAIN_PREFIX}objcopy) -find_program(CMAKE_OBJDUMP ${TOOLCHAIN_PREFIX}objdump) - -add_compile_options(--sysroot=${CROSS_ROOTFS}) -add_compile_options(-fPIE) - -## Needed for Android or bionic specific conditionals -add_compile_options(-D__ANDROID__) -add_compile_options(-D__BIONIC__) - -set(CROSS_LINK_FLAGS "${CROSS_LINK_FLAGS} -B ${CROSS_ROOTFS}/usr/lib/gcc/${TOOLCHAIN}") -set(CROSS_LINK_FLAGS "${CROSS_LINK_FLAGS} -L${CROSS_ROOTFS}/lib/${TOOLCHAIN}") -set(CROSS_LINK_FLAGS "${CROSS_LINK_FLAGS} --sysroot=${CROSS_ROOTFS}") -set(CROSS_LINK_FLAGS "${CROSS_LINK_FLAGS} -fPIE -pie") - -set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} ${CROSS_LINK_FLAGS}" CACHE STRING "" FORCE) -set(CMAKE_SHARED_LINKER_FLAGS "${CMAKE_SHARED_LINKER_FLAGS} ${CROSS_LINK_FLAGS}" CACHE STRING "" FORCE) -set(CMAKE_MODULE_LINKER_FLAGS "${CMAKE_MODULE_LINKER_FLAGS} ${CROSS_LINK_FLAGS}" CACHE STRING "" FORCE) - -set(CMAKE_FIND_ROOT_PATH "${CROSS_ROOTFS}") -set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER) -set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY) -set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY) -set(CMAKE_FIND_ROOT_PATH_MODE_PACKAGE ONLY) diff --git a/eng/common/cross/build-android-rootfs.sh b/eng/common/cross/build-android-rootfs.sh index adceda877..5e74881eb 100755 --- a/eng/common/cross/build-android-rootfs.sh +++ b/eng/common/cross/build-android-rootfs.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash set -e -__NDK_Version=r14 +__NDK_Version=r21 usage() { @@ -16,11 +16,11 @@ usage() echo. echo "By default, the NDK will be downloaded into the cross/android-rootfs/android-ndk-$__NDK_Version directory. If you already have an NDK installation," echo "you can set the NDK_DIR environment variable to have this script use that installation of the NDK." - echo "By default, this script will generate a file, android_platform, in the root of the ROOTFS_DIR directory that contains the RID for the supported and tested Android build: android.21-arm64. This file is to replace '/etc/os-release', which is not available for Android." + echo "By default, this script will generate a file, android_platform, in the root of the ROOTFS_DIR directory that contains the RID for the supported and tested Android build: android.28-arm64. This file is to replace '/etc/os-release', which is not available for Android." exit 1 } -__ApiLevel=21 # The minimum platform for arm64 is API level 21 +__ApiLevel=28 # The minimum platform for arm64 is API level 21 but the minimum version that support glob(3) is 28. See $ANDROID_NDK/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/glob.h __BuildArch=arm64 __AndroidArch=aarch64 __AndroidToolchain=aarch64-linux-android @@ -54,12 +54,11 @@ done # Obtain the location of the bash script to figure out where the root of the repo is. __CrossDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" +__Android_Cross_Dir="$(cd "$__CrossDir/../../../.tools/android-rootfs" && pwd)" -__Android_Cross_Dir="$__CrossDir/android-rootfs" __NDK_Dir="$__Android_Cross_Dir/android-ndk-$__NDK_Version" -__libunwind_Dir="$__Android_Cross_Dir/libunwind" __lldb_Dir="$__Android_Cross_Dir/lldb" -__ToolchainDir="$__Android_Cross_Dir/toolchain/$__BuildArch" +__ToolchainDir="$__Android_Cross_Dir/android-ndk-$__NDK_Version" if [[ -n "$TOOLCHAIN_DIR" ]]; then __ToolchainDir=$TOOLCHAIN_DIR @@ -89,49 +88,33 @@ if [ ! -d $__lldb_Dir ]; then unzip -q $__Android_Cross_Dir/lldb-2.3.3614996-linux-x86_64.zip -d $__lldb_Dir fi -# Create the RootFS for both arm64 as well as aarch -rm -rf $__Android_Cross_Dir/toolchain - -echo Generating the $__BuildArch toolchain -$__NDK_Dir/build/tools/make_standalone_toolchain.py --arch $__BuildArch --api $__ApiLevel --install-dir $__ToolchainDir - -# Install the required packages into the toolchain -# TODO: Add logic to get latest pkg version instead of specific version number -rm -rf $__Android_Cross_Dir/deb/ -rm -rf $__Android_Cross_Dir/tmp - -mkdir -p $__Android_Cross_Dir/deb/ +echo "Download dependencies..." mkdir -p $__Android_Cross_Dir/tmp/$arch/ -wget -nv -nc http://termux.net/dists/stable/main/binary-$__AndroidArch/libicu_60.2_$__AndroidArch.deb -O $__Android_Cross_Dir/deb/libicu_60.2_$__AndroidArch.deb -wget -nv -nc http://termux.net/dists/stable/main/binary-$__AndroidArch/libicu-dev_60.2_$__AndroidArch.deb -O $__Android_Cross_Dir/deb/libicu-dev_60.2_$__AndroidArch.deb -wget -nv -nc http://termux.net/dists/stable/main/binary-$__AndroidArch/libandroid-glob-dev_0.4_$__AndroidArch.deb -O $__Android_Cross_Dir/deb/libandroid-glob-dev_0.4_$__AndroidArch.deb -wget -nv -nc http://termux.net/dists/stable/main/binary-$__AndroidArch/libandroid-glob_0.4_$__AndroidArch.deb -O $__Android_Cross_Dir/deb/libandroid-glob_0.4_$__AndroidArch.deb -wget -nv -nc http://termux.net/dists/stable/main/binary-$__AndroidArch/libandroid-support-dev_22_$__AndroidArch.deb -O $__Android_Cross_Dir/deb/libandroid-support-dev_22_$__AndroidArch.deb -wget -nv -nc http://termux.net/dists/stable/main/binary-$__AndroidArch/libandroid-support_22_$__AndroidArch.deb -O $__Android_Cross_Dir/deb/libandroid-support_22_$__AndroidArch.deb -wget -nv -nc http://termux.net/dists/stable/main/binary-$__AndroidArch/liblzma-dev_5.2.3_$__AndroidArch.deb -O $__Android_Cross_Dir/deb/liblzma-dev_5.2.3_$__AndroidArch.deb -wget -nv -nc http://termux.net/dists/stable/main/binary-$__AndroidArch/liblzma_5.2.3_$__AndroidArch.deb -O $__Android_Cross_Dir/deb/liblzma_5.2.3_$__AndroidArch.deb -wget -nv -nc http://termux.net/dists/stable/main/binary-$__AndroidArch/libunwind-dev_1.2.20170304_$__AndroidArch.deb -O $__Android_Cross_Dir/deb/libunwind-dev_1.2.20170304_$__AndroidArch.deb -wget -nv -nc http://termux.net/dists/stable/main/binary-$__AndroidArch/libunwind_1.2.20170304_$__AndroidArch.deb -O $__Android_Cross_Dir/deb/libunwind_1.2.20170304_$__AndroidArch.deb +# combined dependencies for coreclr, installer and libraries +__AndroidPackages="libicu" +__AndroidPackages+=" libandroid-glob" +__AndroidPackages+=" liblzma" +__AndroidPackages+=" krb5" +__AndroidPackages+=" openssl" -echo Unpacking Termux packages -dpkg -x $__Android_Cross_Dir/deb/libicu_60.2_$__AndroidArch.deb $__Android_Cross_Dir/tmp/$__AndroidArch/ -dpkg -x $__Android_Cross_Dir/deb/libicu-dev_60.2_$__AndroidArch.deb $__Android_Cross_Dir/tmp/$__AndroidArch/ -dpkg -x $__Android_Cross_Dir/deb/libandroid-glob-dev_0.4_$__AndroidArch.deb $__Android_Cross_Dir/tmp/$__AndroidArch/ -dpkg -x $__Android_Cross_Dir/deb/libandroid-glob_0.4_$__AndroidArch.deb $__Android_Cross_Dir/tmp/$__AndroidArch/ -dpkg -x $__Android_Cross_Dir/deb/libandroid-support-dev_22_$__AndroidArch.deb $__Android_Cross_Dir/tmp/$__AndroidArch/ -dpkg -x $__Android_Cross_Dir/deb/libandroid-support_22_$__AndroidArch.deb $__Android_Cross_Dir/tmp/$__AndroidArch/ -dpkg -x $__Android_Cross_Dir/deb/liblzma-dev_5.2.3_$__AndroidArch.deb $__Android_Cross_Dir/tmp/$__AndroidArch/ -dpkg -x $__Android_Cross_Dir/deb/liblzma_5.2.3_$__AndroidArch.deb $__Android_Cross_Dir/tmp/$__AndroidArch/ -dpkg -x $__Android_Cross_Dir/deb/libunwind-dev_1.2.20170304_$__AndroidArch.deb $__Android_Cross_Dir/tmp/$__AndroidArch/ -dpkg -x $__Android_Cross_Dir/deb/libunwind_1.2.20170304_$__AndroidArch.deb $__Android_Cross_Dir/tmp/$__AndroidArch/ +for path in $(wget -qO- http://termux.net/dists/stable/main/binary-$__AndroidArch/Packages |\ + grep -A15 "Package: \(${__AndroidPackages// /\\|}\)" | grep -v "static\|tool" | grep Filename); do + + if [[ "$path" != "Filename:" ]]; then + echo "Working on: $path" + wget -qO- http://termux.net/$path | dpkg -x - $__Android_Cross_Dir/tmp/$__AndroidArch/ + fi +done cp -R $__Android_Cross_Dir/tmp/$__AndroidArch/data/data/com.termux/files/usr/* $__ToolchainDir/sysroot/usr/ # Generate platform file for build.sh script to assign to __DistroRid echo "Generating platform file..." +echo "RID=android.${__ApiLevel}-${__BuildArch}" > $__ToolchainDir/sysroot/android_platform -echo "RID=android.21-arm64" > $__ToolchainDir/sysroot/android_platform -echo Now run: -echo CONFIG_DIR=\`realpath cross/android/$__BuildArch\` ROOTFS_DIR=\`realpath $__ToolchainDir/sysroot\` ./build.sh cross $__BuildArch skipgenerateversion skipnuget cmakeargs -DENABLE_LLDBPLUGIN=0 - +echo "Now to build coreclr, libraries and installers; run:" +echo ROOTFS_DIR=\$\(realpath $__ToolchainDir/sysroot\) ./build.sh --cross --arch $__BuildArch \ + --subsetCategory coreclr \ + --subsetCategory libraries \ + --subsetCategory installer diff --git a/eng/common/cross/toolchain.cmake b/eng/common/cross/toolchain.cmake index 556da2e13..1823804da 100644 --- a/eng/common/cross/toolchain.cmake +++ b/eng/common/cross/toolchain.cmake @@ -43,10 +43,30 @@ if(TARGET_ARCH_NAME STREQUAL "armel") endif() endif() -set(CMAKE_SYSROOT "${CROSS_ROOTFS}") -set(CMAKE_C_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") -set(CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") -set(CMAKE_ASM_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") +if("$ENV{__DistroRid}" MATCHES "android.*") + if(TARGET_ARCH_NAME STREQUAL "arm") + set(ANDROID_ABI armeabi-v7a) + elseif(TARGET_ARCH_NAME STREQUAL "arm64") + set(ANDROID_ABI arm64-v8a) + endif() + + # extract platform number required by the NDK's toolchain + string(REGEX REPLACE ".*\\.([0-9]+)-.*" "\\1" ANDROID_PLATFORM "$ENV{__DistroRid}") + + set(ANDROID_TOOLCHAIN clang) + set(FEATURE_EVENT_TRACE 0) # disable event trace as there is no lttng-ust package in termux repository + set(CMAKE_SYSTEM_LIBRARY_PATH "${CROSS_ROOTFS}/usr/lib") + set(CMAKE_SYSTEM_INCLUDE_PATH "${CROSS_ROOTFS}/usr/include") + + # include official NDK toolchain script + include(${CROSS_ROOTFS}/../build/cmake/android.toolchain.cmake) +else() + set(CMAKE_SYSROOT "${CROSS_ROOTFS}") + + set(CMAKE_C_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") + set(CMAKE_CXX_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") + set(CMAKE_ASM_COMPILER_EXTERNAL_TOOLCHAIN "${CROSS_ROOTFS}/usr") +endif() # Specify link flags @@ -63,7 +83,7 @@ endif() # Specify compile options -if(TARGET_ARCH_NAME MATCHES "^(arm|armel|arm64)$") +if(TARGET_ARCH_NAME MATCHES "^(arm|armel|arm64)$" AND NOT "$ENV{__DistroRid}" MATCHES "android.*") set(CMAKE_C_COMPILER_TARGET ${TOOLCHAIN}) set(CMAKE_CXX_COMPILER_TARGET ${TOOLCHAIN}) set(CMAKE_ASM_COMPILER_TARGET ${TOOLCHAIN}) diff --git a/global.json b/global.json index c33d33cb6..2b634f734 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20155.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20157.1" } } From ea1cde7af0a9b67677577ec82009e1f249371272 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2020 14:07:54 +0000 Subject: [PATCH 1870/2259] [master] Update dependencies from dotnet/windowsdesktop (#6727) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200307.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20157.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20157.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20157.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20157.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200308.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20158.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20158.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20158.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20157.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 804634d8a..91036636c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7aadbf87bfca04c50c0978848a7383f1075d9772 + 790d561a48c9f45fbb7c17c8f9c94f58f72af86e - + https://github.com/dotnet/windowsdesktop - 7aadbf87bfca04c50c0978848a7383f1075d9772 + 790d561a48c9f45fbb7c17c8f9c94f58f72af86e - + https://github.com/dotnet/windowsdesktop - 7aadbf87bfca04c50c0978848a7383f1075d9772 + 790d561a48c9f45fbb7c17c8f9c94f58f72af86e https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 97250206203b7ffeffe6b0ebde69e3fd54b740fe - + https://github.com/dotnet/wpf - 5841f8b2984301b6fe8a8153c30e8c13cad2eb16 + b3a6983e25e396bb06c99520b4a0252231024828 diff --git a/eng/Versions.props b/eng/Versions.props index 36e362561..494e1ff5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20156.6 + 5.0.0-preview.3.20157.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20157.1 - 5.0.0-preview.3.20157.1 - 5.0.0-preview.3.20157.1 + 5.0.0-preview.3.20158.1 + 5.0.0-preview.3.20158.1 + 5.0.0-preview.3.20158.1 From b421395e4eb6ebff5425254a0f85a20ff58e16c3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2020 15:56:25 +0000 Subject: [PATCH 1871/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200308.2 (#6728) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20158.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20158.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20158.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20158.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 91036636c..caf5980ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 790d561a48c9f45fbb7c17c8f9c94f58f72af86e + 36063dbf4cb0fe40d4a0172873f70bf968d416f8 - + https://github.com/dotnet/windowsdesktop - 790d561a48c9f45fbb7c17c8f9c94f58f72af86e + 36063dbf4cb0fe40d4a0172873f70bf968d416f8 - + https://github.com/dotnet/windowsdesktop - 790d561a48c9f45fbb7c17c8f9c94f58f72af86e + 36063dbf4cb0fe40d4a0172873f70bf968d416f8 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 97250206203b7ffeffe6b0ebde69e3fd54b740fe - + https://github.com/dotnet/wpf - b3a6983e25e396bb06c99520b4a0252231024828 + 109bee0a33579b6ad34166304887499a68942da0 diff --git a/eng/Versions.props b/eng/Versions.props index 494e1ff5a..d173e5368 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20157.2 + 5.0.0-preview.3.20158.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20158.1 - 5.0.0-preview.3.20158.1 - 5.0.0-preview.3.20158.1 + 5.0.0-preview.3.20158.2 + 5.0.0-preview.3.20158.2 + 5.0.0-preview.3.20158.2 From ca1dc95fc2e38a20370a2507530fef804fecc3cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2020 19:11:00 +0000 Subject: [PATCH 1872/2259] Update dependencies from https://github.com/dotnet/sdk build 20200308.1 (#6729) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20158.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20158.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index caf5980ff..0434bb138 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 1b75e281ea677738ae42f99b81fc09c61f63c3b9 + 49a2c0dc7e09b5601bedb56bb305e6acd42042ed - + https://github.com/dotnet/sdk - 1b75e281ea677738ae42f99b81fc09c61f63c3b9 + 49a2c0dc7e09b5601bedb56bb305e6acd42042ed diff --git a/eng/Versions.props b/eng/Versions.props index d173e5368..cfd70cab2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20157.1 - 5.0.100-preview.2.20157.1 + 5.0.100-preview.2.20158.1 + 5.0.100-preview.2.20158.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0e12ef55274c3533f49a90ec931dedc9bec39fed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 8 Mar 2020 23:00:52 +0000 Subject: [PATCH 1873/2259] Update dependencies from https://github.com/dotnet/sdk build 20200308.2 (#6730) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20158.2 - Microsoft.NET.Sdk - 5.0.100-preview.2.20158.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0434bb138..89c6a8e82 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 49a2c0dc7e09b5601bedb56bb305e6acd42042ed + 6addd9b6386a762737e60e49c9fba18645d01510 - + https://github.com/dotnet/sdk - 49a2c0dc7e09b5601bedb56bb305e6acd42042ed + 6addd9b6386a762737e60e49c9fba18645d01510 diff --git a/eng/Versions.props b/eng/Versions.props index cfd70cab2..73600ebb0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20158.1 - 5.0.100-preview.2.20158.1 + 5.0.100-preview.2.20158.2 + 5.0.100-preview.2.20158.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From db7552d4fb2c91430ca3c44a72b3dcc9c9c2bc96 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 04:06:15 +0000 Subject: [PATCH 1874/2259] [master] Update dependencies from dotnet/windowsdesktop (#6731) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200308.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20158.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20158.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20158.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20158.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20158.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200308.5 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20158.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20158.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20158.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20157.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20158.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 89c6a8e82..4403afe8d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 36063dbf4cb0fe40d4a0172873f70bf968d416f8 + 0114276a943f6878c74e3315a1e42b1e297d3b1f - + https://github.com/dotnet/windowsdesktop - 36063dbf4cb0fe40d4a0172873f70bf968d416f8 + 0114276a943f6878c74e3315a1e42b1e297d3b1f - + https://github.com/dotnet/windowsdesktop - 36063dbf4cb0fe40d4a0172873f70bf968d416f8 + 0114276a943f6878c74e3315a1e42b1e297d3b1f https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 6addd9b6386a762737e60e49c9fba18645d01510 - + https://github.com/dotnet/winforms - 97250206203b7ffeffe6b0ebde69e3fd54b740fe + 062c02ed4cdceb5803bad0b66e7770987356b14c - + https://github.com/dotnet/wpf - 109bee0a33579b6ad34166304887499a68942da0 + 54abd799f9419ae5a43c84e461a8aa3e8910fa3f diff --git a/eng/Versions.props b/eng/Versions.props index 73600ebb0..47b309746 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20155.2 + 5.0.0-preview.3.20157.1 - 5.0.0-preview.3.20158.1 + 5.0.0-preview.3.20158.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20158.2 - 5.0.0-preview.3.20158.2 - 5.0.0-preview.3.20158.2 + 5.0.0-preview.3.20158.5 + 5.0.0-preview.3.20158.5 + 5.0.0-preview.3.20158.5 From e638be300c47270a79b4802756301ef857c09b30 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 06:51:04 +0000 Subject: [PATCH 1875/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200308.6 (#6733) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20158.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20158.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20158.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20158.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20158.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4403afe8d..4a0986d49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0114276a943f6878c74e3315a1e42b1e297d3b1f + ab88cb6c272e236fd23401d6fae39520ad2ad735 - + https://github.com/dotnet/windowsdesktop - 0114276a943f6878c74e3315a1e42b1e297d3b1f + ab88cb6c272e236fd23401d6fae39520ad2ad735 - + https://github.com/dotnet/windowsdesktop - 0114276a943f6878c74e3315a1e42b1e297d3b1f + ab88cb6c272e236fd23401d6fae39520ad2ad735 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 6addd9b6386a762737e60e49c9fba18645d01510 - + https://github.com/dotnet/winforms - 062c02ed4cdceb5803bad0b66e7770987356b14c + e4dd68aa150eb063e4159dd1f3d1c2da2490e1ec - + https://github.com/dotnet/wpf - 54abd799f9419ae5a43c84e461a8aa3e8910fa3f + e77db53b88fb5ced52a3a5d223fd08d39515dd88 diff --git a/eng/Versions.props b/eng/Versions.props index 47b309746..d1c6d347e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20157.1 + 5.0.0-preview.3.20158.3 - 5.0.0-preview.3.20158.4 + 5.0.0-preview.3.20158.5 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20158.5 - 5.0.0-preview.3.20158.5 - 5.0.0-preview.3.20158.5 + 5.0.0-preview.3.20158.6 + 5.0.0-preview.3.20158.6 + 5.0.0-preview.3.20158.6 From 0572c1d128021e8c947e5841fb9501f520202365 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 16:06:14 +0000 Subject: [PATCH 1876/2259] [master] Update dependencies from dotnet/sdk (#6732) * Update dependencies from https://github.com/dotnet/sdk build 20200308.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20158.3 - Microsoft.NET.Sdk - 5.0.100-preview.2.20158.3 * Update dependencies from https://github.com/dotnet/sdk build 20200309.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20159.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20159.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4a0986d49..87f44b335 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 6addd9b6386a762737e60e49c9fba18645d01510 + 5f8b546811757253e37a953dab22ce97174b210d - + https://github.com/dotnet/sdk - 6addd9b6386a762737e60e49c9fba18645d01510 + 5f8b546811757253e37a953dab22ce97174b210d diff --git a/eng/Versions.props b/eng/Versions.props index d1c6d347e..5604e4d8c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20158.2 - 5.0.100-preview.2.20158.2 + 5.0.100-preview.2.20159.1 + 5.0.100-preview.2.20159.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8a6a713119ced4b2da25497d7ed0a3f5e48831f4 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Mon, 9 Mar 2020 11:07:06 -0700 Subject: [PATCH 1877/2259] Update to preview 3 (#6714) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 5604e4d8c..5b6ceb463 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) preview - 2 + 3 $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From edbdf82041abff369ed64e5d0d6fd590e75b5328 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 18:46:20 +0000 Subject: [PATCH 1878/2259] Update dependencies from https://github.com/dotnet/sdk build 20200309.2 (#6735) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20159.2 - Microsoft.NET.Sdk - 5.0.100-preview.2.20159.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 87f44b335..2f0d5433d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 5f8b546811757253e37a953dab22ce97174b210d + 9d7f619a73ed32e58fa26380882b72a862d3b3b5 - + https://github.com/dotnet/sdk - 5f8b546811757253e37a953dab22ce97174b210d + 9d7f619a73ed32e58fa26380882b72a862d3b3b5 diff --git a/eng/Versions.props b/eng/Versions.props index 5b6ceb463..88535042d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20159.1 - 5.0.100-preview.2.20159.1 + 5.0.100-preview.2.20159.2 + 5.0.100-preview.2.20159.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b20a3f2385f2d86cd83d94a7f278bfc38f4b6794 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 9 Mar 2020 19:17:13 +0000 Subject: [PATCH 1879/2259] [release/5.0.1xx-preview2] Update dependencies from dotnet/windowsdesktop (#6715) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200306.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20156.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20156.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20156.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20155.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20155.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200306.8 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20156.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20156.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20156.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20155.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20156.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200306.9 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20156.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20156.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20156.9 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20155.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20156.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200309.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20159.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20159.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20159.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.2.20155.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.2.20156.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 70a96de5c..15448496d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - abdc676340b53a0644d28f6b587ed2b9c80ca64e + c846d25bec7fc29e234e856ab161d82049f4751d - + https://github.com/dotnet/windowsdesktop - abdc676340b53a0644d28f6b587ed2b9c80ca64e + c846d25bec7fc29e234e856ab161d82049f4751d - + https://github.com/dotnet/windowsdesktop - abdc676340b53a0644d28f6b587ed2b9c80ca64e + c846d25bec7fc29e234e856ab161d82049f4751d https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ bdb55e2841c7632ff6bb24cadb4d9adb03c8ef17 - + https://github.com/dotnet/winforms - 97250206203b7ffeffe6b0ebde69e3fd54b740fe + 355d112ab87257a36a3348caf5669e61c6273850 - + https://github.com/dotnet/wpf - d9b7449f29c21e5c13ca0ee462600233138443b4 + f537c6f80f2395077f8ce1be8a8e37d872d11629 diff --git a/eng/Versions.props b/eng/Versions.props index febfbbf7d..bc674e70a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20155.2 + 5.0.0-preview.2.20155.3 - 5.0.0-preview.3.20156.3 + 5.0.0-preview.2.20156.7 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20156.5 - 5.0.0-preview.3.20156.5 - 5.0.0-preview.3.20156.5 + 5.0.0-preview.2.20159.2 + 5.0.0-preview.2.20159.2 + 5.0.0-preview.2.20159.2 From 7321a05a356b24a0048176ae94780ba660996470 Mon Sep 17 00:00:00 2001 From: "Nikola Milosavljevic (CLR)" Date: Mon, 9 Mar 2020 13:17:14 -0700 Subject: [PATCH 1880/2259] Update minimum supported OSX version to 10.13 --- src/redist/targets/packaging/osx/clisdk/Distribution-Template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/packaging/osx/clisdk/Distribution-Template b/src/redist/targets/packaging/osx/clisdk/Distribution-Template index 38d890a00..1383f20c4 100644 --- a/src/redist/targets/packaging/osx/clisdk/Distribution-Template +++ b/src/redist/targets/packaging/osx/clisdk/Distribution-Template @@ -7,7 +7,7 @@ - + From eff827fdaf9e650bee3a6a0e5887598409a0c4f9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 09:06:03 +0000 Subject: [PATCH 1881/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200309.14 (#6747) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20159.14 - dotnet-user-secrets - 5.0.0-preview.2.20159.14 - dotnet-watch - 5.0.0-preview.2.20159.14 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20159.14 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20159.14 - dotnet-dev-certs - 5.0.0-preview.2.20159.14 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15448496d..c5ae387ac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime e2881ae96bb4399864723aa46469c82379b03b32 - + https://github.com/dotnet/aspnetcore - 850240804c9bbf949c6e7d0ff5593153f4801648 + bc83487ac40c020f046f89cf880a39d3bf23485b - + https://github.com/dotnet/aspnetcore - 850240804c9bbf949c6e7d0ff5593153f4801648 + bc83487ac40c020f046f89cf880a39d3bf23485b - + https://github.com/dotnet/aspnetcore - 850240804c9bbf949c6e7d0ff5593153f4801648 + bc83487ac40c020f046f89cf880a39d3bf23485b - + https://github.com/dotnet/aspnetcore - 850240804c9bbf949c6e7d0ff5593153f4801648 + bc83487ac40c020f046f89cf880a39d3bf23485b - + https://github.com/dotnet/aspnetcore - 850240804c9bbf949c6e7d0ff5593153f4801648 + bc83487ac40c020f046f89cf880a39d3bf23485b - + https://github.com/dotnet/aspnetcore - 850240804c9bbf949c6e7d0ff5593153f4801648 + bc83487ac40c020f046f89cf880a39d3bf23485b https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index bc674e70a..eb6d00bd9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.2.20156.4 - 5.0.0-preview.2.20156.4 - 5.0.0-preview.2.20156.4 - 5.0.0-preview.2.20156.4 - 5.0.0-preview.2.20156.4 - 5.0.0-preview.2.20156.4 + 5.0.0-preview.2.20159.14 + 5.0.0-preview.2.20159.14 + 5.0.0-preview.2.20159.14 + 5.0.0-preview.2.20159.14 + 5.0.0-preview.2.20159.14 + 5.0.0-preview.2.20159.14 0.2.0 From 1e0ccaddc6424ff6e127031eb5a13b1db6b63230 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 09:32:21 +0000 Subject: [PATCH 1882/2259] [master] Update dependencies from dotnet/windowsdesktop (#6738) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200309.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20159.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20159.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20159.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20159.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20159.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200309.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20159.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20159.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20159.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20159.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20159.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200310.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20160.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20160.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20160.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20159.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20159.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2f0d5433d..167745078 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ab88cb6c272e236fd23401d6fae39520ad2ad735 + be34ffdb2decba38318323f84243d07460ba5f58 - + https://github.com/dotnet/windowsdesktop - ab88cb6c272e236fd23401d6fae39520ad2ad735 + be34ffdb2decba38318323f84243d07460ba5f58 - + https://github.com/dotnet/windowsdesktop - ab88cb6c272e236fd23401d6fae39520ad2ad735 + be34ffdb2decba38318323f84243d07460ba5f58 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 9d7f619a73ed32e58fa26380882b72a862d3b3b5 - + https://github.com/dotnet/winforms - e4dd68aa150eb063e4159dd1f3d1c2da2490e1ec + c3da51b903bbe2245a6f171940f24bc47bdf7c12 - + https://github.com/dotnet/wpf - e77db53b88fb5ced52a3a5d223fd08d39515dd88 + a99f192d42480963823ace3d91a3f5568ded1385 diff --git a/eng/Versions.props b/eng/Versions.props index 88535042d..0ae04b6f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20158.3 + 5.0.0-preview.3.20159.5 - 5.0.0-preview.3.20158.5 + 5.0.0-preview.3.20159.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20158.6 - 5.0.0-preview.3.20158.6 - 5.0.0-preview.3.20158.6 + 5.0.0-preview.3.20160.1 + 5.0.0-preview.3.20160.1 + 5.0.0-preview.3.20160.1 From 9d18c26ea2df167731caca6f9521bf797281fd47 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 10:14:52 +0000 Subject: [PATCH 1883/2259] [master] Update dependencies from dotnet/sdk (#6746) * Update dependencies from https://github.com/dotnet/sdk build 20200309.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20159.4 - Microsoft.NET.Sdk - 5.0.100-preview.3.20159.4 * Update dependencies from https://github.com/dotnet/sdk build 20200310.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20160.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20160.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 167745078..321dbbcaf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 9d7f619a73ed32e58fa26380882b72a862d3b3b5 + c91872ceec89057e744db509aa15b40f9508f681 - + https://github.com/dotnet/sdk - 9d7f619a73ed32e58fa26380882b72a862d3b3b5 + c91872ceec89057e744db509aa15b40f9508f681 diff --git a/eng/Versions.props b/eng/Versions.props index 0ae04b6f6..ee81c2127 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20159.2 - 5.0.100-preview.2.20159.2 + 5.0.100-preview.3.20160.1 + 5.0.100-preview.3.20160.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2134a867661cb44645db1a9982057e20a0883111 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 12:55:52 +0000 Subject: [PATCH 1884/2259] Update dependencies from https://github.com/dotnet/sdk build 20200310.2 (#6748) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20160.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20160.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 321dbbcaf..2caa2b174 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - c91872ceec89057e744db509aa15b40f9508f681 + 05cb0900f7f2aadadb7287d4a3bf3d8721e763e3 - + https://github.com/dotnet/sdk - c91872ceec89057e744db509aa15b40f9508f681 + 05cb0900f7f2aadadb7287d4a3bf3d8721e763e3 diff --git a/eng/Versions.props b/eng/Versions.props index ee81c2127..bba43b5a6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20160.1 - 5.0.100-preview.3.20160.1 + 5.0.100-preview.3.20160.2 + 5.0.100-preview.3.20160.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3e1cf36dca339ed71c28afa2394ca2ce7771266b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 14:46:01 +0000 Subject: [PATCH 1885/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200310.2 (#6749) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20160.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20160.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20160.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2caa2b174..f5b2be75c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - be34ffdb2decba38318323f84243d07460ba5f58 + a61e3ee7d83732269bb7f302871399b7d6d4de69 - + https://github.com/dotnet/windowsdesktop - be34ffdb2decba38318323f84243d07460ba5f58 + a61e3ee7d83732269bb7f302871399b7d6d4de69 - + https://github.com/dotnet/windowsdesktop - be34ffdb2decba38318323f84243d07460ba5f58 + a61e3ee7d83732269bb7f302871399b7d6d4de69 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index bba43b5a6..d4edf012a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20160.1 - 5.0.0-preview.3.20160.1 - 5.0.0-preview.3.20160.1 + 5.0.0-preview.3.20160.2 + 5.0.0-preview.3.20160.2 + 5.0.0-preview.3.20160.2 From 1323bc819f8cfc44246453e8d14cbf07ba8db682 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 15:00:07 +0000 Subject: [PATCH 1886/2259] Update dependencies from https://github.com/dotnet/sdk build 20200309.5 (#6745) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20159.5 - Microsoft.NET.Sdk - 5.0.100-preview.2.20159.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c5ae387ac..0a515c68f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - bdb55e2841c7632ff6bb24cadb4d9adb03c8ef17 + 3d4c4651e2a60c00db0effc9741289581f004a00 - + https://github.com/dotnet/sdk - bdb55e2841c7632ff6bb24cadb4d9adb03c8ef17 + 3d4c4651e2a60c00db0effc9741289581f004a00 diff --git a/eng/Versions.props b/eng/Versions.props index eb6d00bd9..de749273e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20156.8 - 5.0.100-preview.2.20156.8 + 5.0.100-preview.2.20159.5 + 5.0.100-preview.2.20159.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From bb5626a1812553e17a4957305d0e46a8f8559865 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 15:26:07 +0000 Subject: [PATCH 1887/2259] Update dependencies from https://github.com/dotnet/sdk build 20200310.3 (#6750) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20160.3 - Microsoft.NET.Sdk - 5.0.100-preview.2.20160.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0a515c68f..2c69ac5a5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 3d4c4651e2a60c00db0effc9741289581f004a00 + 0ec10a5eb5dd4cbc4a6aadd61d891ed788b828fd - + https://github.com/dotnet/sdk - 3d4c4651e2a60c00db0effc9741289581f004a00 + 0ec10a5eb5dd4cbc4a6aadd61d891ed788b828fd diff --git a/eng/Versions.props b/eng/Versions.props index de749273e..96060dae1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20159.5 - 5.0.100-preview.2.20159.5 + 5.0.100-preview.2.20160.3 + 5.0.100-preview.2.20160.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 32a657c64602dcf297002735228f0ab4f3069a01 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 16:31:06 +0000 Subject: [PATCH 1888/2259] Update dependencies from https://github.com/dotnet/sdk build 20200310.4 (#6751) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20160.4 - Microsoft.NET.Sdk - 5.0.100-preview.3.20160.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5b2be75c..d9e82c118 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 05cb0900f7f2aadadb7287d4a3bf3d8721e763e3 + 450ef043597c37b4833fb47c46561b0f109cc19b - + https://github.com/dotnet/sdk - 05cb0900f7f2aadadb7287d4a3bf3d8721e763e3 + 450ef043597c37b4833fb47c46561b0f109cc19b diff --git a/eng/Versions.props b/eng/Versions.props index d4edf012a..9668ded7a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20160.2 - 5.0.100-preview.3.20160.2 + 5.0.100-preview.3.20160.4 + 5.0.100-preview.3.20160.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7cb9ffef63b7959081e7ad69271786433030b793 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 17:00:58 +0000 Subject: [PATCH 1889/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200310.3 (#6752) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20160.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20160.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20160.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20160.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d9e82c118..cff4666bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a61e3ee7d83732269bb7f302871399b7d6d4de69 + aa20a7198f73854df5b88c37ffa10a12b55d7b71 - + https://github.com/dotnet/windowsdesktop - a61e3ee7d83732269bb7f302871399b7d6d4de69 + aa20a7198f73854df5b88c37ffa10a12b55d7b71 - + https://github.com/dotnet/windowsdesktop - a61e3ee7d83732269bb7f302871399b7d6d4de69 + aa20a7198f73854df5b88c37ffa10a12b55d7b71 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms c3da51b903bbe2245a6f171940f24bc47bdf7c12 - + https://github.com/dotnet/wpf - a99f192d42480963823ace3d91a3f5568ded1385 + dcbe6ad365a2dc09c201491591549dc3594af1b7 diff --git a/eng/Versions.props b/eng/Versions.props index 9668ded7a..e1dd39edc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20159.4 + 5.0.0-preview.3.20160.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20160.2 - 5.0.0-preview.3.20160.2 - 5.0.0-preview.3.20160.2 + 5.0.0-preview.3.20160.3 + 5.0.0-preview.3.20160.3 + 5.0.0-preview.3.20160.3 From b1a65c534b85fc0e625db88ea2ee1a8bb50438b0 Mon Sep 17 00:00:00 2001 From: sfoslund Date: Tue, 10 Mar 2020 10:07:39 -0700 Subject: [PATCH 1890/2259] Updating 3.1.x default runtime versions --- src/redist/targets/GenerateBundledVersions.targets | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 8fd02ff20..b657fdb0c 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -246,7 +246,7 @@ Copyright (c) .NET Foundation. All rights reserved. Date: Tue, 10 Mar 2020 18:10:57 +0000 Subject: [PATCH 1891/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200310.4 (#6754) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20160.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20160.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20160.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20160.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20160.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cff4666bb..783131534 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - aa20a7198f73854df5b88c37ffa10a12b55d7b71 + 7aafc9bba6521a60973e43672a4e4cd121bba1be - + https://github.com/dotnet/windowsdesktop - aa20a7198f73854df5b88c37ffa10a12b55d7b71 + 7aafc9bba6521a60973e43672a4e4cd121bba1be - + https://github.com/dotnet/windowsdesktop - aa20a7198f73854df5b88c37ffa10a12b55d7b71 + 7aafc9bba6521a60973e43672a4e4cd121bba1be https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 450ef043597c37b4833fb47c46561b0f109cc19b - + https://github.com/dotnet/winforms - c3da51b903bbe2245a6f171940f24bc47bdf7c12 + 4ac79a93f385b189ffbec42fc73329b5acbb52f1 - + https://github.com/dotnet/wpf - dcbe6ad365a2dc09c201491591549dc3594af1b7 + 52d2670dc033ca5495a9cedaaaf31730b50ddcbc diff --git a/eng/Versions.props b/eng/Versions.props index e1dd39edc..90cbe5d1e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20159.5 + 5.0.0-preview.3.20160.1 - 5.0.0-preview.3.20160.1 + 5.0.0-preview.3.20160.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20160.3 - 5.0.0-preview.3.20160.3 - 5.0.0-preview.3.20160.3 + 5.0.0-preview.3.20160.4 + 5.0.0-preview.3.20160.4 + 5.0.0-preview.3.20160.4 From 15c99adf91ba1a716767ce744e25a7b4db17c60c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 18:51:04 +0000 Subject: [PATCH 1892/2259] Update dependencies from https://github.com/dotnet/sdk build 20200310.5 (#6755) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20160.5 - Microsoft.NET.Sdk - 5.0.100-preview.3.20160.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 783131534..f1e9859dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 450ef043597c37b4833fb47c46561b0f109cc19b + 1454d9d92e84369fad605ad01cca15a40d3dbdc8 - + https://github.com/dotnet/sdk - 450ef043597c37b4833fb47c46561b0f109cc19b + 1454d9d92e84369fad605ad01cca15a40d3dbdc8 diff --git a/eng/Versions.props b/eng/Versions.props index 90cbe5d1e..3d4ab84b7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20160.4 - 5.0.100-preview.3.20160.4 + 5.0.100-preview.3.20160.5 + 5.0.100-preview.3.20160.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c431820759e3e2c6085f3d29aa0eb690b74a7270 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 20:51:03 +0000 Subject: [PATCH 1893/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200310.5 (#6756) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20160.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20160.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20160.5 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20160.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f1e9859dd..d3051ea65 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7aafc9bba6521a60973e43672a4e4cd121bba1be + 1f23124e4433e631c41eb7f8b745c412db48a131 - + https://github.com/dotnet/windowsdesktop - 7aafc9bba6521a60973e43672a4e4cd121bba1be + 1f23124e4433e631c41eb7f8b745c412db48a131 - + https://github.com/dotnet/windowsdesktop - 7aafc9bba6521a60973e43672a4e4cd121bba1be + 1f23124e4433e631c41eb7f8b745c412db48a131 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 4ac79a93f385b189ffbec42fc73329b5acbb52f1 - + https://github.com/dotnet/wpf - 52d2670dc033ca5495a9cedaaaf31730b50ddcbc + 440d790bdfb55a18ce9a2cd1155e20aa15172095 diff --git a/eng/Versions.props b/eng/Versions.props index 3d4ab84b7..c9f1cabe3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20160.2 + 5.0.0-preview.3.20160.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20160.4 - 5.0.0-preview.3.20160.4 - 5.0.0-preview.3.20160.4 + 5.0.0-preview.3.20160.5 + 5.0.0-preview.3.20160.5 + 5.0.0-preview.3.20160.5 From a116809282689eaf2e78d428c5a9b9a9cd423e4a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 23:14:11 +0000 Subject: [PATCH 1894/2259] Update dependencies from https://github.com/dotnet/arcade build 20200308.2 (#6734) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20158.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d3051ea65..40a0f970d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - ca67e6af5b3c6d94755f0912c5365bea44130b12 + 527179abfbb5cd738035c4ac2d2566c571ce85db diff --git a/global.json b/global.json index 2b634f734..4e9bd390c 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20157.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20158.2" } } From fdfa7d554a5873f676a6f65589ffd7024cfc2aeb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 10 Mar 2020 23:55:55 +0000 Subject: [PATCH 1895/2259] Update dependencies from https://github.com/dotnet/sdk build 20200310.10 (#6759) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20160.10 - Microsoft.NET.Sdk - 5.0.100-preview.3.20160.10 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 40a0f970d..54d09c73c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 1454d9d92e84369fad605ad01cca15a40d3dbdc8 + 45a458819a5374dab81e4b31c3158e1a8adbc882 - + https://github.com/dotnet/sdk - 1454d9d92e84369fad605ad01cca15a40d3dbdc8 + 45a458819a5374dab81e4b31c3158e1a8adbc882 diff --git a/eng/Versions.props b/eng/Versions.props index c9f1cabe3..1f173202f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20160.5 - 5.0.100-preview.3.20160.5 + 5.0.100-preview.3.20160.10 + 5.0.100-preview.3.20160.10 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3d9474da2c4c5eb15027d8505df68e90ee67ad51 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 00:11:44 +0000 Subject: [PATCH 1896/2259] Update dependencies from https://github.com/dotnet/toolset build 20200310.1 (#6758) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20160.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 426ff142d..e778401b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -73,9 +73,9 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - b5160ead2f6b91d45b89edb3c29747f0a8e60a26 + 74b6cb39036b54bf3f0fac90c00eac8b9aa4b0df https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6cf7d2e65..599091855 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.200-preview.20153.1 + 3.1.300-preview.20160.1 From c86775a1ff39e72f51e1e98f10cae207b1b365f9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 00:31:25 +0000 Subject: [PATCH 1897/2259] Update dependencies from https://github.com/dotnet/runtime build 20200310.6 (#6760) - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20160.6 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20160.6 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20160.6 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20160.6 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20160.6 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20160.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2c69ac5a5..c8e01f5a7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop c846d25bec7fc29e234e856ab161d82049f4751d - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + d12f79a4d1b908636b96005fe30f547e54cea3ee - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + d12f79a4d1b908636b96005fe30f547e54cea3ee - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + d12f79a4d1b908636b96005fe30f547e54cea3ee - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + d12f79a4d1b908636b96005fe30f547e54cea3ee - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + d12f79a4d1b908636b96005fe30f547e54cea3ee @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + d12f79a4d1b908636b96005fe30f547e54cea3ee https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 96060dae1..2ce50fbce 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20160.6 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 + 5.0.0-preview.2.20160.6 + 5.0.0-preview.2.20160.6 + 5.0.0-preview.2.20160.6 + 5.0.0-preview.2.20160.6 + 5.0.0-preview.2.20160.6 2.1.0 From a393da9dba7b94af86906998ff8c6bce256eb559 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 01:40:59 +0000 Subject: [PATCH 1898/2259] Update dependencies from https://github.com/dotnet/sdk build 20200310.12 (#6762) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20160.12 - Microsoft.NET.Sdk - 5.0.100-preview.3.20160.12 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 54d09c73c..78c3fddf7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 45a458819a5374dab81e4b31c3158e1a8adbc882 + cda04f124e3571e186ecc8f26958ceeaffb2a469 - + https://github.com/dotnet/sdk - 45a458819a5374dab81e4b31c3158e1a8adbc882 + cda04f124e3571e186ecc8f26958ceeaffb2a469 diff --git a/eng/Versions.props b/eng/Versions.props index 1f173202f..aa5851191 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20160.10 - 5.0.100-preview.3.20160.10 + 5.0.100-preview.3.20160.12 + 5.0.100-preview.3.20160.12 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f95cee69830280177d9d4546e3638930c5d5c274 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 03:10:56 +0000 Subject: [PATCH 1899/2259] Update dependencies from https://github.com/dotnet/sdk build 20200310.13 (#6765) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20160.13 - Microsoft.NET.Sdk - 5.0.100-preview.2.20160.13 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c8e01f5a7..0bd180745 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 0ec10a5eb5dd4cbc4a6aadd61d891ed788b828fd + d57f0d9484ec5d488f854599b258751d7760439f - + https://github.com/dotnet/sdk - 0ec10a5eb5dd4cbc4a6aadd61d891ed788b828fd + d57f0d9484ec5d488f854599b258751d7760439f diff --git a/eng/Versions.props b/eng/Versions.props index 2ce50fbce..986ba7f4f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20160.3 - 5.0.100-preview.2.20160.3 + 5.0.100-preview.2.20160.13 + 5.0.100-preview.2.20160.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 51f3bc6a1791a9187fa1338f3530f7b065e6ea7b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 06:31:00 +0000 Subject: [PATCH 1900/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200310.7 (#6766) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20160.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20160.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20160.7 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20160.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20160.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78c3fddf7..ed74e2f80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1f23124e4433e631c41eb7f8b745c412db48a131 + 7fae48ac9f707ab90d8f92278c4220112ff61d06 - + https://github.com/dotnet/windowsdesktop - 1f23124e4433e631c41eb7f8b745c412db48a131 + 7fae48ac9f707ab90d8f92278c4220112ff61d06 - + https://github.com/dotnet/windowsdesktop - 1f23124e4433e631c41eb7f8b745c412db48a131 + 7fae48ac9f707ab90d8f92278c4220112ff61d06 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ cda04f124e3571e186ecc8f26958ceeaffb2a469 - + https://github.com/dotnet/winforms - 4ac79a93f385b189ffbec42fc73329b5acbb52f1 + 0d04c5a5d8ea650ffdbf581ca119ba459e2137ec - + https://github.com/dotnet/wpf - 440d790bdfb55a18ce9a2cd1155e20aa15172095 + 65320b3cd3a074d31c62ea0817e8db79017564e5 diff --git a/eng/Versions.props b/eng/Versions.props index aa5851191..b683d0fd2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20160.1 + 5.0.0-preview.3.20160.2 - 5.0.0-preview.3.20160.4 + 5.0.0-preview.3.20160.5 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20160.5 - 5.0.0-preview.3.20160.5 - 5.0.0-preview.3.20160.5 + 5.0.0-preview.3.20160.7 + 5.0.0-preview.3.20160.7 + 5.0.0-preview.3.20160.7 From 63a750231d4b873fa6ea2f1da7ee6733d06f6b08 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 06:41:00 +0000 Subject: [PATCH 1901/2259] Update dependencies from https://github.com/dotnet/sdk build 20200310.15 (#6767) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20160.15 - Microsoft.NET.Sdk - 5.0.100-preview.2.20160.15 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0bd180745..9c64da8d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - d57f0d9484ec5d488f854599b258751d7760439f + e2a83cb27974afc641d0770c56fafbaab4df836c - + https://github.com/dotnet/sdk - d57f0d9484ec5d488f854599b258751d7760439f + e2a83cb27974afc641d0770c56fafbaab4df836c diff --git a/eng/Versions.props b/eng/Versions.props index 986ba7f4f..44ec00b05 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20160.13 - 5.0.100-preview.2.20160.13 + 5.0.100-preview.2.20160.15 + 5.0.100-preview.2.20160.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f13d4cc16e62266cc177a561d939e7bdca442a0f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 08:11:03 +0000 Subject: [PATCH 1902/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200310.8 (#6768) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20160.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20160.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20160.8 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20160.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20160.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ed74e2f80..44ca11191 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7fae48ac9f707ab90d8f92278c4220112ff61d06 + 58f3842510bbbcca6193d94dacb92dedcee92c68 - + https://github.com/dotnet/windowsdesktop - 7fae48ac9f707ab90d8f92278c4220112ff61d06 + 58f3842510bbbcca6193d94dacb92dedcee92c68 - + https://github.com/dotnet/windowsdesktop - 7fae48ac9f707ab90d8f92278c4220112ff61d06 + 58f3842510bbbcca6193d94dacb92dedcee92c68 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ cda04f124e3571e186ecc8f26958ceeaffb2a469 - + https://github.com/dotnet/winforms - 0d04c5a5d8ea650ffdbf581ca119ba459e2137ec + 48d810cd4415b4b40feeca413e11a4427546357b - + https://github.com/dotnet/wpf - 65320b3cd3a074d31c62ea0817e8db79017564e5 + 9fc9a31b407870d01c128c7802aa8b15e7c9cb56 diff --git a/eng/Versions.props b/eng/Versions.props index b683d0fd2..9af8f969e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20160.2 + 5.0.0-preview.3.20160.3 - 5.0.0-preview.3.20160.5 + 5.0.0-preview.3.20160.6 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20160.7 - 5.0.0-preview.3.20160.7 - 5.0.0-preview.3.20160.7 + 5.0.0-preview.3.20160.8 + 5.0.0-preview.3.20160.8 + 5.0.0-preview.3.20160.8 From a2fb49a0a12fccbd472fcbad7431e988c68676ae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 11:20:55 +0000 Subject: [PATCH 1903/2259] Update dependencies from https://github.com/dotnet/sdk build 20200310.16 (#6769) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20160.16 - Microsoft.NET.Sdk - 5.0.100-preview.2.20160.16 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c64da8d8..ba9de1633 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - e2a83cb27974afc641d0770c56fafbaab4df836c + f5fa941b26b4cbc8d6d63b8b550d6b03bb2aaa2c - + https://github.com/dotnet/sdk - e2a83cb27974afc641d0770c56fafbaab4df836c + f5fa941b26b4cbc8d6d63b8b550d6b03bb2aaa2c diff --git a/eng/Versions.props b/eng/Versions.props index 44ec00b05..d5d6fd17c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20160.15 - 5.0.100-preview.2.20160.15 + 5.0.100-preview.2.20160.16 + 5.0.100-preview.2.20160.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From bf814b3ad05faaa50a58a87eb5672ebc10b55aa4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 12:30:02 +0000 Subject: [PATCH 1904/2259] Update dependencies from https://github.com/dotnet/arcade build 20200310.4 (#6770) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20160.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 44ca11191..7ab6ef417 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 527179abfbb5cd738035c4ac2d2566c571ce85db + 9a9422d109520d942711e07fae8c662c20e7b6e9 diff --git a/global.json b/global.json index 4e9bd390c..8cdda9ca9 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20158.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20160.4" } } From dfe6198dc56e8502101fb45677033bbe0d6fbef7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 14:36:06 +0000 Subject: [PATCH 1905/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200311.1 (#6771) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20161.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20161.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20161.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7ab6ef417..29e9e2809 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 58f3842510bbbcca6193d94dacb92dedcee92c68 + cee947c4d6cccad727cdea3b1017b9ab2866ba65 - + https://github.com/dotnet/windowsdesktop - 58f3842510bbbcca6193d94dacb92dedcee92c68 + cee947c4d6cccad727cdea3b1017b9ab2866ba65 - + https://github.com/dotnet/windowsdesktop - 58f3842510bbbcca6193d94dacb92dedcee92c68 + cee947c4d6cccad727cdea3b1017b9ab2866ba65 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 9af8f969e..6f5649be9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20160.8 - 5.0.0-preview.3.20160.8 - 5.0.0-preview.3.20160.8 + 5.0.0-preview.3.20161.1 + 5.0.0-preview.3.20161.1 + 5.0.0-preview.3.20161.1 From 7dbf8bba1d39b15a05c39a89325f6862755beb2d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 08:24:31 -0700 Subject: [PATCH 1906/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200310.6 (#6764) - Microsoft.WindowsDesktop.App - 5.0.0-preview.2.20160.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.2.20160.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.2.20160.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba9de1633..f5b5acc2a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c846d25bec7fc29e234e856ab161d82049f4751d + 17e275d96478caf03dc021c711aee7fcb9fd3ed7 - + https://github.com/dotnet/windowsdesktop - c846d25bec7fc29e234e856ab161d82049f4751d + 17e275d96478caf03dc021c711aee7fcb9fd3ed7 - + https://github.com/dotnet/windowsdesktop - c846d25bec7fc29e234e856ab161d82049f4751d + 17e275d96478caf03dc021c711aee7fcb9fd3ed7 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index d5d6fd17c..de0ec5cd3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.2.20159.2 - 5.0.0-preview.2.20159.2 - 5.0.0-preview.2.20159.2 + 5.0.0-preview.2.20160.6 + 5.0.0-preview.2.20160.6 + 5.0.0-preview.2.20160.6 From a722af7d732655c8038212d1553c24be3dd89e73 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 16:37:51 +0000 Subject: [PATCH 1907/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200311.2 (#6772) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20161.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20161.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20161.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20161.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 29e9e2809..07123de00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - cee947c4d6cccad727cdea3b1017b9ab2866ba65 + 45ee035489aa259a95c70ccf7fbfb31e9a6c12ad - + https://github.com/dotnet/windowsdesktop - cee947c4d6cccad727cdea3b1017b9ab2866ba65 + 45ee035489aa259a95c70ccf7fbfb31e9a6c12ad - + https://github.com/dotnet/windowsdesktop - cee947c4d6cccad727cdea3b1017b9ab2866ba65 + 45ee035489aa259a95c70ccf7fbfb31e9a6c12ad https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 48d810cd4415b4b40feeca413e11a4427546357b - + https://github.com/dotnet/wpf - 9fc9a31b407870d01c128c7802aa8b15e7c9cb56 + 8ffd1d57d010cb560fac558e779a385ee59b0266 diff --git a/eng/Versions.props b/eng/Versions.props index 6f5649be9..d636496d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20160.6 + 5.0.0-preview.3.20161.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20161.1 - 5.0.0-preview.3.20161.1 - 5.0.0-preview.3.20161.1 + 5.0.0-preview.3.20161.2 + 5.0.0-preview.3.20161.2 + 5.0.0-preview.3.20161.2 From 201ed13352e2310631a0e02341403116fb111f52 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 17:51:04 +0000 Subject: [PATCH 1908/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200311.3 (#6773) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20161.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20161.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20161.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20161.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07123de00..bb8ff6fe3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 45ee035489aa259a95c70ccf7fbfb31e9a6c12ad + 547648657cef62c4e4740749afb5f907aa51a6d9 - + https://github.com/dotnet/windowsdesktop - 45ee035489aa259a95c70ccf7fbfb31e9a6c12ad + 547648657cef62c4e4740749afb5f907aa51a6d9 - + https://github.com/dotnet/windowsdesktop - 45ee035489aa259a95c70ccf7fbfb31e9a6c12ad + 547648657cef62c4e4740749afb5f907aa51a6d9 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 48d810cd4415b4b40feeca413e11a4427546357b - + https://github.com/dotnet/wpf - 8ffd1d57d010cb560fac558e779a385ee59b0266 + 7c6f8ae291b1e78a3681ec5b832a4116d44880c3 diff --git a/eng/Versions.props b/eng/Versions.props index d636496d0..bcb3a64ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20161.1 + 5.0.0-preview.3.20161.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20161.2 - 5.0.0-preview.3.20161.2 - 5.0.0-preview.3.20161.2 + 5.0.0-preview.3.20161.3 + 5.0.0-preview.3.20161.3 + 5.0.0-preview.3.20161.3 From 0c5d20fe05cc6687f62d798261cf5a2c4d12f0da Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 19:11:05 +0000 Subject: [PATCH 1909/2259] [release/3.1.3xx] Update dependencies from dotnet/toolset (#6763) * Update dependencies from https://github.com/dotnet/toolset build 20200310.5 - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20160.5 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.300-preview.20160.11 (parent: Microsoft.Dotnet.Toolset.Internal) * Update dependencies from https://github.com/dotnet/toolset build 20200311.1 - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20161.1 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.300-preview.20160.11 (parent: Microsoft.Dotnet.Toolset.Internal) - Microsoft.DotNet.MSBuildSdkResolver - 3.1.300-preview.20161.1 (parent: Microsoft.Dotnet.Toolset.Internal) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 99e6b5386..164bc9327 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,17 +77,17 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 74b6cb39036b54bf3f0fac90c00eac8b9aa4b0df + ea551c5daaed5a1c783a8e8942dfaad42c3beb07 - + https://github.com/dotnet/sdk - 1a75f83011dccb47a8b9689704b961a0bf09ca14 + a360dd6ff2012a97ff9b10d431adc84334302ef4 - + https://github.com/dotnet/cli - a47ca8f97e48fd858e0ee2aaab05c11f0c9bda1a + cbe09077cf66fb84bb56bfe483321e34e3af8a2e diff --git a/eng/Versions.props b/eng/Versions.props index bd0c90aee..46ac3b4ae 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20160.1 + 3.1.300-preview.20161.1 @@ -46,14 +46,14 @@ - 3.1.200-preview.20126.2 + 3.1.300-preview.20161.1 0.2.0 - 3.1.200-preview.20126.2 + 3.1.300-preview.20160.11 $(MicrosoftNETSdkPackageVersion) From 3779f5d006049d1eee74863be2ff117172aa041b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 20:46:19 +0000 Subject: [PATCH 1910/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200311.4 (#6777) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20161.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 6 +++--- eng/Versions.props | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 164bc9327..639985d91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - - https://github.com/aspnet/AspNetCore - 92409e2e57b320f9728de62fba2c82168761f9cc + + https://github.com/dotnet/aspnetcore + a1faa16dde11c3929eabe4d1c558ed9774d4bd7e https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 46ac3b4ae..207d099be 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview2.20160.5 + 3.2.0-preview3.20161.4 From 5b8d87977d87f678c3ddacbaefb06450b276d846 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 14:06:20 -0700 Subject: [PATCH 1911/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200310.9 (#6775) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20160.9 - dotnet-user-secrets - 5.0.0-preview.2.20160.9 - dotnet-watch - 5.0.0-preview.2.20160.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20160.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20160.9 - dotnet-dev-certs - 5.0.0-preview.2.20160.9 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5b5acc2a..43e18fa85 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime d12f79a4d1b908636b96005fe30f547e54cea3ee - + https://github.com/dotnet/aspnetcore - bc83487ac40c020f046f89cf880a39d3bf23485b + 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 - + https://github.com/dotnet/aspnetcore - bc83487ac40c020f046f89cf880a39d3bf23485b + 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 - + https://github.com/dotnet/aspnetcore - bc83487ac40c020f046f89cf880a39d3bf23485b + 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 - + https://github.com/dotnet/aspnetcore - bc83487ac40c020f046f89cf880a39d3bf23485b + 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 - + https://github.com/dotnet/aspnetcore - bc83487ac40c020f046f89cf880a39d3bf23485b + 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 - + https://github.com/dotnet/aspnetcore - bc83487ac40c020f046f89cf880a39d3bf23485b + 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index de0ec5cd3..97865e71d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.2.20159.14 - 5.0.0-preview.2.20159.14 - 5.0.0-preview.2.20159.14 - 5.0.0-preview.2.20159.14 - 5.0.0-preview.2.20159.14 - 5.0.0-preview.2.20159.14 + 5.0.0-preview.2.20160.9 + 5.0.0-preview.2.20160.9 + 5.0.0-preview.2.20160.9 + 5.0.0-preview.2.20160.9 + 5.0.0-preview.2.20160.9 + 5.0.0-preview.2.20160.9 0.2.0 From 2de8411fd377cc5ae412cc2f4f87a01480f48508 Mon Sep 17 00:00:00 2001 From: sfoslund Date: Wed, 11 Mar 2020 14:45:36 -0700 Subject: [PATCH 1912/2259] Updating installer learn more links to 5.0 release notes --- .../targets/packaging/windows/clisdk/LCID/1028/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1029/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1031/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1033/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1036/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1040/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1041/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1042/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1045/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1046/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1049/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1055/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/2052/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/3082/bundle.wxl | 2 +- 14 files changed, 14 insertions(+), 14 deletions(-) diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl index f65703c11..5b4be6b0e 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl @@ -75,6 +75,6 @@ 安裝附註 安裝程序期間將會執行命令,加快專案還原速度並啟用離線存取。最多需要一分鐘的時間完成。 - 若您打算透過 Visual Studio 使用 .NET Core 3.1,則需要 Visual Studio 2019 16.4 或更新版本。<A HREF="https://go.microsoft.com/fwlink/?linkid=866799">深入了解</A>。 + 若您打算透過 Visual Studio 使用 .NET Core 3.1,則需要 Visual Studio 2019 16.4 或更新版本。<A HREF="https://aka.ms/dotnet5-release-notes">深入了解</A>。 diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl index 4820321d8..5fb76c880 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl @@ -75,6 +75,6 @@ Zdroje informací Poznámka k instalaci Během procesu instalace se spustí příkaz, který zlepší rychlost obnovení projektu a povolí offline přístup. Akce se dokončí přibližně za minutu. - Pokud plánujete používání .NET Core 3.1 se sadou Visual Studio, potřebujete Visual Studio 2019 16.4 nebo novější. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Další informace</A> + Pokud plánujete používání .NET Core 3.1 se sadou Visual Studio, potřebujete Visual Studio 2019 16.4 nebo novější. <A HREF="https://aka.ms/dotnet5-release-notes">Další informace</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl index c96bed8ea..a3d44e6a0 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl @@ -75,6 +75,6 @@ Ressourcen Installationshinweis Während des Installationsvorgangs wird ein Befehl ausgeführt, durch den die Geschwindigkeit der Projektwiederherstellung verbessert und der Offlinezugriff aktiviert wird. Der Vorgang dauert bis zu einer Minute. - Wenn Sie .NET Core 3.1 mit Visual Studio verwenden möchten, ist Visual Studio 2019 16.4 oder höher erforderlich. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Weitere Informationen</A>. + Wenn Sie .NET Core 3.1 mit Visual Studio verwenden möchten, ist Visual Studio 2019 16.4 oder höher erforderlich. <A HREF="https://aka.ms/dotnet5-release-notes">Weitere Informationen</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl index caf7b745c..6fbedd58b 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl @@ -75,6 +75,6 @@ Resources Installation note A command will be run during the install process that will improve project restore speed and enable offline access. It will take up to a minute to complete. - If you plan to use .NET 5.0 with Visual Studio, Visual Studio 2019 16.6 or newer is required. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Learn More</A>. + If you plan to use .NET 5.0 with Visual Studio, Visual Studio 2019 16.6 or newer is required. <A HREF="https://aka.ms/dotnet5-release-notes">Learn More</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl index 4ae70620f..9186ca976 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl @@ -75,6 +75,6 @@ Ressources Note d'installation Une commande va être exécutée pendant le processus d'installation, ce qui va améliorer la vitesse de restauration du projet et permettre l'accès hors connexion. L'opération va prendre environ une minute. - Si vous envisagez d'utiliser .NET Core 3.1 avec Visual Studio, Visual Studio 2019 16.4 ou une version plus récente est nécessaire. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">En savoir plus</A>. + Si vous envisagez d'utiliser .NET Core 3.1 avec Visual Studio, Visual Studio 2019 16.4 ou une version plus récente est nécessaire. <A HREF="https://aka.ms/dotnet5-release-notes">En savoir plus</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl index 10ef2f2b5..85d45413b 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl @@ -75,6 +75,6 @@ Resources Nota sull'installazione Durante il processo di installazione verrà eseguito un comando che migliorerà la velocità di ripristino del progetto e abiliterà l'accesso offline. Il completamento del comando richiederà un minuto. - Se si intende usare .NET Core 3.1 con Visual Studio, è richiesto Visual Studio 2019 16.4 o versione successiva. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Altre informazioni</A>. + Se si intende usare .NET Core 3.1 con Visual Studio, è richiesto Visual Studio 2019 16.4 o versione successiva. <A HREF="https://aka.ms/dotnet5-release-notes">Altre informazioni</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl index 40d75f8cb..e4532e959 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl @@ -75,6 +75,6 @@ インストール メモ コマンドはインストール処理中に実行されるので、プロジェクトの復元速度が向上し、オフラインでアクセスできます。完了するまでに最大 1 分かかります。 - .Net Core 3.1 を Visual Studio と共に使用する場合は、Visual Studio 2019 16.4 以降が必要です。<A HREF="https://go.microsoft.com/fwlink/?linkid=866799">詳細情報</A>。 + .Net Core 3.1 を Visual Studio と共に使用する場合は、Visual Studio 2019 16.4 以降が必要です。<A HREF="https://aka.ms/dotnet5-release-notes">詳細情報</A>。 diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl index fc4e2273a..84b384617 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl @@ -75,6 +75,6 @@ 설치 정보 프로젝트 복원 속도를 향상하고 오프라인 액세스를 사용할 수 있도록 하는 설치 프로세스 중 명령이 실행됩니다. 완료하는 데 최대 1분이 걸립니다. - Visual Studio와 함께 .NET Core 3.1을 사용하려면 Visual Studio 2019 16.4 이상이 필요합니다. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">자세한 정보</A> + Visual Studio와 함께 .NET Core 3.1을 사용하려면 Visual Studio 2019 16.4 이상이 필요합니다. <A HREF="https://aka.ms/dotnet5-release-notes">자세한 정보</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl index a0344ed83..3c698c734 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl @@ -75,6 +75,6 @@ Zasoby Uwaga dotycząca instalacji W trakcie procesu instalacji zostanie uruchomione polecenie, które zwiększy szybkość przywracania projektu i umożliwi dostęp do trybu offline. Zajmie to maksymalnie minutę. - Jeśli planujesz używać platformy .NET Core 3.1 z programem Visual Studio, wymagany jest program Visual Studio 2019 16.4 lub nowszy. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Dowiedz się więcej</A>. + Jeśli planujesz używać platformy .NET Core 3.1 z programem Visual Studio, wymagany jest program Visual Studio 2019 16.4 lub nowszy. <A HREF="https://aka.ms/dotnet5-release-notes">Dowiedz się więcej</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl index f494508f5..73853e2dd 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl @@ -75,6 +75,6 @@ Recursos Nota de instalação Um comando será executado durante o processo de instalação que melhorará a velocidade de restauração do projeto e habilitará o acesso offline. Isso levará até um minuto para ser concluído. - Se você planeja usar o .NET Core 3.1 com o Visual Studio, o Visual Studio 2019 16.4 ou mais recente será necessário. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Saiba mais</A>. + Se você planeja usar o .NET Core 3.1 com o Visual Studio, o Visual Studio 2019 16.4 ou mais recente será necessário. <A HREF="https://aka.ms/dotnet5-release-notes">Saiba mais</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl index 9ca119ea0..8e4502f0e 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl @@ -75,6 +75,6 @@ Примечание по установке В процессе установки будет выполнена команда, которая увеличит скорость восстановления проекта и обеспечит автономный доступ. Выполнение займет до минуты. - Если вы планируете использовать .NET Core 3.1 с Visual Studio, требуется Visual Studio 2019 16.4 или более поздней версии. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Подробнее</A>. + Если вы планируете использовать .NET Core 3.1 с Visual Studio, требуется Visual Studio 2019 16.4 или более поздней версии. <A HREF="https://aka.ms/dotnet5-release-notes">Подробнее</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl index 836150aca..4360cede4 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl @@ -75,6 +75,6 @@ Kaynaklar Yükleme notu Yükleme işlemi sırasında, proje geri yükleme hızını artıran ve çevrimdışı erişimi etkinleştiren bir komut çalıştırılır. Tamamlanması bir dakikanızı alır. - Visual Studio ile .NET Core 3.1 kullanmayı planlıyorsanız, Visual Studio 2019 16.4 veya daha yeni bir sürüm gerekir. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Daha Fazla Bilgi</A>. + Visual Studio ile .NET Core 3.1 kullanmayı planlıyorsanız, Visual Studio 2019 16.4 veya daha yeni bir sürüm gerekir. <A HREF="https://aka.ms/dotnet5-release-notes">Daha Fazla Bilgi</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl index 8b5f2100b..02b2a247b 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl @@ -75,6 +75,6 @@ 安装说明 将在要提升项目还原速度并实现脱机访问的安装进程期间运行命令。此操作最多 1 分钟即可完成。 - 如果计划结合使用 .NET Core 3.1 和 Visual Studio,需要 Visual Studio 2019 16.4 或更高版本。<A HREF="https://go.microsoft.com/fwlink/?linkid=866799">了解详细信息</A>。 + 如果计划结合使用 .NET Core 3.1 和 Visual Studio,需要 Visual Studio 2019 16.4 或更高版本。<A HREF="https://aka.ms/dotnet5-release-notes">了解详细信息</A>。 diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl index a2000af4d..0cea655ff 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl @@ -75,6 +75,6 @@ Recursos Nota de instalación Se ejecutará un comando durante el proceso de instalación que mejorará la velocidad de restauración del proyecto y permitirá el acceso sin conexión. La operación tardará hasta un minuto en completarse. - Si planea usar .NET Core 3.1 con Visual Studio, se requiere Visual Studio 2019 16.4 o una versión más reciente. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Más información</A>. + Si planea usar .NET Core 3.1 con Visual Studio, se requiere Visual Studio 2019 16.4 o una versión más reciente. <A HREF="https://aka.ms/dotnet5-release-notes">Más información</A>. From e87acd73ac24f6ea80ae0d4c0e42bc8f5e3ce1cc Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Wed, 11 Mar 2020 17:38:41 -0700 Subject: [PATCH 1913/2259] Disable partial NGEN. --- src/core-sdk-tasks/Crossgen.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/core-sdk-tasks/Crossgen.cs b/src/core-sdk-tasks/Crossgen.cs index 4587b3ca2..82c8c9160 100644 --- a/src/core-sdk-tasks/Crossgen.cs +++ b/src/core-sdk-tasks/Crossgen.cs @@ -13,6 +13,13 @@ namespace Microsoft.DotNet.Build.Tasks { public sealed class Crossgen : ToolTask { + public Crossgen() + { + // Disable partial NGEN to avoid excess JIT-compilation. + // The intention is to pre-compile as much as possible. + EnvironmentVariables = new string[] { "COMPlus_PartialNGen=0" }; + } + [Required] public string SourceAssembly { get;set; } From 9c30c9b429add311e047bfb87c4d4119673fa461 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2020 17:47:35 -0700 Subject: [PATCH 1914/2259] Update dependencies from https://github.com/dotnet/sdk build 20200311.5 (#6781) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20161.5 - Microsoft.NET.Sdk - 5.0.100-preview.2.20161.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 43e18fa85..144f182d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - f5fa941b26b4cbc8d6d63b8b550d6b03bb2aaa2c + 11d68c998c996a9e033760f4769132cf867de167 - + https://github.com/dotnet/sdk - f5fa941b26b4cbc8d6d63b8b550d6b03bb2aaa2c + 11d68c998c996a9e033760f4769132cf867de167 diff --git a/eng/Versions.props b/eng/Versions.props index 97865e71d..9cfbb422c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20160.16 - 5.0.100-preview.2.20160.16 + 5.0.100-preview.2.20161.5 + 5.0.100-preview.2.20161.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0ae80a947b464de865b5ea87ecf2acb7b28b5a79 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 12:35:56 +0000 Subject: [PATCH 1915/2259] Update dependencies from https://github.com/dotnet/arcade build 20200311.5 (#6782) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20161.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bb8ff6fe3..e1dc22e36 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 9a9422d109520d942711e07fae8c662c20e7b6e9 + df7ef03819d65500711edd0bceac091264b464b1 diff --git a/global.json b/global.json index 8cdda9ca9..a7eb7bbe4 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20160.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20161.5" } } From 75809d012cdf6d16cfbbd71d4bef463206c53636 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 14:30:58 +0000 Subject: [PATCH 1916/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200312.1 (#6784) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20162.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20162.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20162.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20161.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e1dc22e36..3fa942b7e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 547648657cef62c4e4740749afb5f907aa51a6d9 + 46d29189dc16c5d1793ba67ea009a83e1cbaa39b - + https://github.com/dotnet/windowsdesktop - 547648657cef62c4e4740749afb5f907aa51a6d9 + 46d29189dc16c5d1793ba67ea009a83e1cbaa39b - + https://github.com/dotnet/windowsdesktop - 547648657cef62c4e4740749afb5f907aa51a6d9 + 46d29189dc16c5d1793ba67ea009a83e1cbaa39b https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 48d810cd4415b4b40feeca413e11a4427546357b - + https://github.com/dotnet/wpf - 7c6f8ae291b1e78a3681ec5b832a4116d44880c3 + e1ec12d0b1a9dc207aeeb099b97ba53c9ee1a6de diff --git a/eng/Versions.props b/eng/Versions.props index bcb3a64ae..5ae914258 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20161.2 + 5.0.0-preview.3.20161.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20161.3 - 5.0.0-preview.3.20161.3 - 5.0.0-preview.3.20161.3 + 5.0.0-preview.3.20162.1 + 5.0.0-preview.3.20162.1 + 5.0.0-preview.3.20162.1 From aa7c4bbdb1eae8634b52fa6de04dc0c03ac87bc7 Mon Sep 17 00:00:00 2001 From: sfoslund Date: Thu, 12 Mar 2020 09:33:33 -0700 Subject: [PATCH 1917/2259] Updating pipeline publishing version --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 474c19e43..278f2e212 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -277,7 +277,7 @@ stages: - stage: copy_to_latest displayName: Copy to latest dependsOn: - - NETCore_SDK_312xx_Publishing + - NETCore_SDK_313xx_Publishing jobs: - job: Copy_SDK_To_Latest pool: From 2e72094ee06bb292d78c57999254d3a6ce6ea716 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 12 Mar 2020 17:54:23 +0100 Subject: [PATCH 1918/2259] Add subscription for 5.0 test templates (#6783) --- eng/Version.Details.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 144f182d9..7a764e110 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,6 +71,10 @@ https://github.com/dotnet/test-templates 91cbc040733600df96d8a3b86af4d0044bb51a8d + + https://github.com/dotnet/test-templates + 91cbc040733600df96d8a3b86af4d0044bb51a8d + https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 From cdc2f708171461d981cc291234defb19ad27758b Mon Sep 17 00:00:00 2001 From: sfoslund Date: Thu, 12 Mar 2020 09:59:43 -0700 Subject: [PATCH 1919/2259] Adding 3.1.3xx builds to readme matrix --- README.md | 86 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 73 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 827e89420..fe3cee80e 100644 --- a/README.md +++ b/README.md @@ -49,19 +49,19 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
                                                          (5.0.x Runtime) | 5.0.100 Preview 1
                                                          (5.0 Runtime) | Release/3.1.2XX
                                                          (3.1.x Runtime) | Release/3.1.1XX
                                                          (3.1.x Runtime) | Release/3.0.1xx
                                                          (3.0.x Runtime) | -| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
                                                          [Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
                                                          [zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-preview1]][win-x64-version-5.0.1XX-preview1]
                                                          [Installer][win-x64-installer-5.0.1XX-preview1] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x64-zip-5.0.1XX-preview1] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview1] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
                                                          [Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
                                                          [zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
                                                          [Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
                                                          [zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
                                                          [Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
                                                          [zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
                                                          [Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
                                                          [zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-preview1]][win-x86-version-5.0.1XX-preview1]
                                                          [Installer][win-x86-installer-5.0.1XX-preview1] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x86-zip-5.0.1XX-preview1] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview1] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
                                                          [Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
                                                          [zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
                                                          [Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
                                                          [zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
                                                          [Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
                                                          [zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
                                                          [Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
                                                          [tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-preview1]][osx-version-5.0.1XX-preview1]
                                                          [Installer][osx-installer-5.0.1XX-preview1] - [Checksum][osx-installer-checksum-5.0.1XX-preview1]
                                                          [tar.gz][osx-targz-5.0.1XX-preview1] - [Checksum][osx-targz-checksum-5.0.1XX-preview1] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
                                                          [Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
                                                          [tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
                                                          [Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
                                                          [tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
                                                          [Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
                                                          [tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
                                                          [DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
                                                          [RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-preview1]][linux-version-5.0.1XX-preview1]
                                                          [DEB Installer][linux-DEB-installer-5.0.1XX-preview1] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview1]
                                                          [RPM Installer][linux-RPM-installer-5.0.1XX-preview1] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview1]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1XX-preview1] - [Checksum][linux-targz-checksum-5.0.1XX-preview1] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
                                                          [tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-preview1]][linux-arm-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm-targz-5.0.1XX-preview1] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview1] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
                                                          [tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
                                                          [tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
                                                          [tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-preview1]][linux-arm64-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview1] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | -| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1XX-preview1]][rhel-6-version-5.0.1XX-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview1] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview1]][linux-musl-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview1] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | **N/A** | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | -| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | **N/A** | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | -| **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | +| Platform | Master
                                                          (5.0.x Runtime) | 5.0.100 Preview 1
                                                          (5.0 Runtime) | Release/3.1.3XX
                                                          (3.1.x Runtime) | Release/3.1.2XX
                                                          (3.1.x Runtime) | Release/3.1.1XX
                                                          (3.1.x Runtime) | Release/3.0.1xx
                                                          (3.0.x Runtime) | +| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
                                                          [Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
                                                          [zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-preview1]][win-x64-version-5.0.1XX-preview1]
                                                          [Installer][win-x64-installer-5.0.1XX-preview1] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x64-zip-5.0.1XX-preview1] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview1] | [![][win-x64-badge-3.1.3XX]][win-x64-version-3.1.3XX]
                                                          [Installer][win-x64-installer-3.1.3XX] - [Checksum][win-x64-installer-checksum-3.1.3XX]
                                                          [zip][win-x64-zip-3.1.3XX] - [Checksum][win-x64-zip-checksum-3.1.3XX] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
                                                          [Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
                                                          [zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
                                                          [Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
                                                          [zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
                                                          [Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
                                                          [zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
                                                          [Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
                                                          [zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-preview1]][win-x86-version-5.0.1XX-preview1]
                                                          [Installer][win-x86-installer-5.0.1XX-preview1] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x86-zip-5.0.1XX-preview1] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview1] | [![][win-x86-badge-3.1.3XX]][win-x86-version-3.1.3XX]
                                                          [Installer][win-x86-installer-3.1.3XX] - [Checksum][win-x86-installer-checksum-3.1.3XX]
                                                          [zip][win-x86-zip-3.1.3XX] - [Checksum][win-x86-zip-checksum-3.1.3XX] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
                                                          [Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
                                                          [zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
                                                          [Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
                                                          [zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
                                                          [Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
                                                          [zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
                                                          [Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
                                                          [tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-preview1]][osx-version-5.0.1XX-preview1]
                                                          [Installer][osx-installer-5.0.1XX-preview1] - [Checksum][osx-installer-checksum-5.0.1XX-preview1]
                                                          [tar.gz][osx-targz-5.0.1XX-preview1] - [Checksum][osx-targz-checksum-5.0.1XX-preview1] | [![][osx-badge-3.1.3XX]][osx-version-3.1.3XX]
                                                          [Installer][osx-installer-3.1.3XX] - [Checksum][osx-installer-checksum-3.1.3XX]
                                                          [tar.gz][osx-targz-3.1.3XX] - [Checksum][osx-targz-checksum-3.1.3XX] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
                                                          [Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
                                                          [tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
                                                          [Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
                                                          [tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
                                                          [Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
                                                          [tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
                                                          [DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
                                                          [RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-preview1]][linux-version-5.0.1XX-preview1]
                                                          [DEB Installer][linux-DEB-installer-5.0.1XX-preview1] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview1]
                                                          [RPM Installer][linux-RPM-installer-5.0.1XX-preview1] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview1]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1XX-preview1] - [Checksum][linux-targz-checksum-5.0.1XX-preview1] | [![][linux-badge-3.1.3XX]][linux-version-3.1.3XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.3XX] - [Checksum][linux-DEB-installer-checksum-3.1.3XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.3XX] - [Checksum][linux-RPM-installer-checksum-3.1.3XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.3XX] - [Checksum][linux-targz-checksum-3.1.3XX] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
                                                          [tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-preview1]][linux-arm-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm-targz-5.0.1XX-preview1] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview1] | [![][linux-arm-badge-3.1.3XX]][linux-arm-version-3.1.3XX]
                                                          [tar.gz][linux-arm-targz-3.1.3XX] - [Checksum][linux-arm-targz-checksum-3.1.3XX] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
                                                          [tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
                                                          [tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
                                                          [tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-preview1]][linux-arm64-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview1] | [![][linux-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
                                                          [tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | +| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1XX-preview1]][rhel-6-version-5.0.1XX-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview1] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
                                                          [tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview1]][linux-musl-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview1] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
                                                          [tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | **N/A** | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
                                                          [zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | +| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | **N/A** | [![][freebsd-x64-badge-3.1.3XX]][freebsd-x64-version-3.1.3XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.3XX] - [Checksum][freebsd-x64-zip-checksum-3.1.3XX] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | +| **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: @@ -84,6 +84,13 @@ Reference notes: [win-x64-zip-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.zip.sha +[win-x64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_x64_Release_version_badge.svg +[win-x64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[win-x64-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x64.exe +[win-x64-installer-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x64.exe.sha +[win-x64-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x64.zip +[win-x64-zip-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x64.zip.sha + [win-x64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [win-x64-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x64.exe @@ -119,6 +126,13 @@ Reference notes: [win-x86-zip-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.zip.sha +[win-x86-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_x86_Release_version_badge.svg +[win-x86-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[win-x86-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x86.exe +[win-x86-installer-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x86.exe.sha +[win-x86-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x86.zip +[win-x86-zip-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x86.zip.sha + [win-x86-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [win-x86-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-x86.exe @@ -154,6 +168,13 @@ Reference notes: [osx-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.tar.gz [osx-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.tar.gz.sha +[osx-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/osx_x64_Release_version_badge.svg +[osx-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[osx-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-osx-x64.pkg +[osx-installer-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-osx-x64.pkg.sha +[osx-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-osx-x64.tar.gz +[osx-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-osx-x64.tar.gz.sha + [osx-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/osx_x64_Release_version_badge.svg [osx-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [osx-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-osx-x64.pkg @@ -193,6 +214,15 @@ Reference notes: [linux-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-x64.tar.gz.sha +[linux-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_x64_Release_version_badge.svg +[linux-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[linux-DEB-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-x64.deb +[linux-DEB-installer-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-x64.deb.sha +[linux-RPM-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-x64.rpm +[linux-RPM-installer-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-x64.rpm.sha +[linux-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-x64.tar.gz +[linux-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-x64.tar.gz.sha + [linux-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_x64_Release_version_badge.svg [linux-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [linux-DEB-installer-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-x64.deb @@ -230,6 +260,11 @@ Reference notes: [linux-arm-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm.tar.gz [linux-arm-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm.tar.gz.sha +[linux-arm-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_arm_Release_version_badge.svg +[linux-arm-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[linux-arm-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-arm.tar.gz +[linux-arm-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-arm.tar.gz.sha + [linux-arm-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [linux-arm-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm.tar.gz @@ -255,6 +290,11 @@ Reference notes: [linux-arm64-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm64.tar.gz [linux-arm64-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm64.tar.gz.sha +[linux-arm64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_arm64_Release_version_badge.svg +[linux-arm64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[linux-arm64-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-arm64.tar.gz +[linux-arm64-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha + [linux-arm64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [linux-arm64-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-arm64.tar.gz @@ -280,6 +320,11 @@ Reference notes: [rhel-6-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha +[rhel-6-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[rhel-6-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha + [rhel-6-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [rhel-6-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-rhel.6-x64.tar.gz @@ -305,6 +350,11 @@ Reference notes: [linux-musl-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha +[linux-musl-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[linux-musl-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha + [linux-musl-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [linux-musl-targz-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-linux-musl-x64.tar.gz @@ -325,6 +375,11 @@ Reference notes: [win-arm-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm.zip.sha +[win-arm-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_arm_Release_version_badge.svg +[win-arm-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[win-arm-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-arm.zip +[win-arm-zip-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-arm.zip.sha + [win-arm-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [win-arm-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm.zip @@ -345,6 +400,11 @@ Reference notes: [freebsd-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz [freebsd-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz.sha +[freebsd-x64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/freebsd_x64_Release_version_badge.svg +[freebsd-x64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[freebsd-x64-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-freebsd-x64.tar.gz +[freebsd-x64-zip-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-freebsd-x64.tar.gz.sha + [freebsd-x64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version [freebsd-x64-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-freebsd-x64.tar.gz From 9784a1543560ae4787f22e33f88af87e094a5846 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 18:11:01 +0000 Subject: [PATCH 1920/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200312.3 (#6789) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20162.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20162.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20162.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20162.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3fa942b7e..07ebb0682 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 46d29189dc16c5d1793ba67ea009a83e1cbaa39b + c6ef9721cbf1366fed6d78707186b3da2e1b3143 - + https://github.com/dotnet/windowsdesktop - 46d29189dc16c5d1793ba67ea009a83e1cbaa39b + c6ef9721cbf1366fed6d78707186b3da2e1b3143 - + https://github.com/dotnet/windowsdesktop - 46d29189dc16c5d1793ba67ea009a83e1cbaa39b + c6ef9721cbf1366fed6d78707186b3da2e1b3143 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 48d810cd4415b4b40feeca413e11a4427546357b - + https://github.com/dotnet/wpf - e1ec12d0b1a9dc207aeeb099b97ba53c9ee1a6de + 86135d1aaa045293a4e24c0f8e365199f99d502a diff --git a/eng/Versions.props b/eng/Versions.props index 5ae914258..f09e87ee8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20161.3 + 5.0.0-preview.3.20162.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20162.1 - 5.0.0-preview.3.20162.1 - 5.0.0-preview.3.20162.1 + 5.0.0-preview.3.20162.3 + 5.0.0-preview.3.20162.3 + 5.0.0-preview.3.20162.3 From f901a296d58c368f0094211977da8b70b0b9e58f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 18:21:20 +0000 Subject: [PATCH 1921/2259] Update dependencies from https://github.com/dotnet/test-templates build 20200312.1 (#6787) - Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.20162.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07ebb0682..b1b9927d3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,9 +67,9 @@ https://github.com/dotnet/aspnetcore 9f5686232043b8a740128fbf6ad3bf1aaf9653ca - + https://github.com/dotnet/test-templates - 91cbc040733600df96d8a3b86af4d0044bb51a8d + e8e924b5937e75ab3049d57cb5fb196ea2e3332c https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index f09e87ee8..8d5463c4a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -99,7 +99,7 @@ 1.7.1 3.1.2 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) - 1.0.2-beta4.20126.1 + 1.0.2-beta4.20162.1 3.1.2 4.8.0-rc2.19462.10 From 0dc800e8a4648288c1109a96312a3e600e868dc9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 19:19:14 +0000 Subject: [PATCH 1922/2259] [release/3.1.3xx] Update dependencies from dotnet/aspnetcore (#6780) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200311.7 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20161.7 * Removing deleted feed Co-authored-by: dotnet-maestro[bot] Co-authored-by: sfoslund --- NuGet.config | 1 - eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/NuGet.config b/NuGet.config index 4bc7f424f..3a3d36a3b 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,7 +8,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 639985d91..94b9725bb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - a1faa16dde11c3929eabe4d1c558ed9774d4bd7e + 297d497753679a04d23cebcc6e0a4f1da186d931 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 207d099be..6de410fb1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20161.4 + 3.2.0-preview3.20161.7 From 95d37eb4ff46c46b9426d67f4516893569da99b3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 20:00:04 +0000 Subject: [PATCH 1923/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200312.2 (#6792) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20162.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 94b9725bb..1df1b3e29 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 297d497753679a04d23cebcc6e0a4f1da186d931 + 823082d2823d58739e4868972cc640d6944c3d07 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 6de410fb1..b72e19a56 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20161.7 + 3.2.0-preview3.20162.2 From d0b5a76c820025a1a2a0d9c9a16bee9049de91e2 Mon Sep 17 00:00:00 2001 From: sfoslund Date: Thu, 12 Mar 2020 13:02:10 -0700 Subject: [PATCH 1924/2259] Updating to 2.1.17 patch version --- src/redist/targets/GenerateBundledVersions.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index b657fdb0c..8dcd9397b 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -108,7 +108,7 @@ + LatestVersion="2.1.17" /> + LatestVersion="2.1.17"/> + LatestVersion="2.1.17"/> Date: Thu, 12 Mar 2020 20:41:29 +0000 Subject: [PATCH 1925/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200312.3 (#6794) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20162.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1df1b3e29..6298ef396 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 823082d2823d58739e4868972cc640d6944c3d07 + 2e9bb2ff5fa0f31ba0f005ea1f0355cca0f1b9a2 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index b72e19a56..dfc595976 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20162.2 + 3.2.0-preview3.20162.3 From 3857f97fbf5276052826aaea5ab15f398b6a9d8d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 21:00:56 +0000 Subject: [PATCH 1926/2259] Update dependencies from https://github.com/dotnet/sdk build 20200312.4 (#6796) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20162.4 - Microsoft.NET.Sdk - 5.0.100-preview.2.20162.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7a764e110..9124cf85d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 11d68c998c996a9e033760f4769132cf867de167 + d9e357732f5087adf65a78a37d721c83d4429e98 - + https://github.com/dotnet/sdk - 11d68c998c996a9e033760f4769132cf867de167 + d9e357732f5087adf65a78a37d721c83d4429e98 diff --git a/eng/Versions.props b/eng/Versions.props index 9cfbb422c..c58e1a59f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20161.5 - 5.0.100-preview.2.20161.5 + 5.0.100-preview.2.20162.4 + 5.0.100-preview.2.20162.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9c33ea0171f09a2cb91cb0bb380f87b112a587e6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 21:16:25 +0000 Subject: [PATCH 1927/2259] Update dependencies from https://github.com/dotnet/toolset build 20200312.1 (#6797) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20162.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6298ef396..9d3a8ad17 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,9 +77,9 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - ea551c5daaed5a1c783a8e8942dfaad42c3beb07 + c2694dfc2d625c22643680d516ed684ae0eab1d5 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index dfc595976..81706e97b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20161.1 + 3.1.300-preview.20162.1 From e591bd5a8dae575837c9b7df6704c083aa9807d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 22:11:20 +0000 Subject: [PATCH 1928/2259] Update dependencies from https://github.com/dotnet/toolset build 20200312.3 (#6799) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20162.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9d3a8ad17..7212ef21b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,9 +77,9 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - c2694dfc2d625c22643680d516ed684ae0eab1d5 + 905b72ab67b8caa97d01939b313d30404e035486 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 81706e97b..d1ef5b13e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20162.1 + 3.1.300-preview.20162.3 From 605dced0698d8147071c48a59af3560e388bb85d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2020 23:17:26 +0000 Subject: [PATCH 1929/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200312.4 (#6791) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20162.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20162.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20162.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20162.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b1b9927d3..4a887f98a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c6ef9721cbf1366fed6d78707186b3da2e1b3143 + 50cf1db5f433be97cad16f51ea6394767c5a55d5 - + https://github.com/dotnet/windowsdesktop - c6ef9721cbf1366fed6d78707186b3da2e1b3143 + 50cf1db5f433be97cad16f51ea6394767c5a55d5 - + https://github.com/dotnet/windowsdesktop - c6ef9721cbf1366fed6d78707186b3da2e1b3143 + 50cf1db5f433be97cad16f51ea6394767c5a55d5 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 48d810cd4415b4b40feeca413e11a4427546357b - + https://github.com/dotnet/wpf - 86135d1aaa045293a4e24c0f8e365199f99d502a + 8499ad81a72fc56fcb55b65beb64dcf7915d88cc diff --git a/eng/Versions.props b/eng/Versions.props index 8d5463c4a..6e0450fcd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20162.2 + 5.0.0-preview.3.20162.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20162.3 - 5.0.0-preview.3.20162.3 - 5.0.0-preview.3.20162.3 + 5.0.0-preview.3.20162.4 + 5.0.0-preview.3.20162.4 + 5.0.0-preview.3.20162.4 From 57540c8182cf181ee9f82683826135622a5c96fd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 01:16:27 +0000 Subject: [PATCH 1930/2259] Update dependencies from https://github.com/dotnet/sdk build 20200312.6 (#6801) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20162.6 - Microsoft.NET.Sdk - 5.0.100-preview.2.20162.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9124cf85d..ecad46912 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - d9e357732f5087adf65a78a37d721c83d4429e98 + 408c6de715dcab76239a3aae09677525503d8944 - + https://github.com/dotnet/sdk - d9e357732f5087adf65a78a37d721c83d4429e98 + 408c6de715dcab76239a3aae09677525503d8944 diff --git a/eng/Versions.props b/eng/Versions.props index c58e1a59f..a5d137041 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20162.4 - 5.0.100-preview.2.20162.4 + 5.0.100-preview.2.20162.6 + 5.0.100-preview.2.20162.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b42e33319df38fcdc52b51ceb88910f48cfe34ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 02:26:47 +0000 Subject: [PATCH 1931/2259] Update dependencies from https://github.com/dotnet/toolset build 20200312.4 (#6803) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20162.4 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.300-preview.20162.2 (parent: Microsoft.Dotnet.Toolset.Internal) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7212ef21b..5fe24fba1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,17 +77,17 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 905b72ab67b8caa97d01939b313d30404e035486 + 9e5af358872b0bb9b3beea117c6c7eaa6fc49570 https://github.com/dotnet/sdk a360dd6ff2012a97ff9b10d431adc84334302ef4 - + https://github.com/dotnet/cli - cbe09077cf66fb84bb56bfe483321e34e3af8a2e + a922532e3d3fd4f25661aa2352e46459302fb6b2 diff --git a/eng/Versions.props b/eng/Versions.props index d1ef5b13e..1dfd08026 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20162.3 + 3.1.300-preview.20162.4 @@ -46,7 +46,7 @@ - 3.1.300-preview.20161.1 + 3.1.300-preview.20162.2 0.2.0 From 213e594b3833d059ec82a948b5e3a939dc6f4d2f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 03:45:01 +0000 Subject: [PATCH 1932/2259] Update dependencies from https://github.com/dotnet/test-templates build 20200312.1 (#6790) - Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.20162.1 - Microsoft.DotNet.Test.ProjectTemplates.5.0 - 1.0.2-beta4.20162.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ecad46912..8ad6f943b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,13 +67,13 @@ https://github.com/dotnet/aspnetcore 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 - + https://github.com/dotnet/test-templates - 91cbc040733600df96d8a3b86af4d0044bb51a8d + e8e924b5937e75ab3049d57cb5fb196ea2e3332c - + https://github.com/dotnet/test-templates - 91cbc040733600df96d8a3b86af4d0044bb51a8d + e8e924b5937e75ab3049d57cb5fb196ea2e3332c https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index a5d137041..8da85a7cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 1.0.2-beta4.20126.1 + 1.0.2-beta4.20162.1 @@ -99,7 +99,7 @@ 1.7.1 3.1.2 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) - 1.0.2-beta4.20126.1 + 1.0.2-beta4.20162.1 3.1.2 4.8.0-rc2.19462.10 From 85d475e4cab6660d54b0a064234f1fe536f23d0f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 05:38:15 +0000 Subject: [PATCH 1933/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200312.4 (#6802) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20162.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5fe24fba1..608366b9c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 2e9bb2ff5fa0f31ba0f005ea1f0355cca0f1b9a2 + 343816f4d16849c207500d3172c2c8a03092ae42 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 1dfd08026..7d236f4c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20162.3 + 3.2.0-preview3.20162.4 From 4fbe21fdfa8d9357318515b0c638664df003679b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 11:07:32 +0000 Subject: [PATCH 1934/2259] Update dependencies from https://github.com/dotnet/sdk build 20200312.8 (#6805) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20162.8 - Microsoft.NET.Sdk - 5.0.100-preview.2.20162.8 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8ad6f943b..2b157119a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating f15388ee6e45a8923fba0f54f55154aee991fb84 - + https://github.com/dotnet/sdk - 408c6de715dcab76239a3aae09677525503d8944 + fc4c4f57d332059da403bdbe3897fd809c926d8a - + https://github.com/dotnet/sdk - 408c6de715dcab76239a3aae09677525503d8944 + fc4c4f57d332059da403bdbe3897fd809c926d8a diff --git a/eng/Versions.props b/eng/Versions.props index 8da85a7cc..16eeeff76 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20162.6 - 5.0.100-preview.2.20162.6 + 5.0.100-preview.2.20162.8 + 5.0.100-preview.2.20162.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b5bccca3f58bcaeef39316191a7fb94c18cfc527 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 13 Mar 2020 12:59:04 +0100 Subject: [PATCH 1935/2259] Add test templates dependency for 2.1 (#6806) --- eng/Version.Details.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2b157119a..89fc3c8b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,6 +67,10 @@ https://github.com/dotnet/aspnetcore 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 + + https://github.com/dotnet/test-templates + e8e924b5937e75ab3049d57cb5fb196ea2e3332c + https://github.com/dotnet/test-templates e8e924b5937e75ab3049d57cb5fb196ea2e3332c From d6cc8afa9949df22ff30707348ca0cfa8330d84b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 12:37:11 +0000 Subject: [PATCH 1936/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200313.1 (#6808) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20163.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 608366b9c..b661caf91 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 343816f4d16849c207500d3172c2c8a03092ae42 + 9343d2bca07c585fe31597635b55c374ac7292c4 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 7d236f4c3..5a9b7f950 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20162.4 + 3.2.0-preview3.20163.1 From 847395c9937a1d1a50db8ffa22098eaf1419460a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 12:40:58 +0000 Subject: [PATCH 1937/2259] Update dependencies from https://github.com/dotnet/arcade build 20200312.3 (#6810) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20162.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4a887f98a..d913a13e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - df7ef03819d65500711edd0bceac091264b464b1 + 16d4350184cf362cd59807b589d1c93803025abc diff --git a/global.json b/global.json index a7eb7bbe4..66803ef95 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20161.5" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20162.3" } } From c1f05cc5e1a2c0235af525261facb3a1aaf04793 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 13 Mar 2020 18:53:35 +0000 Subject: [PATCH 1938/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200313.2 (#6812) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20163.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b661caf91..7f81de214 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc
                                                          - + https://github.com/dotnet/aspnetcore - 9343d2bca07c585fe31597635b55c374ac7292c4 + f1b812e21ef61691f810dc5fb51df084ef74a2ae https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 5a9b7f950..2165f5973 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20163.1 + 3.2.0-preview3.20163.2 From e99dc08b361b04d0151268f04f4ad3bfcb686ccd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2020 13:14:26 +0000 Subject: [PATCH 1939/2259] [release/5.0.1xx-preview2] Update dependencies from dotnet/templating (#6819) * Update dependencies from https://github.com/dotnet/templating build 20200314.2 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20164.2 * Update dependencies from https://github.com/dotnet/templating build 20200314.4 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20164.4 * Update template tests * Concat net tfms instead of replacing Co-authored-by: dotnet-maestro[bot] Co-authored-by: Viktor Hofer --- eng/Version.Details.xml | 4 +- eng/Versions.props | 2 +- .../GivenSelfContainedAppsRollForward.cs | 12 +--- test/EndToEnd/SupportedNetCoreAppVersions.cs | 57 ++++++++----------- 4 files changed, 30 insertions(+), 45 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 89fc3c8b3..ce49cc383 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,9 +79,9 @@ https://github.com/dotnet/test-templates e8e924b5937e75ab3049d57cb5fb196ea2e3332c - + https://github.com/dotnet/templating - f15388ee6e45a8923fba0f54f55154aee991fb84 + bd8fc17967503221519906c76546192e14fcdfa8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 16eeeff76..a7c53afc1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20151.1 + 5.0.0-preview.2.20164.4 diff --git a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs index 6b85a2400..9f99f850b 100644 --- a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs +++ b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs @@ -1,9 +1,6 @@ using System; -using System.Collections.Generic; using System.IO; using System.Linq; -using System.Runtime.InteropServices; -using System.Text; using System.Xml.Linq; using FluentAssertions; using Microsoft.DotNet.TestFramework; @@ -157,7 +154,7 @@ namespace EndToEnd .Element(ns + "TargetFramework") .Value; - SupportedNetCoreAppVersions.Versions.Select(v => $"netcoreapp{v}") + TargetFrameworkHelper.GetNetAppTargetFrameworks(SupportedNetCoreAppVersions.Versions) .Should().Contain(targetFramework, $"the {nameof(SupportedNetCoreAppVersions)}.{nameof(SupportedNetCoreAppVersions.Versions)} property should include the default version " + "of .NET Core created by \"dotnet new\""); } @@ -184,12 +181,9 @@ namespace EndToEnd .Element(ns + "TargetFramework") .Value; - SupportedAspNetCoreVersions.Versions.Select(v => $"netcoreapp{v}") + TargetFrameworkHelper.GetNetAppTargetFrameworks(SupportedAspNetCoreVersions.Versions) .Should().Contain(targetFramework, $"the {nameof(SupportedAspNetCoreVersions)} should include the default version " + - "of Microsoft.AspNetCore.App used by the templates created by \"dotnet new web\""); - - + "of Microsoft.AspNetCore.App used by the templates created by \"dotnet new web\""); } - } } diff --git a/test/EndToEnd/SupportedNetCoreAppVersions.cs b/test/EndToEnd/SupportedNetCoreAppVersions.cs index 512b9e78a..9504a0c97 100644 --- a/test/EndToEnd/SupportedNetCoreAppVersions.cs +++ b/test/EndToEnd/SupportedNetCoreAppVersions.cs @@ -2,33 +2,34 @@ using System.Collections; using System.Collections.Generic; using System.Linq; -using Xunit; namespace EndToEnd { + public static class TargetFrameworkHelper + { + private static Version _firstNetAppVersion = new Version(5, 0); + + public static IEnumerable GetNetAppTargetFrameworks(IEnumerable versions) => + versions.Select(v => $"netcoreapp{v}") + // Add netX.X tfms starting with 5.0 + .Concat(versions.Where(v => Version.Parse(v) >= _firstNetAppVersion).Select(v => $"net{v}")); + } + public class SupportedNetCoreAppVersions : IEnumerable { public IEnumerator GetEnumerator() => Versions.Select(version => new object[] { version }).GetEnumerator(); IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); - public static IEnumerable Versions + public static IEnumerable Versions => new[] { - get - { - return new[] - { - "1.0", - "1.1", - "2.0", - "2.1", - "2.2", - "3.0", - "3.1", - "5.0" - }; - } - } - - + "1.0", + "1.1", + "2.0", + "2.1", + "2.2", + "3.0", + "3.1", + "5.0" + }; } public class SupportedAspNetCoreVersions : IEnumerable @@ -36,13 +37,8 @@ namespace EndToEnd public IEnumerator GetEnumerator() => Versions.Select(version => new object[] { version }).GetEnumerator(); IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); - public static IEnumerable Versions - { - get - { - return SupportedNetCoreAppVersions.Versions.Except(new List() { "1.0", "1.1", "2.0" }); - } - } + public static IEnumerable Versions => + SupportedNetCoreAppVersions.Versions.Except(new List() { "1.0", "1.1", "2.0" }); } public class SupportedAspNetCoreAllVersions : IEnumerable @@ -50,12 +46,7 @@ namespace EndToEnd public IEnumerator GetEnumerator() => Versions.Select(version => new object[] { version }).GetEnumerator(); IEnumerator IEnumerable.GetEnumerator() => GetEnumerator(); - public static IEnumerable Versions - { - get - { - return SupportedAspNetCoreVersions.Versions.Where(v => new Version(v).Major < 3); - } - } + public static IEnumerable Versions => + SupportedAspNetCoreVersions.Versions.Where(v => new Version(v).Major < 3); } } From 2deda3ae53ab1f96cae2f37457ef2814ee81e417 Mon Sep 17 00:00:00 2001 From: sfoslund Date: Fri, 6 Mar 2020 15:51:55 -0800 Subject: [PATCH 1940/2259] Adding support for win arm64 builds --- .vsts-ci.yml | 4 ++++ src/redist/targets/Crossgen.targets | 2 +- src/redist/targets/GenerateLayout.targets | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index cef288de0..2954264c2 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -68,6 +68,10 @@ stages: _BuildConfig: Release _BuildArchitecture: arm _DOTNET_CLI_UI_LANGUAGE: '' + Build_Release_arm64: + _BuildConfig: Release + _BuildArchitecture: arm64 + _DOTNET_CLI_UI_LANGUAGE: '' - template: /eng/build.yml parameters: diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index b0aa36fea..1c19fd24c 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -1,6 +1,6 @@ diff --git a/src/redist/targets/GenerateLayout.targets b/src/redist/targets/GenerateLayout.targets index da0f2ad65..970111c9d 100644 --- a/src/redist/targets/GenerateLayout.targets +++ b/src/redist/targets/GenerateLayout.targets @@ -283,7 +283,7 @@ false - true + true false From 5b1ee5c1f57ca2bc1dd662afb5808f3a7c1332a4 Mon Sep 17 00:00:00 2001 From: Juan Hoyos Date: Mon, 16 Mar 2020 13:45:51 -0700 Subject: [PATCH 1941/2259] [skip ci] Publish latest to preview2 specific channel --- src/CopyToLatest/targets/BranchInfo.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CopyToLatest/targets/BranchInfo.props b/src/CopyToLatest/targets/BranchInfo.props index 9bd214aa9..19b6d4da0 100644 --- a/src/CopyToLatest/targets/BranchInfo.props +++ b/src/CopyToLatest/targets/BranchInfo.props @@ -1,5 +1,5 @@ - master + release/5.0.1xx-preview2 From bf8d55dcc671543e923b4661ea0b3425bb54739c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 14:36:21 +0000 Subject: [PATCH 1942/2259] [master] Update dependencies from dotnet/windowsdesktop (#6813) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200313.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20163.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20163.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20163.1 * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200313.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20163.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20163.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20163.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20163.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200313.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20163.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20163.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20163.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20163.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200314.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20164.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20164.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20164.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20164.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200315.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20165.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20165.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20165.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20165.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20165.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200315.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20165.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20165.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20165.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20165.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20165.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200316.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20166.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20166.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20166.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20165.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20165.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200316.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20166.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20166.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20166.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20165.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20165.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200316.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20166.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20166.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20166.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20165.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20166.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200317.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20167.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20167.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20167.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20165.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20166.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d913a13e4..f6a8e72d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 50cf1db5f433be97cad16f51ea6394767c5a55d5 + 189e7fb2f03de20c2bfeb59a045efb53bd5d856d - + https://github.com/dotnet/windowsdesktop - 50cf1db5f433be97cad16f51ea6394767c5a55d5 + 189e7fb2f03de20c2bfeb59a045efb53bd5d856d - + https://github.com/dotnet/windowsdesktop - 50cf1db5f433be97cad16f51ea6394767c5a55d5 + 189e7fb2f03de20c2bfeb59a045efb53bd5d856d https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ cda04f124e3571e186ecc8f26958ceeaffb2a469 - + https://github.com/dotnet/winforms - 48d810cd4415b4b40feeca413e11a4427546357b + 084afd290719163557de1b78d85ade45c3aa0e59 - + https://github.com/dotnet/wpf - 8499ad81a72fc56fcb55b65beb64dcf7915d88cc + 24e433553b711e423afaae0f56d864cd0155b03f diff --git a/eng/Versions.props b/eng/Versions.props index 6e0450fcd..87e5733d8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20160.3 + 5.0.0-preview.3.20165.6 - 5.0.0-preview.3.20162.3 + 5.0.0-preview.3.20166.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20162.4 - 5.0.0-preview.3.20162.4 - 5.0.0-preview.3.20162.4 + 5.0.0-preview.3.20167.1 + 5.0.0-preview.3.20167.1 + 5.0.0-preview.3.20167.1 From 9e1f0e20a07a77334f8bbe4952c0ec9bef5eabb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbyn=C4=9Bk=20Sailer=20=28Moravia=20IT=29?= Date: Tue, 17 Mar 2020 15:38:36 +0100 Subject: [PATCH 1943/2259] LOC CHECKIN | dotnet/core-sdk 5.0.1xx-preview1 | 20200317 --- .../windows/clisdk/LCID/1028/bundle.wxl | 16 ++++++++-------- .../windows/clisdk/LCID/1029/bundle.wxl | 8 ++++---- .../windows/clisdk/LCID/1031/bundle.wxl | 10 +++++----- .../windows/clisdk/LCID/1036/bundle.wxl | 6 +++--- .../windows/clisdk/LCID/1040/bundle.wxl | 2 +- .../windows/clisdk/LCID/1041/bundle.wxl | 8 ++++---- .../windows/clisdk/LCID/1042/bundle.wxl | 14 +++++++------- .../windows/clisdk/LCID/1045/bundle.wxl | 8 ++++---- .../windows/clisdk/LCID/1046/bundle.wxl | 8 ++++---- .../windows/clisdk/LCID/1049/bundle.wxl | 18 +++++++++--------- .../windows/clisdk/LCID/1055/bundle.wxl | 6 +++--- .../windows/clisdk/LCID/2052/bundle.wxl | 12 ++++++------ .../windows/clisdk/LCID/3082/bundle.wxl | 6 +++--- 13 files changed, 61 insertions(+), 61 deletions(-) diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl index f65703c11..28079edd4 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl @@ -51,12 +51,12 @@ 下列項目已安裝在: '[DOTNETHOME]' • .NET SDK [DOTNETSDKVERSION] - • .NET Runtime [DOTNETRUNTIMEVERSION] - • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET 執行階段 [DOTNETRUNTIMEVERSION] + • ASP.NET Core 執行階段 [ASPNETCOREVERSION] + • .NET Windows Desktop 執行階段 [WINFORMSANDWPFVERSION] -此產品會收集使用方式資料 - • 如需詳細資訊或退出,請前往 https://aka.ms/dotnet-cli-telemetry +此產品會收集使用量資料 + • 如需詳細資訊並退出,請前往 https://aka.ms/dotnet-cli-telemetry 資源 • 如需 .NET 文件,請前往 https://aka.ms/dotnet-docs @@ -65,16 +65,16 @@ • 如需教學課程,請前往 https://aka.ms/dotnet-tutorials .NET SDK - .NET 是 Microsoft 支援的跨平台開放原始碼。您可以用它以 C#、F# 或 VB 建置下一個應用程式。希望您會喜歡! + .NET 是 Microsoft 支援的跨平台開放原始碼。您可以使用 .NET 以 C#、F# 或 VB 建置下一個應用程式。希望您會喜歡! 深入了解 .NET 資源 - <A HREF="https://aka.ms/dotnet-docs">核心文件</A> + <A HREF="https://aka.ms/dotnet-docs">.NET 文件</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK 文件</A> <A HREF="https://aka.ms/dev-privacy">隱私權聲明</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">.NET 程式庫 EULA</A> 安裝附註 安裝程序期間將會執行命令,加快專案還原速度並啟用離線存取。最多需要一分鐘的時間完成。 - 若您打算透過 Visual Studio 使用 .NET Core 3.1,則需要 Visual Studio 2019 16.4 或更新版本。<A HREF="https://go.microsoft.com/fwlink/?linkid=866799">深入了解</A>。 + 若您打算透過 Visual Studio 使用 .NET 5.0,則需要 Visual Studio 2019 16.6 或更新版本。<A HREF="https://go.microsoft.com/fwlink/?linkid=866799">深入了解</A>。 diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl index 4820321d8..0ea115267 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl @@ -59,22 +59,22 @@ Tento produkt shromažďuje data o využití. • Další informace a vyjádření výslovného nesouhlasu: https://aka.ms/dotnet-cli-telemetry Zdroje informací - • Dokumentace k .NET: https://aka.ms/dotnet-docs + • Dokumentace k .NET : https://aka.ms/dotnet-docs • Dokumentace k sadě SDK: https://aka.ms/dotnet-sdk-docs • Zpráva k vydání verze: https://aka.ms/netcore3releasenotes • Kurzy: https://aka.ms/dotnet-tutorials Sada .NET SDK - .NET je opensourcová, víceplatformová architektura podporovaná společností Microsoft. Můžete ji použít k vytvoření své další aplikace v jazyce C#, F # nebo VB. Věříme, že s ní budete spokojeni. + .NET je opensourcová architektura pro více platforem podporovaná společností Microsoft. Můžete ji použít k vytvoření své další aplikace v jazyce C#, F # nebo VB. Věříme, že s ní budete spokojeni. Další informace o .NET Prostředky - <A HREF="https://aka.ms/dotnet-docs">Dokumentace k platformě Core</A> + <A HREF="https://aka.ms/dotnet-docs">Dokumentace k architektuře .NET</A> <A HREF="https://aka.ms/dotnet-cli-docs">Dokumentace k sadě SDK</A> <A HREF="https://aka.ms/dev-privacy">Prohlášení o zásadách ochrany osobních údajů</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">Smlouva EULA ke knihovně .NET</A> Poznámka k instalaci Během procesu instalace se spustí příkaz, který zlepší rychlost obnovení projektu a povolí offline přístup. Akce se dokončí přibližně za minutu. - Pokud plánujete používání .NET Core 3.1 se sadou Visual Studio, potřebujete Visual Studio 2019 16.4 nebo novější. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Další informace</A> + Pokud plánujete používat .NET 5.0 se sadou Visual Studio, potřebujete Visual Studio 2019 16.6 nebo novější. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Další informace</A> diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl index c96bed8ea..82fd49dd8 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl @@ -49,14 +49,14 @@ &Abbrechen Die Installation war erfolgreich. -Folgendes wurde unter [DOTNETHOME] installiert: +Folgende Komponenten wurden unter [DOTNETHOME] installiert: • .NET SDK [DOTNETSDKVERSION] • .NET Runtime [DOTNETRUNTIMEVERSION] • ASP.NET Core-Runtime [ASPNETCOREVERSION] • .NET Windows Desktop-Runtime [WINFORMSANDWPFVERSION] Dieses Produkt erfasst Nutzungsdaten. - • Weitere Informationen und Abbestellen: https://aka.ms/dotnet-cli-telemetry + • Weitere Informationen und Deaktivieren der Erfassung: https://aka.ms/dotnet-cli-telemetry Ressourcen • .NET-Dokumentation: https://aka.ms/dotnet-docs @@ -65,16 +65,16 @@ Ressourcen • Tutorials: https://aka.ms/dotnet-tutorials .NET SDK - .Net ist eine plattformübergreifende Open-Source-Software, die von Microsoft unterstützt wird. Verwenden Sie sie zur Erstellung Ihrer nächsten App mit C#, F# oder VB. Wir wünschen Ihnen viel Spaß! + .NET ist eine plattformübergreifende Open-Source-Software, die von Microsoft unterstützt wird. Verwenden Sie sie zur Entwicklung Ihrer nächsten App mit C#, F# oder VB. Wir wünschen Ihnen viel Spaß! Weitere Informationen zu .NET Ressourcen - <A HREF="https://aka.ms/dotnet-docs">Core-Dokumentation</A> + <A HREF="https://aka.ms/dotnet-docs">.NET-Dokumentation</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK-Dokumentation</A> <A HREF="https://aka.ms/dev-privacy">Datenschutzerklärung</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">Lizenzbedingungen für die .NET-Bibliothek</A> Installationshinweis Während des Installationsvorgangs wird ein Befehl ausgeführt, durch den die Geschwindigkeit der Projektwiederherstellung verbessert und der Offlinezugriff aktiviert wird. Der Vorgang dauert bis zu einer Minute. - Wenn Sie .NET Core 3.1 mit Visual Studio verwenden möchten, ist Visual Studio 2019 16.4 oder höher erforderlich. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Weitere Informationen</A>. + Wenn Sie .NET 5.0 mit Visual Studio verwenden möchten, ist Visual Studio 2019 16.6 oder höher erforderlich. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Weitere Informationen</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl index 4ae70620f..f9dc5558e 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl @@ -63,18 +63,18 @@ Ressources • Documentation du kit SDK sur https://aka.ms/dotnet-sdk-docs • Notes de publication sur https://aka.ms/netcore3releasenotes • Tutoriels sur https://aka.ms/dotnet-tutorials - Kit SDK .NET + SDK .NET .NET est open source, multiplatforme et pris en charge par Microsoft. Vous pouvez l'utiliser pour créer votre prochaine application avec C#, F# ou VB. Nous espérons qu'il vous plaira ! En savoir plus sur .NET Ressources - <A HREF="https://aka.ms/dotnet-docs">Documentation Core</A> + <A HREF="https://aka.ms/dotnet-docs">Documentation .NET</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentation du kit SDK</A> <A HREF="https://aka.ms/dev-privacy">Déclaration de confidentialité</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">CLUF de la bibliothèque .NET</A> Note d'installation Une commande va être exécutée pendant le processus d'installation, ce qui va améliorer la vitesse de restauration du projet et permettre l'accès hors connexion. L'opération va prendre environ une minute. - Si vous envisagez d'utiliser .NET Core 3.1 avec Visual Studio, Visual Studio 2019 16.4 ou une version plus récente est nécessaire. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">En savoir plus</A>. + Si vous envisagez d'utiliser .NET 5.0 avec Visual Studio, Visual Studio 2019 16.6 ou une version plus récente est nécessaire. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">En savoir plus</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl index 10ef2f2b5..018024743 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl @@ -75,6 +75,6 @@ Resources Nota sull'installazione Durante il processo di installazione verrà eseguito un comando che migliorerà la velocità di ripristino del progetto e abiliterà l'accesso offline. Il completamento del comando richiederà un minuto. - Se si intende usare .NET Core 3.1 con Visual Studio, è richiesto Visual Studio 2019 16.4 o versione successiva. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Altre informazioni</A>. + Se si intende usare .NET 5.0 con Visual Studio, è richiesto Visual Studio 2019 16.6 o versione successiva. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Altre informazioni</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl index 40d75f8cb..2ea495289 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl @@ -65,16 +65,16 @@ • チュートリアル https://aka.ms/dotnet-tutorials .NET SDK - .NET は、オープンソースまたはクロスプラットフォームで、Microsoft によってサポートされています。これを使用して、C#、F # または VB で次のアプリをビルドできます。お楽しみいただければ幸いです。 - .Net の詳細 + .NET は、オープンソースまたはクロスプラットフォームで、Microsoft によってサポートされています。これを使用して、C#、F# または VB で次のアプリをビルドできます。お楽しみいただければ幸いです。 + .Net の詳細情報 リソース - <A HREF="https://aka.ms/dotnet-docs">コア ドキュメント</A> + <A HREF="https://aka.ms/dotnet-docs">.NET ドキュメント</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK ドキュメント</A> <A HREF="https://aka.ms/dev-privacy">プライバシーに関する声明</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">.NET ライブラリのライセンス条項</A> インストール メモ コマンドはインストール処理中に実行されるので、プロジェクトの復元速度が向上し、オフラインでアクセスできます。完了するまでに最大 1 分かかります。 - .Net Core 3.1 を Visual Studio と共に使用する場合は、Visual Studio 2019 16.4 以降が必要です。<A HREF="https://go.microsoft.com/fwlink/?linkid=866799">詳細情報</A>。 + .NET 5.0 を Visual Studio と共に使用する場合は、Visual Studio 2019 16.6 以降が必要です。<A HREF="https://go.microsoft.com/fwlink/?linkid=866799">詳細情報</A>。 diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl index fc4e2273a..341028118 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl @@ -42,8 +42,8 @@ 다시 시작(&R) 닫기(&C) 사용 중인 파일 - 다음의 응용 프로그램이 업데이트해야 할 파일을 사용 중입니다. - 응용 프로그램을 닫고 다시 시작합니다(&A). + 다음의 애플리케이션이 업데이트해야 할 파일을 사용 중입니다. + 애플리케이션을 닫고 다시 시작합니다(&A). 애플리케이션을 닫지 않습니다(&D). 다시 부팅해야 합니다. 확인(&O) 취소(&C) @@ -55,7 +55,7 @@ • ASP.NET Core 런타임 [ASPNETCOREVERSION] • .NET Windows 데스크톱 런타임 [WINFORMSANDWPFVERSION] -이 제품은 사용량 데이터를 수집합니다. +이 제품은 사용량 현황 데이터를 수집합니다. • 추가 정보 및 옵트아웃 https://aka.ms/dotnet-cli-telemetry 리소스 @@ -65,16 +65,16 @@ • 자습서 https://aka.ms/dotnet-tutorials .NET SDK - Microsoft가 지원하는 플랫폼 간 오픈 소스인 .NET를 사용하여 C#, F# 또는 VB로 다음 앱을 빌드할 수 있습니다. .NET를 유용하게 사용하시길 바랍니다. - .NET 에 대한 자세한 정보 + Microsoft가 지원하는 플랫폼 간 오픈 소스인 .NET을 사용하여 C#, F# 또는 VB로 다음 앱을 빌드할 수 있습니다. .NET Core를 유용하게 사용하시길 바랍니다. + .NET에 대한 자세한 정보 리소스 - <A HREF="https://aka.ms/dotnet-docs">Core 설명서</A> + <A HREF="https://aka.ms/dotnet-docs">.NET 설명서</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK 설명서</A> <A HREF="https://aka.ms/dev-privacy">개인정보처리방침</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">.NET Library EULA</A> 설치 정보 프로젝트 복원 속도를 향상하고 오프라인 액세스를 사용할 수 있도록 하는 설치 프로세스 중 명령이 실행됩니다. 완료하는 데 최대 1분이 걸립니다. - Visual Studio와 함께 .NET Core 3.1을 사용하려면 Visual Studio 2019 16.4 이상이 필요합니다. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">자세한 정보</A> + Visual Studio와 함께 .NET 5.0을 사용하려면 Visual Studio 2019 16.6 이상이 필요합니다. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">자세한 정보</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl index a0344ed83..15526f8ab 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl @@ -63,18 +63,18 @@ Zasoby • Dokumentacja zestawu SDK: https://aka.ms/dotnet-sdk-docs • Informacje o wersji: https://aka.ms/netcore3releasenotes • Samouczki: https://aka.ms/dotnet-tutorials - Zestaw .NET SDK + .NET SDK - .NET to przeznaczone na wiele platform rozwiązanie typu open source obsługiwane przez firmę Microsoft. Za jego pomocą możesz utworzyć swoją następną aplikację, korzystając z języka C#, F# lub VB. Mamy nadzieję, że Ci się spodoba. + .NET to przeznaczone na wiele platform rozwiązanie typu open source wspierane przez firmę Microsoft. Za jego pomocą możesz utworzyć swoją następną aplikację, korzystając z języka C#, F# lub VB. Mamy nadzieję, że Ci się spodoba. Dowiedz się więcej o platformie .NET Zasoby - <A HREF="https://aka.ms/dotnet-docs">Dokumentacja programu Core</A> + <A HREF="https://aka.ms/dotnet-docs">Dokumentacja platformy .NET</A> <A HREF="https://aka.ms/dotnet-cli-docs">Dokumentacja zestawu SDK</A> <A HREF="https://aka.ms/dev-privacy">Zasady zachowania poufności informacji</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">Umowa licencyjna użytkownika oprogramowania biblioteki .NET</A> Uwaga dotycząca instalacji W trakcie procesu instalacji zostanie uruchomione polecenie, które zwiększy szybkość przywracania projektu i umożliwi dostęp do trybu offline. Zajmie to maksymalnie minutę. - Jeśli planujesz używać platformy .NET Core 3.1 z programem Visual Studio, wymagany jest program Visual Studio 2019 16.4 lub nowszy. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Dowiedz się więcej</A>. + Jeśli planujesz używać platformy .NET 5.0 z programem Visual Studio, wymagany jest program Visual Studio 2019 16.6 lub nowszy. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Dowiedz się więcej</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl index f494508f5..9c4b544de 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl @@ -56,7 +56,7 @@ O seguinte foi instalado em: '[DOTNETHOME]' • Runtime da Área de Trabalho do Windows do .NET [WINFORMSANDWPFVERSION] Este produto coleta dados de uso - • Para obter mais informações e recusar, acesse https://aka.ms/dotnet-cli-telemetry + • Para obter mais informações ou recusá-lo, acesse https://aka.ms/dotnet-cli-telemetry Recursos • Documentação do .NET: https://aka.ms/dotnet-docs @@ -65,16 +65,16 @@ Recursos • Tutoriais: https://aka.ms/dotnet-tutorials SDK do .NET - O .NET é um software livre, multiplataforma e com suporte da Microsoft. Você pode usá-lo para criar seu próximo aplicativo, com C#, F# ou VB. Esperamos que você goste! + O .NET é um software livre multiplataforma, com suporte da Microsoft. Você pode usá-lo para criar seu próximo aplicativo, com C#, F# ou VB. Esperamos que você goste. Saiba mais sobre o .NET Recursos - <A HREF="https://aka.ms/dotnet-docs">Documentação Principal</A> + <A HREF="https://aka.ms/dotnet-docs">Documentação do .NET</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentação do SDK</A> <A HREF="https://aka.ms/dev-privacy">Política de Privacidade</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">Termos de licença da Biblioteca do .NET</A> Nota de instalação Um comando será executado durante o processo de instalação que melhorará a velocidade de restauração do projeto e habilitará o acesso offline. Isso levará até um minuto para ser concluído. - Se você planeja usar o .NET Core 3.1 com o Visual Studio, o Visual Studio 2019 16.4 ou mais recente será necessário. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Saiba mais</A>. + Se você planeja usar o .NET 5.0 com o Visual Studio, será necessário usar o Visual Studio 2019 16.6 ou mais recente. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Saiba mais</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl index 9ca119ea0..dac41ce11 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl @@ -49,32 +49,32 @@ Отм&ена Установка выполнена. -В "[DOTNETHOME]" установлены следующие компоненты. - • Пакет SDK для .NET Core [DOTNETSDKVERSION] - • Среда выполнения .NET Core [DOTNETRUNTIMEVERSION] +В "[DOTNETHOME]" установлены следующие компоненты: + • Пакет SDK для .NET [DOTNETSDKVERSION] + • Среда выполнения .NET [DOTNETRUNTIMEVERSION] • Среда выполнения ASP.NET Core [ASPNETCOREVERSION] - • Среда выполнения .NET Core для Windows Desktop [WINFORMSANDWPFVERSION] + • Среда выполнения .NET для Windows Desktop [WINFORMSANDWPFVERSION] Этот продукт собирает данные об использовании. • Дополнительные сведения и отказ: https://aka.ms/dotnet-cli-telemetry Ресурсы - • Документация по .NET Core: https://aka.ms/dotnet-docs + • Документация по .NET: https://aka.ms/dotnet-docs • Документация по SDK: https://aka.ms/dotnet-sdk-docs • Заметки о выпуске: https://aka.ms/netcore3releasenotes • Учебники: https://aka.ms/dotnet-tutorials - Пакет SDK для .NET + Пакет SDK для .NET - .NET Core — это кроссплатформенное решение с открытым кодом, поддерживаемое корпорацией Майкрософт. Создавайте с его помощью приложения на C#, F# и Visual Basic. Надеемся, оно вам понравится! + .NET — это кроссплатформенное решение с открытым кодом, поддерживаемое корпорацией Майкрософт. Создавайте с его помощью приложения на C#, F# и Visual Basic. Надеемся, оно вам понравится! Дополнительные сведения о .NET Ресурсы - <A HREF="https://aka.ms/dotnet-docs">Документация по продукту Core</A> + <A HREF="https://aka.ms/dotnet-docs">Документация по .NET</A> <A HREF="https://aka.ms/dotnet-cli-docs">Документация по пакету SDK</A> <A HREF="https://aka.ms/dev-privacy">Заявление о конфиденциальности</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">Лицензионное соглашение для библиотеки .NET</A> Примечание по установке В процессе установки будет выполнена команда, которая увеличит скорость восстановления проекта и обеспечит автономный доступ. Выполнение займет до минуты. - Если вы планируете использовать .NET Core 3.1 с Visual Studio, требуется Visual Studio 2019 16.4 или более поздней версии. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Подробнее</A>. + Если вы планируете использовать .NET 5.0 с Visual Studio, требуется Visual Studio 2019 версии 16.6 или более поздней. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Подробнее</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl index 836150aca..5560abc63 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl @@ -65,16 +65,16 @@ Kaynaklar • Öğreticiler https://aka.ms/dotnet-tutorials .NET SDK'sı - .NET açık kaynaktır, platformlar arası çalışır ve Microsoft tarafından desteklenir. C#, F# veya VB kullanarak sonraki uygulamanızı geliştirmek için .NET'u kullanabilirsiniz. Keyifle kullanmanızı dileriz! + .NET açık kaynaktır, platformlar arası çalışır ve Microsoft tarafından desteklenir. C#, F# veya VB kullanarak sonraki uygulamanızı geliştirmek için .NET'i kullanabilirsiniz. Keyifle kullanmanızı dileriz! .NET hakkında daha fazla bilgi edinin Kaynaklar - <A HREF="https://aka.ms/dotnet-docs">Çekirdek Belgeler</A> + <A HREF="https://aka.ms/dotnet-docs">.NET Belgeleri</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK Belgeleri</A> <A HREF="https://aka.ms/dev-privacy">Gizlilik Bildirimi</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">.NET Kitaplığı EULA</A> Yükleme notu Yükleme işlemi sırasında, proje geri yükleme hızını artıran ve çevrimdışı erişimi etkinleştiren bir komut çalıştırılır. Tamamlanması bir dakikanızı alır. - Visual Studio ile .NET Core 3.1 kullanmayı planlıyorsanız, Visual Studio 2019 16.4 veya daha yeni bir sürüm gerekir. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Daha Fazla Bilgi</A>. + Visual Studio ile .NET 5.0 kullanmayı planlıyorsanız Visual Studio 2019 16.6 veya daha yeni bir sürüm gerekir. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Daha Fazla Bilgi</A>. diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl index 8b5f2100b..db7f82898 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl @@ -2,7 +2,7 @@ [WixBundleName] 安装程序 [BUNDLEMONIKER] - 您确定要取消吗? + 是否确实要取消? 上一版本 安装程序帮助 /install | /repair | /uninstall | /layout [\[]"directory"[\]] - 安装、修复、卸载 @@ -51,9 +51,9 @@ 下列项安装于: “[DOTNETHOME]” • .NET SDK [DOTNETSDKVERSION] - • .NET Runtime [DOTNETRUNTIMEVERSION] - • ASP.NET Core Runtime [ASPNETCOREVERSION] - • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] + • .NET 运行时 [DOTNETRUNTIMEVERSION] + • ASP.NET Core 运行时 [ASPNETCOREVERSION] + • .NET Windows Desktop 运行时 [WINFORMSANDWPFVERSION] 此产品会收集用法数据 • 详细信息和选择退出选项: https://aka.ms/dotnet-cli-telemetry @@ -68,13 +68,13 @@ .NET 是开源、跨平台的,且由 Microsoft 提供支持。通过它,可使用 C#、F# 或 VB 构建你的下一个应用。希望你喜欢它! 了解有关 .NET 的详细信息 资源 - <A HREF="https://aka.ms/dotnet-docs">Core 文档</A> + <A HREF="https://aka.ms/dotnet-docs">.NET 文档</A> <A HREF="https://aka.ms/dotnet-cli-docs">SDK 文档</A> <A HREF="https://aka.ms/dev-privacy">隐私声明</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">.NET 库 EULA</A> 安装说明 将在要提升项目还原速度并实现脱机访问的安装进程期间运行命令。此操作最多 1 分钟即可完成。 - 如果计划结合使用 .NET Core 3.1 和 Visual Studio,需要 Visual Studio 2019 16.4 或更高版本。<A HREF="https://go.microsoft.com/fwlink/?linkid=866799">了解详细信息</A>。 + 如果计划结合使用 .NET 5.0 和 Visual Studio,需要 Visual Studio 2019 16.6 或更高版本。<A HREF="https://go.microsoft.com/fwlink/?linkid=866799">了解详细信息</A>。 diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl index a2000af4d..97989eb7c 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl @@ -56,7 +56,7 @@ Se instaló lo siguiente en: "[DOTNETHOME]" • .NET Windows Desktop Runtime [WINFORMSANDWPFVERSION] Este producto recopila datos de uso - • Para más información y declinar la participación, visite https://aka.ms/dotnet-cli-telemetry + • Para obtener más información y declinar la participación, visite https://aka.ms/dotnet-cli-telemetry Recursos • Documentación de .NET https://aka.ms/dotnet-docs @@ -68,13 +68,13 @@ Recursos .NET es una multiplataforma de código abierto admitida por Microsoft. Puede usarla para compilar su próxima aplicación con C#, F# o VB. Esperamos que la disfrute. Más información sobre .NET Recursos - <A HREF="https://aka.ms/dotnet-docs">Documentación principal</A> + <A HREF="https://aka.ms/dotnet-docs">Documentación de .NET</A> <A HREF="https://aka.ms/dotnet-cli-docs">Documentación del SDK</A> <A HREF="https://aka.ms/dev-privacy">Declaración de privacidad</A> <A HREF="https://go.microsoft.com/fwlink/?LinkId=329770">CLUF de la biblioteca .NET</A> Nota de instalación Se ejecutará un comando durante el proceso de instalación que mejorará la velocidad de restauración del proyecto y permitirá el acceso sin conexión. La operación tardará hasta un minuto en completarse. - Si planea usar .NET Core 3.1 con Visual Studio, se requiere Visual Studio 2019 16.4 o una versión más reciente. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Más información</A>. + Si planea usar .NET 5.0 con Visual Studio, se requiere Visual Studio 2019 16.6 o una versión más reciente. <A HREF="https://go.microsoft.com/fwlink/?linkid=866799">Más información</A>. From 612514f7fe68362d232583cd99e98b23eb07bcae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 16:01:03 +0000 Subject: [PATCH 1944/2259] [release/3.1.3xx] Update dependencies from dotnet/aspnetcore (#6816) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200313.6 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20163.6 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200313.10 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20163.10 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200313.13 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20163.13 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200315.1 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20165.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f81de214..34001c961 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - f1b812e21ef61691f810dc5fb51df084ef74a2ae + e2b574c32592a23bfb2403e9011065fb3662d78d https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 2165f5973..fe773c15f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20163.2 + 3.2.0-preview3.20165.1 From d5c5b61096c2b716e5e327f18a502be4ae649ac3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 16:01:58 +0000 Subject: [PATCH 1945/2259] Update dependencies from https://github.com/dotnet/arcade build 20200316.3 (#6825) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20166.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/common/templates/job/publish-build-assets.yml | 6 ++++++ eng/common/templates/post-build/common-variables.yml | 7 +++++++ global.json | 2 +- 4 files changed, 16 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f6a8e72d6..b770fc0b5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@
                                                          - + https://github.com/dotnet/arcade - 16d4350184cf362cd59807b589d1c93803025abc + 8784a7bf875f37d9115a7e2b8c37c335f0dbf884
                                                          diff --git a/eng/common/templates/job/publish-build-assets.yml b/eng/common/templates/job/publish-build-assets.yml index b722975f9..055304ad8 100644 --- a/eng/common/templates/job/publish-build-assets.yml +++ b/eng/common/templates/job/publish-build-assets.yml @@ -37,6 +37,12 @@ jobs: - name: _BuildConfig value: ${{ parameters.configuration }} - group: Publish-Build-Assets + # Skip component governance and codesign validation for SDL. These jobs + # create no content. + - name: skipComponentGovernanceDetection + value: true + - name: runCodesignValidationInjection + value: false steps: - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 9505cf170..61488fd76 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -90,3 +90,10 @@ variables: value: https://dotnetclimsrc.blob.core.windows.net/dotnet/index.json - name: InternalInstallersBlobFeedKey value: $(dotnetclimsrc-access-key) + + # Skip component governance and codesign validation for SDL. These jobs + # create no content. + - name: skipComponentGovernanceDetection + value: true + - name: runCodesignValidationInjection + value: false \ No newline at end of file diff --git a/global.json b/global.json index 66803ef95..dccb49934 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20162.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20166.3" } } From 05ebaaf2a4b3fc468c29461c6a6c57718c04d1db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 16:34:26 +0000 Subject: [PATCH 1946/2259] Update dependencies from https://github.com/dotnet/toolset build 20200313.1 (#6815) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20163.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.300-preview.20162.4 (parent: Microsoft.Dotnet.Toolset.Internal) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 34001c961..22106fc29 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,17 +77,17 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db
                                                          - + https://github.com/dotnet/toolset - 9e5af358872b0bb9b3beea117c6c7eaa6fc49570 + 1a0a7a3dc88fa951612c80d0e7068066e5bcf7dc https://github.com/dotnet/sdk a360dd6ff2012a97ff9b10d431adc84334302ef4 - + https://github.com/dotnet/cli - a922532e3d3fd4f25661aa2352e46459302fb6b2 + 75111456fd9f891ef11011cbb2ca03e7a18ab92e diff --git a/eng/Versions.props b/eng/Versions.props index fe773c15f..f77da2195 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20162.4 + 3.1.300-preview.20163.1 @@ -46,7 +46,7 @@ - 3.1.300-preview.20162.2 + 3.1.300-preview.20162.4 0.2.0 From d008a960e2d6f90ab1bf1fbedb6e059f7f57049d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 16:35:57 +0000 Subject: [PATCH 1947/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200317.2 (#6829) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20167.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20167.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20167.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20167.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b770fc0b5..136f07c0b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 189e7fb2f03de20c2bfeb59a045efb53bd5d856d + d1f4953835f4a4f830264a8aadc4c99533af17ce - + https://github.com/dotnet/windowsdesktop - 189e7fb2f03de20c2bfeb59a045efb53bd5d856d + d1f4953835f4a4f830264a8aadc4c99533af17ce - + https://github.com/dotnet/windowsdesktop - 189e7fb2f03de20c2bfeb59a045efb53bd5d856d + d1f4953835f4a4f830264a8aadc4c99533af17ce https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 084afd290719163557de1b78d85ade45c3aa0e59 - + https://github.com/dotnet/wpf - 24e433553b711e423afaae0f56d864cd0155b03f + c0a058c7908ea8e155c2924c7bb65869f86e957a diff --git a/eng/Versions.props b/eng/Versions.props index 87e5733d8..a6bcf6956 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20166.1 + 5.0.0-preview.3.20167.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20167.1 - 5.0.0-preview.3.20167.1 - 5.0.0-preview.3.20167.1 + 5.0.0-preview.3.20167.2 + 5.0.0-preview.3.20167.2 + 5.0.0-preview.3.20167.2 From 07820ec254860477b82639bb6657b8e77f73ee5e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 17:56:03 +0000 Subject: [PATCH 1948/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200317.3 (#6830) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20167.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20167.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20167.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20167.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 136f07c0b..ef01b7b92 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d1f4953835f4a4f830264a8aadc4c99533af17ce + eef8d0cba1d1ea0bd85f2411687197a7254a9305 - + https://github.com/dotnet/windowsdesktop - d1f4953835f4a4f830264a8aadc4c99533af17ce + eef8d0cba1d1ea0bd85f2411687197a7254a9305 - + https://github.com/dotnet/windowsdesktop - d1f4953835f4a4f830264a8aadc4c99533af17ce + eef8d0cba1d1ea0bd85f2411687197a7254a9305 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 084afd290719163557de1b78d85ade45c3aa0e59 - + https://github.com/dotnet/wpf - c0a058c7908ea8e155c2924c7bb65869f86e957a + 8eae91258ef5dade7591491b703b272e5e59ffbd diff --git a/eng/Versions.props b/eng/Versions.props index a6bcf6956..8d8a90f7d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20167.1 + 5.0.0-preview.3.20167.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20167.2 - 5.0.0-preview.3.20167.2 - 5.0.0-preview.3.20167.2 + 5.0.0-preview.3.20167.3 + 5.0.0-preview.3.20167.3 + 5.0.0-preview.3.20167.3 From 11c6207e7b1e4f0684143ec26eed09e0e55581f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 19:06:24 +0000 Subject: [PATCH 1949/2259] Update dependencies from https://github.com/dotnet/toolset build 20200317.1 (#6832) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20167.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 22106fc29..6af963365 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,9 +77,9 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 1a0a7a3dc88fa951612c80d0e7068066e5bcf7dc + 27fe8d245dd064b60aa6043f5fb86141e3972813 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index f77da2195..2a284ef4f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20163.1 + 3.1.300-preview.20167.1 From 7a06fdf87b69beb773de0130f30e793198fa7178 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 19:56:04 +0000 Subject: [PATCH 1950/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200317.3 (#6837) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.2.20167.3 - dotnet-dev-certs - 5.0.0-preview.2.20167.3 - dotnet-user-secrets - 5.0.0-preview.2.20167.3 - dotnet-watch - 5.0.0-preview.2.20167.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.2.20167.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.2.20167.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ce49cc383..c4922e3b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime d12f79a4d1b908636b96005fe30f547e54cea3ee - + https://github.com/dotnet/aspnetcore - 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 + f6897a5bb7ca767df8eb465bf15b193c878fffbf - + https://github.com/dotnet/aspnetcore - 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 + f6897a5bb7ca767df8eb465bf15b193c878fffbf - + https://github.com/dotnet/aspnetcore - 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 + f6897a5bb7ca767df8eb465bf15b193c878fffbf - + https://github.com/dotnet/aspnetcore - 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 + f6897a5bb7ca767df8eb465bf15b193c878fffbf - + https://github.com/dotnet/aspnetcore - 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 + f6897a5bb7ca767df8eb465bf15b193c878fffbf - + https://github.com/dotnet/aspnetcore - 19379d2de0cdcc8c89183bd8dbb847e145b16bd2 + f6897a5bb7ca767df8eb465bf15b193c878fffbf https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a7c53afc1..d92abe2f6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.2.20160.9 - 5.0.0-preview.2.20160.9 - 5.0.0-preview.2.20160.9 - 5.0.0-preview.2.20160.9 - 5.0.0-preview.2.20160.9 - 5.0.0-preview.2.20160.9 + 5.0.0-preview.2.20167.3 + 5.0.0-preview.2.20167.3 + 5.0.0-preview.2.20167.3 + 5.0.0-preview.2.20167.3 + 5.0.0-preview.2.20167.3 + 5.0.0-preview.2.20167.3 0.2.0 From ab98cad0e28ad5304b45a0f76c0d955ec0f6a03f Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Tue, 17 Mar 2020 13:48:18 -0700 Subject: [PATCH 1951/2259] Specify -MissingDependenciesOK to crossgen. --- src/core-sdk-tasks/Crossgen.cs | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/core-sdk-tasks/Crossgen.cs b/src/core-sdk-tasks/Crossgen.cs index 82c8c9160..99e99d707 100644 --- a/src/core-sdk-tasks/Crossgen.cs +++ b/src/core-sdk-tasks/Crossgen.cs @@ -143,7 +143,7 @@ namespace Microsoft.DotNet.Build.Tasks return $"{GetReadyToRun()} {GetPlatformAssemblyPaths()} {GetDiasymReaderPath()} {GetCreateSymbols()}"; } - return $"{GetReadyToRun()} {GetInPath()} {GetOutPath()} {GetPlatformAssemblyPaths()} {GetJitPath()}"; + return $"{GetReadyToRun()} {GetMissingDependenciesOk()} {GetInPath()} {GetOutPath()} {GetPlatformAssemblyPaths()} {GetJitPath()}"; } private string GetCreateSymbols() @@ -202,6 +202,11 @@ namespace Microsoft.DotNet.Build.Tasks return $"-JITPath {JITPath}"; } + private string GetMissingDependenciesOk() + { + return "-MissingDependenciesOK"; + } + protected override void LogToolCommand(string message) { base.LogToolCommand($"{base.GetWorkingDirectory()}> {message}"); From 500ed50b319c7430c19a8b033b8f4704c5d2516e Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Tue, 17 Mar 2020 13:48:39 -0700 Subject: [PATCH 1952/2259] Add more assemblies to the crossgen list. --- src/redist/targets/Crossgen.targets | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index b0aa36fea..4e45a643f 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -48,6 +48,11 @@ + + + + + From 3689efcdf9aa3495da4e8bef563b85699573563d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 20:56:00 +0000 Subject: [PATCH 1953/2259] [release/5.0.1xx-preview2] Update dependencies from dotnet/sdk (#6820) * Update dependencies from https://github.com/dotnet/sdk build 20200315.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20165.2 - Microsoft.NET.Sdk - 5.0.100-preview.2.20165.2 * Update dependencies from https://github.com/dotnet/sdk build 20200316.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20166.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20166.1 * Update dependencies from https://github.com/dotnet/sdk build 20200317.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20167.1 - Microsoft.NET.Sdk - 5.0.100-preview.2.20167.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c4922e3b8..7f74dbfca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating bd8fc17967503221519906c76546192e14fcdfa8 - + https://github.com/dotnet/sdk - fc4c4f57d332059da403bdbe3897fd809c926d8a + 25dd535337270e17c2f7476d73bdb56cc527637e - + https://github.com/dotnet/sdk - fc4c4f57d332059da403bdbe3897fd809c926d8a + 25dd535337270e17c2f7476d73bdb56cc527637e diff --git a/eng/Versions.props b/eng/Versions.props index d92abe2f6..b7ffde448 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20162.8 - 5.0.100-preview.2.20162.8 + 5.0.100-preview.2.20167.1 + 5.0.100-preview.2.20167.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From cd72f36bf9eb43058d7c18e7af872679a02d6b23 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 22:23:50 +0000 Subject: [PATCH 1954/2259] [master] Update dependencies from dotnet/runtime (#6705) * Update dependencies from https://github.com/dotnet/runtime build 20200305.3 - Microsoft.NETCore.Platforms - 5.0.0-preview.2.20155.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.2.20155.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.2.20155.3 - Microsoft.NETCore.App.Ref - 5.0.0-preview.2.20155.3 - Microsoft.NETCore.App.Internal - 5.0.0-preview.2.20155.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.2.20155.3 * Update dependencies from https://github.com/dotnet/runtime build 20200309.13 - Microsoft.NETCore.Platforms - 5.0.0-preview.3.20159.13 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20159.13 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20159.13 - Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20159.13 - Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20159.13 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20159.13 * Update dependencies from https://github.com/dotnet/runtime build 20200310.8 - Microsoft.NETCore.Platforms - 5.0.0-preview.3.20160.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20160.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20160.8 - Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20160.8 - Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20160.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20160.8 * Update dependencies from https://github.com/dotnet/runtime build 20200311.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20161.9 - Microsoft.NETCore.Platforms - 5.0.0-preview.3.20161.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20161.9 - Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20161.9 - Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20161.9 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20161.9 * Disable debian check Co-authored-by: dotnet-maestro[bot] Co-authored-by: William Li --- .vsts-ci.yml | 6 ------ eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 3 files changed, 18 insertions(+), 24 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 2954264c2..b6d53d083 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -106,12 +106,6 @@ stages: _LinuxPortable: '' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' - Build_Debian_Stretch_Debug_x64: - _BuildConfig: Debug - _DockerParameter: '--docker debian' - _LinuxPortable: '' - _RuntimeIdentifier: '' - _BuildArchitecture: 'x64' Build_Rhel_7_2_Release_x64: _BuildConfig: Release _DockerParameter: '--docker rhel' diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef01b7b92..27c3dfeff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop eef8d0cba1d1ea0bd85f2411687197a7254a9305 - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + 2b27323e4aa61f540b8c6600f4add5b29860a0a3 - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + 2b27323e4aa61f540b8c6600f4add5b29860a0a3 - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + 2b27323e4aa61f540b8c6600f4add5b29860a0a3 - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + 2b27323e4aa61f540b8c6600f4add5b29860a0a3 - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + 2b27323e4aa61f540b8c6600f4add5b29860a0a3 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - e2881ae96bb4399864723aa46469c82379b03b32 + 2b27323e4aa61f540b8c6600f4add5b29860a0a3 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 8d8a90f7d..8d64d1cdf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.2.20155.1 + 5.0.0-preview.3.20161.9 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 - 5.0.0-preview.2.20155.1 + 5.0.0-preview.3.20161.9 + 5.0.0-preview.3.20161.9 + 5.0.0-preview.3.20161.9 + 5.0.0-preview.3.20161.9 + 5.0.0-preview.3.20161.9 2.1.0 From c238263860e69f9d8caacfa8af15322dc9c07a48 Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Tue, 17 Mar 2020 15:51:02 -0700 Subject: [PATCH 1955/2259] Disable tests for rolling forward to latest version These tests only catch issues after a patch has been publicly released, and fail if we try to update the implicit versions before then --- .../GivenSelfContainedAppsRollForward.cs | 34 ------------------- 1 file changed, 34 deletions(-) diff --git a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs index 6b85a2400..0b6dd8898 100644 --- a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs +++ b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs @@ -16,40 +16,6 @@ namespace EndToEnd { public partial class GivenSelfContainedAppsRollForward : TestBase { - - [Theory] - // MemberData is used instead of InlineData here so we can access it in another test to - // verify that we are covering the latest release of .NET Core - [ClassData(typeof(SupportedNetCoreAppVersions))] - public void ItRollsForwardToTheLatestNetCoreVersion(string minorVersion) - { - if (minorVersion == "3.0" || minorVersion == "3.1" || minorVersion == "5.0") - { - // https://github.com/dotnet/core-sdk/issues/621 - return; - } - ItRollsForwardToTheLatestVersion(TestProjectCreator.NETCorePackageName, minorVersion); - } - - [Theory] - [ClassData(typeof(SupportedAspNetCoreVersions))] - public void ItRollsForwardToTheLatestAspNetCoreAppVersion(string minorVersion) - { - if (minorVersion == "3.0" || minorVersion == "3.1" || minorVersion == "5.0") - { - // https://github.com/dotnet/core-sdk/issues/621 - return; - } - ItRollsForwardToTheLatestVersion(TestProjectCreator.AspNetCoreAppPackageName, minorVersion); - } - - [Theory] - [ClassData(typeof(SupportedAspNetCoreAllVersions))] - public void ItRollsForwardToTheLatestAspNetCoreAllVersion(string minorVersion) - { - ItRollsForwardToTheLatestVersion(TestProjectCreator.AspNetCoreAllPackageName, minorVersion); - } - internal void ItRollsForwardToTheLatestVersion(string packageName, string minorVersion) { var testProjectCreator = new TestProjectCreator() From 921e4db109f7f4b0ea8516e360788e07514e7547 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 17 Mar 2020 22:52:48 +0000 Subject: [PATCH 1956/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200317.5 (#6834) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20167.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6af963365..e6e9e38b3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - e2b574c32592a23bfb2403e9011065fb3662d78d + 56d22a817b0fb576d377642914e8fcbce7c26d53 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 2a284ef4f..ac97db990 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20165.1 + 3.2.0-preview3.20167.5 From b217e7e62f56556a8923cc396437b63698392d13 Mon Sep 17 00:00:00 2001 From: sfoslund Date: Thu, 12 Mar 2020 13:02:10 -0700 Subject: [PATCH 1957/2259] Updating to 2.1.17 patch version --- src/redist/targets/GenerateBundledVersions.targets | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 45a3461c5..7058ceefa 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -92,7 +92,7 @@ + LatestVersion="2.1.17" /> + LatestVersion="2.1.17"/> + LatestVersion="2.1.17"/> Date: Tue, 17 Mar 2020 22:47:32 -0700 Subject: [PATCH 1958/2259] Bring debian 9 check back --- .vsts-ci.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index b6d53d083..2954264c2 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -106,6 +106,12 @@ stages: _LinuxPortable: '' _RuntimeIdentifier: '' _BuildArchitecture: 'x64' + Build_Debian_Stretch_Debug_x64: + _BuildConfig: Debug + _DockerParameter: '--docker debian' + _LinuxPortable: '' + _RuntimeIdentifier: '' + _BuildArchitecture: 'x64' Build_Rhel_7_2_Release_x64: _BuildConfig: Release _DockerParameter: '--docker rhel' From 320e530464c9f67cb0de9dbc59d221edb48d8ce7 Mon Sep 17 00:00:00 2001 From: William Li Date: Tue, 17 Mar 2020 22:40:09 -0700 Subject: [PATCH 1959/2259] Fix deb failure --- src/redist/targets/GenerateDebs.targets | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/GenerateDebs.targets b/src/redist/targets/GenerateDebs.targets index 3a9cd6452..72305b0a7 100644 --- a/src/redist/targets/GenerateDebs.targets +++ b/src/redist/targets/GenerateDebs.targets @@ -293,9 +293,12 @@ PackageVersion="$(Version)" WorkingDirectory="$(DotnetDebToolDir)" /> - + - + From 2ae6963438b79546062443365954017f9bf8c70c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 06:35:59 +0000 Subject: [PATCH 1960/2259] Update dependencies from https://github.com/dotnet/sdk build 20200317.7 (#6847) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20167.7 - Microsoft.NET.Sdk - 5.0.100-preview.2.20167.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7f74dbfca..f7e582476 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating bd8fc17967503221519906c76546192e14fcdfa8 - + https://github.com/dotnet/sdk - 25dd535337270e17c2f7476d73bdb56cc527637e + 4f4c12ceabf0b8bdc36c52fe106a9f6f0f65b33e - + https://github.com/dotnet/sdk - 25dd535337270e17c2f7476d73bdb56cc527637e + 4f4c12ceabf0b8bdc36c52fe106a9f6f0f65b33e diff --git a/eng/Versions.props b/eng/Versions.props index b7ffde448..51ae021e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20167.1 - 5.0.100-preview.2.20167.1 + 5.0.100-preview.2.20167.7 + 5.0.100-preview.2.20167.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fd603e38848ae4915b4046a7418186f2c78e9371 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 08:15:58 +0000 Subject: [PATCH 1961/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200317.4 (#6848) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20167.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20167.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20167.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20167.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20167.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 27c3dfeff..8b5de3167 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - eef8d0cba1d1ea0bd85f2411687197a7254a9305 + 706f9c2cd141e7abcb0836376a306ca08ddcbc73 - + https://github.com/dotnet/windowsdesktop - eef8d0cba1d1ea0bd85f2411687197a7254a9305 + 706f9c2cd141e7abcb0836376a306ca08ddcbc73 - + https://github.com/dotnet/windowsdesktop - eef8d0cba1d1ea0bd85f2411687197a7254a9305 + 706f9c2cd141e7abcb0836376a306ca08ddcbc73 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ cda04f124e3571e186ecc8f26958ceeaffb2a469 - + https://github.com/dotnet/winforms - 084afd290719163557de1b78d85ade45c3aa0e59 + 7ab0ae8b3c190fc730161910fa10316232c70828 - + https://github.com/dotnet/wpf - 8eae91258ef5dade7591491b703b272e5e59ffbd + 709dbd6985c0a6915a9993c6c5b0f6420276a6a7 diff --git a/eng/Versions.props b/eng/Versions.props index 8d64d1cdf..d2c617bc7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20165.6 + 5.0.0-preview.3.20167.2 - 5.0.0-preview.3.20167.2 + 5.0.0-preview.3.20167.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20167.3 - 5.0.0-preview.3.20167.3 - 5.0.0-preview.3.20167.3 + 5.0.0-preview.3.20167.4 + 5.0.0-preview.3.20167.4 + 5.0.0-preview.3.20167.4 From b45da6fc23258ff4b7367019644a9bfe36f2c2fb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 12:35:52 +0000 Subject: [PATCH 1962/2259] Update dependencies from https://github.com/dotnet/arcade build 20200318.1 (#6850) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20168.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 +-- eng/common/cross/build-android-rootfs.sh | 39 +++++++++++++++--------- global.json | 2 +- 3 files changed, 28 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b5de3167..2f3bdf42a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 8784a7bf875f37d9115a7e2b8c37c335f0dbf884 + a5981bea658fa46405eb39b59f8d8bbd2730a141 diff --git a/eng/common/cross/build-android-rootfs.sh b/eng/common/cross/build-android-rootfs.sh index 5e74881eb..e7f12edb5 100755 --- a/eng/common/cross/build-android-rootfs.sh +++ b/eng/common/cross/build-android-rootfs.sh @@ -53,12 +53,20 @@ for i in "$@" done # Obtain the location of the bash script to figure out where the root of the repo is. -__CrossDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -__Android_Cross_Dir="$(cd "$__CrossDir/../../../.tools/android-rootfs" && pwd)" +__ScriptBaseDir="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" -__NDK_Dir="$__Android_Cross_Dir/android-ndk-$__NDK_Version" -__lldb_Dir="$__Android_Cross_Dir/lldb" -__ToolchainDir="$__Android_Cross_Dir/android-ndk-$__NDK_Version" +__CrossDir="$__ScriptBaseDir/../../../.tools/android-rootfs" + +if [[ ! -f "$__CrossDir" ]]; then + mkdir -p "$__CrossDir" +fi + +# Resolve absolute path to avoid `../` in build logs +__CrossDir="$( cd "$__CrossDir" && pwd )" + +__NDK_Dir="$__CrossDir/android-ndk-$__NDK_Version" +__lldb_Dir="$__CrossDir/lldb" +__ToolchainDir="$__CrossDir/android-ndk-$__NDK_Version" if [[ -n "$TOOLCHAIN_DIR" ]]; then __ToolchainDir=$TOOLCHAIN_DIR @@ -77,19 +85,20 @@ echo "Target Toolchain location: $__ToolchainDir" if [ ! -d $__NDK_Dir ]; then echo Downloading the NDK into $__NDK_Dir mkdir -p $__NDK_Dir - wget -nv -nc --show-progress https://dl.google.com/android/repository/android-ndk-$__NDK_Version-linux-x86_64.zip -O $__Android_Cross_Dir/android-ndk-$__NDK_Version-linux-x86_64.zip - unzip -q $__Android_Cross_Dir/android-ndk-$__NDK_Version-linux-x86_64.zip -d $__Android_Cross_Dir + wget -q --progress=bar:force:noscroll --show-progress https://dl.google.com/android/repository/android-ndk-$__NDK_Version-linux-x86_64.zip -O $__CrossDir/android-ndk-$__NDK_Version-linux-x86_64.zip + unzip -q $__CrossDir/android-ndk-$__NDK_Version-linux-x86_64.zip -d $__CrossDir fi if [ ! -d $__lldb_Dir ]; then mkdir -p $__lldb_Dir echo Downloading LLDB into $__lldb_Dir - wget -nv -nc --show-progress https://dl.google.com/android/repository/lldb-2.3.3614996-linux-x86_64.zip -O $__Android_Cross_Dir/lldb-2.3.3614996-linux-x86_64.zip - unzip -q $__Android_Cross_Dir/lldb-2.3.3614996-linux-x86_64.zip -d $__lldb_Dir + wget -q --progress=bar:force:noscroll --show-progress https://dl.google.com/android/repository/lldb-2.3.3614996-linux-x86_64.zip -O $__CrossDir/lldb-2.3.3614996-linux-x86_64.zip + unzip -q $__CrossDir/lldb-2.3.3614996-linux-x86_64.zip -d $__lldb_Dir fi echo "Download dependencies..." -mkdir -p $__Android_Cross_Dir/tmp/$arch/ +__TmpDir=$__CrossDir/tmp/$__BuildArch/ +mkdir -p "$__TmpDir" # combined dependencies for coreclr, installer and libraries __AndroidPackages="libicu" @@ -103,11 +112,11 @@ for path in $(wget -qO- http://termux.net/dists/stable/main/binary-$__AndroidArc if [[ "$path" != "Filename:" ]]; then echo "Working on: $path" - wget -qO- http://termux.net/$path | dpkg -x - $__Android_Cross_Dir/tmp/$__AndroidArch/ + wget -qO- http://termux.net/$path | dpkg -x - "$__TmpDir" fi done -cp -R $__Android_Cross_Dir/tmp/$__AndroidArch/data/data/com.termux/files/usr/* $__ToolchainDir/sysroot/usr/ +cp -R "$__TmpDir/data/data/com.termux/files/usr/"* "$__ToolchainDir/sysroot/usr/" # Generate platform file for build.sh script to assign to __DistroRid echo "Generating platform file..." @@ -115,6 +124,8 @@ echo "RID=android.${__ApiLevel}-${__BuildArch}" > $__ToolchainDir/sysroot/androi echo "Now to build coreclr, libraries and installers; run:" echo ROOTFS_DIR=\$\(realpath $__ToolchainDir/sysroot\) ./build.sh --cross --arch $__BuildArch \ - --subsetCategory coreclr \ - --subsetCategory libraries \ + --subsetCategory coreclr +echo ROOTFS_DIR=\$\(realpath $__ToolchainDir/sysroot\) ./build.sh --cross --arch $__BuildArch \ + --subsetCategory libraries +echo ROOTFS_DIR=\$\(realpath $__ToolchainDir/sysroot\) ./build.sh --cross --arch $__BuildArch \ --subsetCategory installer diff --git a/global.json b/global.json index dccb49934..0d3991203 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20166.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20168.1" } } From 6855316c4aea1d1f0e8f41416b644830146bb04d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 12:57:56 +0000 Subject: [PATCH 1963/2259] Update dependencies from https://github.com/dotnet/runtime build 20200317.12 (#6851) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20167.12 - Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20167.12 - Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20167.12 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20167.12 - Microsoft.NETCore.Platforms - 5.0.0-preview.3.20167.12 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20167.12 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2f3bdf42a..c48f822d9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 706f9c2cd141e7abcb0836376a306ca08ddcbc73 - + https://github.com/dotnet/runtime - 2b27323e4aa61f540b8c6600f4add5b29860a0a3 + c0ddd1c5d1636de873398c8d9544e02289f95fec - + https://github.com/dotnet/runtime - 2b27323e4aa61f540b8c6600f4add5b29860a0a3 + c0ddd1c5d1636de873398c8d9544e02289f95fec - + https://github.com/dotnet/runtime - 2b27323e4aa61f540b8c6600f4add5b29860a0a3 + c0ddd1c5d1636de873398c8d9544e02289f95fec - + https://github.com/dotnet/runtime - 2b27323e4aa61f540b8c6600f4add5b29860a0a3 + c0ddd1c5d1636de873398c8d9544e02289f95fec - + https://github.com/dotnet/runtime - 2b27323e4aa61f540b8c6600f4add5b29860a0a3 + c0ddd1c5d1636de873398c8d9544e02289f95fec @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 2b27323e4aa61f540b8c6600f4add5b29860a0a3 + c0ddd1c5d1636de873398c8d9544e02289f95fec https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index d2c617bc7..8641e993e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.3.20161.9 + 5.0.0-preview.3.20167.12 - 5.0.0-preview.3.20161.9 - 5.0.0-preview.3.20161.9 - 5.0.0-preview.3.20161.9 - 5.0.0-preview.3.20161.9 - 5.0.0-preview.3.20161.9 + 5.0.0-preview.3.20167.12 + 5.0.0-preview.3.20167.12 + 5.0.0-preview.3.20167.12 + 5.0.0-preview.3.20167.12 + 5.0.0-preview.3.20167.12 2.1.0 From 84d365dbe99137403002bfbd0a6352bcb8072fe3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 14:15:59 +0000 Subject: [PATCH 1964/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200318.1 (#6852) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20168.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20168.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20168.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c48f822d9..6e9a9eb05 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 706f9c2cd141e7abcb0836376a306ca08ddcbc73 + 73015ddcd601e79e9c0905899b644f8a03854f53 - + https://github.com/dotnet/windowsdesktop - 706f9c2cd141e7abcb0836376a306ca08ddcbc73 + 73015ddcd601e79e9c0905899b644f8a03854f53 - + https://github.com/dotnet/windowsdesktop - 706f9c2cd141e7abcb0836376a306ca08ddcbc73 + 73015ddcd601e79e9c0905899b644f8a03854f53 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 8641e993e..d54267a6b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20167.4 - 5.0.0-preview.3.20167.4 - 5.0.0-preview.3.20167.4 + 5.0.0-preview.3.20168.1 + 5.0.0-preview.3.20168.1 + 5.0.0-preview.3.20168.1 From f20ebd575a42db9017325ba6d83da85e646cfc20 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 15:51:30 +0000 Subject: [PATCH 1965/2259] Update dependencies from https://github.com/dotnet/toolset build 20200317.3 (#6835) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20167.3 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.300-preview.20167.1 (parent: Microsoft.Dotnet.Toolset.Internal) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e6e9e38b3..57bf301f7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,17 +77,17 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 27fe8d245dd064b60aa6043f5fb86141e3972813 + c44f0a9678d7b560f9153d4b65effd01fd51d00c https://github.com/dotnet/sdk a360dd6ff2012a97ff9b10d431adc84334302ef4 - + https://github.com/dotnet/cli - 75111456fd9f891ef11011cbb2ca03e7a18ab92e + cb807aab514ead2650bb8b1caef5be607410dba7 diff --git a/eng/Versions.props b/eng/Versions.props index ac97db990..e30f32036 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20167.1 + 3.1.300-preview.20167.3 @@ -46,7 +46,7 @@ - 3.1.300-preview.20162.4 + 3.1.300-preview.20167.1 0.2.0 From 4a1b951da81f71e7f81d010d044922e5476995c3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 16:37:58 +0000 Subject: [PATCH 1966/2259] Update dependencies from https://github.com/dotnet/toolset build 20200317.6 (#6854) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20167.6 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.300-preview.20167.4 (parent: Microsoft.Dotnet.Toolset.Internal) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 57bf301f7..8121de914 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,13 +77,13 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - c44f0a9678d7b560f9153d4b65effd01fd51d00c + 42d88017258abe4143e187af59bc96f7948c337e - + https://github.com/dotnet/sdk - a360dd6ff2012a97ff9b10d431adc84334302ef4 + ab67b97f347912176cbc9f94ab76c5645d245af6 https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index e30f32036..856136872 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20167.3 + 3.1.300-preview.20167.6 @@ -53,7 +53,7 @@ - 3.1.300-preview.20160.11 + 3.1.300-preview.20167.4 $(MicrosoftNETSdkPackageVersion) From 2be6725e0a9d60bac545b9cd2527dd68556817bf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 17:15:59 +0000 Subject: [PATCH 1967/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200318.2 (#6856) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20168.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20168.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20168.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20168.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6e9a9eb05..19c3fcaf9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 73015ddcd601e79e9c0905899b644f8a03854f53 + f0695a8a29ef77df86fbc209e4c33fa93121fdaf - + https://github.com/dotnet/windowsdesktop - 73015ddcd601e79e9c0905899b644f8a03854f53 + f0695a8a29ef77df86fbc209e4c33fa93121fdaf - + https://github.com/dotnet/windowsdesktop - 73015ddcd601e79e9c0905899b644f8a03854f53 + f0695a8a29ef77df86fbc209e4c33fa93121fdaf https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 7ab0ae8b3c190fc730161910fa10316232c70828 - + https://github.com/dotnet/wpf - 709dbd6985c0a6915a9993c6c5b0f6420276a6a7 + c01b8094af4c2ae47b7faaf4c693bfccc82ab1cf diff --git a/eng/Versions.props b/eng/Versions.props index d54267a6b..3167160b2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20167.3 + 5.0.0-preview.3.20168.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20168.1 - 5.0.0-preview.3.20168.1 - 5.0.0-preview.3.20168.1 + 5.0.0-preview.3.20168.2 + 5.0.0-preview.3.20168.2 + 5.0.0-preview.3.20168.2 From a986a3c1aaade61e6a676e5aa6904a2651c64845 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 19:16:29 +0000 Subject: [PATCH 1968/2259] Update dependencies from https://github.com/dotnet/toolset build 20200318.1 (#6857) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20168.1 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.300-preview.20168.1 (parent: Microsoft.Dotnet.Toolset.Internal) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8121de914..c431d8f90 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,17 +77,17 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 42d88017258abe4143e187af59bc96f7948c337e + 34cf9198546024cbd28c04dc8295dd88a1d43e95 https://github.com/dotnet/sdk ab67b97f347912176cbc9f94ab76c5645d245af6 - + https://github.com/dotnet/cli - cb807aab514ead2650bb8b1caef5be607410dba7 + b234867cb3322666b420a7be8fc89c4196d19b3e diff --git a/eng/Versions.props b/eng/Versions.props index 856136872..a2564623d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20167.6 + 3.1.300-preview.20168.1 @@ -46,7 +46,7 @@ - 3.1.300-preview.20167.1 + 3.1.300-preview.20168.1 0.2.0 From 347e5d6da3968fa5480d9903dd8f755225fb0dd8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 19:40:58 +0000 Subject: [PATCH 1969/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200318.3 (#6859) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20168.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20168.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20168.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20168.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 19c3fcaf9..168ec7da3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f0695a8a29ef77df86fbc209e4c33fa93121fdaf + 41620aa7bd245e790d1afb2139839379f787522c - + https://github.com/dotnet/windowsdesktop - f0695a8a29ef77df86fbc209e4c33fa93121fdaf + 41620aa7bd245e790d1afb2139839379f787522c - + https://github.com/dotnet/windowsdesktop - f0695a8a29ef77df86fbc209e4c33fa93121fdaf + 41620aa7bd245e790d1afb2139839379f787522c https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 7ab0ae8b3c190fc730161910fa10316232c70828 - + https://github.com/dotnet/wpf - c01b8094af4c2ae47b7faaf4c693bfccc82ab1cf + 46a775d33134a71951c2b888e6b5f55bdf99647c diff --git a/eng/Versions.props b/eng/Versions.props index 3167160b2..be5430937 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20168.1 + 5.0.0-preview.3.20168.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20168.2 - 5.0.0-preview.3.20168.2 - 5.0.0-preview.3.20168.2 + 5.0.0-preview.3.20168.3 + 5.0.0-preview.3.20168.3 + 5.0.0-preview.3.20168.3 From 13f19b4682d800c875ed31e4035d8ae959ee93a6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 20:02:51 +0000 Subject: [PATCH 1970/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200318.3 (#6858) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20168.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c431d8f90..62d8223ba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 56d22a817b0fb576d377642914e8fcbce7c26d53 + a700aa92fec0c3554eb3f450a17037761b069363 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index a2564623d..05d146f6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20167.5 + 3.2.0-preview3.20168.3 From 9b8dc22f065f826ba9ca2d2fcb85f1fa7c20ff4c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 18 Mar 2020 21:17:24 +0000 Subject: [PATCH 1971/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200318.4 (#6861) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20168.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20168.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20168.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20168.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20168.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 168ec7da3..8c5d2ca6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 41620aa7bd245e790d1afb2139839379f787522c + 2c74cefbff0fda5cbefc2602e0dcf2a051fe3ba7 - + https://github.com/dotnet/windowsdesktop - 41620aa7bd245e790d1afb2139839379f787522c + 2c74cefbff0fda5cbefc2602e0dcf2a051fe3ba7 - + https://github.com/dotnet/windowsdesktop - 41620aa7bd245e790d1afb2139839379f787522c + 2c74cefbff0fda5cbefc2602e0dcf2a051fe3ba7 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ cda04f124e3571e186ecc8f26958ceeaffb2a469 - + https://github.com/dotnet/winforms - 7ab0ae8b3c190fc730161910fa10316232c70828 + 631d91917ac45973d6f027073ef10633e3c34d15 - + https://github.com/dotnet/wpf - 46a775d33134a71951c2b888e6b5f55bdf99647c + 6f776dd2fd38a4ec9183e3a0835014fec27b5622 diff --git a/eng/Versions.props b/eng/Versions.props index be5430937..22b7da029 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20167.2 + 5.0.0-preview.3.20168.1 - 5.0.0-preview.3.20168.2 + 5.0.0-preview.3.20168.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20168.3 - 5.0.0-preview.3.20168.3 - 5.0.0-preview.3.20168.3 + 5.0.0-preview.3.20168.4 + 5.0.0-preview.3.20168.4 + 5.0.0-preview.3.20168.4 From b6f198184b9cc4a858276cbbb67a9963d1b352ec Mon Sep 17 00:00:00 2001 From: sfoslund Date: Wed, 18 Mar 2020 14:45:16 -0700 Subject: [PATCH 1972/2259] Adding win arm64 builds to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index fe3cee80e..a3b545cce 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( | **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1XX-preview1]][rhel-6-version-5.0.1XX-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview1] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
                                                          [tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | | **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview1]][linux-musl-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview1] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
                                                          [tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | | **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | **N/A** | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
                                                          [zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | +| **Windows arm64** | [![][win-arm-64-badge-master]][win-arm-64-version-master]
                                                          [zip][win-arm-64-zip-master] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | | **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | **N/A** | [![][freebsd-x64-badge-3.1.3XX]][freebsd-x64-version-3.1.3XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.3XX] - [Checksum][freebsd-x64-zip-checksum-3.1.3XX] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | | **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | @@ -395,6 +396,10 @@ Reference notes: [win-arm-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip.sha +[win-arm-64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_arm64_Release_version_badge.svg +[win-arm-64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[win-arm-64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm64.zip + [freebsd-x64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version [freebsd-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz From 5a81206e39a4f6f82dbcb511376960f7abbdc4be Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 02:04:43 +0000 Subject: [PATCH 1973/2259] [master] Update dependencies from dotnet/aspnetcore (#6723) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200306.9 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20156.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20156.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20156.9 - dotnet-watch - 5.0.0-preview.3.20156.9 - dotnet-user-secrets - 5.0.0-preview.3.20156.9 - dotnet-dev-certs - 5.0.0-preview.3.20156.9 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200307.4 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20157.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20157.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20157.4 - dotnet-watch - 5.0.0-preview.3.20157.4 - dotnet-user-secrets - 5.0.0-preview.3.20157.4 - dotnet-dev-certs - 5.0.0-preview.3.20157.4 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200308.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20158.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20158.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20158.1 - dotnet-watch - 5.0.0-preview.3.20158.1 - dotnet-user-secrets - 5.0.0-preview.3.20158.1 - dotnet-dev-certs - 5.0.0-preview.3.20158.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200308.5 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20158.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20158.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20158.5 - dotnet-watch - 5.0.0-preview.3.20158.5 - dotnet-user-secrets - 5.0.0-preview.3.20158.5 - dotnet-dev-certs - 5.0.0-preview.3.20158.5 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200309.15 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20159.15 - dotnet-dev-certs - 5.0.0-preview.3.20159.15 - dotnet-user-secrets - 5.0.0-preview.3.20159.15 - dotnet-watch - 5.0.0-preview.3.20159.15 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20159.15 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20159.15 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200310.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20160.1 - dotnet-dev-certs - 5.0.0-preview.3.20160.1 - dotnet-user-secrets - 5.0.0-preview.3.20160.1 - dotnet-watch - 5.0.0-preview.3.20160.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20160.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20160.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200311.5 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20161.5 - dotnet-dev-certs - 5.0.0-preview.3.20161.5 - dotnet-user-secrets - 5.0.0-preview.3.20161.5 - dotnet-watch - 5.0.0-preview.3.20161.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20161.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20161.5 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200311.6 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20161.6 - dotnet-dev-certs - 5.0.0-preview.3.20161.6 - dotnet-user-secrets - 5.0.0-preview.3.20161.6 - dotnet-watch - 5.0.0-preview.3.20161.6 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20161.6 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20161.6 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200311.8 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20161.8 - dotnet-dev-certs - 5.0.0-preview.3.20161.8 - dotnet-user-secrets - 5.0.0-preview.3.20161.8 - dotnet-watch - 5.0.0-preview.3.20161.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20161.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20161.8 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200312.5 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20162.5 - dotnet-dev-certs - 5.0.0-preview.3.20162.5 - dotnet-user-secrets - 5.0.0-preview.3.20162.5 - dotnet-watch - 5.0.0-preview.3.20162.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20162.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20162.5 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200313.15 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20163.15 - dotnet-dev-certs - 5.0.0-preview.3.20163.15 - dotnet-user-secrets - 5.0.0-preview.3.20163.15 - dotnet-watch - 5.0.0-preview.3.20163.15 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20163.15 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20163.15 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200314.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20164.1 - dotnet-dev-certs - 5.0.0-preview.3.20164.1 - dotnet-user-secrets - 5.0.0-preview.3.20164.1 - dotnet-watch - 5.0.0-preview.3.20164.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20164.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20164.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200314.4 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20164.4 - dotnet-dev-certs - 5.0.0-preview.3.20164.4 - dotnet-user-secrets - 5.0.0-preview.3.20164.4 - dotnet-watch - 5.0.0-preview.3.20164.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20164.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20164.4 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200317.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20167.1 - dotnet-dev-certs - 5.0.0-preview.3.20167.1 - dotnet-user-secrets - 5.0.0-preview.3.20167.1 - dotnet-watch - 5.0.0-preview.3.20167.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20167.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20167.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200318.5 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20168.5 - dotnet-dev-certs - 5.0.0-preview.3.20168.5 - dotnet-user-secrets - 5.0.0-preview.3.20168.5 - dotnet-watch - 5.0.0-preview.3.20168.5 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20168.5 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20168.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8c5d2ca6b..1a31adb57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime c0ddd1c5d1636de873398c8d9544e02289f95fec
                                                          - + https://github.com/dotnet/aspnetcore - 9f5686232043b8a740128fbf6ad3bf1aaf9653ca + 98ce12714ae68b62dd201cfe081c3c4345e44eea - + https://github.com/dotnet/aspnetcore - 9f5686232043b8a740128fbf6ad3bf1aaf9653ca + 98ce12714ae68b62dd201cfe081c3c4345e44eea - + https://github.com/dotnet/aspnetcore - 9f5686232043b8a740128fbf6ad3bf1aaf9653ca + 98ce12714ae68b62dd201cfe081c3c4345e44eea - + https://github.com/dotnet/aspnetcore - 9f5686232043b8a740128fbf6ad3bf1aaf9653ca + 98ce12714ae68b62dd201cfe081c3c4345e44eea - + https://github.com/dotnet/aspnetcore - 9f5686232043b8a740128fbf6ad3bf1aaf9653ca + 98ce12714ae68b62dd201cfe081c3c4345e44eea - + https://github.com/dotnet/aspnetcore - 9f5686232043b8a740128fbf6ad3bf1aaf9653ca + 98ce12714ae68b62dd201cfe081c3c4345e44eea https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 22b7da029..a58b81e28 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.3.20156.6 - 5.0.0-preview.3.20156.6 - 5.0.0-preview.3.20156.6 - 5.0.0-preview.3.20156.6 - 5.0.0-preview.3.20156.6 - 5.0.0-preview.3.20156.6 + 5.0.0-preview.3.20168.5 + 5.0.0-preview.3.20168.5 + 5.0.0-preview.3.20168.5 + 5.0.0-preview.3.20168.5 + 5.0.0-preview.3.20168.5 + 5.0.0-preview.3.20168.5 0.2.0 From c6a7ac677d747c5272bb458c10f2ed86bb4e14f9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 03:55:55 +0000 Subject: [PATCH 1974/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200318.5 (#6864) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20168.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20168.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20168.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20168.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20168.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1a31adb57..953576d63 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2c74cefbff0fda5cbefc2602e0dcf2a051fe3ba7 + 19283759a241db218b5e7a12d87a2ae8c336881c - + https://github.com/dotnet/windowsdesktop - 2c74cefbff0fda5cbefc2602e0dcf2a051fe3ba7 + 19283759a241db218b5e7a12d87a2ae8c336881c - + https://github.com/dotnet/windowsdesktop - 2c74cefbff0fda5cbefc2602e0dcf2a051fe3ba7 + 19283759a241db218b5e7a12d87a2ae8c336881c https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ cda04f124e3571e186ecc8f26958ceeaffb2a469 - + https://github.com/dotnet/winforms - 631d91917ac45973d6f027073ef10633e3c34d15 + bc0c4af69366d388b880980282209d6c9c0a2372 - + https://github.com/dotnet/wpf - 6f776dd2fd38a4ec9183e3a0835014fec27b5622 + 95102ff44b5e72543a9c6a455164a337a95fe175 diff --git a/eng/Versions.props b/eng/Versions.props index a58b81e28..90c679608 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20168.1 + 5.0.0-preview.3.20168.2 - 5.0.0-preview.3.20168.3 + 5.0.0-preview.3.20168.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20168.4 - 5.0.0-preview.3.20168.4 - 5.0.0-preview.3.20168.4 + 5.0.0-preview.3.20168.5 + 5.0.0-preview.3.20168.5 + 5.0.0-preview.3.20168.5 From 0d8d4288aca96be3c045125b06a16c18563eb0b9 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Thu, 19 Mar 2020 09:52:31 +0100 Subject: [PATCH 1975/2259] Update web templates for preview2 (#6860) * Update web templates for preview2 Updating the web templates to a pinned version for preview2 until https://github.com/dotnet/aspnetcore/pull/19860 is resolved. --- src/redist/targets/BundledTemplates.targets | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index bdc8462e9..ae1870c4d 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -57,8 +57,9 @@ - - + + + From 9cdacc82415c2098c98e66ad3d249db8bcccfd6b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 12:30:55 +0000 Subject: [PATCH 1976/2259] Update dependencies from https://github.com/dotnet/arcade build 20200318.2 (#6865) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20168.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 953576d63..536a80ace 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@
                                                          - + https://github.com/dotnet/arcade - a5981bea658fa46405eb39b59f8d8bbd2730a141 + 1ffbf7b1b3d4842d027aecda84e9ece2bb3855d0
                                                          diff --git a/global.json b/global.json index 0d3991203..5f37e0fee 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20168.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20168.2" } } From e32805d28b7d80c7a771d990f9d77eeadce8923a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 12:52:56 +0000 Subject: [PATCH 1977/2259] Update dependencies from https://github.com/dotnet/runtime build 20200318.9 (#6866) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20168.9 - Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20168.9 - Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20168.9 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20168.9 - Microsoft.NETCore.Platforms - 5.0.0-preview.3.20168.9 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20168.9 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 536a80ace..8823bcd3a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 19283759a241db218b5e7a12d87a2ae8c336881c
                                                          - + https://github.com/dotnet/runtime - c0ddd1c5d1636de873398c8d9544e02289f95fec + d2f7b6b0d46a45be29ebafca0584142219ffe495 - + https://github.com/dotnet/runtime - c0ddd1c5d1636de873398c8d9544e02289f95fec + d2f7b6b0d46a45be29ebafca0584142219ffe495 - + https://github.com/dotnet/runtime - c0ddd1c5d1636de873398c8d9544e02289f95fec + d2f7b6b0d46a45be29ebafca0584142219ffe495 - + https://github.com/dotnet/runtime - c0ddd1c5d1636de873398c8d9544e02289f95fec + d2f7b6b0d46a45be29ebafca0584142219ffe495 - + https://github.com/dotnet/runtime - c0ddd1c5d1636de873398c8d9544e02289f95fec + d2f7b6b0d46a45be29ebafca0584142219ffe495 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - c0ddd1c5d1636de873398c8d9544e02289f95fec + d2f7b6b0d46a45be29ebafca0584142219ffe495 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 90c679608..09154745e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.3.20167.12 + 5.0.0-preview.3.20168.9 - 5.0.0-preview.3.20167.12 - 5.0.0-preview.3.20167.12 - 5.0.0-preview.3.20167.12 - 5.0.0-preview.3.20167.12 - 5.0.0-preview.3.20167.12 + 5.0.0-preview.3.20168.9 + 5.0.0-preview.3.20168.9 + 5.0.0-preview.3.20168.9 + 5.0.0-preview.3.20168.9 + 5.0.0-preview.3.20168.9 2.1.0 From be61b005e996391b26baa0a6ecdb6519849ea1e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 14:31:01 +0000 Subject: [PATCH 1978/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200319.1 (#6867) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20169.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20169.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20169.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8823bcd3a..8ecf076a8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 19283759a241db218b5e7a12d87a2ae8c336881c + 9cfea237295a1644cdb0f6b83a60b7c16dec8527 - + https://github.com/dotnet/windowsdesktop - 19283759a241db218b5e7a12d87a2ae8c336881c + 9cfea237295a1644cdb0f6b83a60b7c16dec8527 - + https://github.com/dotnet/windowsdesktop - 19283759a241db218b5e7a12d87a2ae8c336881c + 9cfea237295a1644cdb0f6b83a60b7c16dec8527 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 09154745e..fb8e448aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20168.5 - 5.0.0-preview.3.20168.5 - 5.0.0-preview.3.20168.5 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 From c0121225e4dea22bc9c2f2c06da1b0c3f0427d9b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 17:06:02 +0000 Subject: [PATCH 1979/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200319.2 (#6868) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20169.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20169.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20169.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20169.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8ecf076a8..591f51ad5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9cfea237295a1644cdb0f6b83a60b7c16dec8527 + 7ed1e23449ece8b9fc0855e652d8ca07d5034380 - + https://github.com/dotnet/windowsdesktop - 9cfea237295a1644cdb0f6b83a60b7c16dec8527 + 7ed1e23449ece8b9fc0855e652d8ca07d5034380 - + https://github.com/dotnet/windowsdesktop - 9cfea237295a1644cdb0f6b83a60b7c16dec8527 + 7ed1e23449ece8b9fc0855e652d8ca07d5034380 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms bc0c4af69366d388b880980282209d6c9c0a2372 - + https://github.com/dotnet/wpf - 95102ff44b5e72543a9c6a455164a337a95fe175 + 3c1a9f642426a0455adca3e3cbc751cfc9a45987 diff --git a/eng/Versions.props b/eng/Versions.props index fb8e448aa..c81dd21fc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20168.4 + 5.0.0-preview.3.20169.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.2 + 5.0.0-preview.3.20169.2 + 5.0.0-preview.3.20169.2 From aaa5453445888840d80d4b5f0f3e18e0da04ea9d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 19:05:59 +0000 Subject: [PATCH 1980/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200319.3 (#6869) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20169.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20169.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20169.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20169.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 591f51ad5..e1f08eeca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7ed1e23449ece8b9fc0855e652d8ca07d5034380 + 915df4c3b98e138a085fb3009e915066e83d15fc - + https://github.com/dotnet/windowsdesktop - 7ed1e23449ece8b9fc0855e652d8ca07d5034380 + 915df4c3b98e138a085fb3009e915066e83d15fc - + https://github.com/dotnet/windowsdesktop - 7ed1e23449ece8b9fc0855e652d8ca07d5034380 + 915df4c3b98e138a085fb3009e915066e83d15fc https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms bc0c4af69366d388b880980282209d6c9c0a2372 - + https://github.com/dotnet/wpf - 3c1a9f642426a0455adca3e3cbc751cfc9a45987 + 4fb1a1612e4972b9f23f44fda43bf495cae3e1a0 diff --git a/eng/Versions.props b/eng/Versions.props index c81dd21fc..9fd401bf6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20169.2 - 5.0.0-preview.3.20169.2 - 5.0.0-preview.3.20169.2 + 5.0.0-preview.3.20169.3 + 5.0.0-preview.3.20169.3 + 5.0.0-preview.3.20169.3 From 786a13cc6a833204fedc2484ca08137e613267bb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 20:39:10 +0000 Subject: [PATCH 1981/2259] Update dependencies from https://github.com/dotnet/runtime build 20200319.1 (#6870) - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20169.1 - Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20169.1 - Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20169.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20169.1 - Microsoft.NETCore.Platforms - 5.0.0-preview.3.20169.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20169.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e1f08eeca..93f0b5e59 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 915df4c3b98e138a085fb3009e915066e83d15fc - + https://github.com/dotnet/runtime - d2f7b6b0d46a45be29ebafca0584142219ffe495 + bc28cbef855fdb9cb3769c41276b62d49326b215 - + https://github.com/dotnet/runtime - d2f7b6b0d46a45be29ebafca0584142219ffe495 + bc28cbef855fdb9cb3769c41276b62d49326b215 - + https://github.com/dotnet/runtime - d2f7b6b0d46a45be29ebafca0584142219ffe495 + bc28cbef855fdb9cb3769c41276b62d49326b215 - + https://github.com/dotnet/runtime - d2f7b6b0d46a45be29ebafca0584142219ffe495 + bc28cbef855fdb9cb3769c41276b62d49326b215 - + https://github.com/dotnet/runtime - d2f7b6b0d46a45be29ebafca0584142219ffe495 + bc28cbef855fdb9cb3769c41276b62d49326b215 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - d2f7b6b0d46a45be29ebafca0584142219ffe495 + bc28cbef855fdb9cb3769c41276b62d49326b215 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 9fd401bf6..58a9e5664 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.3.20168.9 + 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20168.9 - 5.0.0-preview.3.20168.9 - 5.0.0-preview.3.20168.9 - 5.0.0-preview.3.20168.9 - 5.0.0-preview.3.20168.9 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 2.1.0 From fc006a3b11f080e43d9d4eb95b633603e9c18cae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2020 22:31:04 +0000 Subject: [PATCH 1982/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200319.1 (#6871) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20169.1 - dotnet-dev-certs - 5.0.0-preview.3.20169.1 - dotnet-user-secrets - 5.0.0-preview.3.20169.1 - dotnet-watch - 5.0.0-preview.3.20169.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20169.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20169.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 93f0b5e59..a9ff25382 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime bc28cbef855fdb9cb3769c41276b62d49326b215 - + https://github.com/dotnet/aspnetcore - 98ce12714ae68b62dd201cfe081c3c4345e44eea + 44812e163784c52feb1933f3a4e72948b799f3bb - + https://github.com/dotnet/aspnetcore - 98ce12714ae68b62dd201cfe081c3c4345e44eea + 44812e163784c52feb1933f3a4e72948b799f3bb - + https://github.com/dotnet/aspnetcore - 98ce12714ae68b62dd201cfe081c3c4345e44eea + 44812e163784c52feb1933f3a4e72948b799f3bb - + https://github.com/dotnet/aspnetcore - 98ce12714ae68b62dd201cfe081c3c4345e44eea + 44812e163784c52feb1933f3a4e72948b799f3bb - + https://github.com/dotnet/aspnetcore - 98ce12714ae68b62dd201cfe081c3c4345e44eea + 44812e163784c52feb1933f3a4e72948b799f3bb - + https://github.com/dotnet/aspnetcore - 98ce12714ae68b62dd201cfe081c3c4345e44eea + 44812e163784c52feb1933f3a4e72948b799f3bb https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 58a9e5664..9d6b28485 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.3.20168.5 - 5.0.0-preview.3.20168.5 - 5.0.0-preview.3.20168.5 - 5.0.0-preview.3.20168.5 - 5.0.0-preview.3.20168.5 - 5.0.0-preview.3.20168.5 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.1 0.2.0 From 44d53dcb05d6e15b4e0192bfaa5725133a383d58 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 04:42:08 +0000 Subject: [PATCH 1983/2259] [master] Update dependencies from dotnet/aspnetcore (#6872) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200319.2 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20169.2 - dotnet-dev-certs - 5.0.0-preview.3.20169.2 - dotnet-user-secrets - 5.0.0-preview.3.20169.2 - dotnet-watch - 5.0.0-preview.3.20169.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20169.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20169.2 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200319.4 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20169.4 - dotnet-user-secrets - 5.0.0-preview.3.20169.4 - dotnet-watch - 5.0.0-preview.3.20169.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20169.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20169.4 - dotnet-dev-certs - 5.0.0-preview.3.20169.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a9ff25382..8da270fd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime bc28cbef855fdb9cb3769c41276b62d49326b215 - + https://github.com/dotnet/aspnetcore - 44812e163784c52feb1933f3a4e72948b799f3bb + 2808c46f35578516d166b19f26f218c5346b10cc - + https://github.com/dotnet/aspnetcore - 44812e163784c52feb1933f3a4e72948b799f3bb + 2808c46f35578516d166b19f26f218c5346b10cc - + https://github.com/dotnet/aspnetcore - 44812e163784c52feb1933f3a4e72948b799f3bb + 2808c46f35578516d166b19f26f218c5346b10cc - + https://github.com/dotnet/aspnetcore - 44812e163784c52feb1933f3a4e72948b799f3bb + 2808c46f35578516d166b19f26f218c5346b10cc - + https://github.com/dotnet/aspnetcore - 44812e163784c52feb1933f3a4e72948b799f3bb + 2808c46f35578516d166b19f26f218c5346b10cc - + https://github.com/dotnet/aspnetcore - 44812e163784c52feb1933f3a4e72948b799f3bb + 2808c46f35578516d166b19f26f218c5346b10cc https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 9d6b28485..134757e4a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20169.4 + 5.0.0-preview.3.20169.4 + 5.0.0-preview.3.20169.4 + 5.0.0-preview.3.20169.4 + 5.0.0-preview.3.20169.4 + 5.0.0-preview.3.20169.4 0.2.0 From 99c94b79dff313a14ff569050733036194a435e8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 10:00:57 +0000 Subject: [PATCH 1984/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200320.1 (#6873) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20170.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20170.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20170.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20169.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20169.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8da270fd2..cd2345a6c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 915df4c3b98e138a085fb3009e915066e83d15fc + 571c1a8567008e82c48ef941c8792b307daa9627 - + https://github.com/dotnet/windowsdesktop - 915df4c3b98e138a085fb3009e915066e83d15fc + 571c1a8567008e82c48ef941c8792b307daa9627 - + https://github.com/dotnet/windowsdesktop - 915df4c3b98e138a085fb3009e915066e83d15fc + 571c1a8567008e82c48ef941c8792b307daa9627 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ cda04f124e3571e186ecc8f26958ceeaffb2a469 - + https://github.com/dotnet/winforms - bc0c4af69366d388b880980282209d6c9c0a2372 + 67f4ee6f5e1b422e3edf470c5f18481246b22bbc - + https://github.com/dotnet/wpf - 4fb1a1612e4972b9f23f44fda43bf495cae3e1a0 + 6af5fe94f7eb5415a2620a89750c93be3b1bc599 diff --git a/eng/Versions.props b/eng/Versions.props index 134757e4a..d89ecb94e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20168.2 + 5.0.0-preview.3.20169.4 - 5.0.0-preview.3.20169.2 + 5.0.0-preview.3.20169.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20169.3 - 5.0.0-preview.3.20169.3 - 5.0.0-preview.3.20169.3 + 5.0.0-preview.3.20170.1 + 5.0.0-preview.3.20170.1 + 5.0.0-preview.3.20170.1 From 35962621c20760587654a214a69ad00f4035a8b2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 11:31:02 +0000 Subject: [PATCH 1985/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200320.1 (#6874) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20170.1 - dotnet-user-secrets - 5.0.0-preview.3.20170.1 - dotnet-watch - 5.0.0-preview.3.20170.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20170.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20170.1 - dotnet-dev-certs - 5.0.0-preview.3.20170.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd2345a6c..15faea670 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime bc28cbef855fdb9cb3769c41276b62d49326b215 - + https://github.com/dotnet/aspnetcore - 2808c46f35578516d166b19f26f218c5346b10cc + c4ce65e2dc4a2f77fe872670b8813442df91711d - + https://github.com/dotnet/aspnetcore - 2808c46f35578516d166b19f26f218c5346b10cc + c4ce65e2dc4a2f77fe872670b8813442df91711d - + https://github.com/dotnet/aspnetcore - 2808c46f35578516d166b19f26f218c5346b10cc + c4ce65e2dc4a2f77fe872670b8813442df91711d - + https://github.com/dotnet/aspnetcore - 2808c46f35578516d166b19f26f218c5346b10cc + c4ce65e2dc4a2f77fe872670b8813442df91711d - + https://github.com/dotnet/aspnetcore - 2808c46f35578516d166b19f26f218c5346b10cc + c4ce65e2dc4a2f77fe872670b8813442df91711d - + https://github.com/dotnet/aspnetcore - 2808c46f35578516d166b19f26f218c5346b10cc + c4ce65e2dc4a2f77fe872670b8813442df91711d https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index d89ecb94e..3cdc6db25 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.3.20169.4 - 5.0.0-preview.3.20169.4 - 5.0.0-preview.3.20169.4 - 5.0.0-preview.3.20169.4 - 5.0.0-preview.3.20169.4 - 5.0.0-preview.3.20169.4 + 5.0.0-preview.3.20170.1 + 5.0.0-preview.3.20170.1 + 5.0.0-preview.3.20170.1 + 5.0.0-preview.3.20170.1 + 5.0.0-preview.3.20170.1 + 5.0.0-preview.3.20170.1 0.2.0 From 280735abb900fa8b3139c8bca6f78054eac999f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 12:34:30 +0000 Subject: [PATCH 1986/2259] [master] Update dependencies from dotnet/templating (#6811) * Update dependencies from https://github.com/dotnet/templating build 20200313.2 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20163.2 * Update dependencies from https://github.com/dotnet/templating build 20200314.5 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20164.5 * Update dependencies from https://github.com/dotnet/templating build 20200317.2 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20167.2 * Update dependencies from https://github.com/dotnet/templating build 20200318.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20168.1 * Change the test accordingly * Update dependencies from https://github.com/dotnet/templating build 20200319.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20169.1 Co-authored-by: dotnet-maestro[bot] Co-authored-by: William Li --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- .../GivenSelfContainedAppsRollForward.cs | 2 +- test/EndToEnd/SupportedNetCoreAppVersions.cs | 21 ++++++++++++++++++- 4 files changed, 24 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15faea670..051ae4421 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates e8e924b5937e75ab3049d57cb5fb196ea2e3332c - + https://github.com/dotnet/templating - f15388ee6e45a8923fba0f54f55154aee991fb84 + c3f88f3471bb22c489784faf5a84e44263f4f994 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3cdc6db25..f1d95856c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20151.1 + 5.0.0-preview.3.20169.1 diff --git a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs index 6b85a2400..4e4d800ae 100644 --- a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs +++ b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs @@ -157,7 +157,7 @@ namespace EndToEnd .Element(ns + "TargetFramework") .Value; - SupportedNetCoreAppVersions.Versions.Select(v => $"netcoreapp{v}") + SupportedNetCoreAppVersions.TargetFrameworkShortFolderVersion .Should().Contain(targetFramework, $"the {nameof(SupportedNetCoreAppVersions)}.{nameof(SupportedNetCoreAppVersions.Versions)} property should include the default version " + "of .NET Core created by \"dotnet new\""); } diff --git a/test/EndToEnd/SupportedNetCoreAppVersions.cs b/test/EndToEnd/SupportedNetCoreAppVersions.cs index 512b9e78a..ab579cb30 100644 --- a/test/EndToEnd/SupportedNetCoreAppVersions.cs +++ b/test/EndToEnd/SupportedNetCoreAppVersions.cs @@ -28,7 +28,26 @@ namespace EndToEnd } } - + public static IEnumerable TargetFrameworkShortFolderVersion + { + get + { + var targetFrameworkShortFolderVersion = new List(); + foreach (var v in Versions) + { + if (Version.Parse(v).Major >= 5) + { + targetFrameworkShortFolderVersion.Add($"net{v}"); + } + else + { + targetFrameworkShortFolderVersion.Add($"netcoreapp{v}"); + } + } + + return targetFrameworkShortFolderVersion; + } + } } public class SupportedAspNetCoreVersions : IEnumerable From 7f8787c08008739b533869f417e99935eddd75e7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 12:35:54 +0000 Subject: [PATCH 1987/2259] Update dependencies from https://github.com/dotnet/arcade build 20200320.1 (#6875) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20170.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 051ae4421..c9fc18bc2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@
                                                          - + https://github.com/dotnet/arcade - 1ffbf7b1b3d4842d027aecda84e9ece2bb3855d0 + 08954d95550364cb78764b078c9b24383f8cda48
                                                          diff --git a/global.json b/global.json index 5f37e0fee..d33e5d862 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20168.2" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20170.1" } } From f59b3617d5594e3061888ecc5ef4093664265621 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 19:01:10 +0000 Subject: [PATCH 1988/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200320.2 (#6878) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20170.2 - dotnet-user-secrets - 5.0.0-preview.3.20170.2 - dotnet-watch - 5.0.0-preview.3.20170.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20170.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20170.2 - dotnet-dev-certs - 5.0.0-preview.3.20170.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c9fc18bc2..c9cc1d960 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime bc28cbef855fdb9cb3769c41276b62d49326b215
                                                          - + https://github.com/dotnet/aspnetcore - c4ce65e2dc4a2f77fe872670b8813442df91711d + a2d8852186643561d783e5ea6c9bc65fc97810ce - + https://github.com/dotnet/aspnetcore - c4ce65e2dc4a2f77fe872670b8813442df91711d + a2d8852186643561d783e5ea6c9bc65fc97810ce - + https://github.com/dotnet/aspnetcore - c4ce65e2dc4a2f77fe872670b8813442df91711d + a2d8852186643561d783e5ea6c9bc65fc97810ce - + https://github.com/dotnet/aspnetcore - c4ce65e2dc4a2f77fe872670b8813442df91711d + a2d8852186643561d783e5ea6c9bc65fc97810ce - + https://github.com/dotnet/aspnetcore - c4ce65e2dc4a2f77fe872670b8813442df91711d + a2d8852186643561d783e5ea6c9bc65fc97810ce - + https://github.com/dotnet/aspnetcore - c4ce65e2dc4a2f77fe872670b8813442df91711d + a2d8852186643561d783e5ea6c9bc65fc97810ce https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index f1d95856c..15dfaca6c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.3.20170.1 - 5.0.0-preview.3.20170.1 - 5.0.0-preview.3.20170.1 - 5.0.0-preview.3.20170.1 - 5.0.0-preview.3.20170.1 - 5.0.0-preview.3.20170.1 + 5.0.0-preview.3.20170.2 + 5.0.0-preview.3.20170.2 + 5.0.0-preview.3.20170.2 + 5.0.0-preview.3.20170.2 + 5.0.0-preview.3.20170.2 + 5.0.0-preview.3.20170.2 0.2.0 From 7a265c390eff78913b4e2df50be9b044ae33cb50 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 20:01:21 +0000 Subject: [PATCH 1989/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200320.3 (#6879) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20170.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20170.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20170.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20170.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c9cc1d960..dff573a65 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 571c1a8567008e82c48ef941c8792b307daa9627 + 22eacf337ed85c364014b8a59df053e88cb7b1d0 - + https://github.com/dotnet/windowsdesktop - 571c1a8567008e82c48ef941c8792b307daa9627 + 22eacf337ed85c364014b8a59df053e88cb7b1d0 - + https://github.com/dotnet/windowsdesktop - 571c1a8567008e82c48ef941c8792b307daa9627 + 22eacf337ed85c364014b8a59df053e88cb7b1d0 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 67f4ee6f5e1b422e3edf470c5f18481246b22bbc - + https://github.com/dotnet/wpf - 6af5fe94f7eb5415a2620a89750c93be3b1bc599 + 474f50302ec51dffc68d96cfe43f9693fe5e957e diff --git a/eng/Versions.props b/eng/Versions.props index 15dfaca6c..a9ce1a6aa 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20169.3 + 5.0.0-preview.3.20170.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20170.1 - 5.0.0-preview.3.20170.1 - 5.0.0-preview.3.20170.1 + 5.0.0-preview.3.20170.3 + 5.0.0-preview.3.20170.3 + 5.0.0-preview.3.20170.3 From 02ee648fc6ef21f615e98cf4fe0b0c7e57fb936a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 20 Mar 2020 21:42:20 +0000 Subject: [PATCH 1990/2259] [master] Update dependencies from dotnet/sdk (#6774) * Update dependencies from https://github.com/dotnet/sdk build 20200311.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20161.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20161.2 * Update dependencies from https://github.com/dotnet/sdk build 20200311.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20161.4 - Microsoft.NET.Sdk - 5.0.100-preview.3.20161.4 * Update dependencies from https://github.com/dotnet/sdk build 20200311.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20161.6 - Microsoft.NET.Sdk - 5.0.100-preview.3.20161.6 * Update dependencies from https://github.com/dotnet/sdk build 20200311.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20161.7 - Microsoft.NET.Sdk - 5.0.100-preview.3.20161.7 * Update dependencies from https://github.com/dotnet/sdk build 20200312.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20162.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20162.1 * Update dependencies from https://github.com/dotnet/sdk build 20200312.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20162.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20162.2 * Update dependencies from https://github.com/dotnet/sdk build 20200312.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20162.3 - Microsoft.NET.Sdk - 5.0.100-preview.3.20162.3 * Update dependencies from https://github.com/dotnet/sdk build 20200312.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20162.5 - Microsoft.NET.Sdk - 5.0.100-preview.3.20162.5 * Update dependencies from https://github.com/dotnet/sdk build 20200312.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20162.7 - Microsoft.NET.Sdk - 5.0.100-preview.3.20162.7 * Update dependencies from https://github.com/dotnet/sdk build 20200312.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20162.9 - Microsoft.NET.Sdk - 5.0.100-preview.3.20162.9 * Update dependencies from https://github.com/dotnet/sdk build 20200313.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20163.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20163.1 * Update dependencies from https://github.com/dotnet/sdk build 20200313.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20163.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20163.2 * Update dependencies from https://github.com/dotnet/sdk build 20200313.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20163.3 - Microsoft.NET.Sdk - 5.0.100-preview.3.20163.3 * Update dependencies from https://github.com/dotnet/sdk build 20200315.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20165.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20165.1 * Update dependencies from https://github.com/dotnet/sdk build 20200315.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20165.3 - Microsoft.NET.Sdk - 5.0.100-preview.3.20165.3 * Update dependencies from https://github.com/dotnet/sdk build 20200317.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20167.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20167.2 * Update dependencies from https://github.com/dotnet/sdk build 20200317.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20167.3 - Microsoft.NET.Sdk - 5.0.100-preview.3.20167.3 * Update dependencies from https://github.com/dotnet/sdk build 20200317.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20167.5 - Microsoft.NET.Sdk - 5.0.100-preview.3.20167.5 * Update dependencies from https://github.com/dotnet/sdk build 20200317.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20167.8 - Microsoft.NET.Sdk - 5.0.100-preview.3.20167.8 * Update dependencies from https://github.com/dotnet/sdk build 20200318.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20168.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20168.1 * Update dependencies from https://github.com/dotnet/sdk build 20200318.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20168.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20168.2 * Update dependencies from https://github.com/dotnet/sdk build 20200318.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20168.6 - Microsoft.NET.Sdk - 5.0.100-preview.3.20168.6 * Update dependencies from https://github.com/dotnet/sdk build 20200318.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20168.7 - Microsoft.NET.Sdk - 5.0.100-preview.3.20168.7 * Update dependencies from https://github.com/dotnet/sdk build 20200318.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20168.8 - Microsoft.NET.Sdk - 5.0.100-preview.3.20168.8 * Update dependencies from https://github.com/dotnet/sdk build 20200318.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20168.9 - Microsoft.NET.Sdk - 5.0.100-preview.3.20168.9 * Update dependencies from https://github.com/dotnet/sdk build 20200318.10 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20168.10 - Microsoft.NET.Sdk - 5.0.100-preview.3.20168.10 * Update dependencies from https://github.com/dotnet/sdk build 20200319.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20169.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20169.1 * Update dependencies from https://github.com/dotnet/sdk build 20200319.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20169.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20169.2 * Update dependencies from https://github.com/dotnet/sdk build 20200319.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20169.3 - Microsoft.NET.Sdk - 5.0.100-preview.3.20169.3 * Update dependencies from https://github.com/dotnet/sdk build 20200319.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20169.4 - Microsoft.NET.Sdk - 5.0.100-preview.3.20169.4 * Update dependencies from https://github.com/dotnet/sdk build 20200320.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20170.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20170.1 * Partially reordered paths passed to crossgen * Update dependencies from https://github.com/dotnet/sdk build 20200320.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20170.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20170.2 * Partially reordered paths passed to crossgen * Partially reordered paths passed to crossgen Co-authored-by: dotnet-maestro[bot] Co-authored-by: Bekir Ozturk --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- src/redist/targets/Crossgen.targets | 8 ++++++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dff573a65..9d56e448e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating c3f88f3471bb22c489784faf5a84e44263f4f994 - + https://github.com/dotnet/sdk - cda04f124e3571e186ecc8f26958ceeaffb2a469 + ac7fd98a7b6f8e625aab8977029813bec6088e70 - + https://github.com/dotnet/sdk - cda04f124e3571e186ecc8f26958ceeaffb2a469 + ac7fd98a7b6f8e625aab8977029813bec6088e70 diff --git a/eng/Versions.props b/eng/Versions.props index a9ce1a6aa..a36c04969 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20160.12 - 5.0.100-preview.3.20160.12 + 5.0.100-preview.3.20170.2 + 5.0.100-preview.3.20170.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index 1c19fd24c..f1db8315b 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -87,6 +87,14 @@ + + + + + From f30c97b20977b874d4051bd53b7f0039d87810d5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 12:11:17 +0000 Subject: [PATCH 1991/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200321.1 (#6881) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20171.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20171.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20171.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20171.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20171.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9d56e448e..dc60241e9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 22eacf337ed85c364014b8a59df053e88cb7b1d0 + ea59ddedd1cebbe6a41d18aadc4b4cb17b6973fe - + https://github.com/dotnet/windowsdesktop - 22eacf337ed85c364014b8a59df053e88cb7b1d0 + ea59ddedd1cebbe6a41d18aadc4b4cb17b6973fe - + https://github.com/dotnet/windowsdesktop - 22eacf337ed85c364014b8a59df053e88cb7b1d0 + ea59ddedd1cebbe6a41d18aadc4b4cb17b6973fe https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ ac7fd98a7b6f8e625aab8977029813bec6088e70 - + https://github.com/dotnet/winforms - 67f4ee6f5e1b422e3edf470c5f18481246b22bbc + 8138af18dd43f99c98428c996960b7d3d5377d05 - + https://github.com/dotnet/wpf - 474f50302ec51dffc68d96cfe43f9693fe5e957e + 5465dc79c46d44c4af79a170068a47c464610aa4 diff --git a/eng/Versions.props b/eng/Versions.props index a36c04969..78bed345a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20169.4 + 5.0.0-preview.3.20171.1 - 5.0.0-preview.3.20170.1 + 5.0.0-preview.3.20171.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20170.3 - 5.0.0-preview.3.20170.3 - 5.0.0-preview.3.20170.3 + 5.0.0-preview.3.20171.1 + 5.0.0-preview.3.20171.1 + 5.0.0-preview.3.20171.1 From b32c4cd134fcfd11a332c2580c8ebc9c34143d52 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 12:36:49 +0000 Subject: [PATCH 1992/2259] Update dependencies from https://github.com/dotnet/arcade build 20200320.4 (#6882) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20170.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc60241e9..77e9ac92b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 08954d95550364cb78764b078c9b24383f8cda48 + 89aa923e9c53483f61ec28bf9d546ac39d54a26b diff --git a/global.json b/global.json index d33e5d862..970485cfa 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20170.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20170.4" } } From fdf5451187c5ba9d35dc52eb8f33d5ddb633e05e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 13:06:37 +0000 Subject: [PATCH 1993/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200321.2 (#6883) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20171.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20171.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20171.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20171.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20171.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 77e9ac92b..0187d7021 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ea59ddedd1cebbe6a41d18aadc4b4cb17b6973fe + 224e872812a6dbdd1f5bac70ec779ffcebc2b5dd - + https://github.com/dotnet/windowsdesktop - ea59ddedd1cebbe6a41d18aadc4b4cb17b6973fe + 224e872812a6dbdd1f5bac70ec779ffcebc2b5dd - + https://github.com/dotnet/windowsdesktop - ea59ddedd1cebbe6a41d18aadc4b4cb17b6973fe + 224e872812a6dbdd1f5bac70ec779ffcebc2b5dd https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ ac7fd98a7b6f8e625aab8977029813bec6088e70 - + https://github.com/dotnet/winforms - 8138af18dd43f99c98428c996960b7d3d5377d05 + b044c87d81de78cbd52d27a230011475af81f3c2 - + https://github.com/dotnet/wpf - 5465dc79c46d44c4af79a170068a47c464610aa4 + 1e4c47523de4b1b57c2df617df68d0257f4f5fb9 diff --git a/eng/Versions.props b/eng/Versions.props index 78bed345a..144383145 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20171.1 + 5.0.0-preview.3.20171.2 - 5.0.0-preview.3.20171.1 + 5.0.0-preview.3.20171.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20171.1 - 5.0.0-preview.3.20171.1 - 5.0.0-preview.3.20171.1 + 5.0.0-preview.3.20171.2 + 5.0.0-preview.3.20171.2 + 5.0.0-preview.3.20171.2 From 0835da1df576677f1d7309bfc8b5a9ec1c9033bc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 14:16:12 +0000 Subject: [PATCH 1994/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200321.3 (#6884) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20171.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20171.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20171.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0187d7021..6ad66dcca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 224e872812a6dbdd1f5bac70ec779ffcebc2b5dd + 019ee995d925cf5b6a8fc38c7166209c77aafcb7 - + https://github.com/dotnet/windowsdesktop - 224e872812a6dbdd1f5bac70ec779ffcebc2b5dd + 019ee995d925cf5b6a8fc38c7166209c77aafcb7 - + https://github.com/dotnet/windowsdesktop - 224e872812a6dbdd1f5bac70ec779ffcebc2b5dd + 019ee995d925cf5b6a8fc38c7166209c77aafcb7 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 144383145..7c1631bdd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20171.2 - 5.0.0-preview.3.20171.2 - 5.0.0-preview.3.20171.2 + 5.0.0-preview.3.20171.3 + 5.0.0-preview.3.20171.3 + 5.0.0-preview.3.20171.3 From 1d3e22d1d1f49fcab126a58b7152bb06ed51c973 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 15:16:16 +0000 Subject: [PATCH 1995/2259] Update dependencies from https://github.com/dotnet/sdk build 20200321.1 (#6885) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20171.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20171.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6ad66dcca..15ecb5566 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating c3f88f3471bb22c489784faf5a84e44263f4f994 - + https://github.com/dotnet/sdk - ac7fd98a7b6f8e625aab8977029813bec6088e70 + d7919c37d73e760dfb02e2bc826724459d94ee3b - + https://github.com/dotnet/sdk - ac7fd98a7b6f8e625aab8977029813bec6088e70 + d7919c37d73e760dfb02e2bc826724459d94ee3b diff --git a/eng/Versions.props b/eng/Versions.props index 7c1631bdd..f7640ecdf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20170.2 - 5.0.100-preview.3.20170.2 + 5.0.100-preview.3.20171.1 + 5.0.100-preview.3.20171.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From be48d2850ae94912d5e409949bee5e02994a7b07 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 16:46:19 +0000 Subject: [PATCH 1996/2259] Update dependencies from https://github.com/dotnet/sdk build 20200321.2 (#6886) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20171.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20171.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15ecb5566..48a6ab7f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating c3f88f3471bb22c489784faf5a84e44263f4f994 - + https://github.com/dotnet/sdk - d7919c37d73e760dfb02e2bc826724459d94ee3b + bdec7986d34487297fae60dc4da5ea2817c224e7 - + https://github.com/dotnet/sdk - d7919c37d73e760dfb02e2bc826724459d94ee3b + bdec7986d34487297fae60dc4da5ea2817c224e7 diff --git a/eng/Versions.props b/eng/Versions.props index f7640ecdf..76f786826 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20171.1 - 5.0.100-preview.3.20171.1 + 5.0.100-preview.3.20171.2 + 5.0.100-preview.3.20171.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4cdd17a34e3956378e40ad4e7d231b5967722d70 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 17:11:14 +0000 Subject: [PATCH 1997/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200321.4 (#6887) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20171.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20171.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20171.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20171.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 48a6ab7f2..978c3baef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 019ee995d925cf5b6a8fc38c7166209c77aafcb7 + 8c9cd118511e6686d4f3f90da4c24501372c9960 - + https://github.com/dotnet/windowsdesktop - 019ee995d925cf5b6a8fc38c7166209c77aafcb7 + 8c9cd118511e6686d4f3f90da4c24501372c9960 - + https://github.com/dotnet/windowsdesktop - 019ee995d925cf5b6a8fc38c7166209c77aafcb7 + 8c9cd118511e6686d4f3f90da4c24501372c9960 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms b044c87d81de78cbd52d27a230011475af81f3c2 - + https://github.com/dotnet/wpf - 1e4c47523de4b1b57c2df617df68d0257f4f5fb9 + 1e30ab63b8c5d13951161e60a0207efe1dfaad67 diff --git a/eng/Versions.props b/eng/Versions.props index 76f786826..c8e27caa2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20171.2 + 5.0.0-preview.3.20171.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20171.3 - 5.0.0-preview.3.20171.3 - 5.0.0-preview.3.20171.3 + 5.0.0-preview.3.20171.4 + 5.0.0-preview.3.20171.4 + 5.0.0-preview.3.20171.4 From 1b30a4135bb4747801bcdf2b89955edbbd01f46c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 21 Mar 2020 18:16:19 +0000 Subject: [PATCH 1998/2259] Update dependencies from https://github.com/dotnet/sdk build 20200321.3 (#6889) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20171.3 - Microsoft.NET.Sdk - 5.0.100-preview.3.20171.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 978c3baef..4ab857b29 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating c3f88f3471bb22c489784faf5a84e44263f4f994 - + https://github.com/dotnet/sdk - bdec7986d34487297fae60dc4da5ea2817c224e7 + 801baace77b9a99587b58620d20faa7f19bf8fdf - + https://github.com/dotnet/sdk - bdec7986d34487297fae60dc4da5ea2817c224e7 + 801baace77b9a99587b58620d20faa7f19bf8fdf diff --git a/eng/Versions.props b/eng/Versions.props index c8e27caa2..7a28347a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20171.2 - 5.0.100-preview.3.20171.2 + 5.0.100-preview.3.20171.3 + 5.0.100-preview.3.20171.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From fa3d3a5e0a7bbc510409e76efdb6b79c562b90bf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 12:42:44 +0000 Subject: [PATCH 1999/2259] Update dependencies from https://github.com/dotnet/templating build 20200321.2 (#6891) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20171.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4ab857b29..499f582f8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates e8e924b5937e75ab3049d57cb5fb196ea2e3332c - + https://github.com/dotnet/templating - c3f88f3471bb22c489784faf5a84e44263f4f994 + 2d2a67b03e65c8819f676b3318574dc8d09d5c46 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 7a28347a4..ea8893ddc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20171.2 From 96deb2b122ce99cc537eeea87dd785fb6dad16f8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 12:46:45 +0000 Subject: [PATCH 2000/2259] Update dependencies from https://github.com/dotnet/arcade build 20200321.1 (#6890) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20171.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 499f582f8..007ccc8b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 89aa923e9c53483f61ec28bf9d546ac39d54a26b + 7dbc907fa03eacf4c57f827cb4235d77b7ed4fcd diff --git a/global.json b/global.json index 970485cfa..c0eacf6a3 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20170.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20171.1" } } From 55c906efaef19f86361290088f4156470c993560 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 13:55:13 +0000 Subject: [PATCH 2001/2259] [master] Update dependencies from dotnet/windowsdesktop (#6888) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200321.5 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20171.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20171.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20171.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20171.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20171.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200322.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20172.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20172.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20172.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20171.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20171.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 007ccc8b7..bf8a99cce 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8c9cd118511e6686d4f3f90da4c24501372c9960 + 0fea59dc2d1685f615f923d655b843f47e5fa467 - + https://github.com/dotnet/windowsdesktop - 8c9cd118511e6686d4f3f90da4c24501372c9960 + 0fea59dc2d1685f615f923d655b843f47e5fa467 - + https://github.com/dotnet/windowsdesktop - 8c9cd118511e6686d4f3f90da4c24501372c9960 + 0fea59dc2d1685f615f923d655b843f47e5fa467 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 801baace77b9a99587b58620d20faa7f19bf8fdf - + https://github.com/dotnet/winforms - b044c87d81de78cbd52d27a230011475af81f3c2 + 72ccb6270d499fcc3afe3436f3f97db99a3ca933 - + https://github.com/dotnet/wpf - 1e30ab63b8c5d13951161e60a0207efe1dfaad67 + d0aba40608d90bf0029b5ca366b96bce1d1fbdd1 diff --git a/eng/Versions.props b/eng/Versions.props index ea8893ddc..fd5826799 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20171.2 + 5.0.0-preview.3.20171.3 - 5.0.0-preview.3.20171.3 + 5.0.0-preview.3.20171.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20171.4 - 5.0.0-preview.3.20171.4 - 5.0.0-preview.3.20171.4 + 5.0.0-preview.3.20172.1 + 5.0.0-preview.3.20172.1 + 5.0.0-preview.3.20172.1 From c389fbaae9b85b98ff6a7b7ea4b9b40f206952a6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 16:06:16 +0000 Subject: [PATCH 2002/2259] Update dependencies from https://github.com/dotnet/sdk build 20200322.1 (#6892) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20172.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20172.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf8a99cce..a1b03b305 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 2d2a67b03e65c8819f676b3318574dc8d09d5c46 - + https://github.com/dotnet/sdk - 801baace77b9a99587b58620d20faa7f19bf8fdf + 69960e2859fffe37c022232892536b4e4a5f4f24 - + https://github.com/dotnet/sdk - 801baace77b9a99587b58620d20faa7f19bf8fdf + 69960e2859fffe37c022232892536b4e4a5f4f24 diff --git a/eng/Versions.props b/eng/Versions.props index fd5826799..8abdbbf12 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20171.3 - 5.0.100-preview.3.20171.3 + 5.0.100-preview.3.20172.1 + 5.0.100-preview.3.20172.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 53de1e2f0af5ea9f30c58589d9aa8d855eaf0295 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 22 Mar 2020 17:36:13 +0000 Subject: [PATCH 2003/2259] Update dependencies from https://github.com/dotnet/sdk build 20200322.2 (#6893) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20172.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20172.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a1b03b305..85966d154 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 2d2a67b03e65c8819f676b3318574dc8d09d5c46 - + https://github.com/dotnet/sdk - 69960e2859fffe37c022232892536b4e4a5f4f24 + 1716dda65c388934d5c0e7f0d71467e91e921d42 - + https://github.com/dotnet/sdk - 69960e2859fffe37c022232892536b4e4a5f4f24 + 1716dda65c388934d5c0e7f0d71467e91e921d42 diff --git a/eng/Versions.props b/eng/Versions.props index 8abdbbf12..c0e99b840 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20172.1 - 5.0.100-preview.3.20172.1 + 5.0.100-preview.3.20172.2 + 5.0.100-preview.3.20172.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 380f73a7400c5075d3d71215a8b067db065fe36b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 12:33:03 +0000 Subject: [PATCH 2004/2259] Update dependencies from https://github.com/dotnet/templating build 20200322.1 (#6895) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20172.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 85966d154..d616ede02 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates e8e924b5937e75ab3049d57cb5fb196ea2e3332c - + https://github.com/dotnet/templating - 2d2a67b03e65c8819f676b3318574dc8d09d5c46 + 42b39532639ab11fd335961b262ea2620b12407c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index c0e99b840..7a455eae8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.3.20171.2 + 5.0.0-preview.3.20172.1 From 0a6cec10e4a798240b853ebab3fbdcb40eb30fdd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2020 23:21:00 +0000 Subject: [PATCH 2005/2259] Update dependencies from https://github.com/dotnet/sdk build 20200323.2 (#6896) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20173.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20173.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d616ede02..5344172a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 42b39532639ab11fd335961b262ea2620b12407c - + https://github.com/dotnet/sdk - 1716dda65c388934d5c0e7f0d71467e91e921d42 + 61eb83542f4f73ef20766e848b44f674eb9f6333 - + https://github.com/dotnet/sdk - 1716dda65c388934d5c0e7f0d71467e91e921d42 + 61eb83542f4f73ef20766e848b44f674eb9f6333 diff --git a/eng/Versions.props b/eng/Versions.props index 7a455eae8..137530fdf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20172.2 - 5.0.100-preview.3.20172.2 + 5.0.100-preview.3.20173.2 + 5.0.100-preview.3.20173.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4ee96efcb0e886cad04a7a07e177b147728e2714 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 00:11:19 +0000 Subject: [PATCH 2006/2259] Update dependencies from https://github.com/dotnet/toolset build 20200323.1 (#6897) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20173.1 Dependency coherency updates - Microsoft.NET.Sdk - 3.1.300-preview.20173.1 (parent: Microsoft.Dotnet.Toolset.Internal) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 62d8223ba..77aead9b0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,13 +77,13 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 34cf9198546024cbd28c04dc8295dd88a1d43e95 + 668718f15a6c3d58fb52dcaaf739b477aca6f85a - + https://github.com/dotnet/sdk - ab67b97f347912176cbc9f94ab76c5645d245af6 + a1af8fb4a842393917f9cda201fc1322eb0b675f https://github.com/dotnet/cli diff --git a/eng/Versions.props b/eng/Versions.props index 05d146f6c..4173aad55 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20168.1 + 3.1.300-preview.20173.1 @@ -53,7 +53,7 @@ - 3.1.300-preview.20167.4 + 3.1.300-preview.20173.1 $(MicrosoftNETSdkPackageVersion) From faf66d328fd44660e2c0bfe65e1b5702deb6bfc0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 03:41:41 +0000 Subject: [PATCH 2007/2259] [master] Update dependencies from dotnet/windowsdesktop (#6894) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200322.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20172.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20172.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20172.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20172.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200323.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20173.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20173.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20173.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20173.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20173.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5344172a3..521949b3e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0fea59dc2d1685f615f923d655b843f47e5fa467 + b7b230f4687547192a2aaeb97859769a3baf6b02 - + https://github.com/dotnet/windowsdesktop - 0fea59dc2d1685f615f923d655b843f47e5fa467 + b7b230f4687547192a2aaeb97859769a3baf6b02 - + https://github.com/dotnet/windowsdesktop - 0fea59dc2d1685f615f923d655b843f47e5fa467 + b7b230f4687547192a2aaeb97859769a3baf6b02 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 61eb83542f4f73ef20766e848b44f674eb9f6333 - + https://github.com/dotnet/winforms - 72ccb6270d499fcc3afe3436f3f97db99a3ca933 + 376191eec30f5fa0177e863ec7d0c688c6a04c6f - + https://github.com/dotnet/wpf - d0aba40608d90bf0029b5ca366b96bce1d1fbdd1 + 1838a6b866902a21ba417705918dc19b8427b697 diff --git a/eng/Versions.props b/eng/Versions.props index 137530fdf..3fb9d49f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20171.3 + 5.0.0-preview.3.20173.1 - 5.0.0-preview.3.20171.4 + 5.0.0-preview.3.20173.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20172.1 - 5.0.0-preview.3.20172.1 - 5.0.0-preview.3.20172.1 + 5.0.0-preview.3.20173.1 + 5.0.0-preview.3.20173.1 + 5.0.0-preview.3.20173.1 From 1539d0b417a0788555360c98bb46240fbe8c873a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 04:50:53 +0000 Subject: [PATCH 2008/2259] Update dependencies from https://github.com/dotnet/sdk build 20200323.6 (#6898) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20173.6 - Microsoft.NET.Sdk - 5.0.100-preview.3.20173.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 521949b3e..ea050f6e6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 42b39532639ab11fd335961b262ea2620b12407c - + https://github.com/dotnet/sdk - 61eb83542f4f73ef20766e848b44f674eb9f6333 + 129ce81522693d6ac03e51d05c025b030cfabd30 - + https://github.com/dotnet/sdk - 61eb83542f4f73ef20766e848b44f674eb9f6333 + 129ce81522693d6ac03e51d05c025b030cfabd30 diff --git a/eng/Versions.props b/eng/Versions.props index 3fb9d49f0..55a987ba5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20173.2 - 5.0.100-preview.3.20173.2 + 5.0.100-preview.3.20173.6 + 5.0.100-preview.3.20173.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 7f92c1918524ffc745d9cb417a61aa9465a3d904 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 05:20:58 +0000 Subject: [PATCH 2009/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200323.2 (#6899) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20173.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20173.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20173.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20173.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20173.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ea050f6e6..64ec1ada5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b7b230f4687547192a2aaeb97859769a3baf6b02 + e5b713da049efd0da0559ee0012bcb86609b992f - + https://github.com/dotnet/windowsdesktop - b7b230f4687547192a2aaeb97859769a3baf6b02 + e5b713da049efd0da0559ee0012bcb86609b992f - + https://github.com/dotnet/windowsdesktop - b7b230f4687547192a2aaeb97859769a3baf6b02 + e5b713da049efd0da0559ee0012bcb86609b992f https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ 129ce81522693d6ac03e51d05c025b030cfabd30 - + https://github.com/dotnet/winforms - 376191eec30f5fa0177e863ec7d0c688c6a04c6f + e75f8afc896be5b22deefb9120439e3970f136a3 - + https://github.com/dotnet/wpf - 1838a6b866902a21ba417705918dc19b8427b697 + ac70b3659d0b2577373821d8eed273dde7064986 diff --git a/eng/Versions.props b/eng/Versions.props index 55a987ba5..5a83ac4ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20173.1 + 5.0.0-preview.3.20173.2 - 5.0.0-preview.3.20173.1 + 5.0.0-preview.3.20173.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20173.1 - 5.0.0-preview.3.20173.1 - 5.0.0-preview.3.20173.1 + 5.0.0-preview.3.20173.2 + 5.0.0-preview.3.20173.2 + 5.0.0-preview.3.20173.2 From f613aecc9b168781c97db5310d23904c525bd943 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 07:30:55 +0000 Subject: [PATCH 2010/2259] Update dependencies from https://github.com/dotnet/sdk build 20200323.7 (#6900) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20173.7 - Microsoft.NET.Sdk - 5.0.100-preview.3.20173.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 64ec1ada5..3c219f2c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 42b39532639ab11fd335961b262ea2620b12407c - + https://github.com/dotnet/sdk - 129ce81522693d6ac03e51d05c025b030cfabd30 + 56d321ecc8602ed89ef84a085cb0fd17be75a249 - + https://github.com/dotnet/sdk - 129ce81522693d6ac03e51d05c025b030cfabd30 + 56d321ecc8602ed89ef84a085cb0fd17be75a249 diff --git a/eng/Versions.props b/eng/Versions.props index 5a83ac4ea..041e6421b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20173.6 - 5.0.100-preview.3.20173.6 + 5.0.100-preview.3.20173.7 + 5.0.100-preview.3.20173.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e0c5ca077c49357dddea54a00e04cf6a6928f3a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2020 16:31:01 +0000 Subject: [PATCH 2011/2259] Update dependencies from https://github.com/dotnet/sdk build 20200324.1 (#6901) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20174.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20174.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3c219f2c5..cccccbdd3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 42b39532639ab11fd335961b262ea2620b12407c - + https://github.com/dotnet/sdk - 56d321ecc8602ed89ef84a085cb0fd17be75a249 + c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/sdk - 56d321ecc8602ed89ef84a085cb0fd17be75a249 + c7272154b12830d822c7414b5ed4c765b3c0c415 diff --git a/eng/Versions.props b/eng/Versions.props index 041e6421b..4c898e1cc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20173.7 - 5.0.100-preview.3.20173.7 + 5.0.100-preview.3.20174.1 + 5.0.100-preview.3.20174.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From cfbb4fa36f07ac1b3e620500fe92632fef7898db Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Tue, 24 Mar 2020 18:39:45 +0100 Subject: [PATCH 2012/2259] Revert "Update web templates for preview2 (#6860)" (#6902) This reverts commit 0d8d4288aca96be3c045125b06a16c18563eb0b9. --- src/redist/targets/BundledTemplates.targets | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/redist/targets/BundledTemplates.targets b/src/redist/targets/BundledTemplates.targets index ae1870c4d..bdc8462e9 100644 --- a/src/redist/targets/BundledTemplates.targets +++ b/src/redist/targets/BundledTemplates.targets @@ -57,9 +57,8 @@ - - - + + From 37d797373cc354bbea855df923b129d610c6be34 Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Wed, 25 Mar 2020 00:19:40 +0100 Subject: [PATCH 2013/2259] Added 5.0-preview2 download links --- README.md | 161 ++++++++++++++++++++++++++++++++++-------------------- 1 file changed, 103 insertions(+), 58 deletions(-) diff --git a/README.md b/README.md index a3b545cce..26706a26a 100644 --- a/README.md +++ b/README.md @@ -49,20 +49,19 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
                                                          (5.0.x Runtime) | 5.0.100 Preview 1
                                                          (5.0 Runtime) | Release/3.1.3XX
                                                          (3.1.x Runtime) | Release/3.1.2XX
                                                          (3.1.x Runtime) | Release/3.1.1XX
                                                          (3.1.x Runtime) | Release/3.0.1xx
                                                          (3.0.x Runtime) | -| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
                                                          [Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
                                                          [zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-preview1]][win-x64-version-5.0.1XX-preview1]
                                                          [Installer][win-x64-installer-5.0.1XX-preview1] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x64-zip-5.0.1XX-preview1] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview1] | [![][win-x64-badge-3.1.3XX]][win-x64-version-3.1.3XX]
                                                          [Installer][win-x64-installer-3.1.3XX] - [Checksum][win-x64-installer-checksum-3.1.3XX]
                                                          [zip][win-x64-zip-3.1.3XX] - [Checksum][win-x64-zip-checksum-3.1.3XX] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
                                                          [Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
                                                          [zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
                                                          [Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
                                                          [zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
                                                          [Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
                                                          [zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
                                                          [Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
                                                          [zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-preview1]][win-x86-version-5.0.1XX-preview1]
                                                          [Installer][win-x86-installer-5.0.1XX-preview1] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x86-zip-5.0.1XX-preview1] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview1] | [![][win-x86-badge-3.1.3XX]][win-x86-version-3.1.3XX]
                                                          [Installer][win-x86-installer-3.1.3XX] - [Checksum][win-x86-installer-checksum-3.1.3XX]
                                                          [zip][win-x86-zip-3.1.3XX] - [Checksum][win-x86-zip-checksum-3.1.3XX] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
                                                          [Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
                                                          [zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
                                                          [Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
                                                          [zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
                                                          [Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
                                                          [zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
                                                          [Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
                                                          [tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-preview1]][osx-version-5.0.1XX-preview1]
                                                          [Installer][osx-installer-5.0.1XX-preview1] - [Checksum][osx-installer-checksum-5.0.1XX-preview1]
                                                          [tar.gz][osx-targz-5.0.1XX-preview1] - [Checksum][osx-targz-checksum-5.0.1XX-preview1] | [![][osx-badge-3.1.3XX]][osx-version-3.1.3XX]
                                                          [Installer][osx-installer-3.1.3XX] - [Checksum][osx-installer-checksum-3.1.3XX]
                                                          [tar.gz][osx-targz-3.1.3XX] - [Checksum][osx-targz-checksum-3.1.3XX] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
                                                          [Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
                                                          [tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
                                                          [Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
                                                          [tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
                                                          [Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
                                                          [tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
                                                          [DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
                                                          [RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-preview1]][linux-version-5.0.1XX-preview1]
                                                          [DEB Installer][linux-DEB-installer-5.0.1XX-preview1] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview1]
                                                          [RPM Installer][linux-RPM-installer-5.0.1XX-preview1] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview1]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1XX-preview1] - [Checksum][linux-targz-checksum-5.0.1XX-preview1] | [![][linux-badge-3.1.3XX]][linux-version-3.1.3XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.3XX] - [Checksum][linux-DEB-installer-checksum-3.1.3XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.3XX] - [Checksum][linux-RPM-installer-checksum-3.1.3XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.3XX] - [Checksum][linux-targz-checksum-3.1.3XX] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
                                                          [tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-preview1]][linux-arm-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm-targz-5.0.1XX-preview1] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview1] | [![][linux-arm-badge-3.1.3XX]][linux-arm-version-3.1.3XX]
                                                          [tar.gz][linux-arm-targz-3.1.3XX] - [Checksum][linux-arm-targz-checksum-3.1.3XX] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
                                                          [tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
                                                          [tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
                                                          [tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-preview1]][linux-arm64-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview1] | [![][linux-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
                                                          [tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | -| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1XX-preview1]][rhel-6-version-5.0.1XX-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview1] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
                                                          [tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview1]][linux-musl-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview1] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
                                                          [tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | **N/A** | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
                                                          [zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | -| **Windows arm64** | [![][win-arm-64-badge-master]][win-arm-64-version-master]
                                                          [zip][win-arm-64-zip-master] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | -| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | **N/A** | [![][freebsd-x64-badge-3.1.3XX]][freebsd-x64-version-3.1.3XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.3XX] - [Checksum][freebsd-x64-zip-checksum-3.1.3XX] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | -| **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | +| Platform | Master
                                                          (5.0.x Runtime) | 5.0.100 Preview 2
                                                          (5.0 Runtime) | 5.0.100 Preview 1
                                                          (5.0 Runtime) | Release/3.1.3XX
                                                          (3.1.x Runtime) | Release/3.1.2XX
                                                          (3.1.x Runtime) | Release/3.1.1XX
                                                          (3.1.x Runtime) | Release/3.0.1xx
                                                          (3.0.x Runtime) | +| :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
                                                          [Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
                                                          [zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-preview2]][win-x64-version-5.0.1XX-preview2]
                                                          [Installer][win-x64-installer-5.0.1XX-preview2] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview2]
                                                          [zip][win-x64-zip-5.0.1XX-preview2] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview2] | [![][win-x64-badge-5.0.1XX-preview1]][win-x64-version-5.0.1XX-preview1]
                                                          [Installer][win-x64-installer-5.0.1XX-preview1] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x64-zip-5.0.1XX-preview1] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview1] | [![][win-x64-badge-3.1.3XX]][win-x64-version-3.1.3XX]
                                                          [Installer][win-x64-installer-3.1.3XX] - [Checksum][win-x64-installer-checksum-3.1.3XX]
                                                          [zip][win-x64-zip-3.1.3XX] - [Checksum][win-x64-zip-checksum-3.1.3XX] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
                                                          [Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
                                                          [zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
                                                          [Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
                                                          [zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
                                                          [Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
                                                          [zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
                                                          [Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
                                                          [zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-preview2]][win-x86-version-5.0.1XX-preview2]
                                                          [Installer][win-x86-installer-5.0.1XX-preview2] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview2]
                                                          [zip][win-x86-zip-5.0.1XX-preview2] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview2] | [![][win-x86-badge-5.0.1XX-preview1]][win-x86-version-5.0.1XX-preview1]
                                                          [Installer][win-x86-installer-5.0.1XX-preview1] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x86-zip-5.0.1XX-preview1] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview1] | [![][win-x86-badge-3.1.3XX]][win-x86-version-3.1.3XX]
                                                          [Installer][win-x86-installer-3.1.3XX] - [Checksum][win-x86-installer-checksum-3.1.3XX]
                                                          [zip][win-x86-zip-3.1.3XX] - [Checksum][win-x86-zip-checksum-3.1.3XX] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
                                                          [Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
                                                          [zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
                                                          [Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
                                                          [zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
                                                          [Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
                                                          [zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
                                                          [Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
                                                          [tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-preview2]][osx-version-5.0.1XX-preview2]
                                                          [Installer][osx-installer-5.0.1XX-preview2] - [Checksum][osx-installer-checksum-5.0.1XX-preview2]
                                                          [tar.gz][osx-targz-5.0.1XX-preview2] - [Checksum][osx-targz-checksum-5.0.1XX-preview2] | [![][osx-badge-5.0.1XX-preview1]][osx-version-5.0.1XX-preview1]
                                                          [Installer][osx-installer-5.0.1XX-preview1] - [Checksum][osx-installer-checksum-5.0.1XX-preview1]
                                                          [tar.gz][osx-targz-5.0.1XX-preview1] - [Checksum][osx-targz-checksum-5.0.1XX-preview1] | [![][osx-badge-3.1.3XX]][osx-version-3.1.3XX]
                                                          [Installer][osx-installer-3.1.3XX] - [Checksum][osx-installer-checksum-3.1.3XX]
                                                          [tar.gz][osx-targz-3.1.3XX] - [Checksum][osx-targz-checksum-3.1.3XX] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
                                                          [Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
                                                          [tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
                                                          [Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
                                                          [tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
                                                          [Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
                                                          [tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
                                                          [DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
                                                          [RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-preview2]][linux-version-5.0.1XX-preview2]
                                                          [DEB Installer][linux-DEB-installer-5.0.1XX-preview2] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview2]
                                                          [RPM Installer][linux-RPM-installer-5.0.1XX-preview2] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview2]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1XX-preview2] - [Checksum][linux-targz-checksum-5.0.1XX-preview2] | [![][linux-badge-5.0.1XX-preview1]][linux-version-5.0.1XX-preview1]
                                                          [DEB Installer][linux-DEB-installer-5.0.1XX-preview1] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview1]
                                                          [RPM Installer][linux-RPM-installer-5.0.1XX-preview1] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview1]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1XX-preview1] - [Checksum][linux-targz-checksum-5.0.1XX-preview1] | [![][linux-badge-3.1.3XX]][linux-version-3.1.3XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.3XX] - [Checksum][linux-DEB-installer-checksum-3.1.3XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.3XX] - [Checksum][linux-RPM-installer-checksum-3.1.3XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.3XX] - [Checksum][linux-targz-checksum-3.1.3XX] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
                                                          [tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-preview2]][linux-arm-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-arm-targz-5.0.1XX-preview2] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview2] | [![][linux-arm-badge-5.0.1XX-preview1]][linux-arm-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm-targz-5.0.1XX-preview1] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview1] | [![][linux-arm-badge-3.1.3XX]][linux-arm-version-3.1.3XX]
                                                          [tar.gz][linux-arm-targz-3.1.3XX] - [Checksum][linux-arm-targz-checksum-3.1.3XX] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
                                                          [tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
                                                          [tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
                                                          [tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-preview2]][linux-arm64-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview2] | [![][linux-arm64-badge-5.0.1XX-preview1]][linux-arm64-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview1] | [![][linux-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
                                                          [tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | +| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1XX-preview2]][rhel-6-version-5.0.1XX-preview2]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview2] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview2] | [![][rhel-6-badge-5.0.1XX-preview1]][rhel-6-version-5.0.1XX-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview1] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
                                                          [tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview2]][linux-musl-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview2] | [![][linux-musl-badge-5.0.1XX-preview1]][linux-musl-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview1] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
                                                          [tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | **N/A** | **N/A** | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
                                                          [zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | +| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | **N/A** | **N/A** | [![][freebsd-x64-badge-3.1.3XX]][freebsd-x64-version-3.1.3XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.3XX] - [Checksum][freebsd-x64-zip-checksum-3.1.3XX] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | +| **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | Reference notes: > **1**: Our Debian packages are put together slightly differently than the other OS specific installers. Instead of combining everything, we have separate component packages that depend on each other. If you're installing the SDK from the .deb file (via dpkg or similar), then you'll need to install the corresponding dependencies first: @@ -71,12 +70,19 @@ Reference notes: .NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md) -[win-x64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_x64_Release_version_badge.svg +[win-x64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_x64_Release_version_badge.svg [win-x64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[win-x64-installer-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x64.zip.sha +[win-x64-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.zip.sha + +[win-x64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[win-x64-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.zip.sha [win-x64-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/win_x64_Release_version_badge.svg [win-x64-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version @@ -113,12 +119,19 @@ Reference notes: [win-x64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip [win-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip.sha -[win-x86-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_x86_Release_version_badge.svg +[win-x86-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_x86_Release_version_badge.svg [win-x86-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[win-x86-installer-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-x86.zip.sha +[win-x86-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.zip.sha + +[win-x86-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[win-x86-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x86.zip.sha [win-x86-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/win_x86_Release_version_badge.svg [win-x86-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version @@ -155,12 +168,19 @@ Reference notes: [win-x86-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip [win-x86-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip.sha -[osx-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/osx_x64_Release_version_badge.svg +[osx-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/osx_x64_Release_version_badge.svg [osx-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[osx-installer-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-osx-x64.tar.gz.sha +[osx-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha + +[osx-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/osx_x64_Release_version_badge.svg +[osx-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[osx-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha [osx-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/osx_x64_Release_version_badge.svg [osx-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version @@ -197,14 +217,23 @@ Reference notes: [osx-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz [osx-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha -[linux-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/linux_x64_Release_version_badge.svg +[linux-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_x64_Release_version_badge.svg [linux-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[linux-DEB-installer-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-x64.tar.gz.sha +[linux-DEB-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-x64.tar.gz.sha + +[linux-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[linux-DEB-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-x64.tar.gz.sha [linux-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_x64_Release_version_badge.svg [linux-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version @@ -251,10 +280,15 @@ Reference notes: [linux-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz [linux-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz.sha -[linux-arm-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/linux_arm_Release_version_badge.svg +[linux-arm-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_arm_Release_version_badge.svg [linux-arm-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[linux-arm-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm.tar.gz.sha +[linux-arm-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm.tar.gz.sha + +[linux-arm-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[linux-arm-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm.tar.gz.sha [linux-arm-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_arm_Release_version_badge.svg [linux-arm-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version @@ -281,10 +315,15 @@ Reference notes: [linux-arm-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz [linux-arm-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz.sha -[linux-arm64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/linux_arm64_Release_version_badge.svg +[linux-arm64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_arm64_Release_version_badge.svg [linux-arm64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[linux-arm64-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-arm64.tar.gz.sha +[linux-arm64-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha + +[linux-arm64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[linux-arm64-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha [linux-arm64-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_arm64_Release_version_badge.svg [linux-arm64-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version @@ -311,10 +350,15 @@ Reference notes: [linux-arm64-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz [linux-arm64-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha -[rhel-6-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/rhel.6_x64_Release_version_badge.svg +[rhel-6-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/rhel.6_x64_Release_version_badge.svg [rhel-6-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[rhel-6-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha +[rhel-6-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha + +[rhel-6-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[rhel-6-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha [rhel-6-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/rhel.6_x64_Release_version_badge.svg [rhel-6-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version @@ -341,10 +385,15 @@ Reference notes: [rhel-6-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz [rhel-6-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha -[linux-musl-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/linux_musl_x64_Release_version_badge.svg +[linux-musl-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_musl_x64_Release_version_badge.svg [linux-musl-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[linux-musl-targz-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha +[linux-musl-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha + +[linux-musl-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[linux-musl-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha [linux-musl-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_musl_x64_Release_version_badge.svg [linux-musl-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version @@ -371,10 +420,10 @@ Reference notes: [linux-musl-targz-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz [linux-musl-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha -[win-arm-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_arm_Release_version_badge.svg +[win-arm-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_arm_Release_version_badge.svg [win-arm-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[win-arm-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm.zip -[win-arm-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm.zip.sha +[win-arm-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm.zip.sha [win-arm-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version @@ -396,14 +445,10 @@ Reference notes: [win-arm-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip.sha -[win-arm-64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/win_arm64_Release_version_badge.svg -[win-arm-64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[win-arm-64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-win-arm64.zip - -[freebsd-x64-badge-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/freebsd_x64_Release_version_badge.svg +[freebsd-x64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version -[freebsd-x64-zip-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-master]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/master/dotnet-sdk-latest-freebsd-x64.tar.gz.sha +[freebsd-x64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-freebsd-x64.tar.gz +[freebsd-x64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-freebsd-x64.tar.gz.sha [freebsd-x64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version From 95479352ce725b4b841830b3b552f6855be68f91 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 01:12:49 +0000 Subject: [PATCH 2014/2259] [release/3.1.3xx] Update dependencies from dotnet/aspnetcore (#6908) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200324.3 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20174.3 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200324.6 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20174.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 77aead9b0..42edd5ee1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc
                                                          - + https://github.com/dotnet/aspnetcore - a700aa92fec0c3554eb3f450a17037761b069363 + 3ba4cbfd5ca8220a68755fe005ba6bfc682b2366 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 4173aad55..c78fea428 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20168.3 + 3.2.0-preview3.20174.6 From f0e4bbe47b5701d802f00506f1cc4bccb0018a34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 02:24:00 +0000 Subject: [PATCH 2015/2259] Update dependencies from https://github.com/dotnet/templating build 20200324.1 (#6905) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.2.20174.1 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Daniel Plaisted --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7e582476..228c4410f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,9 +79,9 @@ https://github.com/dotnet/test-templates e8e924b5937e75ab3049d57cb5fb196ea2e3332c - + https://github.com/dotnet/templating - bd8fc17967503221519906c76546192e14fcdfa8 + 7e732bccfebe0cf51138d4368b98c2ab11e168f7 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 51ae021e0..efa9fb4fd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.2.20164.4 + 5.0.0-preview.2.20174.1 From 354d3df8d06d87c76982369a38572497b3c4fa9a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 03:47:26 +0000 Subject: [PATCH 2016/2259] Update dependencies from https://github.com/dotnet/toolset build 20200324.2 (#6912) - Microsoft.Dotnet.Toolset.Internal - 3.1.300-preview.20174.2 Dependency coherency updates - Microsoft.DotNet.MSBuildSdkResolver - 3.1.300-preview.20174.1 (parent: Microsoft.Dotnet.Toolset.Internal) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 42edd5ee1..a7722d3cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -77,17 +77,17 @@ https://github.com/dotnet/templating 247f60e9e34a03ed99e855eb1ea0c20931a968db - + https://github.com/dotnet/toolset - 668718f15a6c3d58fb52dcaaf739b477aca6f85a + fb36998b12e1c49bcd17aa75567b3e7b6f195f76 https://github.com/dotnet/sdk a1af8fb4a842393917f9cda201fc1322eb0b675f - + https://github.com/dotnet/cli - b234867cb3322666b420a7be8fc89c4196d19b3e + eedc14af13bc1fdc6f4a6db3b3583ef5e40cb82e diff --git a/eng/Versions.props b/eng/Versions.props index c78fea428..32e2ca1df 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -12,7 +12,7 @@ preview - 3.1.300-preview.20173.1 + 3.1.300-preview.20174.2 @@ -46,7 +46,7 @@ - 3.1.300-preview.20168.1 + 3.1.300-preview.20174.1 0.2.0 From 51b35ff151e75c454b484bf29aaa6d9b2880df28 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 16:02:11 +0000 Subject: [PATCH 2017/2259] [release/3.1.3xx] Update dependencies from dotnet/aspnetcore (#6911) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200324.7 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20174.7 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200325.3 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20175.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a7722d3cf..a22c3561e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 3ba4cbfd5ca8220a68755fe005ba6bfc682b2366 + 4ab628ff76a5527efb8901cad5a88b5868b5fc9c https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 32e2ca1df..5fbaebb53 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20174.6 + 3.2.0-preview3.20175.3 From 0edc5fa730b5c722aa373cde36a9c534153c55f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 11:18:36 -0700 Subject: [PATCH 2018/2259] Update dependencies from https://github.com/dotnet/sdk build 20200325.3 (#6917) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20175.3 - Microsoft.NET.Sdk - 5.0.100-preview.2.20175.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 228c4410f..a22d4283d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 7e732bccfebe0cf51138d4368b98c2ab11e168f7 - + https://github.com/dotnet/sdk - 4f4c12ceabf0b8bdc36c52fe106a9f6f0f65b33e + a54659705d00fefeeba7fc1f32c191d9489b3aa2 - + https://github.com/dotnet/sdk - 4f4c12ceabf0b8bdc36c52fe106a9f6f0f65b33e + a54659705d00fefeeba7fc1f32c191d9489b3aa2 diff --git a/eng/Versions.props b/eng/Versions.props index efa9fb4fd..9a05ddb0b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20167.7 - 5.0.100-preview.2.20167.7 + 5.0.100-preview.2.20175.3 + 5.0.100-preview.2.20175.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 130b5bb8124b15c9f7357de59027787d50b6ea96 Mon Sep 17 00:00:00 2001 From: William Li Date: Wed, 25 Mar 2020 11:30:47 -0700 Subject: [PATCH 2019/2259] Correct template property --- eng/Version.Details.xml | 2 +- eng/Versions.props | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cccccbdd3..f693c2fdf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,7 +67,7 @@ https://github.com/dotnet/aspnetcore a2d8852186643561d783e5ea6c9bc65fc97810ce - + https://github.com/dotnet/test-templates e8e924b5937e75ab3049d57cb5fb196ea2e3332c diff --git a/eng/Versions.props b/eng/Versions.props index 4c898e1cc..215fac438 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 1.0.2-beta4.20126.1 + 1.0.2-beta4.20162.1 @@ -99,7 +99,7 @@ 1.7.1 3.1.2 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) - 1.0.2-beta4.20162.1 + $(MicrosoftDotNetTestProjectTemplates50PackageVersion) 3.1.2 4.8.0-rc2.19462.10 @@ -107,13 +107,13 @@ 1.6.5 2.0.0-preview8.19373.1 $(MicrosoftDotNetCommonItemTemplates30PackageVersion) - 1.0.2-beta4.20126.1 + $(MicrosoftDotNetTestProjectTemplates50PackageVersion) 3.0.1 1.5.3 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) - 1.0.2-beta4.20126.1 + $(MicrosoftDotNetTestProjectTemplates50PackageVersion) 2.1.14 From 48389d3a9a920d0b1259760a6c064a035d62c97e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2020 19:53:03 +0000 Subject: [PATCH 2020/2259] [release/3.1.3xx] Update dependencies from dotnet/aspnetcore (#6916) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200325.4 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20175.4 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200325.6 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20175.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a22c3561e..4adb3586b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 4ab628ff76a5527efb8901cad5a88b5868b5fc9c + b9d7772816fd9e812f30b1e65c40dd34e8875537 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 5fbaebb53..7aa879e38 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20175.3 + 3.2.0-preview3.20175.6 From 7619c03dfd7779bd8f8ae7d7b0148985d6f19235 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 00:52:32 +0000 Subject: [PATCH 2021/2259] [release/3.1.3xx] Update dependencies from dotnet/aspnetcore (#6921) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200325.9 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview3.20175.9 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200325.14 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20175.14 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4adb3586b..8856cff78 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - b9d7772816fd9e812f30b1e65c40dd34e8875537 + c93389f4494a82ee485dab4637299366691dd053 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 7aa879e38..1bf6a8611 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview3.20175.6 + 3.2.0-preview4.20175.14 From 49dc6c1e6fba1c11520ef8a25517558849a8b816 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 07:36:11 +0000 Subject: [PATCH 2022/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200325.18 (#6925) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20175.18 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8856cff78..0feb6bb60 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - c93389f4494a82ee485dab4637299366691dd053 + 3e07040bd1c8efb442f03218e3cc0b83b310bf3a https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 1bf6a8611..32465049a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview4.20175.14 + 3.2.0-preview4.20175.18 From 7812d15d5c706a12872b8cf9b2279a2eb5bb4668 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 12:28:11 +0000 Subject: [PATCH 2023/2259] [master] Update dependencies from dotnet/templating (#6914) * Update dependencies from https://github.com/dotnet/templating build 20200325.1 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20175.1 * Update dependencies from https://github.com/dotnet/templating build 20200325.4 - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20175.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f693c2fdf..7109b4784 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates e8e924b5937e75ab3049d57cb5fb196ea2e3332c - + https://github.com/dotnet/templating - 42b39532639ab11fd335961b262ea2620b12407c + dcdf64102c0f728d4e89a1062577fb4e3574ec05 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 215fac438..f5c8d1972 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.3.20172.1 + 5.0.0-preview.3.20175.4 From 9aac2bd5892fad70ca8919c297f27a45dbc9f08c Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Thu, 26 Mar 2020 16:39:00 +0100 Subject: [PATCH 2024/2259] Created a productVersion.version to be published --- eng/Publishing.props | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/eng/Publishing.props b/eng/Publishing.props index 85a78b0c6..8995480ab 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -42,6 +42,7 @@ + @@ -59,6 +60,12 @@ PropertyName="FullNugetVersion"/> + + + + + + + + + + + + Date: Thu, 26 Mar 2020 18:07:43 +0000 Subject: [PATCH 2026/2259] [master] Update dependencies from dotnet/windowsdesktop (#6910) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200324.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20174.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20174.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20174.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20174.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200325.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20175.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20175.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20175.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20175.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200325.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20175.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20175.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20175.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20175.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200326.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20176.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20176.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20176.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20176.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7109b4784..601fa43ae 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - e5b713da049efd0da0559ee0012bcb86609b992f + 7dc72347da5b791a7190e2a132afaae5342b5cf5 - + https://github.com/dotnet/windowsdesktop - e5b713da049efd0da0559ee0012bcb86609b992f + 7dc72347da5b791a7190e2a132afaae5342b5cf5 - + https://github.com/dotnet/windowsdesktop - e5b713da049efd0da0559ee0012bcb86609b992f + 7dc72347da5b791a7190e2a132afaae5342b5cf5 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms e75f8afc896be5b22deefb9120439e3970f136a3 - + https://github.com/dotnet/wpf - ac70b3659d0b2577373821d8eed273dde7064986 + 7365b02a5b91f703bd633e405e61caf7be32b02c diff --git a/eng/Versions.props b/eng/Versions.props index f5c8d1972..b5a73c8a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.3.20173.2 + 5.0.0-preview.3.20176.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20173.2 - 5.0.0-preview.3.20173.2 - 5.0.0-preview.3.20173.2 + 5.0.0-preview.3.20176.1 + 5.0.0-preview.3.20176.1 + 5.0.0-preview.3.20176.1 From 5b24650ff9621cff21da4cef82ce8bbd0948dd37 Mon Sep 17 00:00:00 2001 From: Sarah Oslund Date: Thu, 26 Mar 2020 11:35:24 -0700 Subject: [PATCH 2027/2259] Removing unused UseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion property --- .../GetUseBundledVersionAsDefaultVersion.cs | 30 ------------------- src/redist/targets/BuildCoreSdkTasks.targets | 1 - .../targets/GenerateBundledVersions.targets | 11 ------- 3 files changed, 42 deletions(-) delete mode 100644 src/core-sdk-tasks/GetUseBundledVersionAsDefaultVersion.cs diff --git a/src/core-sdk-tasks/GetUseBundledVersionAsDefaultVersion.cs b/src/core-sdk-tasks/GetUseBundledVersionAsDefaultVersion.cs deleted file mode 100644 index 91d10694a..000000000 --- a/src/core-sdk-tasks/GetUseBundledVersionAsDefaultVersion.cs +++ /dev/null @@ -1,30 +0,0 @@ -// Copyright (c) .NET Foundation and contributors. All rights reserved. -// Licensed under the MIT license. See LICENSE file in the project root for full license information. - -using System; -using System.IO; -using Microsoft.Build.Utilities; -using Microsoft.Build.Framework; -using Microsoft.DotNet.Cli.Build.Framework; -using NuGet.Versioning; - -namespace Microsoft.DotNet.Cli.Build -{ - public class GetUseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion : Task - { - [Required] - public string BundledNETCoreAppPackageVersion { get; set; } - - [Output] - public string UseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion { get; set; } - - public override bool Execute() - { - var parsedVersion = NuGetVersion.Parse(BundledNETCoreAppPackageVersion); - UseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion = - (parsedVersion.Patch == 0) && parsedVersion.IsPrerelease ? "true" : "false"; - - return true; - } - } -} diff --git a/src/redist/targets/BuildCoreSdkTasks.targets b/src/redist/targets/BuildCoreSdkTasks.targets index e99dae549..9bfb084dd 100644 --- a/src/redist/targets/BuildCoreSdkTasks.targets +++ b/src/redist/targets/BuildCoreSdkTasks.targets @@ -33,7 +33,6 @@ - diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index df7d0cd0f..4b6d661b1 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -82,16 +82,6 @@ - - - - - @@ -167,7 +157,6 @@ Copyright (c) .NET Foundation. All rights reserved. $(_NETCoreAppTargetFrameworkVersion) $(_NETCoreAppTargetFrameworkVersion) $(_NETCoreAppPackageVersion) - $(_UseBundledNETCoreAppPackageVersionAsDefaultNetCorePatchVersion) $(_NETStandardTargetFrameworkVersion) $(_NETStandardLibraryPackageVersion) $(_NETCorePlatformsPackageVersion) From 49934eae9979e3d53afd058c58463e93bf8cb000 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2020 19:56:04 +0000 Subject: [PATCH 2028/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200326.2 (#6935) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20176.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20176.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20176.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20176.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20176.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 601fa43ae..8524918cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7dc72347da5b791a7190e2a132afaae5342b5cf5 + 31bdc30147ec1e87563413a00ae83aa6576c611d - + https://github.com/dotnet/windowsdesktop - 7dc72347da5b791a7190e2a132afaae5342b5cf5 + 31bdc30147ec1e87563413a00ae83aa6576c611d - + https://github.com/dotnet/windowsdesktop - 7dc72347da5b791a7190e2a132afaae5342b5cf5 + 31bdc30147ec1e87563413a00ae83aa6576c611d https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - e75f8afc896be5b22deefb9120439e3970f136a3 + c6c705929b56ab5a8a029a8dc7a4dfba9c5b53cc - + https://github.com/dotnet/wpf - 7365b02a5b91f703bd633e405e61caf7be32b02c + 85c709e38f3119b1ae7cceea5df2761d5995e427 diff --git a/eng/Versions.props b/eng/Versions.props index b5a73c8a5..1ceff42b7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20173.2 + 5.0.0-preview.3.20176.1 - 5.0.0-preview.3.20176.1 + 5.0.0-preview.3.20176.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20176.1 - 5.0.0-preview.3.20176.1 - 5.0.0-preview.3.20176.1 + 5.0.0-preview.3.20176.2 + 5.0.0-preview.3.20176.2 + 5.0.0-preview.3.20176.2 From 996babd3f648b1d47a3df653d0262787b119880d Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Thu, 26 Mar 2020 21:32:21 +0100 Subject: [PATCH 2029/2259] productVersion filename and content change --- eng/Publishing.props | 9 ++------- .../targets/GenerateBundledVersions.targets | 16 +++++++++++++++- 2 files changed, 17 insertions(+), 8 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 8995480ab..73aa46610 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -42,7 +42,8 @@ - + + @@ -60,12 +61,6 @@ PropertyName="FullNugetVersion"/> - - diff --git a/eng/Versions.props b/eng/Versions.props index 9a05ddb0b..c5934d96e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20175.3 - 5.0.100-preview.2.20175.3 + 5.0.100-preview.2.20176.4 + 5.0.100-preview.2.20176.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From bbec23f976c896dbcb1ae8e63a165d9b967510cf Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 26 Mar 2020 15:18:36 -0700 Subject: [PATCH 2031/2259] Generate checksums using new arcade task --- src/core-sdk-tasks/GenerateChecksums.cs | 66 -------------------- src/redist/targets/BuildCoreSdkTasks.targets | 1 - src/redist/targets/Checksum.targets | 2 +- 3 files changed, 1 insertion(+), 68 deletions(-) delete mode 100644 src/core-sdk-tasks/GenerateChecksums.cs diff --git a/src/core-sdk-tasks/GenerateChecksums.cs b/src/core-sdk-tasks/GenerateChecksums.cs deleted file mode 100644 index 4bd1ef7c0..000000000 --- a/src/core-sdk-tasks/GenerateChecksums.cs +++ /dev/null @@ -1,66 +0,0 @@ -// Licensed to the .NET Foundation under one or more agreements. -// The .NET Foundation licenses this file to you under the MIT license. -// See the LICENSE file in the project root for more information. - -using Microsoft.Build.Framework; -using Microsoft.Build.Utilities; -using System; -using System.IO; -using System.Security.Cryptography; - -namespace Microsoft.DotNet.Build.Tasks -{ - public class GenerateChecksums : Task - { - /// - /// An item collection of files for which to generate checksums. Each item must have metadata - /// 'DestinationPath' that specifies the path of the checksum file to create. - /// - [Required] - public ITaskItem[] Items { get; set; } - - public override bool Execute() - { - foreach (ITaskItem item in Items) - { - try - { - string destinationPath = item.GetMetadata("DestinationPath"); - if (string.IsNullOrEmpty(destinationPath)) - { - throw new Exception($"Metadata 'DestinationPath' is missing for item '{item.ItemSpec}'."); - } - - if (!File.Exists(item.ItemSpec)) - { - throw new Exception($"The file '{item.ItemSpec}' does not exist."); - } - - Log.LogMessage( - MessageImportance.High, - "Generating checksum for '{0}' into '{1}'...", - item.ItemSpec, - destinationPath); - - using (FileStream stream = File.OpenRead(item.ItemSpec)) - { - HashAlgorithm hashAlgorithm = SHA512.Create(); - byte[] hash = hashAlgorithm.ComputeHash(stream); - string checksum = BitConverter.ToString(hash).Replace("-", string.Empty); - File.WriteAllText(destinationPath, checksum); - } - } - catch (Exception e) - { - // We have 2 log calls because we want a nice error message but we also want to capture the - // callstack in the log. - Log.LogError("An exception occurred while trying to generate a checksum for '{0}'.", item.ItemSpec); - Log.LogMessage(MessageImportance.Low, e.ToString()); - return false; - } - } - - return true; - } - } -} diff --git a/src/redist/targets/BuildCoreSdkTasks.targets b/src/redist/targets/BuildCoreSdkTasks.targets index ed6fc9352..e8410ed9c 100644 --- a/src/redist/targets/BuildCoreSdkTasks.targets +++ b/src/redist/targets/BuildCoreSdkTasks.targets @@ -37,7 +37,6 @@ - diff --git a/src/redist/targets/Checksum.targets b/src/redist/targets/Checksum.targets index f5196d7a6..0e2790a9b 100644 --- a/src/redist/targets/Checksum.targets +++ b/src/redist/targets/Checksum.targets @@ -1,6 +1,6 @@ - Date: Thu, 26 Mar 2020 14:17:08 -0700 Subject: [PATCH 2032/2259] Adding test coverage for DefaultRuntimeFrameworkVersions --- ...venUsingDefaultRuntimeFrameworkVersions.cs | 84 +++++++++++++++++++ 1 file changed, 84 insertions(+) create mode 100644 test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs diff --git a/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs b/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs new file mode 100644 index 000000000..e456096fc --- /dev/null +++ b/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs @@ -0,0 +1,84 @@ +using System.Collections.Generic; +using System.IO; +using System.Linq; +using System.Xml.Linq; +using FluentAssertions; +using Microsoft.DotNet.TestFramework; +using Microsoft.DotNet.Tools.Test.Utilities; +using NuGet.Versioning; +using Xunit; + +namespace EndToEnd +{ + public partial class GivenUsingDefaultRuntimeFrameworkVersions : TestBase + { + private static readonly IEnumerable frameworks = new string[] {"Microsoft.NETCore.App", "Microsoft.WindowsDesktop.App", + "Microsoft.WindowsDesktop.App.WPF", "Microsoft.WindowsDesktop.App.WindowsForms", "Microsoft.AspNetCore.App" }; + + private static readonly IEnumerable versions = SupportedNetCoreAppVersions.Versions.Where(version => NuGetVersion.Parse(version).Major >= 3); + + [Fact] + public void DefaultRuntimeVersionsAreUpToDate() + { + var directory = TestAssets.CreateTestDirectory(); + string projectDirectory = directory.FullName; + var outputFile = "resolvedVersions.txt"; + + new NewCommandShim() + .WithWorkingDirectory(projectDirectory) + .Execute("console --no-restore") + .Should().Pass(); + + var projectFile = new DirectoryInfo(projectDirectory).GetFiles("*.csproj").First().FullName; + var project = XDocument.Load(projectFile); + var ns = project.Root.Name.Namespace; + string writeResolvedVersionsTarget = @$" + + + + + + + "; + writeResolvedVersionsTarget = writeResolvedVersionsTarget.Replace('`', '"'); + project.Root.Add(XElement.Parse(writeResolvedVersionsTarget)); + using (var file = File.CreateText(projectFile)) + { + project.Save(file); + } + + new BuildCommand() + .WithWorkingDirectory(projectDirectory) + .Execute() + .Should().Pass(); + + var binDirectory = new DirectoryInfo(projectDirectory).Sub("bin").Sub("Debug").GetDirectories().FirstOrDefault(); + binDirectory.Should().HaveFilesMatching(outputFile, SearchOption.TopDirectoryOnly); + var resolvedVersionsFile = File.ReadAllLines(Path.Combine(binDirectory.FullName, outputFile)); + foreach (var framework in frameworks) + { + foreach (var version in versions) + { + var frameworkVersionLine = resolvedVersionsFile.Where(line => line.Contains(framework) && line.Contains(version)).FirstOrDefault(); + frameworkVersionLine.Should().NotBeNullOrEmpty(); + var defaultVersion = NuGetVersion.Parse(frameworkVersionLine.Split(" ")[1]); + var latestVersion = NuGetVersion.Parse(frameworkVersionLine.Split(" ")[2]); + + if (latestVersion.Patch == 0 && latestVersion.IsPrerelease) + { + defaultVersion.Should().Be(latestVersion, + $"the DefaultRuntimeFrameworkVersion for { framework } { version } in Microsoft.NETCoreSdk.BundledVersions.props does not match latest prerelease version { latestVersion }"); + } + else + { + defaultVersion.Should().Be(new NuGetVersion(latestVersion.Major, latestVersion.Minor, 0), + $"the DefaultRuntimeFrameworkVersion for { framework } { version } in Microsoft.NETCoreSdk.BundledVersions.props needs to be updated to { version }.0"); + } + } + } + } + } +} From 3b618215ebdd3ab739ac24482711082bead5e0b5 Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Thu, 26 Mar 2020 23:50:42 +0100 Subject: [PATCH 2033/2259] Removed new line at the end --- .../targets/GenerateBundledVersions.targets | 31 +++++++++++++------ 1 file changed, 22 insertions(+), 9 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 090a45036..6ca9ef8e4 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -1,19 +1,32 @@ + + + + + + + + + + File.WriteAllText(Path, Content); + + + + - + + Path="$(ArtifactsShippingPackagesDir)productCommit.txt" + Content="$(PackageVersion)%0A$(BUILD_SOURCEVERSION)" /> From e8c7fe0c9c12cf5ceaa295638c383c38bc98e36c Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Fri, 27 Mar 2020 00:06:34 +0100 Subject: [PATCH 2034/2259] Fix: directory not found issue --- src/redist/targets/GenerateBundledVersions.targets | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 6ca9ef8e4..6d4c41cbb 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -12,6 +12,9 @@ + var dir = Path.GetDirectoryName(Path); + if(!string.IsNullOrEmpty(dir)) + Directory.CreateDirectory(dir); File.WriteAllText(Path, Content); From 39188f82971abfbd0e8e1506a97e6abb674afc86 Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Fri, 27 Mar 2020 00:12:11 +0100 Subject: [PATCH 2035/2259] Fix: directory not found issue --- src/redist/targets/GenerateBundledVersions.targets | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 6d4c41cbb..d4417abe8 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -10,12 +10,11 @@ - - var dir = Path.GetDirectoryName(Path); + var dir = System.IO.Path.GetDirectoryName(Path); if(!string.IsNullOrEmpty(dir)) - Directory.CreateDirectory(dir); - File.WriteAllText(Path, Content); + System.IO.Directory.CreateDirectory(dir); + System.IO.File.WriteAllText(Path, Content); From 69c37ccd97031f13c4b7948f4a372ec298c82b09 Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Fri, 27 Mar 2020 00:23:50 +0100 Subject: [PATCH 2036/2259] Fix: directory not found issue --- src/redist/targets/GenerateBundledVersions.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index d4417abe8..61e930792 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -26,7 +26,7 @@ Path="$(ArtifactsShippingPackagesDir)productVersion.txt" Content="$(PackageVersion)" /> - From 26fb45d0e8eeb5ba9c5427ee2a1ee31d6c802e1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2020 02:11:01 +0000 Subject: [PATCH 2037/2259] [release/3.1.3xx] Update dependencies from dotnet/aspnetcore (#6930) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200326.6 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20176.6 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200326.9 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20176.9 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200326.14 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20176.14 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0feb6bb60..9a9511f58 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 3e07040bd1c8efb442f03218e3cc0b83b310bf3a + 35d7da843aabf2f8ef74a1cc57843893cc70f9cc https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 32465049a..79556f0dc 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview4.20175.18 + 3.2.0-preview4.20176.14 From af2f2599983f25dc8d8d25ad60ec5730e353e10a Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Fri, 27 Mar 2020 12:53:28 +0100 Subject: [PATCH 2038/2259] productCommit.txt data order change --- src/redist/targets/GenerateBundledVersions.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 61e930792..843a141e6 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -28,7 +28,7 @@ + Content="$(BUILD_SOURCEVERSION)%0A$(PackageVersion)" /> From e48b81f37e76a6d8180e46276845ecc3dc1c4b83 Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Fri, 27 Mar 2020 13:49:29 +0100 Subject: [PATCH 2039/2259] Generating a productCommit for each rid --- eng/Publishing.props | 2 +- src/redist/targets/GenerateBundledVersions.targets | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 73aa46610..c9c74f54e 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -43,7 +43,7 @@ - + diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 843a141e6..ac64ee489 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -27,7 +27,7 @@ Content="$(PackageVersion)" /> From 819cc4834b92a3ad54d11a700f3beaf39a9adbc5 Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Fri, 27 Mar 2020 16:17:22 +0100 Subject: [PATCH 2040/2259] Used builtin write-to-file task --- .../targets/GenerateBundledVersions.targets | 37 ++++++------------- 1 file changed, 11 insertions(+), 26 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index ac64ee489..6a1f612d4 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -1,34 +1,19 @@ - - - - - - - - - var dir = System.IO.Path.GetDirectoryName(Path); - if(!string.IsNullOrEmpty(dir)) - System.IO.Directory.CreateDirectory(dir); - System.IO.File.WriteAllText(Path, Content); - - - - - - - + + + From 5d76891b2de30470ebafd85f577c99b8c4b8bbf1 Mon Sep 17 00:00:00 2001 From: Sarah Oslund Date: Fri, 27 Mar 2020 08:51:50 -0700 Subject: [PATCH 2041/2259] Updating DefaultRuntimeFrameworkVersion property names --- .../targets/GenerateBundledVersions.targets | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 4b6d661b1..6dc0328d3 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -86,13 +86,13 @@ Generate default runtime framework versions --> - + - + - + @@ -172,7 +172,7 @@ Copyright (c) .NET Foundation. All rights reserved. Date: Fri, 27 Mar 2020 11:11:05 -0700 Subject: [PATCH 2042/2259] Changing test project creation to using test asset instead of new command --- ...venUsingDefaultRuntimeFrameworkVersions.cs | 34 ++++++++++--------- 1 file changed, 18 insertions(+), 16 deletions(-) diff --git a/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs b/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs index e456096fc..c115ec918 100644 --- a/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs +++ b/test/EndToEnd/GivenUsingDefaultRuntimeFrameworkVersions.cs @@ -3,7 +3,6 @@ using System.IO; using System.Linq; using System.Xml.Linq; using FluentAssertions; -using Microsoft.DotNet.TestFramework; using Microsoft.DotNet.Tools.Test.Utilities; using NuGet.Versioning; using Xunit; @@ -20,18 +19,16 @@ namespace EndToEnd [Fact] public void DefaultRuntimeVersionsAreUpToDate() { - var directory = TestAssets.CreateTestDirectory(); - string projectDirectory = directory.FullName; var outputFile = "resolvedVersions.txt"; + var testProjectCreator = new TestProjectCreator() + { + PackageName = "DefaultRuntimeVersionsAreUpToDate", + MinorVersion = "3.0" + }; + var testProject = testProjectCreator.Create(); - new NewCommandShim() - .WithWorkingDirectory(projectDirectory) - .Execute("console --no-restore") - .Should().Pass(); - - var projectFile = new DirectoryInfo(projectDirectory).GetFiles("*.csproj").First().FullName; + var projectFile = new DirectoryInfo(testProject.Root.FullName).GetFiles("*.csproj").First().FullName; var project = XDocument.Load(projectFile); - var ns = project.Root.Name.Namespace; string writeResolvedVersionsTarget = @$" @@ -44,18 +41,23 @@ namespace EndToEnd "; writeResolvedVersionsTarget = writeResolvedVersionsTarget.Replace('`', '"'); - project.Root.Add(XElement.Parse(writeResolvedVersionsTarget)); + var targetElement = XElement.Parse(writeResolvedVersionsTarget); + var ns = project.Root.Name.Namespace; + foreach (var elem in targetElement.Descendants()) + elem.Name = ns + elem.Name.LocalName; + targetElement.Name = ns + targetElement.Name.LocalName; + project.Root.Add(targetElement); using (var file = File.CreateText(projectFile)) { project.Save(file); } - new BuildCommand() - .WithWorkingDirectory(projectDirectory) - .Execute() - .Should().Pass(); + new RestoreCommand() + .WithWorkingDirectory(testProject.Root.FullName) + .Execute() + .Should().Pass(); - var binDirectory = new DirectoryInfo(projectDirectory).Sub("bin").Sub("Debug").GetDirectories().FirstOrDefault(); + var binDirectory = new DirectoryInfo(testProject.Root.FullName).Sub("bin").Sub("Debug").GetDirectories().FirstOrDefault(); binDirectory.Should().HaveFilesMatching(outputFile, SearchOption.TopDirectoryOnly); var resolvedVersionsFile = File.ReadAllLines(Path.Combine(binDirectory.FullName, outputFile)); foreach (var framework in frameworks) From 61488d76f803b57133a7f0a21092f91b02666643 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2020 18:26:18 +0000 Subject: [PATCH 2043/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200327.1 (#6957) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20177.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9a9511f58..f575d2ad6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 35d7da843aabf2f8ef74a1cc57843893cc70f9cc + 18a196bcefd34104b888b4361d7dd9354f0db4b3 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 79556f0dc..077652591 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview4.20176.14 + 3.2.0-preview4.20177.1 From 5b42d6b919a3ca15410c82a2f00363f12c37662d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2020 18:51:07 +0000 Subject: [PATCH 2044/2259] Update dependencies from https://github.com/dotnet/test-templates build 20200326.1 (#6958) - Microsoft.DotNet.Test.ProjectTemplates.2.1 - 1.0.2-beta4.20176.1 - Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.20176.1 - Microsoft.DotNet.Test.ProjectTemplates.5.0 - 1.0.2-beta4.20176.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bb0376cc3..a4145bb57 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,17 +67,17 @@ https://github.com/dotnet/aspnetcore f6897a5bb7ca767df8eb465bf15b193c878fffbf - + https://github.com/dotnet/test-templates - e8e924b5937e75ab3049d57cb5fb196ea2e3332c + 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/test-templates - e8e924b5937e75ab3049d57cb5fb196ea2e3332c + 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/test-templates - e8e924b5937e75ab3049d57cb5fb196ea2e3332c + 2720fcade72d709a5d2fe80d0b80fbdac54213f6 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index c5934d96e..5f524cef6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 1.0.2-beta4.20162.1 + 1.0.2-beta4.20176.1 @@ -99,7 +99,7 @@ 1.7.1 3.1.2 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) - 1.0.2-beta4.20162.1 + 1.0.2-beta4.20176.1 3.1.2 4.8.0-rc2.19462.10 @@ -113,7 +113,7 @@ 1.5.3 1.0.2-beta3 $(MicrosoftDotNetCommonItemTemplates21PackageVersion) - 1.0.2-beta4.20126.1 + 1.0.2-beta4.20176.1 2.1.14 From c05ee1730fa6a6378e6fee572273689091b8f32a Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Fri, 27 Mar 2020 21:23:48 +0100 Subject: [PATCH 2045/2259] Updated commit hash links --- README.md | 62 +++++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 44 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 26706a26a..e980695ea 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( | **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1XX-preview2]][rhel-6-version-5.0.1XX-preview2]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview2] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview2] | [![][rhel-6-badge-5.0.1XX-preview1]][rhel-6-version-5.0.1XX-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview1] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
                                                          [tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | | **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview2]][linux-musl-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview2] | [![][linux-musl-badge-5.0.1XX-preview1]][linux-musl-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview1] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
                                                          [tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | | **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | **N/A** | **N/A** | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
                                                          [zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
                                                          [zip][win-arm64-zip-master] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | | **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | **N/A** | **N/A** | [![][freebsd-x64-badge-3.1.3XX]][freebsd-x64-version-3.1.3XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.3XX] - [Checksum][freebsd-x64-zip-checksum-3.1.3XX] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | | **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | @@ -71,14 +72,14 @@ Reference notes: .NET Core SDK 2.x downloads can be found here: [.NET Core SDK 2.x Installers and Binaries](Downloads2.x.md) [win-x64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_x64_Release_version_badge.svg -[win-x64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[win-x64-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-win-x64.txt [win-x64-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.exe [win-x64-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.exe.sha [win-x64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.zip.sha [win-x64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_x64_Release_version_badge.svg -[win-x64-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[win-x64-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-win-x64.txt [win-x64-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.exe [win-x64-installer-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.exe.sha [win-x64-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.zip @@ -120,14 +121,14 @@ Reference notes: [win-x64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x64.zip.sha [win-x86-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_x86_Release_version_badge.svg -[win-x86-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[win-x86-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-win-x86.txt [win-x86-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.exe [win-x86-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.exe.sha [win-x86-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.zip.sha [win-x86-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_x86_Release_version_badge.svg -[win-x86-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[win-x86-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-win-x86.txt [win-x86-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x86.exe [win-x86-installer-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x86.exe.sha [win-x86-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x86.zip @@ -169,14 +170,14 @@ Reference notes: [win-x86-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-x86.zip.sha [osx-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/osx_x64_Release_version_badge.svg -[osx-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[osx-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-osx-x64.txt [osx-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.pkg [osx-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.pkg.sha [osx-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha [osx-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/osx_x64_Release_version_badge.svg -[osx-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[osx-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-osx-x64.txt [osx-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-osx-x64.pkg [osx-installer-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-osx-x64.pkg.sha [osx-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-osx-x64.tar.gz @@ -218,7 +219,7 @@ Reference notes: [osx-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-osx-x64.tar.gz.sha [linux-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_x64_Release_version_badge.svg -[linux-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[linux-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-linux-x64.txt [linux-DEB-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.deb [linux-DEB-installer-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.deb.sha [linux-RPM-installer-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-x64.rpm @@ -227,7 +228,7 @@ Reference notes: [linux-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-x64.tar.gz.sha [linux-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_x64_Release_version_badge.svg -[linux-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[linux-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-linux-x64.txt [linux-DEB-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-x64.deb [linux-DEB-installer-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-x64.deb.sha [linux-RPM-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-x64.rpm @@ -281,12 +282,12 @@ Reference notes: [linux-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-x64.tar.gz.sha [linux-arm-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_arm_Release_version_badge.svg -[linux-arm-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[linux-arm-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-linux-arm.txt [linux-arm-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm.tar.gz.sha [linux-arm-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_arm_Release_version_badge.svg -[linux-arm-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[linux-arm-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-linux-arm.txt [linux-arm-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm.tar.gz.sha @@ -316,12 +317,12 @@ Reference notes: [linux-arm-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm.tar.gz.sha [linux-arm64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_arm64_Release_version_badge.svg -[linux-arm64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[linux-arm64-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-linux-arm64.txt [linux-arm64-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha [linux-arm64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_arm64_Release_version_badge.svg -[linux-arm64-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[linux-arm64-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-linux-arm64.txt [linux-arm64-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha @@ -351,12 +352,12 @@ Reference notes: [linux-arm64-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-arm64.tar.gz.sha [rhel-6-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[rhel-6-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-rhel.6-x64.txt [rhel-6-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha [rhel-6-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[rhel-6-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-rhel.6-x64.txt [rhel-6-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha @@ -386,12 +387,12 @@ Reference notes: [rhel-6-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha [linux-musl-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[linux-musl-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-linux-musl-x64.txt [linux-musl-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha [linux-musl-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1XX-preview2]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview2/latest.version +[linux-musl-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-linux-musl-x64.txt [linux-musl-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha @@ -421,7 +422,7 @@ Reference notes: [linux-musl-targz-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha [win-arm-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_arm_Release_version_badge.svg -[win-arm-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[win-arm-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-win-arm.txt [win-arm-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm.zip.sha @@ -445,8 +446,33 @@ Reference notes: [win-arm-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip [win-arm-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm.zip.sha +[win-arm64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-win-arm64.txt +[win-arm64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm64.zip.sha + +[win-arm64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_arm64_Release_version_badge.svg +[win-arm64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version +[win-arm64-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-arm64.zip +[win-arm64-zip-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-arm64.zip.sha + +[win-arm64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_arm64_Release_version_badge.svg +[win-arm64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version +[win-arm64-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm64.zip +[win-arm64-zip-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm64.zip.sha + +[win-arm64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_arm64_Release_version_badge.svg +[win-arm64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version +[win-arm64-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-arm64.zip +[win-arm64-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-arm64.zip.sha + +[win-arm64-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/win_arm64_Release_version_badge.svg +[win-arm64-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version +[win-arm64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm64.zip +[win-arm64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm64.zip.sha + [freebsd-x64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-master]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/master/latest.version +[freebsd-x64-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-freebsd-x64.txt [freebsd-x64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-freebsd-x64.tar.gz [freebsd-x64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-freebsd-x64.tar.gz.sha From fc4f419efb411f3f7e139253e93221f701851976 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2020 23:11:46 +0000 Subject: [PATCH 2046/2259] [release/3.1.3xx] Update dependencies from dotnet/aspnetcore (#6963) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200328.3 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20178.3 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200328.7 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20178.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f575d2ad6..41205b117 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc
                                                          - + https://github.com/dotnet/aspnetcore - 18a196bcefd34104b888b4361d7dd9354f0db4b3 + 56b944f46cac1f1f880c26e9ae64b2abf6570367 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 077652591..e11941447 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview4.20177.1 + 3.2.0-preview4.20178.7 From 68ac4f8c3b93d0b2db027d39a40314aceb5707db Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2020 00:12:47 +0000 Subject: [PATCH 2047/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200328.8 (#6964) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20178.8 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 41205b117..4bcf46b5b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 56b944f46cac1f1f880c26e9ae64b2abf6570367 + 07b12fe0bc63c066a0b079a0b2ca4dae6717ccf5 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index e11941447..a67325d83 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview4.20178.7 + 3.2.0-preview4.20178.8 From 61617995b5a24e6f8b2728e84ea9cb1261965c40 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2020 23:46:30 +0000 Subject: [PATCH 2048/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200329.4 (#6967) - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20179.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4bcf46b5b..bea729ee3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 07b12fe0bc63c066a0b079a0b2ca4dae6717ccf5 + 78534e59c1c185c0f86c028a25b5b0b244073d91 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index a67325d83..729c1568b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview4.20178.8 + 3.2.0-preview4.20179.4 From 3241fd92a7d8bf8d477cb858d7b39ac7ab947052 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 02:55:52 +0000 Subject: [PATCH 2049/2259] Update dependencies from https://github.com/dotnet/test-templates build 20200326.1 (#6954) - Microsoft.DotNet.Test.ProjectTemplates.3.1 - 1.0.2-beta4.20176.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bea729ee3..9935b639d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -69,9 +69,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/test-templates - 07c739a22eeb760e60322ac0989c998328fe0aa2 + 2720fcade72d709a5d2fe80d0b80fbdac54213f6 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 729c1568b..97ccb2b46 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -28,7 +28,7 @@ - 1.0.2-beta4.20079.1 + 1.0.2-beta4.20176.1 From 562176bf581c47825cc85412f6a6bbc6051734e7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 05:46:38 +0000 Subject: [PATCH 2050/2259] Update dependencies from https://github.com/dotnet/test-templates build 20200326.1 (#6952) - Microsoft.DotNet.Test.ProjectTemplates.5.0 - 1.0.2-beta4.20176.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8524918cd..bfe40ab5e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,9 +67,9 @@ https://github.com/dotnet/aspnetcore a2d8852186643561d783e5ea6c9bc65fc97810ce - + https://github.com/dotnet/test-templates - e8e924b5937e75ab3049d57cb5fb196ea2e3332c + 2720fcade72d709a5d2fe80d0b80fbdac54213f6 https://github.com/dotnet/templating diff --git a/eng/Versions.props b/eng/Versions.props index 1ceff42b7..151caa3a5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -29,7 +29,7 @@ - 1.0.2-beta4.20162.1 + 1.0.2-beta4.20176.1 From c1ce152d167b849351a130a021b1c2275880516a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 06:00:41 +0000 Subject: [PATCH 2051/2259] [release/3.1.3xx] Update dependencies from dotnet/core-setup (#6940) * Update dependencies from https://github.com/dotnet/core-setup build 20200326.1 - Microsoft.NETCore.App.Runtime.win-x64 - 3.1.4-servicing.20176.1 - Microsoft.NETCore.DotNetHostResolver - 3.1.4-servicing.20176.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.4-servicing.20176.1 - Microsoft.NETCore.App.Host.win-x64 - 3.1.4-servicing.20176.1 - Microsoft.NETCore.App.Internal - 3.1.4-servicing.20176.1 Dependency coherency updates - Microsoft.NETCore.Platforms - 3.1.1-servicing.20176.2 (parent: Microsoft.NetCore.App.Internal) - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-servicing.20127.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.3-servicing.20128.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/core-setup build 20200326.3 - Microsoft.NETCore.App.Runtime.win-x64 - 3.1.4-servicing.20176.3 - Microsoft.NETCore.DotNetHostResolver - 3.1.4-servicing.20176.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.4-servicing.20176.3 - Microsoft.NETCore.App.Host.win-x64 - 3.1.4-servicing.20176.3 - Microsoft.NETCore.App.Internal - 3.1.4-servicing.20176.3 Dependency coherency updates - Microsoft.NETCore.Platforms - 3.1.1-servicing.20176.2 (parent: Microsoft.NetCore.App.Internal) - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-servicing.20127.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.3-servicing.20128.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/core-setup build 20200326.4 - Microsoft.NETCore.App.Runtime.win-x64 - 3.1.4-servicing.20176.4 - Microsoft.NETCore.DotNetHostResolver - 3.1.4-servicing.20176.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 3.1.4-servicing.20176.4 - Microsoft.NETCore.App.Host.win-x64 - 3.1.4-servicing.20176.4 - Microsoft.NETCore.App.Internal - 3.1.4-servicing.20176.4 Dependency coherency updates - Microsoft.NETCore.Platforms - 3.1.1-servicing.20176.6 (parent: Microsoft.NetCore.App.Internal) - Microsoft.Dotnet.WinForms.ProjectTemplates - 4.8.1-servicing.20127.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 3.1.3-servicing.20128.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- NuGet.config | 1 - eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 16 ++++++++-------- 3 files changed, 24 insertions(+), 25 deletions(-) diff --git a/NuGet.config b/NuGet.config index 3a3d36a3b..b484be09f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9935b639d..4d4cb824e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,25 +1,25 @@ - + https://github.com/dotnet/core-setup - 916b5cba268e1e1e803243004f4276cf40b2dda8 + 08b96bae4b5127c9ab110182fdd51e6a045803cf - + https://github.com/dotnet/core-setup - 916b5cba268e1e1e803243004f4276cf40b2dda8 + 08b96bae4b5127c9ab110182fdd51e6a045803cf - + https://github.com/dotnet/core-setup - 916b5cba268e1e1e803243004f4276cf40b2dda8 + 08b96bae4b5127c9ab110182fdd51e6a045803cf - + https://github.com/dotnet/core-setup - 916b5cba268e1e1e803243004f4276cf40b2dda8 + 08b96bae4b5127c9ab110182fdd51e6a045803cf - + https://github.com/dotnet/core-setup - 916b5cba268e1e1e803243004f4276cf40b2dda8 + 08b96bae4b5127c9ab110182fdd51e6a045803cf @@ -37,9 +37,9 @@ https://github.com/dotnet/core-setup 65f04fb6db7a5e198d05dbebd5c4ad21eb018f89 - + https://github.com/dotnet/corefx - 0f7f38c4fd323b26da10cce95f857f77f0f09b48 + 78ef3883a0a2ca585ebf9392c2ee6897d611cfe7 https://github.com/dotnet/aspnetcore @@ -90,13 +90,13 @@ eedc14af13bc1fdc6f4a6db3b3583ef5e40cb82e - + https://github.com/dotnet/winforms - 9483a88b7764a74d71cbd449de6c56c1d5e0af21 + 8b60caf6234fd40d51f2593dbaa474e1ffab0bff - + https://github.com/dotnet/wpf - 589ace3c9fdfa0f1ea1640b82304a6a7ac597871 + b8c0f1ed4a1cd2cdd8dcbebc5ccff99993d4c3dd diff --git a/eng/Versions.props b/eng/Versions.props index 97ccb2b46..df87ccbca 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -16,11 +16,11 @@ - 4.8.1-servicing.19605.5 + 4.8.1-servicing.20127.4 - 3.1.2-servicing.20066.4 + 3.1.3-servicing.20128.4 @@ -58,16 +58,16 @@ - 3.1.0 + 3.1.1-servicing.20176.6 - 3.1.2-servicing.20067.4 - 3.1.2 - 3.1.2 + 3.1.4-servicing.20176.4 + 3.1.4-servicing.20176.4 + 3.1.4-servicing.20176.4 3.1.0 - 3.1.2 - 3.1.2 + 3.1.4-servicing.20176.4 + 3.1.4-servicing.20176.4 3.1.0 2.1.0 From 85848de9a3c32d6bf41822b782b687292f1c6d09 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 09:17:08 +0000 Subject: [PATCH 2052/2259] [master] Update dependencies from dotnet/windowsdesktop (#6953) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200327.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20177.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20177.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20177.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20177.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200329.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20179.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20179.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20179.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20179.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20179.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200330.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20180.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20180.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20180.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20179.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20179.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bfe40ab5e..4489bafba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 31bdc30147ec1e87563413a00ae83aa6576c611d + 434e336967511b5fa3802e8db4a7657b292ac237 - + https://github.com/dotnet/windowsdesktop - 31bdc30147ec1e87563413a00ae83aa6576c611d + 434e336967511b5fa3802e8db4a7657b292ac237 - + https://github.com/dotnet/windowsdesktop - 31bdc30147ec1e87563413a00ae83aa6576c611d + 434e336967511b5fa3802e8db4a7657b292ac237 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - c6c705929b56ab5a8a029a8dc7a4dfba9c5b53cc + 91218ab4f6764bf278f7167c76399537b50d1e26 - + https://github.com/dotnet/wpf - 85c709e38f3119b1ae7cceea5df2761d5995e427 + 20ac8b6b0be897fb0ece837eb517b21405b26ab2 diff --git a/eng/Versions.props b/eng/Versions.props index 151caa3a5..ff1583385 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20176.1 + 5.0.0-preview.3.20179.2 - 5.0.0-preview.3.20176.2 + 5.0.0-preview.3.20179.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20176.2 - 5.0.0-preview.3.20176.2 - 5.0.0-preview.3.20176.2 + 5.0.0-preview.3.20180.1 + 5.0.0-preview.3.20180.1 + 5.0.0-preview.3.20180.1 From d57eda3e131fe3e2b700ab2389c4f049c0ada79b Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Mon, 30 Mar 2020 17:38:57 +0200 Subject: [PATCH 2053/2259] Added win-arm64 links for 5.0.1xx-preview2 --- README.md | 49 +++++++++++++++++++++++++++---------------------- 1 file changed, 27 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index e980695ea..9d8f22a5e 100644 --- a/README.md +++ b/README.md @@ -59,9 +59,9 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( | **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-preview2]][linux-arm64-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview2] | [![][linux-arm64-badge-5.0.1XX-preview1]][linux-arm64-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview1] | [![][linux-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
                                                          [tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | | **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1XX-preview2]][rhel-6-version-5.0.1XX-preview2]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview2] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview2] | [![][rhel-6-badge-5.0.1XX-preview1]][rhel-6-version-5.0.1XX-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview1] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
                                                          [tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | | **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview2]][linux-musl-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview2] | [![][linux-musl-badge-5.0.1XX-preview1]][linux-musl-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview1] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
                                                          [tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | **N/A** | **N/A** | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
                                                          [zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | -| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
                                                          [zip][win-arm64-zip-master] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | -| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | **N/A** | **N/A** | [![][freebsd-x64-badge-3.1.3XX]][freebsd-x64-version-3.1.3XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.3XX] - [Checksum][freebsd-x64-zip-checksum-3.1.3XX] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1XX-preview2]][win-arm-version-5.0.1XX-preview2]
                                                          [zip][win-arm-zip-5.0.1XX-preview2] - [Checksum][win-arm-zip-checksum-5.0.1XX-preview2] | [![][win-arm-badge-5.0.1XX-preview1]][win-arm-version-5.0.1XX-preview1]
                                                          [zip][win-arm-zip-5.0.1XX-preview1] - [Checksum][win-arm-zip-checksum-5.0.1XX-preview1] | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
                                                          [zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
                                                          [zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-preview2]][win-arm64-version-5.0.1XX-preview2]
                                                          [zip][win-arm64-zip-5.0.1XX-preview2] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | +| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | [![][freebsd-x64-badge-5.0.1XX-preview2]][freebsd-x64-version-5.0.1XX-preview2]
                                                          [tar.gz][freebsd-x64-zip-5.0.1XX-preview2] - [Checksum][freebsd-x64-zip-checksum-5.0.1XX-preview2] | [![][freebsd-x64-badge-5.0.1XX-preview1]][freebsd-x64-version-5.0.1XX-preview1]
                                                          [tar.gz][freebsd-x64-zip-5.0.1XX-preview1] - [Checksum][freebsd-x64-zip-checksum-5.0.1XX-preview1] | [![][freebsd-x64-badge-3.1.3XX]][freebsd-x64-version-3.1.3XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.3XX] - [Checksum][freebsd-x64-zip-checksum-3.1.3XX] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | | **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | Reference notes: @@ -426,6 +426,16 @@ Reference notes: [win-arm-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-arm.zip.sha + +[win-arm-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version +[win-arm-zip-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-arm.zip +[win-arm-zip-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-arm.zip.sha + [win-arm-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [win-arm-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-arm.zip @@ -451,31 +461,26 @@ Reference notes: [win-arm64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm64.zip.sha -[win-arm64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_arm64_Release_version_badge.svg -[win-arm64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version -[win-arm64-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-arm64.zip -[win-arm64-zip-checksum-3.1.3XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-arm64.zip.sha - -[win-arm64-badge-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/win_arm64_Release_version_badge.svg -[win-arm64-version-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/latest.version -[win-arm64-zip-3.1.2XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm64.zip -[win-arm64-zip-checksum-3.1.2XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.2xx/dotnet-sdk-latest-win-arm64.zip.sha - -[win-arm64-badge-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/win_arm64_Release_version_badge.svg -[win-arm64-version-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/latest.version -[win-arm64-zip-3.1.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-arm64.zip -[win-arm64-zip-checksum-3.1.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.1.1xx/dotnet-sdk-latest-win-arm64.zip.sha - -[win-arm64-badge-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/win_arm64_Release_version_badge.svg -[win-arm64-version-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/latest.version -[win-arm64-zip-3.0.1XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm64.zip -[win-arm64-zip-checksum-3.0.1XX]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/3.0.1xx/dotnet-sdk-latest-win-arm64.zip.sha +[win-arm64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-win-arm64.txt +[win-arm64-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-arm64.zip.sha [freebsd-x64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-freebsd-x64.txt [freebsd-x64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-freebsd-x64.tar.gz [freebsd-x64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-freebsd-x64.tar.gz.sha +[freebsd-x64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/freebsd_x64_Release_version_badge.svg +[freebsd-x64-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-freebsd-x64.txt +[freebsd-x64-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-freebsd-x64.tar.gz +[freebsd-x64-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-freebsd-x64.tar.gz.sha + +[freebsd-x64-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/freebsd_x64_Release_version_badge.svg +[freebsd-x64-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version +[freebsd-x64-zip-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-freebsd-x64.tar.gz +[freebsd-x64-zip-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-freebsd-x64.tar.gz.sha + [freebsd-x64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [freebsd-x64-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-freebsd-x64.tar.gz From 048e590ca2e446b39b8be7f8a0f9af343a1ab381 Mon Sep 17 00:00:00 2001 From: William Li Date: Mon, 30 Mar 2020 11:56:19 -0700 Subject: [PATCH 2054/2259] Add docker pull retry (#6968) --- eng/dockerrun.sh | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/eng/dockerrun.sh b/eng/dockerrun.sh index 762e177a7..819858ea2 100755 --- a/eng/dockerrun.sh +++ b/eng/dockerrun.sh @@ -99,9 +99,30 @@ fi # VSO [ ! -z "$BUILD_BUILDID" ] && DOTNET_BUILD_CONTAINER_NAME="$BUILD_BUILDID" +function retry { + local max_count=$1 + shift + + local count=0 + until "$@"; do + exit=$? + wait=$((2 ** $count)) + count=$(($count + 1)) + if [[ ${count} -lt ${max_count} ]]; then + echo "Retry $count/$max_count returned $exit, wait $wait seconds..." + sleep ${wait} + else + echo "Retry $count/$max_count returned $exit." + return ${exit} + fi + done + return 0 +} + # Build the docker container (will be fast if it is already built) +# with retry since docker pull has high failure rate echo "Building Docker Container using Dockerfile: $DOCKERFILE" -docker build --build-arg WORK_DIR=$DOCKER_HOST_SHARE_DIR --build-arg USER_ID=$(id -u) -t $DOTNET_BUILD_CONTAINER_TAG $DOCKERFILE +retry 10 docker build --build-arg WORK_DIR=$DOCKER_HOST_SHARE_DIR --build-arg USER_ID=$(id -u) -t $DOTNET_BUILD_CONTAINER_TAG $DOCKERFILE 2>&1 # Run the build in the container echo "Launching build in Docker Container" From 5a9b32979933c50dd64ad015ee6d49c1c537faf2 Mon Sep 17 00:00:00 2001 From: William Li Date: Mon, 30 Mar 2020 11:56:33 -0700 Subject: [PATCH 2055/2259] Add docker pull retry (#6971) --- eng/dockerrun.sh | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/eng/dockerrun.sh b/eng/dockerrun.sh index 762e177a7..819858ea2 100755 --- a/eng/dockerrun.sh +++ b/eng/dockerrun.sh @@ -99,9 +99,30 @@ fi # VSO [ ! -z "$BUILD_BUILDID" ] && DOTNET_BUILD_CONTAINER_NAME="$BUILD_BUILDID" +function retry { + local max_count=$1 + shift + + local count=0 + until "$@"; do + exit=$? + wait=$((2 ** $count)) + count=$(($count + 1)) + if [[ ${count} -lt ${max_count} ]]; then + echo "Retry $count/$max_count returned $exit, wait $wait seconds..." + sleep ${wait} + else + echo "Retry $count/$max_count returned $exit." + return ${exit} + fi + done + return 0 +} + # Build the docker container (will be fast if it is already built) +# with retry since docker pull has high failure rate echo "Building Docker Container using Dockerfile: $DOCKERFILE" -docker build --build-arg WORK_DIR=$DOCKER_HOST_SHARE_DIR --build-arg USER_ID=$(id -u) -t $DOTNET_BUILD_CONTAINER_TAG $DOCKERFILE +retry 10 docker build --build-arg WORK_DIR=$DOCKER_HOST_SHARE_DIR --build-arg USER_ID=$(id -u) -t $DOTNET_BUILD_CONTAINER_TAG $DOCKERFILE 2>&1 # Run the build in the container echo "Launching build in Docker Container" From 0e7109c16e2685f92adf25143e61e317e017dca9 Mon Sep 17 00:00:00 2001 From: Sarah Oslund Date: Mon, 30 Mar 2020 14:28:22 -0700 Subject: [PATCH 2056/2259] Adding crossgen support for win-arm64 builds --- src/redist/targets/Crossgen.targets | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index 08f81dae7..b33431c73 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -1,6 +1,6 @@ @@ -17,6 +17,7 @@ $(RedistLayoutPath)shared/$(SharedFrameworkName)/$(MicrosoftNETCoreAppRuntimePackageVersion) * x86 + amd64 From 7dbdcf0096bbaba2c5614342eca93ecb37ddc44d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2020 23:56:52 +0000 Subject: [PATCH 2057/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200330.2 (#6980) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20180.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20180.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20180.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20180.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4489bafba..6c097cba7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 434e336967511b5fa3802e8db4a7657b292ac237 + 77e63215edf5458c1873b42a00ca6ab8935fa705 - + https://github.com/dotnet/windowsdesktop - 434e336967511b5fa3802e8db4a7657b292ac237 + 77e63215edf5458c1873b42a00ca6ab8935fa705 - + https://github.com/dotnet/windowsdesktop - 434e336967511b5fa3802e8db4a7657b292ac237 + 77e63215edf5458c1873b42a00ca6ab8935fa705 https://github.com/dotnet/runtime @@ -88,9 +88,9 @@ https://github.com/dotnet/winforms 91218ab4f6764bf278f7167c76399537b50d1e26 - + https://github.com/dotnet/wpf - 20ac8b6b0be897fb0ece837eb517b21405b26ab2 + b6fd7a3815bd0013f3d45cfa8e8cd7be4a1fedce diff --git a/eng/Versions.props b/eng/Versions.props index ff1583385..d10665b94 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@
                                                          - 5.0.0-preview.3.20179.2 + 5.0.0-preview.3.20180.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20180.1 - 5.0.0-preview.3.20180.1 - 5.0.0-preview.3.20180.1 + 5.0.0-preview.3.20180.2 + 5.0.0-preview.3.20180.2 + 5.0.0-preview.3.20180.2 From f181bff63ae0e1e66d0032417aeedfe120752fbd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 02:43:50 +0000 Subject: [PATCH 2058/2259] Update dependencies from https://github.com/dotnet/sdk build 20200330.7 (#6982) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.2.20180.7 - Microsoft.NET.Sdk - 5.0.100-preview.2.20180.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a4145bb57..57f413afd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -83,13 +83,13 @@ https://github.com/dotnet/templating 7e732bccfebe0cf51138d4368b98c2ab11e168f7
                                                          - + https://github.com/dotnet/sdk - 09cfa5216b4c80af4268db61d8e7b3432a25451f + 1e94ae81b1e20d5a06a9b8efb123a902dc9ee5cf - + https://github.com/dotnet/sdk - 09cfa5216b4c80af4268db61d8e7b3432a25451f + 1e94ae81b1e20d5a06a9b8efb123a902dc9ee5cf diff --git a/eng/Versions.props b/eng/Versions.props index 5f524cef6..f6b7013f0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.2.20176.4 - 5.0.100-preview.2.20176.4 + 5.0.100-preview.2.20180.7 + 5.0.100-preview.2.20180.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 55220e5ddd3f1b1ff628e3660a7d23f32994fc25 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 04:32:28 +0000 Subject: [PATCH 2059/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200330.5 (#6983) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20180.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20180.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20180.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20180.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20180.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6c097cba7..6dc1b156e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 77e63215edf5458c1873b42a00ca6ab8935fa705 + 750598834bd02b0d8d92fb9502a9ddde7cfc8b7c - + https://github.com/dotnet/windowsdesktop - 77e63215edf5458c1873b42a00ca6ab8935fa705 + 750598834bd02b0d8d92fb9502a9ddde7cfc8b7c - + https://github.com/dotnet/windowsdesktop - 77e63215edf5458c1873b42a00ca6ab8935fa705 + 750598834bd02b0d8d92fb9502a9ddde7cfc8b7c https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - 91218ab4f6764bf278f7167c76399537b50d1e26 + 8138bd0e8bd045589aa735ee1501acec40923eb6 - + https://github.com/dotnet/wpf - b6fd7a3815bd0013f3d45cfa8e8cd7be4a1fedce + 93d2210d7ba4440f8aecbcf9a9587acb796d72b8 diff --git a/eng/Versions.props b/eng/Versions.props index d10665b94..d831c8b13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20179.2 + 5.0.0-preview.3.20180.1 - 5.0.0-preview.3.20180.2 + 5.0.0-preview.3.20180.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20180.2 - 5.0.0-preview.3.20180.2 - 5.0.0-preview.3.20180.2 + 5.0.0-preview.3.20180.5 + 5.0.0-preview.3.20180.5 + 5.0.0-preview.3.20180.5 From 3260e9372b6fc24bf8f89e8aac47d75180ca9ad6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 06:02:17 +0000 Subject: [PATCH 2060/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200330.6 (#6984) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20180.6 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20180.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20180.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20180.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20180.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6dc1b156e..fa933a8fe 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 750598834bd02b0d8d92fb9502a9ddde7cfc8b7c + 7704f84fd0aa3414b5d51e9baa48488ec84eceab - + https://github.com/dotnet/windowsdesktop - 750598834bd02b0d8d92fb9502a9ddde7cfc8b7c + 7704f84fd0aa3414b5d51e9baa48488ec84eceab - + https://github.com/dotnet/windowsdesktop - 750598834bd02b0d8d92fb9502a9ddde7cfc8b7c + 7704f84fd0aa3414b5d51e9baa48488ec84eceab https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - 8138bd0e8bd045589aa735ee1501acec40923eb6 + 41d3c81e01267c347a5e51ff55f7dbdb33c25cba - + https://github.com/dotnet/wpf - 93d2210d7ba4440f8aecbcf9a9587acb796d72b8 + b647a253203fb7b0acf20c5771fd838cdb8c6d6e diff --git a/eng/Versions.props b/eng/Versions.props index d831c8b13..71e3cd537 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20180.1 + 5.0.0-preview.3.20180.3 - 5.0.0-preview.3.20180.4 + 5.0.0-preview.4.20180.6 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20180.5 - 5.0.0-preview.3.20180.5 - 5.0.0-preview.3.20180.5 + 5.0.0-preview.3.20180.6 + 5.0.0-preview.3.20180.6 + 5.0.0-preview.3.20180.6 From 7f0b7543a27fbed67556e36303ff39fa3c2a2099 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 07:21:06 +0000 Subject: [PATCH 2061/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200330.7 (#6985) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20180.7 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20180.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20180.7 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20180.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20180.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa933a8fe..f5a8f69cf 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7704f84fd0aa3414b5d51e9baa48488ec84eceab + b540602bbcd502f16c663ad84e3162907bac8216 - + https://github.com/dotnet/windowsdesktop - 7704f84fd0aa3414b5d51e9baa48488ec84eceab + b540602bbcd502f16c663ad84e3162907bac8216 - + https://github.com/dotnet/windowsdesktop - 7704f84fd0aa3414b5d51e9baa48488ec84eceab + b540602bbcd502f16c663ad84e3162907bac8216 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - 41d3c81e01267c347a5e51ff55f7dbdb33c25cba + cf98008886b999206fd4de4666b1e4b904577f4f - + https://github.com/dotnet/wpf - b647a253203fb7b0acf20c5771fd838cdb8c6d6e + 1283ba2a8dff8235ef239619542af858d5c119c6 diff --git a/eng/Versions.props b/eng/Versions.props index 71e3cd537..e4f7c6608 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20180.3 + 5.0.0-preview.4.20180.4 - 5.0.0-preview.4.20180.6 + 5.0.0-preview.4.20180.7 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20180.6 - 5.0.0-preview.3.20180.6 - 5.0.0-preview.3.20180.6 + 5.0.0-preview.3.20180.7 + 5.0.0-preview.3.20180.7 + 5.0.0-preview.3.20180.7 From 45226d80007dec4f93f354527011c7aaea3389a6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 08:19:32 +0000 Subject: [PATCH 2062/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200330.8 (#6986) - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20180.8 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20180.8 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20180.8 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5a8f69cf..b9bb476fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b540602bbcd502f16c663ad84e3162907bac8216 + 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/windowsdesktop - b540602bbcd502f16c663ad84e3162907bac8216 + 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/windowsdesktop - b540602bbcd502f16c663ad84e3162907bac8216 + 782ad0dc9914821cc2ad1b9c8de6630a044d3576 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index e4f7c6608..768a7b592 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20180.7 - 5.0.0-preview.3.20180.7 - 5.0.0-preview.3.20180.7 + 5.0.0-preview.4.20180.8 + 5.0.0-preview.4.20180.8 + 5.0.0-preview.4.20180.8 From ec316b6dd53e0cfe27d2ab17fa2a1149938658ff Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 13:04:58 +0000 Subject: [PATCH 2063/2259] Update dependencies from https://github.com/dotnet/arcade build 20200330.5 (#6987) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20180.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 +- eng/common/cross/build-rootfs.sh | 79 +++++++++++++------ eng/common/pipeline-logging-functions.ps1 | 6 +- eng/common/sdl/execute-all-sdl-tools.ps1 | 4 + eng/common/sdl/extract-artifact-packages.ps1 | 8 +- eng/common/sdl/init-sdl.ps1 | 6 +- eng/common/sdl/push-gdn.ps1 | 6 +- eng/common/sdl/run-sdl.ps1 | 8 +- .../templates/post-build/common-variables.yml | 6 +- .../templates/post-build/post-build.yml | 66 +++++++++++----- global.json | 2 +- 11 files changed, 136 insertions(+), 59 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b9bb476fd..5e17b2f7e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -100,9 +100,9 @@ - + https://github.com/dotnet/arcade - 7dbc907fa03eacf4c57f827cb4235d77b7ed4fcd + 09bb9d929120b402348c9a0e9c8c951e824059aa diff --git a/eng/common/cross/build-rootfs.sh b/eng/common/cross/build-rootfs.sh index a23f895ba..2cdd82d30 100755 --- a/eng/common/cross/build-rootfs.sh +++ b/eng/common/cross/build-rootfs.sh @@ -2,15 +2,16 @@ usage() { - echo "Usage: $0 [BuildArch] [LinuxCodeName] [lldbx.y] [--skipunmount] --rootfsdir ]" + echo "Usage: $0 [BuildArch] [CodeName] [lldbx.y] [--skipunmount] --rootfsdir ]" echo "BuildArch can be: arm(default), armel, arm64, x86" - echo "LinuxCodeName - optional, Code name for Linux, can be: trusty, xenial(default), zesty, bionic, alpine. If BuildArch is armel, LinuxCodeName is jessie(default) or tizen." - echo "lldbx.y - optional, LLDB version, can be: lldb3.9(default), lldb4.0, lldb5.0, lldb6.0 no-lldb. Ignored for alpine" + echo "CodeName - optional, Code name for Linux, can be: trusty, xenial(default), zesty, bionic, alpine. If BuildArch is armel, LinuxCodeName is jessie(default) or tizen." + echo " for FreeBSD can be: freebsd11 or freebsd12." + echo "lldbx.y - optional, LLDB version, can be: lldb3.9(default), lldb4.0, lldb5.0, lldb6.0 no-lldb. Ignored for alpine and FReeBSD" echo "--skipunmount - optional, will skip the unmount of rootfs folder." exit 1 } -__LinuxCodeName=xenial +__CodeName=xenial __CrossDir=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd ) __InitialDir=$PWD __BuildArch=arm @@ -53,6 +54,15 @@ __AlpinePackages+=" krb5-dev" __AlpinePackages+=" openssl-dev" __AlpinePackages+=" zlib-dev" +__FreeBSDBase="12.1-RELEASE" +__FreeBSDPkg="1.10.5" +__FreeBSDPackages="libunwind" +__FreeBSDPackages+=" icu" +__FreeBSDPackages+=" libinotify" +__FreeBSDPackages+=" lttng-ust" +__FreeBSDPackages+=" llvm-90" +__FreeBSDPackages+=" krb5" + __UnprocessedBuildArgs= while :; do if [ $# -le 0 ]; then @@ -81,7 +91,7 @@ while :; do __BuildArch=armel __UbuntuArch=armel __UbuntuRepo="http://ftp.debian.org/debian/" - __LinuxCodeName=jessie + __CodeName=jessie ;; x86) __BuildArch=x86 @@ -110,36 +120,36 @@ while :; do unset __LLDB_Package ;; trusty) # Ubuntu 14.04 - if [ "$__LinuxCodeName" != "jessie" ]; then - __LinuxCodeName=trusty + if [ "$__CodeName" != "jessie" ]; then + __CodeName=trusty fi ;; xenial) # Ubuntu 16.04 - if [ "$__LinuxCodeName" != "jessie" ]; then - __LinuxCodeName=xenial + if [ "$__CodeName" != "jessie" ]; then + __CodeName=xenial fi ;; zesty) # Ubuntu 17.04 - if [ "$__LinuxCodeName" != "jessie" ]; then - __LinuxCodeName=zesty + if [ "$__CodeName" != "jessie" ]; then + __CodeName=zesty fi ;; bionic) # Ubuntu 18.04 - if [ "$__LinuxCodeName" != "jessie" ]; then - __LinuxCodeName=bionic + if [ "$__CodeName" != "jessie" ]; then + __CodeName=bionic fi ;; jessie) # Debian 8 - __LinuxCodeName=jessie + __CodeName=jessie __UbuntuRepo="http://ftp.debian.org/debian/" ;; stretch) # Debian 9 - __LinuxCodeName=stretch + __CodeName=stretch __UbuntuRepo="http://ftp.debian.org/debian/" __LLDB_Package="liblldb-6.0-dev" ;; buster) # Debian 10 - __LinuxCodeName=buster + __CodeName=buster __UbuntuRepo="http://ftp.debian.org/debian/" __LLDB_Package="liblldb-6.0-dev" ;; @@ -149,14 +159,22 @@ while :; do usage; exit 1; fi - __LinuxCodeName= + __CodeName= __UbuntuRepo= __Tizen=tizen ;; alpine) - __LinuxCodeName=alpine + __CodeName=alpine __UbuntuRepo= ;; + freebsd11) + __FreeBSDBase="11.3-RELEASE" + ;& + freebsd12) + __CodeName=freebsd + __BuildArch=x64 + __SkipUnmount=1 + ;; --skipunmount) __SkipUnmount=1 ;; @@ -192,7 +210,7 @@ if [ -d "$__RootfsDir" ]; then rm -rf $__RootfsDir fi -if [[ "$__LinuxCodeName" == "alpine" ]]; then +if [[ "$__CodeName" == "alpine" ]]; then __ApkToolsVersion=2.9.1 __AlpineVersion=3.9 __ApkToolsDir=$(mktemp -d) @@ -218,9 +236,24 @@ if [[ "$__LinuxCodeName" == "alpine" ]]; then add $__AlpinePackagesEdgeTesting rm -r $__ApkToolsDir -elif [[ -n $__LinuxCodeName ]]; then - qemu-debootstrap --arch $__UbuntuArch $__LinuxCodeName $__RootfsDir $__UbuntuRepo - cp $__CrossDir/$__BuildArch/sources.list.$__LinuxCodeName $__RootfsDir/etc/apt/sources.list +elif [[ "$__CodeName" == "freebsd" ]]; then + mkdir -p $__RootfsDir/usr/local/etc + wget -O - https://download.freebsd.org/ftp/releases/amd64/${__FreeBSDBase}/base.txz | tar -C $__RootfsDir -Jxf - ./lib ./usr/lib ./usr/libdata ./usr/include ./usr/share/keys ./etc ./bin/freebsd-version + # For now, ask for 11 ABI even on 12. This can be revisited later. + echo "ABI = \"FreeBSD:11:amd64\"; FINGERPRINTS = \"${__RootfsDir}/usr/share/keys\"; REPOS_DIR = [\"${__RootfsDir}/etc/pkg\"]; REPO_AUTOUPDATE = NO; RUN_SCRIPTS = NO;" > ${__RootfsDir}/usr/local/etc/pkg.conf + echo "FreeBSD: { url: "pkg+http://pkg.FreeBSD.org/\${ABI}/quarterly", mirror_type: \"srv\", signature_type: \"fingerprints\", fingerprints: \"${__RootfsDir}/usr/share/keys/pkg\", enabled: yes }" > ${__RootfsDir}/etc/pkg/FreeBSD.conf + mkdir -p $__RootfsDir/tmp + # get and build package manager + wget -O - https://github.com/freebsd/pkg/archive/${__FreeBSDPkg}.tar.gz | tar -C $__RootfsDir/tmp -zxf - + cd $__RootfsDir/tmp/pkg-${__FreeBSDPkg} + ./autogen.sh && ./configure --prefix=$__RootfsDir/host && make install + rm -rf $__RootfsDir/tmp/pkg-${__FreeBSDPkg} + # install packages we need. + $__RootfsDir/host/sbin/pkg -r $__RootfsDir -C $__RootfsDir/usr/local/etc/pkg.conf update + $__RootfsDir/host/sbin/pkg -r $__RootfsDir -C $__RootfsDir/usr/local/etc/pkg.conf install --yes $__FreeBSDPackages +elif [[ -n $__CodeName ]]; then + qemu-debootstrap --arch $__UbuntuArch $__CodeName $__RootfsDir $__UbuntuRepo + cp $__CrossDir/$__BuildArch/sources.list.$__CodeName $__RootfsDir/etc/apt/sources.list chroot $__RootfsDir apt-get update chroot $__RootfsDir apt-get -f -y install chroot $__RootfsDir apt-get -y install $__UbuntuPackages @@ -230,7 +263,7 @@ elif [[ -n $__LinuxCodeName ]]; then umount $__RootfsDir/* fi - if [[ "$__BuildArch" == "arm" && "$__LinuxCodeName" == "trusty" ]]; then + if [[ "$__BuildArch" == "arm" && "$__CodeName" == "trusty" ]]; then pushd $__RootfsDir patch -p1 < $__CrossDir/$__BuildArch/trusty.patch patch -p1 < $__CrossDir/$__BuildArch/trusty-lttng-2.4.patch diff --git a/eng/common/pipeline-logging-functions.ps1 b/eng/common/pipeline-logging-functions.ps1 index 5042baebf..8484451f3 100644 --- a/eng/common/pipeline-logging-functions.ps1 +++ b/eng/common/pipeline-logging-functions.ps1 @@ -67,12 +67,12 @@ function Write-PipelineTaskError { } if(($Type -ne 'error') -and ($Type -ne 'warning')) { - Write-Host $Message - return + Write-Host $Message + return } $PSBoundParameters.Remove('Force') | Out-Null if(-not $PSBoundParameters.ContainsKey('Type')) { - $PSBoundParameters.Add('Type', 'error') + $PSBoundParameters.Add('Type', 'error') } Write-LogIssue @PSBoundParameters } diff --git a/eng/common/sdl/execute-all-sdl-tools.ps1 b/eng/common/sdl/execute-all-sdl-tools.ps1 index 9db582f27..b7f61f9a2 100644 --- a/eng/common/sdl/execute-all-sdl-tools.ps1 +++ b/eng/common/sdl/execute-all-sdl-tools.ps1 @@ -33,6 +33,10 @@ try { $disableConfigureToolsetImport = $true $LASTEXITCODE = 0 + # `tools.ps1` checks $ci to perform some actions. Since the SDL + # scripts don't necessarily execute in the same agent that run the + # build.ps1/sh script this variable isn't automatically set. + $ci = $true . $PSScriptRoot\..\tools.ps1 #Replace repo names to the format of org/repo diff --git a/eng/common/sdl/extract-artifact-packages.ps1 b/eng/common/sdl/extract-artifact-packages.ps1 index 3c9bf1067..9e5f3cb43 100644 --- a/eng/common/sdl/extract-artifact-packages.ps1 +++ b/eng/common/sdl/extract-artifact-packages.ps1 @@ -6,10 +6,6 @@ param( $ErrorActionPreference = 'Stop' Set-StrictMode -Version 2.0 -# `tools.ps1` checks $ci to perform some actions. Since the post-build -# scripts don't necessarily execute in the same agent that run the -# build.ps1/sh script this variable isn't automatically set. -$ci = $true $disableConfigureToolsetImport = $true function ExtractArtifacts { @@ -29,6 +25,10 @@ function ExtractArtifacts { } try { + # `tools.ps1` checks $ci to perform some actions. Since the SDL + # scripts don't necessarily execute in the same agent that run the + # build.ps1/sh script this variable isn't automatically set. + $ci = $true . $PSScriptRoot\..\tools.ps1 $ExtractPackage = { diff --git a/eng/common/sdl/init-sdl.ps1 b/eng/common/sdl/init-sdl.ps1 index 285f1ccdb..1a91bbbc5 100644 --- a/eng/common/sdl/init-sdl.ps1 +++ b/eng/common/sdl/init-sdl.ps1 @@ -12,6 +12,10 @@ Set-StrictMode -Version 2.0 $disableConfigureToolsetImport = $true $LASTEXITCODE = 0 +# `tools.ps1` checks $ci to perform some actions. Since the SDL +# scripts don't necessarily execute in the same agent that run the +# build.ps1/sh script this variable isn't automatically set. +$ci = $true . $PSScriptRoot\..\tools.ps1 # Don't display the console progress UI - it's a huge perf hit @@ -58,6 +62,6 @@ try { } catch { Write-Host $_.ScriptStackTrace - Write-PipelineTelemetryError -Category 'Sdl' -Message $_ + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message $_ ExitWithExitCode 1 } diff --git a/eng/common/sdl/push-gdn.ps1 b/eng/common/sdl/push-gdn.ps1 index 79d3d355c..d8fd2d82a 100644 --- a/eng/common/sdl/push-gdn.ps1 +++ b/eng/common/sdl/push-gdn.ps1 @@ -12,6 +12,10 @@ $disableConfigureToolsetImport = $true $LASTEXITCODE = 0 try { + # `tools.ps1` checks $ci to perform some actions. Since the SDL + # scripts don't necessarily execute in the same agent that run the + # build.ps1/sh script this variable isn't automatically set. + $ci = $true . $PSScriptRoot\..\tools.ps1 # We create the temp directory where we'll store the sdl-config repository @@ -62,4 +66,4 @@ catch { Write-Host $_.ScriptStackTrace Write-PipelineTelemetryError -Category 'Sdl' -Message $_ ExitWithExitCode 1 -} \ No newline at end of file +} diff --git a/eng/common/sdl/run-sdl.ps1 b/eng/common/sdl/run-sdl.ps1 index 40a084f79..fe95ab35a 100644 --- a/eng/common/sdl/run-sdl.ps1 +++ b/eng/common/sdl/run-sdl.ps1 @@ -16,6 +16,10 @@ $disableConfigureToolsetImport = $true $LASTEXITCODE = 0 try { + # `tools.ps1` checks $ci to perform some actions. Since the SDL + # scripts don't necessarily execute in the same agent that run the + # build.ps1/sh script this variable isn't automatically set. + $ci = $true . $PSScriptRoot\..\tools.ps1 # We store config files in the r directory of .gdn @@ -64,6 +68,6 @@ try { } catch { Write-Host $_.ScriptStackTrace - Write-PipelineTelemetryError -Category 'Sdl' -Message $_ + Write-PipelineTelemetryError -Force -Category 'Sdl' -Message $_ ExitWithExitCode 1 -} \ No newline at end of file +} diff --git a/eng/common/templates/post-build/common-variables.yml b/eng/common/templates/post-build/common-variables.yml index 61488fd76..867f37cd8 100644 --- a/eng/common/templates/post-build/common-variables.yml +++ b/eng/common/templates/post-build/common-variables.yml @@ -9,8 +9,8 @@ variables: - name: PublicDevRelease_31_Channel_Id value: 128 - # .NET Core 5 Dev - - name: NetCore_5_Dev_Channel_Id + # .NET 5 Dev + - name: Net_5_Dev_Channel_Id value: 131 # .NET Eng - Validation @@ -96,4 +96,4 @@ variables: - name: skipComponentGovernanceDetection value: true - name: runCodesignValidationInjection - value: false \ No newline at end of file + value: false diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index 7be5b0bfa..fbab4cb5d 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -27,7 +27,7 @@ parameters: # needs to be updated with the new channel ID NetEngLatestChannelId: 2 NetEngValidationChannelId: 9 - NetCoreDev5ChannelId: 131 + NetDev5ChannelId: 131 GeneralTestingChannelId: 529 NETCoreToolingDevChannelId: 548 NETCoreToolingReleaseChannelId: 549 @@ -35,8 +35,10 @@ parameters: NETCoreExperimentalChannelId: 562 NetEngServicesIntChannelId: 678 NetEngServicesProdChannelId: 679 - Net5Preview1ChannelId: 737 Net5Preview2ChannelId: 738 + Net5Preview3ChannelId: 739 + NetCoreSDK313xxChannelId: 759 + NetCoreSDK313xxInternalChannelId: 760 stages: - stage: Validate @@ -63,7 +65,7 @@ stages: inputs: filePath: $(Build.SourcesDirectory)/eng/common/post-build/check-channel-consistency.ps1 arguments: -PromoteToChannels "$(InitialChannels)[$(PromoteToMaestroChannelId)]" - -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetCoreDev5ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview1ChannelId}},${{parameters.Net5Preview2ChannelId}} + -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview2ChannelId}},${{parameters.Net5Preview3ChannelId}},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}} - job: displayName: NuGet Validation @@ -198,23 +200,9 @@ stages: publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} stageName: 'NetCore_Dev5_Publish' - channelName: '.NET Core 5 Dev' + channelName: '.NET 5 Dev' akaMSChannelName: 'net5/dev' - channelId: ${{ parameters.NetCoreDev5ChannelId }} - transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' - shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' - symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' - -- template: \eng\common\templates\post-build\channels\generic-public-channel.yml - parameters: - artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} - dependsOn: ${{ parameters.publishDependsOn }} - publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} - symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} - stageName: 'Net5_Preview1_Publish' - channelName: '.NET 5 Preview 1' - akaMSChannelName: 'net5/preview1' - channelId: ${{ parameters.Net5Preview1ChannelId }} + channelId: ${{ parameters.NetDev5ChannelId }} transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' @@ -233,6 +221,20 @@ stages: shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'Net5_Preview3_Publish' + channelName: '.NET 5 Preview 3' + akaMSChannelName: 'net5/preview3' + channelId: ${{ parameters.Net5Preview3ChannelId }} + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json' + - template: \eng\common\templates\post-build\channels\generic-public-channel.yml parameters: artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} @@ -352,3 +354,29 @@ stages: transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_313xx_Publishing' + channelName: '.NET Core SDK 3.1.3xx' + channelId: ${{ parameters.NetCoreSDK313xxChannelId }} + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + dependsOn: ${{ parameters.publishDependsOn }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_313xx_Internal_Publishing' + channelName: '.NET Core SDK 3.1.3xx Internal' + channelId: ${{ parameters.NetCoreSDK313xxInternalChannelId }} + transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json' diff --git a/global.json b/global.json index c0eacf6a3..80362b6c1 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20171.1" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20180.5" } } From 569edb5edc709943ea7f9015f5dee7e63199783d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 13:20:16 +0000 Subject: [PATCH 2064/2259] Update dependencies from https://github.com/dotnet/templating build 20200331.1 (#6988) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20181.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5e17b2f7e..7c2786b24 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/templating - dcdf64102c0f728d4e89a1062577fb4e3574ec05 + fa46a9dfc516de0c4049d3f2951fdee8e5065ff8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 768a7b592..4a0e21c82 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.3.20175.4 + 5.0.0-preview.3.20181.1 From d1174c3375bd36c5279c01247fd4febd1723f1df Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 31 Mar 2020 16:23:33 +0000 Subject: [PATCH 2065/2259] [release/3.1.3xx] Update dependencies from dotnet/aspnetcore (#6979) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200330.6 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20180.6 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200331.1 - Microsoft.AspNetCore.Components.WebAssembly.Templates - 3.2.0-preview4.20181.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4d4cb824e..de72c12d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -53,9 +53,9 @@ https://github.com/dotnet/aspnetcore c3acdcac86dad91c3d3fbc3b93ecc6b7ba494bdc - + https://github.com/dotnet/aspnetcore - 78534e59c1c185c0f86c028a25b5b0b244073d91 + 05ee136e87a9c84b9d29fa36ad6756865e4086e7 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index df87ccbca..9bc81fd13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,7 +42,7 @@ 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 3.1.2-servicing.20068.1 - 3.2.0-preview4.20179.4 + 3.2.0-preview4.20181.1 From 3ee962859a20e236018cc253d270e2850dee88dc Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 31 Mar 2020 15:40:49 -0700 Subject: [PATCH 2066/2259] Update channel info and stage dependencies for preview3 --- .vsts-ci.yml | 2 +- src/CopyToLatest/targets/BranchInfo.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 2954264c2..500e96e33 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -230,7 +230,7 @@ stages: dependsOn: # This will run only after all the publishing stages have run. # These stages are introduced in the eng/common/templates/post-build/channels YAML templates - - NetCore_Dev5_Publish + - Net5_Preview3_Publish jobs: - job: Copy_SDK_To_Latest pool: diff --git a/src/CopyToLatest/targets/BranchInfo.props b/src/CopyToLatest/targets/BranchInfo.props index 9bd214aa9..08f0cef99 100644 --- a/src/CopyToLatest/targets/BranchInfo.props +++ b/src/CopyToLatest/targets/BranchInfo.props @@ -1,5 +1,5 @@ - master + release/5.0.1xx-preview3 From 98f5bac118b6ebbe66b5053eb97e120e0481d1f0 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 13 Mar 2020 12:59:04 +0100 Subject: [PATCH 2067/2259] Add test templates dependency for 2.1 (#6806) --- eng/Version.Details.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7c2786b24..0cf0733b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -67,6 +67,10 @@ https://github.com/dotnet/aspnetcore a2d8852186643561d783e5ea6c9bc65fc97810ce + + https://github.com/dotnet/test-templates + e8e924b5937e75ab3049d57cb5fb196ea2e3332c + https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6 From 6af077c7324e9e6249ef7622d17f89d694f73555 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 31 Mar 2020 16:49:39 -0700 Subject: [PATCH 2068/2259] Update branding to preview4 and update download table (#6994) --- README.md | 153 +++++++++++++++++++++------------------------ eng/Versions.props | 2 +- 2 files changed, 72 insertions(+), 83 deletions(-) diff --git a/README.md b/README.md index 8912a6dc1..38c13cf46 100644 --- a/README.md +++ b/README.md @@ -48,19 +48,18 @@ With development builds, internal NuGet feeds are necessary for some scenarios ( ``` -| Platform | Master
                                                          (5.0.x Runtime) | 5.0.100 Preview 2
                                                          (5.0 Runtime) | 5.0.100 Preview 1
                                                          (5.0 Runtime) | Release/3.1.3XX
                                                          (3.1.x Runtime) | Release/3.1.2XX
                                                          (3.1.x Runtime) | Release/3.1.1XX
                                                          (3.1.x Runtime) | Release/3.0.1xx
                                                          (3.0.x Runtime) | +| Platform | Master
                                                          (5.0.x Runtime) | 5.0.100 Preview 3
                                                          (5.0 Runtime) | 5.0.100 Preview 2
                                                          (5.0 Runtime) | Release/3.1.3XX
                                                          (3.1.x Runtime) | Release/3.1.2XX
                                                          (3.1.x Runtime) | Release/3.1.1XX
                                                          (3.1.x Runtime) | Release/3.0.1xx
                                                          (3.0.x Runtime) | | :--------- | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | :----------: | -| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
                                                          [Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
                                                          [zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-preview2]][win-x64-version-5.0.1XX-preview2]
                                                          [Installer][win-x64-installer-5.0.1XX-preview2] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview2]
                                                          [zip][win-x64-zip-5.0.1XX-preview2] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview2] | [![][win-x64-badge-5.0.1XX-preview1]][win-x64-version-5.0.1XX-preview1]
                                                          [Installer][win-x64-installer-5.0.1XX-preview1] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x64-zip-5.0.1XX-preview1] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview1] | [![][win-x64-badge-3.1.3XX]][win-x64-version-3.1.3XX]
                                                          [Installer][win-x64-installer-3.1.3XX] - [Checksum][win-x64-installer-checksum-3.1.3XX]
                                                          [zip][win-x64-zip-3.1.3XX] - [Checksum][win-x64-zip-checksum-3.1.3XX] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
                                                          [Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
                                                          [zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
                                                          [Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
                                                          [zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
                                                          [Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
                                                          [zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | -| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
                                                          [Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
                                                          [zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-preview2]][win-x86-version-5.0.1XX-preview2]
                                                          [Installer][win-x86-installer-5.0.1XX-preview2] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview2]
                                                          [zip][win-x86-zip-5.0.1XX-preview2] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview2] | [![][win-x86-badge-5.0.1XX-preview1]][win-x86-version-5.0.1XX-preview1]
                                                          [Installer][win-x86-installer-5.0.1XX-preview1] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview1]
                                                          [zip][win-x86-zip-5.0.1XX-preview1] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview1] | [![][win-x86-badge-3.1.3XX]][win-x86-version-3.1.3XX]
                                                          [Installer][win-x86-installer-3.1.3XX] - [Checksum][win-x86-installer-checksum-3.1.3XX]
                                                          [zip][win-x86-zip-3.1.3XX] - [Checksum][win-x86-zip-checksum-3.1.3XX] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
                                                          [Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
                                                          [zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
                                                          [Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
                                                          [zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
                                                          [Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
                                                          [zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | -| **macOS** | [![][osx-badge-master]][osx-version-master]
                                                          [Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
                                                          [tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-preview2]][osx-version-5.0.1XX-preview2]
                                                          [Installer][osx-installer-5.0.1XX-preview2] - [Checksum][osx-installer-checksum-5.0.1XX-preview2]
                                                          [tar.gz][osx-targz-5.0.1XX-preview2] - [Checksum][osx-targz-checksum-5.0.1XX-preview2] | [![][osx-badge-5.0.1XX-preview1]][osx-version-5.0.1XX-preview1]
                                                          [Installer][osx-installer-5.0.1XX-preview1] - [Checksum][osx-installer-checksum-5.0.1XX-preview1]
                                                          [tar.gz][osx-targz-5.0.1XX-preview1] - [Checksum][osx-targz-checksum-5.0.1XX-preview1] | [![][osx-badge-3.1.3XX]][osx-version-3.1.3XX]
                                                          [Installer][osx-installer-3.1.3XX] - [Checksum][osx-installer-checksum-3.1.3XX]
                                                          [tar.gz][osx-targz-3.1.3XX] - [Checksum][osx-targz-checksum-3.1.3XX] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
                                                          [Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
                                                          [tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
                                                          [Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
                                                          [tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
                                                          [Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
                                                          [tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | -| **Linux x64** | [![][linux-badge-master]][linux-version-master]
                                                          [DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
                                                          [RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-preview2]][linux-version-5.0.1XX-preview2]
                                                          [DEB Installer][linux-DEB-installer-5.0.1XX-preview2] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview2]
                                                          [RPM Installer][linux-RPM-installer-5.0.1XX-preview2] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview2]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1XX-preview2] - [Checksum][linux-targz-checksum-5.0.1XX-preview2] | [![][linux-badge-5.0.1XX-preview1]][linux-version-5.0.1XX-preview1]
                                                          [DEB Installer][linux-DEB-installer-5.0.1XX-preview1] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview1]
                                                          [RPM Installer][linux-RPM-installer-5.0.1XX-preview1] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview1]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1XX-preview1] - [Checksum][linux-targz-checksum-5.0.1XX-preview1] | [![][linux-badge-3.1.3XX]][linux-version-3.1.3XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.3XX] - [Checksum][linux-DEB-installer-checksum-3.1.3XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.3XX] - [Checksum][linux-RPM-installer-checksum-3.1.3XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.3XX] - [Checksum][linux-targz-checksum-3.1.3XX] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | -| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
                                                          [tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-preview2]][linux-arm-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-arm-targz-5.0.1XX-preview2] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview2] | [![][linux-arm-badge-5.0.1XX-preview1]][linux-arm-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm-targz-5.0.1XX-preview1] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview1] | [![][linux-arm-badge-3.1.3XX]][linux-arm-version-3.1.3XX]
                                                          [tar.gz][linux-arm-targz-3.1.3XX] - [Checksum][linux-arm-targz-checksum-3.1.3XX] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
                                                          [tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
                                                          [tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
                                                          [tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | -| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-preview2]][linux-arm64-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview2] | [![][linux-arm64-badge-5.0.1XX-preview1]][linux-arm64-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview1] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview1] | [![][linux-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
                                                          [tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | -| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1XX-preview2]][rhel-6-version-5.0.1XX-preview2]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview2] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview2] | [![][rhel-6-badge-5.0.1XX-preview1]][rhel-6-version-5.0.1XX-preview1]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview1] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview1] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
                                                          [tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | -| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview2]][linux-musl-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview2] | [![][linux-musl-badge-5.0.1XX-preview1]][linux-musl-version-5.0.1XX-preview1]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview1] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview1] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
                                                          [tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | -| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1XX-preview2]][win-arm-version-5.0.1XX-preview2]
                                                          [zip][win-arm-zip-5.0.1XX-preview2] - [Checksum][win-arm-zip-checksum-5.0.1XX-preview2] | [![][win-arm-badge-5.0.1XX-preview1]][win-arm-version-5.0.1XX-preview1]
                                                          [zip][win-arm-zip-5.0.1XX-preview1] - [Checksum][win-arm-zip-checksum-5.0.1XX-preview1] | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
                                                          [zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | -| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
                                                          [zip][win-arm64-zip-master] | [![][win-arm64-badge-5.0.1XX-preview2]][win-arm64-version-5.0.1XX-preview2]
                                                          [zip][win-arm64-zip-5.0.1XX-preview2] | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | -| **FreeBSD x64** | [![][freebsd-x64-badge-master]][freebsd-x64-version-master]
                                                          [tar.gz][freebsd-x64-zip-master] - [Checksum][freebsd-x64-zip-checksum-master] | [![][freebsd-x64-badge-5.0.1XX-preview2]][freebsd-x64-version-5.0.1XX-preview2]
                                                          [tar.gz][freebsd-x64-zip-5.0.1XX-preview2] - [Checksum][freebsd-x64-zip-checksum-5.0.1XX-preview2] | [![][freebsd-x64-badge-5.0.1XX-preview1]][freebsd-x64-version-5.0.1XX-preview1]
                                                          [tar.gz][freebsd-x64-zip-5.0.1XX-preview1] - [Checksum][freebsd-x64-zip-checksum-5.0.1XX-preview1] | [![][freebsd-x64-badge-3.1.3XX]][freebsd-x64-version-3.1.3XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.3XX] - [Checksum][freebsd-x64-zip-checksum-3.1.3XX] | [![][freebsd-x64-badge-3.1.2XX]][freebsd-x64-version-3.1.2XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.2XX] - [Checksum][freebsd-x64-zip-checksum-3.1.2XX] | [![][freebsd-x64-badge-3.1.1XX]][freebsd-x64-version-3.1.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.1.1XX] - [Checksum][freebsd-x64-zip-checksum-3.1.1XX] | [![][freebsd-x64-badge-3.0.1XX]][freebsd-x64-version-3.0.1XX]
                                                          [tar.gz][freebsd-x64-zip-3.0.1XX] - [Checksum][freebsd-x64-zip-checksum-3.0.1XX] | +| **Windows x64** | [![][win-x64-badge-master]][win-x64-version-master]
                                                          [Installer][win-x64-installer-master] - [Checksum][win-x64-installer-checksum-master]
                                                          [zip][win-x64-zip-master] - [Checksum][win-x64-zip-checksum-master] | [![][win-x64-badge-5.0.1XX-preview3]][win-x64-version-5.0.1XX-preview3]
                                                          [Installer][win-x64-installer-5.0.1XX-preview3] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview3]
                                                          [zip][win-x64-zip-5.0.1XX-preview3] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview3] | [![][win-x64-badge-5.0.1XX-preview2]][win-x64-version-5.0.1XX-preview2]
                                                          [Installer][win-x64-installer-5.0.1XX-preview2] - [Checksum][win-x64-installer-checksum-5.0.1XX-preview2]
                                                          [zip][win-x64-zip-5.0.1XX-preview2] - [Checksum][win-x64-zip-checksum-5.0.1XX-preview2] | [![][win-x64-badge-3.1.3XX]][win-x64-version-3.1.3XX]
                                                          [Installer][win-x64-installer-3.1.3XX] - [Checksum][win-x64-installer-checksum-3.1.3XX]
                                                          [zip][win-x64-zip-3.1.3XX] - [Checksum][win-x64-zip-checksum-3.1.3XX] | [![][win-x64-badge-3.1.2XX]][win-x64-version-3.1.2XX]
                                                          [Installer][win-x64-installer-3.1.2XX] - [Checksum][win-x64-installer-checksum-3.1.2XX]
                                                          [zip][win-x64-zip-3.1.2XX] - [Checksum][win-x64-zip-checksum-3.1.2XX] | [![][win-x64-badge-3.1.1XX]][win-x64-version-3.1.1XX]
                                                          [Installer][win-x64-installer-3.1.1XX] - [Checksum][win-x64-installer-checksum-3.1.1XX]
                                                          [zip][win-x64-zip-3.1.1XX] - [Checksum][win-x64-zip-checksum-3.1.1XX] | [![][win-x64-badge-3.0.1XX]][win-x64-version-3.0.1XX]
                                                          [Installer][win-x64-installer-3.0.1XX] - [Checksum][win-x64-installer-checksum-3.0.1XX]
                                                          [zip][win-x64-zip-3.0.1XX] - [Checksum][win-x64-zip-checksum-3.0.1XX] | +| **Windows x86** | [![][win-x86-badge-master]][win-x86-version-master]
                                                          [Installer][win-x86-installer-master] - [Checksum][win-x86-installer-checksum-master]
                                                          [zip][win-x86-zip-master] - [Checksum][win-x86-zip-checksum-master] | [![][win-x86-badge-5.0.1XX-preview3]][win-x86-version-5.0.1XX-preview3]
                                                          [Installer][win-x86-installer-5.0.1XX-preview3] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview3]
                                                          [zip][win-x86-zip-5.0.1XX-preview3] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview3] | [![][win-x86-badge-5.0.1XX-preview2]][win-x86-version-5.0.1XX-preview2]
                                                          [Installer][win-x86-installer-5.0.1XX-preview2] - [Checksum][win-x86-installer-checksum-5.0.1XX-preview2]
                                                          [zip][win-x86-zip-5.0.1XX-preview2] - [Checksum][win-x86-zip-checksum-5.0.1XX-preview2] | [![][win-x86-badge-3.1.3XX]][win-x86-version-3.1.3XX]
                                                          [Installer][win-x86-installer-3.1.3XX] - [Checksum][win-x86-installer-checksum-3.1.3XX]
                                                          [zip][win-x86-zip-3.1.3XX] - [Checksum][win-x86-zip-checksum-3.1.3XX] | [![][win-x86-badge-3.1.2XX]][win-x86-version-3.1.2XX]
                                                          [Installer][win-x86-installer-3.1.2XX] - [Checksum][win-x86-installer-checksum-3.1.2XX]
                                                          [zip][win-x86-zip-3.1.2XX] - [Checksum][win-x86-zip-checksum-3.1.2XX] | [![][win-x86-badge-3.1.1XX]][win-x86-version-3.1.1XX]
                                                          [Installer][win-x86-installer-3.1.1XX] - [Checksum][win-x86-installer-checksum-3.1.1XX]
                                                          [zip][win-x86-zip-3.1.1XX] - [Checksum][win-x86-zip-checksum-3.1.1XX] | [![][win-x86-badge-3.0.1XX]][win-x86-version-3.0.1XX]
                                                          [Installer][win-x86-installer-3.0.1XX] - [Checksum][win-x86-installer-checksum-3.0.1XX]
                                                          [zip][win-x86-zip-3.0.1XX] - [Checksum][win-x86-zip-checksum-3.0.1XX] | +| **macOS** | [![][osx-badge-master]][osx-version-master]
                                                          [Installer][osx-installer-master] - [Checksum][osx-installer-checksum-master]
                                                          [tar.gz][osx-targz-master] - [Checksum][osx-targz-checksum-master] | [![][osx-badge-5.0.1XX-preview3]][osx-version-5.0.1XX-preview3]
                                                          [Installer][osx-installer-5.0.1XX-preview3] - [Checksum][osx-installer-checksum-5.0.1XX-preview3]
                                                          [tar.gz][osx-targz-5.0.1XX-preview3] - [Checksum][osx-targz-checksum-5.0.1XX-preview3] | [![][osx-badge-5.0.1XX-preview2]][osx-version-5.0.1XX-preview2]
                                                          [Installer][osx-installer-5.0.1XX-preview2] - [Checksum][osx-installer-checksum-5.0.1XX-preview2]
                                                          [tar.gz][osx-targz-5.0.1XX-preview2] - [Checksum][osx-targz-checksum-5.0.1XX-preview2] | [![][osx-badge-3.1.3XX]][osx-version-3.1.3XX]
                                                          [Installer][osx-installer-3.1.3XX] - [Checksum][osx-installer-checksum-3.1.3XX]
                                                          [tar.gz][osx-targz-3.1.3XX] - [Checksum][osx-targz-checksum-3.1.3XX] | [![][osx-badge-3.1.2XX]][osx-version-3.1.2XX]
                                                          [Installer][osx-installer-3.1.2XX] - [Checksum][osx-installer-checksum-3.1.2XX]
                                                          [tar.gz][osx-targz-3.1.2XX] - [Checksum][osx-targz-checksum-3.1.2XX] | [![][osx-badge-3.1.1XX]][osx-version-3.1.1XX]
                                                          [Installer][osx-installer-3.1.1XX] - [Checksum][osx-installer-checksum-3.1.1XX]
                                                          [tar.gz][osx-targz-3.1.1XX] - [Checksum][osx-targz-checksum-3.1.1XX] | [![][osx-badge-3.0.1XX]][osx-version-3.0.1XX]
                                                          [Installer][osx-installer-3.0.1XX] - [Checksum][osx-installer-checksum-3.0.1XX]
                                                          [tar.gz][osx-targz-3.0.1XX] - [Checksum][osx-targz-checksum-3.0.1XX] | +| **Linux x64** | [![][linux-badge-master]][linux-version-master]
                                                          [DEB Installer][linux-DEB-installer-master] - [Checksum][linux-DEB-installer-checksum-master]
                                                          [RPM Installer][linux-RPM-installer-master] - [Checksum][linux-RPM-installer-checksum-master]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-master] - [Checksum][linux-targz-checksum-master] | [![][linux-badge-5.0.1XX-preview3]][linux-version-5.0.1XX-preview3]
                                                          [DEB Installer][linux-DEB-installer-5.0.1XX-preview3] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview3]
                                                          [RPM Installer][linux-RPM-installer-5.0.1XX-preview3] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview3]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1XX-preview3] - [Checksum][linux-targz-checksum-5.0.1XX-preview3] | [![][linux-badge-5.0.1XX-preview2]][linux-version-5.0.1XX-preview2]
                                                          [DEB Installer][linux-DEB-installer-5.0.1XX-preview2] - [Checksum][linux-DEB-installer-checksum-5.0.1XX-preview2]
                                                          [RPM Installer][linux-RPM-installer-5.0.1XX-preview2] - [Checksum][linux-RPM-installer-checksum-5.0.1XX-preview2]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-5.0.1XX-preview2] - [Checksum][linux-targz-checksum-5.0.1XX-preview2] | [![][linux-badge-3.1.3XX]][linux-version-3.1.3XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.3XX] - [Checksum][linux-DEB-installer-checksum-3.1.3XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.3XX] - [Checksum][linux-RPM-installer-checksum-3.1.3XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.3XX] - [Checksum][linux-targz-checksum-3.1.3XX] | [![][linux-badge-3.1.2XX]][linux-version-3.1.2XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.2XX] - [Checksum][linux-DEB-installer-checksum-3.1.2XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.2XX] - [Checksum][linux-RPM-installer-checksum-3.1.2XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.2XX] - [Checksum][linux-targz-checksum-3.1.2XX] | [![][linux-badge-3.1.1XX]][linux-version-3.1.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.1.1XX] - [Checksum][linux-DEB-installer-checksum-3.1.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.1.1XX] - [Checksum][linux-RPM-installer-checksum-3.1.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.1.1XX] - [Checksum][linux-targz-checksum-3.1.1XX] | [![][linux-badge-3.0.1XX]][linux-version-3.0.1XX]
                                                          [DEB Installer][linux-DEB-installer-3.0.1XX] - [Checksum][linux-DEB-installer-checksum-3.0.1XX]
                                                          [RPM Installer][linux-RPM-installer-3.0.1XX] - [Checksum][linux-RPM-installer-checksum-3.0.1XX]
                                                          _see installer note below_1
                                                          [tar.gz][linux-targz-3.0.1XX] - [Checksum][linux-targz-checksum-3.0.1XX] | +| **Linux arm** | [![][linux-arm-badge-master]][linux-arm-version-master]
                                                          [tar.gz][linux-arm-targz-master] - [Checksum][linux-arm-targz-checksum-master] | [![][linux-arm-badge-5.0.1XX-preview3]][linux-arm-version-5.0.1XX-preview3]
                                                          [tar.gz][linux-arm-targz-5.0.1XX-preview3] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview3] | [![][linux-arm-badge-5.0.1XX-preview2]][linux-arm-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-arm-targz-5.0.1XX-preview2] - [Checksum][linux-arm-targz-checksum-5.0.1XX-preview2] | [![][linux-arm-badge-3.1.3XX]][linux-arm-version-3.1.3XX]
                                                          [tar.gz][linux-arm-targz-3.1.3XX] - [Checksum][linux-arm-targz-checksum-3.1.3XX] | [![][linux-arm-badge-3.1.2XX]][linux-arm-version-3.1.2XX]
                                                          [tar.gz][linux-arm-targz-3.1.2XX] - [Checksum][linux-arm-targz-checksum-3.1.2XX] | [![][linux-arm-badge-3.1.1XX]][linux-arm-version-3.1.1XX]
                                                          [tar.gz][linux-arm-targz-3.1.1XX] - [Checksum][linux-arm-targz-checksum-3.1.1XX] | [![][linux-arm-badge-3.0.1XX]][linux-arm-version-3.0.1XX]
                                                          [tar.gz][linux-arm-targz-3.0.1XX] - [Checksum][linux-arm-targz-checksum-3.0.1XX] | +| **Linux arm64** | [![][linux-arm64-badge-master]][linux-arm64-version-master]
                                                          [tar.gz][linux-arm64-targz-master] - [Checksum][linux-arm64-targz-checksum-master] | [![][linux-arm64-badge-5.0.1XX-preview3]][linux-arm64-version-5.0.1XX-preview3]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview3] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview3] | [![][linux-arm64-badge-5.0.1XX-preview2]][linux-arm64-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-arm64-targz-5.0.1XX-preview2] - [Checksum][linux-arm64-targz-checksum-5.0.1XX-preview2] | [![][linux-arm64-badge-3.1.3XX]][linux-arm64-version-3.1.3XX]
                                                          [tar.gz][linux-arm64-targz-3.1.3XX] - [Checksum][linux-arm64-targz-checksum-3.1.3XX] | [![][linux-arm64-badge-3.1.2XX]][linux-arm64-version-3.1.2XX]
                                                          [tar.gz][linux-arm64-targz-3.1.2XX] - [Checksum][linux-arm64-targz-checksum-3.1.2XX] | [![][linux-arm64-badge-3.1.1XX]][linux-arm64-version-3.1.1XX]
                                                          [tar.gz][linux-arm64-targz-3.1.1XX] - [Checksum][linux-arm64-targz-checksum-3.1.1XX] | [![][linux-arm64-badge-3.0.1XX]][linux-arm64-version-3.0.1XX]
                                                          [tar.gz][linux-arm64-targz-3.0.1XX] - [Checksum][linux-arm64-targz-checksum-3.0.1XX] | +| **RHEL 6** | [![][rhel-6-badge-master]][rhel-6-version-master]
                                                          [tar.gz][rhel-6-targz-master] - [Checksum][rhel-6-targz-checksum-master] | [![][rhel-6-badge-5.0.1XX-preview3]][rhel-6-version-5.0.1XX-preview3]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview3] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview3] | [![][rhel-6-badge-5.0.1XX-preview2]][rhel-6-version-5.0.1XX-preview2]
                                                          [tar.gz][rhel-6-targz-5.0.1XX-preview2] - [Checksum][rhel-6-targz-checksum-5.0.1XX-preview2] | [![][rhel-6-badge-3.1.3XX]][rhel-6-version-3.1.3XX]
                                                          [tar.gz][rhel-6-targz-3.1.3XX] - [Checksum][rhel-6-targz-checksum-3.1.3XX] | [![][rhel-6-badge-3.1.2XX]][rhel-6-version-3.1.2XX]
                                                          [tar.gz][rhel-6-targz-3.1.2XX] - [Checksum][rhel-6-targz-checksum-3.1.2XX] | [![][rhel-6-badge-3.1.1XX]][rhel-6-version-3.1.1XX]
                                                          [tar.gz][rhel-6-targz-3.1.1XX] - [Checksum][rhel-6-targz-checksum-3.1.1XX] | [![][rhel-6-badge-3.0.1XX]][rhel-6-version-3.0.1XX]
                                                          [tar.gz][rhel-6-targz-3.0.1XX] - [Checksum][rhel-6-targz-checksum-3.0.1XX] | +| **Linux-musl** | [![][linux-musl-badge-master]][linux-musl-version-master]
                                                          [tar.gz][linux-musl-targz-master] - [Checksum][linux-musl-targz-checksum-master] | [![][linux-musl-badge-5.0.1XX-preview3]][linux-musl-version-5.0.1XX-preview3]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview3] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview3] | [![][linux-musl-badge-5.0.1XX-preview2]][linux-musl-version-5.0.1XX-preview2]
                                                          [tar.gz][linux-musl-targz-5.0.1XX-preview2] - [Checksum][linux-musl-targz-checksum-5.0.1XX-preview2] | [![][linux-musl-badge-3.1.3XX]][linux-musl-version-3.1.3XX]
                                                          [tar.gz][linux-musl-targz-3.1.3XX] - [Checksum][linux-musl-targz-checksum-3.1.3XX] | [![][linux-musl-badge-3.1.2XX]][linux-musl-version-3.1.2XX]
                                                          [tar.gz][linux-musl-targz-3.1.2XX] - [Checksum][linux-musl-targz-checksum-3.1.2XX] | [![][linux-musl-badge-3.1.1XX]][linux-musl-version-3.1.1XX]
                                                          [tar.gz][linux-musl-targz-3.1.1XX] - [Checksum][linux-musl-targz-checksum-3.1.1XX] | [![][linux-musl-badge-3.0.1XX]][linux-musl-version-3.0.1XX]
                                                          [tar.gz][linux-musl-targz-3.0.1XX] - [Checksum][linux-musl-targz-checksum-3.0.1XX] | +| **Windows arm** | [![][win-arm-badge-master]][win-arm-version-master]
                                                          [zip][win-arm-zip-master] - [Checksum][win-arm-zip-checksum-master] | [![][win-arm-badge-5.0.1XX-preview3]][win-arm-version-5.0.1XX-preview3]
                                                          [zip][win-arm-zip-5.0.1XX-preview3] - [Checksum][win-arm-zip-checksum-5.0.1XX-preview3] | [![][win-arm-badge-5.0.1XX-preview2]][win-arm-version-5.0.1XX-preview2]
                                                          [zip][win-arm-zip-5.0.1XX-preview2] - [Checksum][win-arm-zip-checksum-5.0.1XX-preview2] | [![][win-arm-badge-3.1.3XX]][win-arm-version-3.1.3XX]
                                                          [zip][win-arm-zip-3.1.3XX] - [Checksum][win-arm-zip-checksum-3.1.3XX] | [![][win-arm-badge-3.1.2XX]][win-arm-version-3.1.2XX]
                                                          [zip][win-arm-zip-3.1.2XX] - [Checksum][win-arm-zip-checksum-3.1.2XX] | [![][win-arm-badge-3.1.1XX]][win-arm-version-3.1.1XX]
                                                          [zip][win-arm-zip-3.1.1XX] - [Checksum][win-arm-zip-checksum-3.1.1XX] | [![][win-arm-badge-3.0.1XX]][win-arm-version-3.0.1XX]
                                                          [zip][win-arm-zip-3.0.1XX] - [Checksum][win-arm-zip-checksum-3.0.1XX] | +| **Windows arm64** | [![][win-arm64-badge-master]][win-arm64-version-master]
                                                          [zip][win-arm64-zip-master] - [Checksum][win-arm64-zip-checksum-master] | [![][win-arm64-badge-5.0.1XX-preview3]][win-arm64-version-5.0.1XX-preview3]
                                                          [zip][win-arm64-zip-5.0.1XX-preview3] - [Checksum][win-arm64-zip-checksum-5.0.1XX-preview3] | [![][win-arm64-badge-5.0.1XX-preview2]][win-arm64-version-5.0.1XX-preview2]
                                                          [zip][win-arm64-zip-5.0.1XX-preview2] | **N/A** | **N/A** | **N/A** | **N/A** | | **Constituent Repo Shas** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | **N/A** | [Git SHAs][sdk-shas-2.2.1XX] | Reference notes: @@ -77,6 +76,13 @@ Reference notes: [win-x64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x64.zip.sha +[win-x64-badge-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/win_x64_Release_version_badge.svg +[win-x64-version-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/productCommit-win-x64.txt +[win-x64-installer-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-x64.exe +[win-x64-installer-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-x64.exe.sha +[win-x64-zip-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-x64.zip +[win-x64-zip-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-x64.zip.sha + [win-x64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_x64_Release_version_badge.svg [win-x64-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-win-x64.txt [win-x64-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.exe @@ -84,13 +90,6 @@ Reference notes: [win-x64-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.zip [win-x64-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x64.zip.sha -[win-x64-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/win_x64_Release_version_badge.svg -[win-x64-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version -[win-x64-installer-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.exe -[win-x64-installer-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.exe.sha -[win-x64-zip-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.zip -[win-x64-zip-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x64.zip.sha - [win-x64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_x64_Release_version_badge.svg [win-x64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [win-x64-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x64.exe @@ -126,6 +125,13 @@ Reference notes: [win-x86-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-x86.zip.sha +[win-x86-badge-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/win_x86_Release_version_badge.svg +[win-x86-version-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/productCommit-win-x86.txt +[win-x86-installer-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-x86.exe +[win-x86-installer-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-x86.exe.sha +[win-x86-zip-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-x86.zip +[win-x86-zip-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-x86.zip.sha + [win-x86-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_x86_Release_version_badge.svg [win-x86-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-win-x86.txt [win-x86-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x86.exe @@ -133,13 +139,6 @@ Reference notes: [win-x86-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x86.zip [win-x86-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-x86.zip.sha -[win-x86-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/win_x86_Release_version_badge.svg -[win-x86-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version -[win-x86-installer-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.exe -[win-x86-installer-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.exe.sha -[win-x86-zip-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.zip -[win-x86-zip-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-x86.zip.sha - [win-x86-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_x86_Release_version_badge.svg [win-x86-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [win-x86-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-x86.exe @@ -175,6 +174,13 @@ Reference notes: [osx-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha +[osx-badge-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/osx_x64_Release_version_badge.svg +[osx-version-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/productCommit-osx-x64.txt +[osx-installer-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-osx-x64.pkg +[osx-installer-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-osx-x64.pkg.sha +[osx-targz-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-osx-x64.tar.gz +[osx-targz-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha + [osx-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/osx_x64_Release_version_badge.svg [osx-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-osx-x64.txt [osx-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-osx-x64.pkg @@ -182,13 +188,6 @@ Reference notes: [osx-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-osx-x64.tar.gz [osx-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-osx-x64.pkg.tar.gz.sha -[osx-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/osx_x64_Release_version_badge.svg -[osx-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version -[osx-installer-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.pkg -[osx-installer-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.pkg.sha -[osx-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.tar.gz -[osx-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-osx-x64.tar.gz.sha - [osx-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/osx_x64_Release_version_badge.svg [osx-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [osx-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-osx-x64.pkg @@ -226,6 +225,15 @@ Reference notes: [linux-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-x64.tar.gz.sha +[linux-badge-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/linux_x64_Release_version_badge.svg +[linux-version-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/productCommit-linux-x64.txt +[linux-DEB-installer-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-x64.deb +[linux-DEB-installer-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-x64.deb.sha +[linux-RPM-installer-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-x64.rpm +[linux-RPM-installer-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-x64.rpm.sha +[linux-targz-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-linux-x64.tar.gz +[linux-targz-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-linux-x64.tar.gz.sha + [linux-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_x64_Release_version_badge.svg [linux-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-linux-x64.txt [linux-DEB-installer-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-x64.deb @@ -235,15 +243,6 @@ Reference notes: [linux-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-x64.tar.gz [linux-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-x64.tar.gz.sha -[linux-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_x64_Release_version_badge.svg -[linux-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version -[linux-DEB-installer-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-x64.deb -[linux-DEB-installer-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-x64.deb.sha -[linux-RPM-installer-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-x64.rpm -[linux-RPM-installer-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-x64.rpm.sha -[linux-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-x64.tar.gz -[linux-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-x64.tar.gz.sha - [linux-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_x64_Release_version_badge.svg [linux-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [linux-DEB-installer-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-x64.deb @@ -285,16 +284,16 @@ Reference notes: [linux-arm-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm.tar.gz.sha +[linux-arm-badge-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/linux_arm_Release_version_badge.svg +[linux-arm-version-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/productCommit-linux-arm.txt +[linux-arm-targz-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-linux-arm.tar.gz +[linux-arm-targz-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-linux-arm.tar.gz.sha + [linux-arm-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_arm_Release_version_badge.svg [linux-arm-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-linux-arm.txt [linux-arm-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm.tar.gz [linux-arm-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm.tar.gz.sha -[linux-arm-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_arm_Release_version_badge.svg -[linux-arm-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version -[linux-arm-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm.tar.gz -[linux-arm-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm.tar.gz.sha - [linux-arm-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_arm_Release_version_badge.svg [linux-arm-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [linux-arm-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-arm.tar.gz @@ -320,16 +319,16 @@ Reference notes: [linux-arm64-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha +[linux-arm64-badge-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/linux_arm64_Release_version_badge.svg +[linux-arm64-version-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/productCommit-linux-arm64.txt +[linux-arm64-targz-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-linux-arm64.tar.gz +[linux-arm64-targz-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha + [linux-arm64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_arm64_Release_version_badge.svg [linux-arm64-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-linux-arm64.txt [linux-arm64-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm64.tar.gz [linux-arm64-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-arm64.tar.gz.sha -[linux-arm64-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_arm64_Release_version_badge.svg -[linux-arm64-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version -[linux-arm64-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm64.tar.gz -[linux-arm64-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-arm64.tar.gz.sha - [linux-arm64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_arm64_Release_version_badge.svg [linux-arm64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [linux-arm64-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-arm64.tar.gz @@ -355,16 +354,16 @@ Reference notes: [rhel-6-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha +[rhel-6-badge-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/rhel.6_x64_Release_version_badge.svg +[rhel-6-version-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/productCommit-rhel.6-x64.txt +[rhel-6-targz-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-rhel.6-x64.tar.gz +[rhel-6-targz-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha + [rhel-6-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/rhel.6_x64_Release_version_badge.svg [rhel-6-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-rhel.6-x64.txt [rhel-6-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz [rhel-6-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-rhel.6-x64.tar.gz.sha -[rhel-6-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/rhel.6_x64_Release_version_badge.svg -[rhel-6-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version -[rhel-6-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-rhel.6-x64.tar.gz -[rhel-6-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-rhel.6-x64.tar.gz.sha - [rhel-6-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/rhel.6_x64_Release_version_badge.svg [rhel-6-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [rhel-6-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-rhel.6-x64.tar.gz @@ -390,16 +389,16 @@ Reference notes: [linux-musl-targz-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-targz-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha +[linux-musl-badge-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/linux_musl_x64_Release_version_badge.svg +[linux-musl-version-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/productCommit-linux-musl-x64.txt +[linux-musl-targz-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-linux-musl-x64.tar.gz +[linux-musl-targz-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha + [linux-musl-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/linux_musl_x64_Release_version_badge.svg [linux-musl-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-linux-musl-x64.txt [linux-musl-targz-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz [linux-musl-targz-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-linux-musl-x64.tar.gz.sha -[linux-musl-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/linux_musl_x64_Release_version_badge.svg -[linux-musl-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version -[linux-musl-targz-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-musl-x64.tar.gz -[linux-musl-targz-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-linux-musl-x64.tar.gz.sha - [linux-musl-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/linux_musl_x64_Release_version_badge.svg [linux-musl-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [linux-musl-targz-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-linux-musl-x64.tar.gz @@ -425,16 +424,16 @@ Reference notes: [win-arm-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm.zip.sha +[win-arm-badge-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/win_arm_Release_version_badge.svg +[win-arm-version-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/productCommit-win-arm.txt +[win-arm-zip-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-arm.zip +[win-arm-zip-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-arm.zip.sha + [win-arm-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_arm_Release_version_badge.svg [win-arm-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-win-arm.txt [win-arm-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-arm.zip [win-arm-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-arm.zip.sha -[win-arm-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/win_arm_Release_version_badge.svg -[win-arm-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version -[win-arm-zip-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-arm.zip -[win-arm-zip-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-win-arm.zip.sha - [win-arm-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/win_arm_Release_version_badge.svg [win-arm-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [win-arm-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-win-arm.zip @@ -460,26 +459,16 @@ Reference notes: [win-arm64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-win-arm64.zip.sha +[win-arm64-badge-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/win_arm64_Release_version_badge.svg +[win-arm64-version-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/productCommit-win-arm64.txt +[win-arm64-zip-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-arm64.zip +[win-arm64-zip-checksum-5.0.1XX-preview3]: https://aka.ms/dotnet/net5/preview3/Sdk/dotnet-sdk-win-arm64.zip.sha + [win-arm64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/win_arm64_Release_version_badge.svg [win-arm64-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-win-arm64.txt [win-arm64-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-arm64.zip [win-arm64-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-win-arm64.zip.sha -[freebsd-x64-badge-master]: https://aka.ms/dotnet/net5/dev/Sdk/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-master]: https://aka.ms/dotnet/net5/dev/Sdk/productCommit-freebsd-x64.txt -[freebsd-x64-zip-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-master]: https://aka.ms/dotnet/net5/dev/Sdk/dotnet-sdk-freebsd-x64.tar.gz.sha - -[freebsd-x64-badge-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/productCommit-freebsd-x64.txt -[freebsd-x64-zip-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-5.0.1XX-preview2]: https://aka.ms/dotnet/net5/preview2/Sdk/dotnet-sdk-freebsd-x64.tar.gz.sha - -[freebsd-x64-badge-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/freebsd_x64_Release_version_badge.svg -[freebsd-x64-version-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/latest.version -[freebsd-x64-zip-5.0.1XX-preview1]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-freebsd-x64.tar.gz -[freebsd-x64-zip-checksum-5.0.1XX-preview1]: https://dotnetclichecksums.blob.core.windows.net/dotnet/Sdk/release/5.0.1xx-preview1/dotnet-sdk-latest-freebsd-x64.tar.gz.sha - [freebsd-x64-badge-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/freebsd_x64_Release_version_badge.svg [freebsd-x64-version-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/latest.version [freebsd-x64-zip-3.1.3XX]: https://dotnetcli.blob.core.windows.net/dotnet/Sdk/release/3.1.3xx/dotnet-sdk-latest-freebsd-x64.tar.gz diff --git a/eng/Versions.props b/eng/Versions.props index 4a0e21c82..e1dcb2afd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) preview - 3 + 4 $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From 34ee9bda9e45256deadf9eab34ddd5182237641a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 31 Mar 2020 23:53:47 +0000 Subject: [PATCH 2069/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200331.9 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20181.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20181.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20181.9 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20181.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0cf0733b7..16901f7b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 782ad0dc9914821cc2ad1b9c8de6630a044d3576 + b561644e8028e6719c5f25e90a849e3f152a94bd - + https://github.com/dotnet/windowsdesktop - 782ad0dc9914821cc2ad1b9c8de6630a044d3576 + b561644e8028e6719c5f25e90a849e3f152a94bd - + https://github.com/dotnet/windowsdesktop - 782ad0dc9914821cc2ad1b9c8de6630a044d3576 + b561644e8028e6719c5f25e90a849e3f152a94bd https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms cf98008886b999206fd4de4666b1e4b904577f4f - + https://github.com/dotnet/wpf - 1283ba2a8dff8235ef239619542af858d5c119c6 + 2dd5b5984b1f2d19e80a3921c898181bdad8e7cd diff --git a/eng/Versions.props b/eng/Versions.props index e1dcb2afd..bd69a2a36 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20180.7 + 5.0.0-preview.4.20181.5 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20180.8 - 5.0.0-preview.4.20180.8 - 5.0.0-preview.4.20180.8 + 5.0.0-preview.4.20181.9 + 5.0.0-preview.4.20181.9 + 5.0.0-preview.4.20181.9 From 64c735dc557b5a6e707d344ad2a7e14decda0bb1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 05:48:35 +0000 Subject: [PATCH 2070/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200331.12 (#7010) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20181.12 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20181.12 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20181.12 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20180.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20181.13 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7c2786b24..7acf784f2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 782ad0dc9914821cc2ad1b9c8de6630a044d3576 + a6c334f0aa0df17ae04847041049c9cc9a7cf3b1 - + https://github.com/dotnet/windowsdesktop - 782ad0dc9914821cc2ad1b9c8de6630a044d3576 + a6c334f0aa0df17ae04847041049c9cc9a7cf3b1 - + https://github.com/dotnet/windowsdesktop - 782ad0dc9914821cc2ad1b9c8de6630a044d3576 + a6c334f0aa0df17ae04847041049c9cc9a7cf3b1 https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - cf98008886b999206fd4de4666b1e4b904577f4f + 8138bd0e8bd045589aa735ee1501acec40923eb6 - + https://github.com/dotnet/wpf - 1283ba2a8dff8235ef239619542af858d5c119c6 + 2a7a3bc14e0a7d7165c19b7d9e4615e556b023f6 diff --git a/eng/Versions.props b/eng/Versions.props index 4a0e21c82..0388f466f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20180.4 + 5.0.0-preview.3.20180.1 - 5.0.0-preview.4.20180.7 + 5.0.0-preview.3.20181.13 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20180.8 - 5.0.0-preview.4.20180.8 - 5.0.0-preview.4.20180.8 + 5.0.0-preview.3.20181.12 + 5.0.0-preview.3.20181.12 + 5.0.0-preview.3.20181.12 From da962776c4ea9d57845b6a9a1a38ade74c7398f8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 15:52:28 +0000 Subject: [PATCH 2071/2259] Update dependencies from https://github.com/dotnet/templating build 20200331.2 (#6990) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20181.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0cf0733b7..72a12eb38 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/templating - fa46a9dfc516de0c4049d3f2951fdee8e5065ff8 + 6e56ef8d687d0e7402b01e8fd5106e9559dcf4a9 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e1dcb2afd..8301e4db3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.3.20181.1 + 5.0.0-preview.3.20181.2 From a438a01e163524c2227ffabecd64266078aacbd0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Apr 2020 15:59:12 +0000 Subject: [PATCH 2072/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200401.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20201.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20201.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20201.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20201.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 16901f7b8..5f896626b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - b561644e8028e6719c5f25e90a849e3f152a94bd + 8026e367ba29d6b5f9d42c39f8586e393fbe1a78 - + https://github.com/dotnet/windowsdesktop - b561644e8028e6719c5f25e90a849e3f152a94bd + 8026e367ba29d6b5f9d42c39f8586e393fbe1a78 - + https://github.com/dotnet/windowsdesktop - b561644e8028e6719c5f25e90a849e3f152a94bd + 8026e367ba29d6b5f9d42c39f8586e393fbe1a78 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms cf98008886b999206fd4de4666b1e4b904577f4f - + https://github.com/dotnet/wpf - 2dd5b5984b1f2d19e80a3921c898181bdad8e7cd + 9b995a601326da32fb63255c1e1a0e6240ba77e1 diff --git a/eng/Versions.props b/eng/Versions.props index bd69a2a36..db0b9bf9e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20181.5 + 5.0.0-preview.4.20201.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20181.9 - 5.0.0-preview.4.20181.9 - 5.0.0-preview.4.20181.9 + 5.0.0-preview.4.20201.1 + 5.0.0-preview.4.20201.1 + 5.0.0-preview.4.20201.1 From b6ca5505c5d1791a117de1fa1f40e6d87dec7279 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 17:03:00 +0000 Subject: [PATCH 2073/2259] Update dependencies from https://github.com/dotnet/templating build 20200401.1 (#7014) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20201.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 72a12eb38..98629b4b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/templating - 6e56ef8d687d0e7402b01e8fd5106e9559dcf4a9 + 210d5c4babbbe15c730f2643815f949b7a4e2467 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 8301e4db3..38aa1cbe7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.3.20181.2 + 5.0.0-preview.3.20201.1 From a1d7061f10113e328d21541f18d5de27a62a9a85 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2020 19:01:56 +0000 Subject: [PATCH 2074/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200401.2 (#7016) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20201.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20201.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20201.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.3.20181.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.3.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7acf784f2..9d4c1c413 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - a6c334f0aa0df17ae04847041049c9cc9a7cf3b1 + d455df84028c76ca7a8aaa934036f482a04a3fdd - + https://github.com/dotnet/windowsdesktop - a6c334f0aa0df17ae04847041049c9cc9a7cf3b1 + d455df84028c76ca7a8aaa934036f482a04a3fdd - + https://github.com/dotnet/windowsdesktop - a6c334f0aa0df17ae04847041049c9cc9a7cf3b1 + d455df84028c76ca7a8aaa934036f482a04a3fdd https://github.com/dotnet/runtime @@ -84,13 +84,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - 8138bd0e8bd045589aa735ee1501acec40923eb6 + 17d421f36541633c21682b297ca30740d8b539e1 - + https://github.com/dotnet/wpf - 2a7a3bc14e0a7d7165c19b7d9e4615e556b023f6 + 9decc5c6fa69644eabd6e5128defc29e732d3fc5 diff --git a/eng/Versions.props b/eng/Versions.props index 0388f466f..72e2208ac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20180.1 + 5.0.0-preview.3.20181.1 - 5.0.0-preview.3.20181.13 + 5.0.0-preview.3.20201.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20181.12 - 5.0.0-preview.3.20181.12 - 5.0.0-preview.3.20181.12 + 5.0.0-preview.3.20201.2 + 5.0.0-preview.3.20201.2 + 5.0.0-preview.3.20201.2 From 17c04547560bc787323a250725d646bb0d136fb4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 1 Apr 2020 20:50:50 +0000 Subject: [PATCH 2075/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200401.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20201.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20201.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20201.3 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20201.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5f896626b..af31f6cad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8026e367ba29d6b5f9d42c39f8586e393fbe1a78 + 9230c8372091015a9bbb6ee5ba0daa6cd0a415dd - + https://github.com/dotnet/windowsdesktop - 8026e367ba29d6b5f9d42c39f8586e393fbe1a78 + 9230c8372091015a9bbb6ee5ba0daa6cd0a415dd - + https://github.com/dotnet/windowsdesktop - 8026e367ba29d6b5f9d42c39f8586e393fbe1a78 + 9230c8372091015a9bbb6ee5ba0daa6cd0a415dd https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms cf98008886b999206fd4de4666b1e4b904577f4f - + https://github.com/dotnet/wpf - 9b995a601326da32fb63255c1e1a0e6240ba77e1 + 5a9976caa7268a88e3384cfc9d79f82a8f3a3812 diff --git a/eng/Versions.props b/eng/Versions.props index db0b9bf9e..d3b89270b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20201.1 + 5.0.0-preview.4.20201.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20201.1 - 5.0.0-preview.4.20201.1 - 5.0.0-preview.4.20201.1 + 5.0.0-preview.4.20201.3 + 5.0.0-preview.4.20201.3 + 5.0.0-preview.4.20201.3 From 03d70af1ee23a3045e89b001ce25cecc994c4b2c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Apr 2020 03:13:27 +0000 Subject: [PATCH 2076/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200401.5 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20201.5 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20201.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20201.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20201.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index af31f6cad..3104850b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9230c8372091015a9bbb6ee5ba0daa6cd0a415dd + 1df1f36531b3bb5a24709c5b6eb0e7c7f7498e75 - + https://github.com/dotnet/windowsdesktop - 9230c8372091015a9bbb6ee5ba0daa6cd0a415dd + 1df1f36531b3bb5a24709c5b6eb0e7c7f7498e75 - + https://github.com/dotnet/windowsdesktop - 9230c8372091015a9bbb6ee5ba0daa6cd0a415dd + 1df1f36531b3bb5a24709c5b6eb0e7c7f7498e75 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - cf98008886b999206fd4de4666b1e4b904577f4f + f7bfd6492fb3c14599e088c2c81bb58fea0625e5 - + https://github.com/dotnet/wpf - 5a9976caa7268a88e3384cfc9d79f82a8f3a3812 + 4b4897306ade248e9b348424107fec513ee6779e diff --git a/eng/Versions.props b/eng/Versions.props index d3b89270b..5c0a3dbab 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20180.4 + 5.0.0-preview.4.20201.1 - 5.0.0-preview.4.20201.3 + 5.0.0-preview.4.20201.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20201.3 - 5.0.0-preview.4.20201.3 - 5.0.0-preview.4.20201.3 + 5.0.0-preview.4.20201.5 + 5.0.0-preview.4.20201.5 + 5.0.0-preview.4.20201.5 From 66c9a5d2b49dcc68c92e559026d745f15ab77adb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 05:23:07 +0000 Subject: [PATCH 2077/2259] Update dependencies from https://github.com/dotnet/templating build 20200401.2 (#7021) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20201.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 98629b4b7..c26d97f19 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/templating - 210d5c4babbbe15c730f2643815f949b7a4e2467 + 3afa35569f53dceabbff596010f52ea328b0d5f8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 38aa1cbe7..79b032689 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.3.20201.1 + 5.0.0-preview.3.20201.2 From 28e5050190e5f0a46450bd9434cb4f7ea1fc9380 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Apr 2020 08:57:55 +0000 Subject: [PATCH 2078/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200402.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20202.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20202.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20202.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20201.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3104850b8..3f6d38a7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1df1f36531b3bb5a24709c5b6eb0e7c7f7498e75 + d05865ae9aecb35ccb40633d22037c9244e420f7 - + https://github.com/dotnet/windowsdesktop - 1df1f36531b3bb5a24709c5b6eb0e7c7f7498e75 + d05865ae9aecb35ccb40633d22037c9244e420f7 - + https://github.com/dotnet/windowsdesktop - 1df1f36531b3bb5a24709c5b6eb0e7c7f7498e75 + d05865ae9aecb35ccb40633d22037c9244e420f7 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - f7bfd6492fb3c14599e088c2c81bb58fea0625e5 + 69f0480456b5273b6acbbd3e8393ca8432420fd8 - + https://github.com/dotnet/wpf - 4b4897306ade248e9b348424107fec513ee6779e + 06c5785051595120cfb96d3137eb6c29ae8042e1 diff --git a/eng/Versions.props b/eng/Versions.props index 5c0a3dbab..55e1dbdd1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20201.1 + 5.0.0-preview.4.20201.3 - 5.0.0-preview.4.20201.4 + 5.0.0-preview.4.20201.5 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20201.5 - 5.0.0-preview.4.20201.5 - 5.0.0-preview.4.20201.5 + 5.0.0-preview.4.20202.1 + 5.0.0-preview.4.20202.1 + 5.0.0-preview.4.20202.1 From 7ca5621818af0cbd87f5f64605e577518e728f62 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Apr 2020 10:10:50 +0000 Subject: [PATCH 2079/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200402.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20202.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20202.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20202.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20202.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3f6d38a7c..24208471e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d05865ae9aecb35ccb40633d22037c9244e420f7 + 523e13f409a9d9c2d4576d5291eb9305e9e95b9e - + https://github.com/dotnet/windowsdesktop - d05865ae9aecb35ccb40633d22037c9244e420f7 + 523e13f409a9d9c2d4576d5291eb9305e9e95b9e - + https://github.com/dotnet/windowsdesktop - d05865ae9aecb35ccb40633d22037c9244e420f7 + 523e13f409a9d9c2d4576d5291eb9305e9e95b9e https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - 69f0480456b5273b6acbbd3e8393ca8432420fd8 + b45c16e905aadce7bb61945395cd0751680f9781 - + https://github.com/dotnet/wpf - 06c5785051595120cfb96d3137eb6c29ae8042e1 + a8808fee4fefd564e97557ad10804685521e580e diff --git a/eng/Versions.props b/eng/Versions.props index 55e1dbdd1..9d889e866 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20201.3 + 5.0.0-preview.4.20201.2 - 5.0.0-preview.4.20201.5 + 5.0.0-preview.4.20202.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20202.1 - 5.0.0-preview.4.20202.1 - 5.0.0-preview.4.20202.1 + 5.0.0-preview.4.20202.2 + 5.0.0-preview.4.20202.2 + 5.0.0-preview.4.20202.2 From 374aeabfaabfa5436ab9a533d61b92ef66dbcb52 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 12:30:31 +0000 Subject: [PATCH 2080/2259] Update dependencies from https://github.com/dotnet/templating build 20200402.1 (#7023) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.3.20202.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9d4c1c413..e89c0b0cd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -71,9 +71,9 @@ https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/templating - fa46a9dfc516de0c4049d3f2951fdee8e5065ff8 + 3afa35569f53dceabbff596010f52ea328b0d5f8 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 72e2208ac..0f874dc2d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.3.20181.1 + 5.0.0-preview.3.20202.1 From 55cd81d6d497ee8cbaf0fce7582ad0e35720a720 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 12:54:52 +0000 Subject: [PATCH 2081/2259] Update dependencies from https://github.com/dotnet/arcade build 20200401.2 (#7025) - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.20201.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/common/cross/toolchain.cmake | 15 ++++++++++++++- eng/common/performance/performance-setup.ps1 | 7 +++++++ eng/common/performance/performance-setup.sh | 7 +++++++ eng/common/templates/job/job.yml | 4 ++++ eng/common/tools.sh | 4 ++-- global.json | 2 +- 7 files changed, 37 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c26d97f19..836b5d38a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -104,9 +104,9 @@ - + https://github.com/dotnet/arcade - 09bb9d929120b402348c9a0e9c8c951e824059aa + bce0a98620c1c5a110b2bba9912f3d5929069c6b diff --git a/eng/common/cross/toolchain.cmake b/eng/common/cross/toolchain.cmake index 1823804da..534f1d19d 100644 --- a/eng/common/cross/toolchain.cmake +++ b/eng/common/cross/toolchain.cmake @@ -1,7 +1,11 @@ set(CROSS_ROOTFS $ENV{ROOTFS_DIR}) set(TARGET_ARCH_NAME $ENV{TARGET_BUILD_ARCH}) -set(CMAKE_SYSTEM_NAME Linux) +if(EXISTS ${CROSS_ROOTFS}/bin/freebsd-version) + set(CMAKE_SYSTEM_NAME FreeBSD) +else() + set(CMAKE_SYSTEM_NAME Linux) +endif() set(CMAKE_SYSTEM_VERSION 1) if(TARGET_ARCH_NAME STREQUAL "armel") @@ -27,6 +31,9 @@ elseif(TARGET_ARCH_NAME STREQUAL "arm64") elseif(TARGET_ARCH_NAME STREQUAL "x86") set(CMAKE_SYSTEM_PROCESSOR i686) set(TOOLCHAIN "i686-linux-gnu") +elseif (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") + set(CMAKE_SYSTEM_PROCESSOR "x86_64") + set(triple "x86_64-unknown-freebsd11") else() message(FATAL_ERROR "Arch is ${TARGET_ARCH_NAME}. Only armel, arm, arm64 and x86 are supported!") endif() @@ -60,6 +67,12 @@ if("$ENV{__DistroRid}" MATCHES "android.*") # include official NDK toolchain script include(${CROSS_ROOTFS}/../build/cmake/android.toolchain.cmake) +elseif (CMAKE_SYSTEM_NAME STREQUAL "FreeBSD") + # we cross-compile by instructing clang + set(CMAKE_C_COMPILER_TARGET ${triple}) + set(CMAKE_CXX_COMPILER_TARGET ${triple}) + set(CMAKE_ASM_COMPILER_TARGET ${triple}) + set(CMAKE_SYSROOT "${CROSS_ROOTFS}") else() set(CMAKE_SYSROOT "${CROSS_ROOTFS}") diff --git a/eng/common/performance/performance-setup.ps1 b/eng/common/performance/performance-setup.ps1 index e33766992..1763a1a97 100644 --- a/eng/common/performance/performance-setup.ps1 +++ b/eng/common/performance/performance-setup.ps1 @@ -53,6 +53,13 @@ if ($Internal) { $CommonSetupArguments="--channel master --queue $Queue --build-number $BuildNumber --build-configs $Configurations --architecture $Architecture" $SetupArguments = "--repository https://github.com/$Repository --branch $Branch --get-perf-hash --commit-sha $CommitSha $CommonSetupArguments" + +#This grabs the LKG version number of dotnet and passes it to our scripts +$VersionJSON = Get-Content global.json | ConvertFrom-Json +$DotNetVersion = $VersionJSON.tools.dotnet +$SetupArguments = "--dotnet-versions $DotNetVersion $SetupArguments" + + if ($RunFromPerformanceRepo) { $SetupArguments = "--perf-hash $CommitSha $CommonSetupArguments" diff --git a/eng/common/performance/performance-setup.sh b/eng/common/performance/performance-setup.sh index 94a04e0fe..b9eecf94b 100755 --- a/eng/common/performance/performance-setup.sh +++ b/eng/common/performance/performance-setup.sh @@ -167,6 +167,13 @@ fi common_setup_arguments="--channel master --queue $queue --build-number $build_number --build-configs $configurations --architecture $architecture" setup_arguments="--repository https://github.com/$repository --branch $branch --get-perf-hash --commit-sha $commit_sha $common_setup_arguments" + +# Get the tools section from the global.json. +# This grabs the LKG version number of dotnet and passes it to our scripts +dotnet_version=`cat global.json | python3 -c 'import json,sys;obj=json.load(sys.stdin);print(obj["tools"]["dotnet"])'` +setup_arguments="--dotnet-versions $dotnet_version $setup_arguments" + + if [[ "$run_from_perf_repo" = true ]]; then payload_directory= workitem_directory=$source_directory diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index ecebd0f03..536c15c46 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -24,6 +24,8 @@ parameters: enablePublishBuildAssets: false enablePublishTestResults: false enablePublishUsingPipelines: false + mergeTestResults: false + testRunTitle: $(AgentOsName)-$(BuildConfiguration)-xunit name: '' preSteps: [] runAsPublic: false @@ -194,6 +196,8 @@ jobs: testResultsFormat: 'xUnit' testResultsFiles: '*.xml' searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults/$(_BuildConfig)' + testRunTitle: ${{ parameters.testRunTitle }} + mergeTestResults: ${{ parameters.mergeTestResults }} continueOnError: true condition: always() diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 664ac1055..caae1dbdb 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -77,7 +77,7 @@ function ResolvePath { function ReadGlobalVersion { local key=$1 - local line=`grep -m 1 "$key" "$global_json_file"` + local line=$(awk "/$key/ {print; exit}" "$global_json_file") local pattern="\"$key\" *: *\"(.*)\"" if [[ ! $line =~ $pattern ]]; then @@ -438,7 +438,7 @@ temp_dir="$artifacts_dir/tmp/$configuration" global_json_file="$repo_root/global.json" # determine if global.json contains a "runtimes" entry global_json_has_runtimes=false -dotnetlocal_key=`grep -m 1 "runtimes" "$global_json_file"` || true +dotnetlocal_key=$(awk "/runtimes/ {print; exit}" "$global_json_file") || true if [[ -n "$dotnetlocal_key" ]]; then global_json_has_runtimes=true fi diff --git a/global.json b/global.json index 80362b6c1..c15eb04d9 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20180.5" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20201.2" } } From 2942c43283c7b98344d589b90c1daa17611ca2cc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 13:12:51 +0000 Subject: [PATCH 2082/2259] Update dependencies from https://github.com/dotnet/templating build 20200402.2 (#7024) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.4.20202.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 836b5d38a..41c2fd319 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6
                                                          - + https://github.com/dotnet/templating - 3afa35569f53dceabbff596010f52ea328b0d5f8 + a615e4ad3943257f642c9d7c758ea26abe18de6c https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 79b032689..e4df79c09 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.3.20201.2 + 5.0.0-preview.4.20202.2 From 2af9bbe9a6ddb05b26d2c543ae4edf7cc18e3602 Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Thu, 2 Apr 2020 15:24:09 +0200 Subject: [PATCH 2083/2259] Enable policheck --- .vsts-ci.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 2954264c2..15098b82b 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -22,6 +22,7 @@ variables: - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - group: DotNet-DotNetCli-Storage - group: DotNet-Blob-Feed + - group: DotNet-Installer-SDLValidation-Params - name: _PublishUsingPipelines value: true @@ -223,6 +224,18 @@ stages: # This repo doesn't produce any signed packages. enableSigningValidation: false publishInstallersAndChecksums: true + SDLValidationParameters: + enable: true + params: ' -SourceToolsList @("policheck","credscan") + -TsaInstanceURL $(_TsaInstanceURL) + -TsaProjectName $(_TsaProjectName) + -TsaNotificationEmail $(_TsaNotificationEmail) + -TsaCodebaseAdmin $(_TsaCodebaseAdmin) + -TsaBugAreaPath $(_TsaBugAreaPath) + -TsaIterationPath $(_TsaIterationPath) + -TsaRepositoryName "dotnet-sdk" + -TsaCodebaseName "dotnet-sdk" + -TsaPublish $True' - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), not(contains(variables['Build.SourceBranch'], 'refs/heads/internal/'))) }}: - stage: copy_to_latest From 3e5266e2b12a3c0f55440caf87eaed475d2b22ae Mon Sep 17 00:00:00 2001 From: Bekir Ozturk Date: Thu, 2 Apr 2020 15:34:18 +0200 Subject: [PATCH 2084/2259] Enable policheck: changed repo name --- .vsts-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 15098b82b..fec720b02 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -233,8 +233,8 @@ stages: -TsaCodebaseAdmin $(_TsaCodebaseAdmin) -TsaBugAreaPath $(_TsaBugAreaPath) -TsaIterationPath $(_TsaIterationPath) - -TsaRepositoryName "dotnet-sdk" - -TsaCodebaseName "dotnet-sdk" + -TsaRepositoryName "dotnet-installer" + -TsaCodebaseName "dotnet-installer" -TsaPublish $True' - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest'), not(contains(variables['Build.SourceBranch'], 'refs/heads/internal/'))) }}: From 5a78abe94a12a22c8062344ebb94e36d5c4e7485 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Apr 2020 13:38:56 +0000 Subject: [PATCH 2085/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200402.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20202.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20202.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20202.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20202.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 24208471e..e2ffe24a7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 523e13f409a9d9c2d4576d5291eb9305e9e95b9e + d60a85516380514f7f67bf5bd9bda7fda863eeeb - + https://github.com/dotnet/windowsdesktop - 523e13f409a9d9c2d4576d5291eb9305e9e95b9e + d60a85516380514f7f67bf5bd9bda7fda863eeeb - + https://github.com/dotnet/windowsdesktop - 523e13f409a9d9c2d4576d5291eb9305e9e95b9e + d60a85516380514f7f67bf5bd9bda7fda863eeeb https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 9d889e866..1ae5d0221 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20202.2 - 5.0.0-preview.4.20202.2 - 5.0.0-preview.4.20202.2 + 5.0.0-preview.4.20202.3 + 5.0.0-preview.4.20202.3 + 5.0.0-preview.4.20202.3 From 5eb93e7575ffb6685eb71b106e1245a64e3edbf2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 13:44:24 +0000 Subject: [PATCH 2086/2259] Update dependencies from https://github.com/dotnet/templating build 20200402.3 (#7026) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.4.20202.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 41c2fd319..db05f0fb1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/templating - a615e4ad3943257f642c9d7c758ea26abe18de6c + 0c07208b192dffe34b230bbcbc7b7dc8d4f7045a https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index e4df79c09..92c092129 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.4.20202.2 + 5.0.0-preview.4.20202.3 From 8d27884dd180f61abc6b42ad95fd5d4bf22a977c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 2 Apr 2020 15:53:56 +0000 Subject: [PATCH 2087/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200401.4 (#7020) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20201.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20201.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20201.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e89c0b0cd..c1e16858c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d455df84028c76ca7a8aaa934036f482a04a3fdd + 164016bc4e9c42ad7d4bcc51cb84589a391c65a6 - + https://github.com/dotnet/windowsdesktop - d455df84028c76ca7a8aaa934036f482a04a3fdd + 164016bc4e9c42ad7d4bcc51cb84589a391c65a6 - + https://github.com/dotnet/windowsdesktop - d455df84028c76ca7a8aaa934036f482a04a3fdd + 164016bc4e9c42ad7d4bcc51cb84589a391c65a6 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 0f874dc2d..4350f0e2e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20201.2 - 5.0.0-preview.3.20201.2 - 5.0.0-preview.3.20201.2 + 5.0.0-preview.3.20201.4 + 5.0.0-preview.3.20201.4 + 5.0.0-preview.3.20201.4 From 5c29c1fbac5720855113e817d8308347b7783f75 Mon Sep 17 00:00:00 2001 From: Immo Landwerth Date: Thu, 2 Apr 2020 13:48:35 -0700 Subject: [PATCH 2088/2259] Link Code of Conduct --- CODE-OF-CONDUCT.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CODE-OF-CONDUCT.md diff --git a/CODE-OF-CONDUCT.md b/CODE-OF-CONDUCT.md new file mode 100644 index 000000000..775f221c9 --- /dev/null +++ b/CODE-OF-CONDUCT.md @@ -0,0 +1,6 @@ +# Code of Conduct + +This project has adopted the code of conduct defined by the Contributor Covenant +to clarify expected behavior in our community. + +For more information, see the [.NET Foundation Code of Conduct](https://dotnetfoundation.org/code-of-conduct). From 449ff2300307b855b383f55df2f04bc3ab2362ba Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 2 Apr 2020 22:26:33 +0000 Subject: [PATCH 2089/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200402.4 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20202.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20202.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20202.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20202.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e2ffe24a7..c57f9c7dd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d60a85516380514f7f67bf5bd9bda7fda863eeeb + 0ae2b23615ec23324db377578c2cbce267ba9ace - + https://github.com/dotnet/windowsdesktop - d60a85516380514f7f67bf5bd9bda7fda863eeeb + 0ae2b23615ec23324db377578c2cbce267ba9ace - + https://github.com/dotnet/windowsdesktop - d60a85516380514f7f67bf5bd9bda7fda863eeeb + 0ae2b23615ec23324db377578c2cbce267ba9ace https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b45c16e905aadce7bb61945395cd0751680f9781 - + https://github.com/dotnet/wpf - a8808fee4fefd564e97557ad10804685521e580e + 430c3b91a5a6c8a9c986fdefdb8639738826a904 diff --git a/eng/Versions.props b/eng/Versions.props index 1ae5d0221..fcce90bb9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20202.1 + 5.0.0-preview.4.20202.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20202.3 - 5.0.0-preview.4.20202.3 - 5.0.0-preview.4.20202.3 + 5.0.0-preview.4.20202.4 + 5.0.0-preview.4.20202.4 + 5.0.0-preview.4.20202.4 From c9a638313ed988d148799aba9db563efda4b8244 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2020 02:38:12 +0000 Subject: [PATCH 2090/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200402.9 (#7033) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20202.9 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20202.9 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20202.9 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c1e16858c..db57bb002 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 164016bc4e9c42ad7d4bcc51cb84589a391c65a6 + 0fd1137872d12fc4cc2d0e34f120ea4d03adac41 - + https://github.com/dotnet/windowsdesktop - 164016bc4e9c42ad7d4bcc51cb84589a391c65a6 + 0fd1137872d12fc4cc2d0e34f120ea4d03adac41 - + https://github.com/dotnet/windowsdesktop - 164016bc4e9c42ad7d4bcc51cb84589a391c65a6 + 0fd1137872d12fc4cc2d0e34f120ea4d03adac41 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 4350f0e2e..17316281e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20201.4 - 5.0.0-preview.3.20201.4 - 5.0.0-preview.3.20201.4 + 5.0.0-preview.3.20202.9 + 5.0.0-preview.3.20202.9 + 5.0.0-preview.3.20202.9 From 6de5203c5d812c1e3d6358195d3f0e27cbee0824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 3 Apr 2020 18:05:45 +0200 Subject: [PATCH 2091/2259] Add iOS to .NET5 runtime pack IDs --- src/redist/targets/GenerateBundledVersions.targets | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index aa2471efd..b3275b1f7 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -72,7 +72,15 @@ " /> - + + + + Date: Fri, 3 Apr 2020 21:00:39 +0000 Subject: [PATCH 2092/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200403.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20203.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20203.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20203.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20203.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c57f9c7dd..93f6dd49e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0ae2b23615ec23324db377578c2cbce267ba9ace + 9b8990848d256ca65b2876e27c18daa0b724b87b - + https://github.com/dotnet/windowsdesktop - 0ae2b23615ec23324db377578c2cbce267ba9ace + 9b8990848d256ca65b2876e27c18daa0b724b87b - + https://github.com/dotnet/windowsdesktop - 0ae2b23615ec23324db377578c2cbce267ba9ace + 9b8990848d256ca65b2876e27c18daa0b724b87b https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b45c16e905aadce7bb61945395cd0751680f9781 - + https://github.com/dotnet/wpf - 430c3b91a5a6c8a9c986fdefdb8639738826a904 + 47a3fba3c3ec1d45b24b769b61db8400221b0cb5 diff --git a/eng/Versions.props b/eng/Versions.props index fcce90bb9..d6896f003 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20202.2 + 5.0.0-preview.4.20203.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20202.4 - 5.0.0-preview.4.20202.4 - 5.0.0-preview.4.20202.4 + 5.0.0-preview.4.20203.3 + 5.0.0-preview.4.20203.3 + 5.0.0-preview.4.20203.3 From f02fd221471b7ab79f52725d65478ee32d4cdbdf Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 3 Apr 2020 21:11:54 +0000 Subject: [PATCH 2093/2259] Update dependencies from https://github.com/dotnet/templating build 20200403.1 (#7035) - Microsoft.DotNet.Common.ItemTemplates - 5.0.0-preview.4.20203.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db05f0fb1..e62b6defa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/templating - 0c07208b192dffe34b230bbcbc7b7dc8d4f7045a + 021e16574b2809e3d113fb541838ab49715721b3 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 92c092129..b1ba06656 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.4.20202.3 + 5.0.0-preview.4.20203.1 From e41ccb6d813d32145785f4aa9092dab0a1eb0bc4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 4 Apr 2020 15:32:41 +0000 Subject: [PATCH 2094/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200404.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20204.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20204.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20204.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20204.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 93f6dd49e..1492c6c35 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9b8990848d256ca65b2876e27c18daa0b724b87b + 20145d5c62bb1f372ade5f7b087ce402210eff43 - + https://github.com/dotnet/windowsdesktop - 9b8990848d256ca65b2876e27c18daa0b724b87b + 20145d5c62bb1f372ade5f7b087ce402210eff43 - + https://github.com/dotnet/windowsdesktop - 9b8990848d256ca65b2876e27c18daa0b724b87b + 20145d5c62bb1f372ade5f7b087ce402210eff43 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b45c16e905aadce7bb61945395cd0751680f9781 - + https://github.com/dotnet/wpf - 47a3fba3c3ec1d45b24b769b61db8400221b0cb5 + 878a6b748b66c6dc464dd50753fff5e5a2e6acdb diff --git a/eng/Versions.props b/eng/Versions.props index d6896f003..a1213c51b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20203.3 + 5.0.0-preview.4.20204.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20203.3 - 5.0.0-preview.4.20203.3 - 5.0.0-preview.4.20203.3 + 5.0.0-preview.4.20204.3 + 5.0.0-preview.4.20204.3 + 5.0.0-preview.4.20204.3 From a7a7272603f5e4df93e5829f1a6e0380521221d4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 13:14:27 +0000 Subject: [PATCH 2095/2259] [master] Update dependencies from dotnet/runtime (#7018) * Update dependencies from https://github.com/dotnet/runtime build 20200401.4 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20201.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20201.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20201.4 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20201.4 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20201.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20201.4 * Update dependencies from https://github.com/dotnet/runtime build 20200401.12 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20201.12 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20201.12 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20201.12 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20201.12 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20201.12 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20201.12 * Update dependencies from https://github.com/dotnet/runtime build 20200401.16 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20201.16 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20201.16 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20201.16 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20201.16 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20201.16 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20201.16 * Update dependencies from https://github.com/dotnet/runtime build 20200401.19 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20201.19 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20201.19 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20201.19 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20201.19 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20201.19 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20201.19 * Update dependencies from https://github.com/dotnet/runtime build 20200402.1 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20202.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20202.1 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20202.1 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20202.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20202.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20202.1 * Update dependencies from https://github.com/dotnet/runtime build 20200402.6 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20202.6 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20202.6 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20202.6 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20202.6 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20202.6 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20202.6 * Update dependencies from https://github.com/dotnet/runtime build 20200402.18 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20202.18 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20202.18 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20202.18 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20202.18 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20202.18 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20202.18 * Update dependencies from https://github.com/dotnet/runtime build 20200403.22 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20203.22 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20203.22 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20203.22 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20203.22 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20203.22 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20203.22 * Update dependencies from https://github.com/dotnet/runtime build 20200404.1 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20204.1 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20204.1 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20204.1 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20204.1 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20204.1 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20204.1 * Update dependencies from https://github.com/dotnet/runtime build 20200404.2 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20204.2 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20204.2 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20204.2 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20204.2 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20204.2 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20204.2 * Update dependencies from https://github.com/dotnet/runtime build 20200404.3 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20204.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20204.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20204.3 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20204.3 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20204.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20204.3 * Update dependencies from https://github.com/dotnet/runtime build 20200404.10 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20204.10 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20204.10 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20204.10 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20204.10 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20204.10 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20204.10 * Update dependencies from https://github.com/dotnet/runtime build 20200404.13 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20204.13 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20204.13 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20204.13 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20204.13 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20204.13 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20204.13 * Update dependencies from https://github.com/dotnet/runtime build 20200404.15 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20204.15 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20204.15 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20204.15 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20204.15 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20204.15 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20204.15 * Update dependencies from https://github.com/dotnet/runtime build 20200405.3 - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20205.3 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20205.3 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20205.3 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20205.3 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20205.3 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20205.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e62b6defa..1827949da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + a9ce8225bc45b1360e55915fb9b1b12d8253294b - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + a9ce8225bc45b1360e55915fb9b1b12d8253294b - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + a9ce8225bc45b1360e55915fb9b1b12d8253294b - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + a9ce8225bc45b1360e55915fb9b1b12d8253294b - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + a9ce8225bc45b1360e55915fb9b1b12d8253294b @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + a9ce8225bc45b1360e55915fb9b1b12d8253294b https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index b1ba06656..2b7010236 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.3.20169.1 + 5.0.0-preview.4.20205.3 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 + 5.0.0-preview.4.20205.3 + 5.0.0-preview.4.20205.3 + 5.0.0-preview.4.20205.3 + 5.0.0-preview.4.20205.3 + 5.0.0-preview.4.20205.3 2.1.0 From 37d34c72587a46f9bd117863c42215a37110b836 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 15:46:34 +0000 Subject: [PATCH 2096/2259] [master] Update dependencies from dotnet/sdk (#7017) * Update dependencies from https://github.com/dotnet/sdk build 20200401.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20201.7 - Microsoft.NET.Sdk - 5.0.100-preview.4.20201.7 * Update dependencies from https://github.com/dotnet/sdk build 20200401.8 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20201.8 - Microsoft.NET.Sdk - 5.0.100-preview.4.20201.8 * Update dependencies from https://github.com/dotnet/sdk build 20200401.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20201.14 - Microsoft.NET.Sdk - 5.0.100-preview.4.20201.14 * Update dependencies from https://github.com/dotnet/sdk build 20200401.18 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20201.18 - Microsoft.NET.Sdk - 5.0.100-preview.4.20201.18 * Update dependencies from https://github.com/dotnet/sdk build 20200402.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20202.2 - Microsoft.NET.Sdk - 5.0.100-preview.4.20202.2 * Update dependencies from https://github.com/dotnet/sdk build 20200402.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20202.5 - Microsoft.NET.Sdk - 5.0.100-preview.4.20202.5 * Update dependencies from https://github.com/dotnet/sdk build 20200402.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20202.7 - Microsoft.NET.Sdk - 5.0.100-preview.4.20202.7 * Update dependencies from https://github.com/dotnet/sdk build 20200402.11 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20202.11 - Microsoft.NET.Sdk - 5.0.100-preview.4.20202.11 * Update dependencies from https://github.com/dotnet/sdk build 20200403.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20203.1 - Microsoft.NET.Sdk - 5.0.100-preview.4.20203.1 * Update dependencies from https://github.com/dotnet/sdk build 20200403.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20203.3 - Microsoft.NET.Sdk - 5.0.100-preview.4.20203.3 * Update dependencies from https://github.com/dotnet/sdk build 20200403.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20203.4 - Microsoft.NET.Sdk - 5.0.100-preview.4.20203.4 * Update dependencies from https://github.com/dotnet/sdk build 20200403.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20203.5 - Microsoft.NET.Sdk - 5.0.100-preview.4.20203.5 * Update dependencies from https://github.com/dotnet/sdk build 20200403.7 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20203.7 - Microsoft.NET.Sdk - 5.0.100-preview.4.20203.7 * Update dependencies from https://github.com/dotnet/sdk build 20200403.13 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20203.13 - Microsoft.NET.Sdk - 5.0.100-preview.4.20203.13 * Update dependencies from https://github.com/dotnet/sdk build 20200403.17 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20203.17 - Microsoft.NET.Sdk - 5.0.100-preview.4.20203.17 * Update dependencies from https://github.com/dotnet/sdk build 20200404.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20204.1 - Microsoft.NET.Sdk - 5.0.100-preview.4.20204.1 * Update dependencies from https://github.com/dotnet/sdk build 20200404.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20204.2 - Microsoft.NET.Sdk - 5.0.100-preview.4.20204.2 * Update dependencies from https://github.com/dotnet/sdk build 20200404.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20204.3 - Microsoft.NET.Sdk - 5.0.100-preview.4.20204.3 * Update dependencies from https://github.com/dotnet/sdk build 20200404.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20204.4 - Microsoft.NET.Sdk - 5.0.100-preview.4.20204.4 * Update dependencies from https://github.com/dotnet/sdk build 20200405.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20205.1 - Microsoft.NET.Sdk - 5.0.100-preview.4.20205.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1827949da..2acd6eecb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - c7272154b12830d822c7414b5ed4c765b3c0c415 + f012faa59152ebc34c78cf00854bd355febac257 - + https://github.com/dotnet/sdk - c7272154b12830d822c7414b5ed4c765b3c0c415 + f012faa59152ebc34c78cf00854bd355febac257 diff --git a/eng/Versions.props b/eng/Versions.props index 2b7010236..38941b026 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20174.1 - 5.0.100-preview.3.20174.1 + 5.0.100-preview.4.20205.1 + 5.0.100-preview.4.20205.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2e6b01169c26232340aa026528bf45920ec9635f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 5 Apr 2020 16:19:52 +0000 Subject: [PATCH 2097/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200405.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20205.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20205.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20205.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20205.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1492c6c35..803dfb406 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 20145d5c62bb1f372ade5f7b087ce402210eff43 + ca000e7cecda24678fb5eb4a8d997af58161855a - + https://github.com/dotnet/windowsdesktop - 20145d5c62bb1f372ade5f7b087ce402210eff43 + ca000e7cecda24678fb5eb4a8d997af58161855a - + https://github.com/dotnet/windowsdesktop - 20145d5c62bb1f372ade5f7b087ce402210eff43 + ca000e7cecda24678fb5eb4a8d997af58161855a https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b45c16e905aadce7bb61945395cd0751680f9781 - + https://github.com/dotnet/wpf - 878a6b748b66c6dc464dd50753fff5e5a2e6acdb + 1dc6b8249243a51897a26b1453a2251e62777327 diff --git a/eng/Versions.props b/eng/Versions.props index a1213c51b..fe34bea5c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20204.3 + 5.0.0-preview.4.20205.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20204.3 - 5.0.0-preview.4.20204.3 - 5.0.0-preview.4.20204.3 + 5.0.0-preview.4.20205.3 + 5.0.0-preview.4.20205.3 + 5.0.0-preview.4.20205.3 From d585902de8f5359c71dd06149d1beaae9242b90d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 16:53:38 +0000 Subject: [PATCH 2098/2259] Update dependencies from https://github.com/dotnet/sdk build 20200405.2 (#7037) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20205.2 - Microsoft.NET.Sdk - 5.0.100-preview.4.20205.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2acd6eecb..9c51f84d0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - f012faa59152ebc34c78cf00854bd355febac257 + 5aa607ea7d2810c901d6c361c4328ab8aa120c36 - + https://github.com/dotnet/sdk - f012faa59152ebc34c78cf00854bd355febac257 + 5aa607ea7d2810c901d6c361c4328ab8aa120c36 diff --git a/eng/Versions.props b/eng/Versions.props index 38941b026..4b07201b0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20205.1 - 5.0.100-preview.4.20205.1 + 5.0.100-preview.4.20205.2 + 5.0.100-preview.4.20205.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 8f5da081c4b185acc9c93b9f821a96e4e4491da5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 18:18:24 +0000 Subject: [PATCH 2099/2259] Update dependencies from https://github.com/dotnet/runtime build 20200405.5 (#7036) - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20205.5 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20205.5 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20205.5 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20205.5 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20205.5 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20205.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9c51f84d0..7b3448468 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/runtime - a9ce8225bc45b1360e55915fb9b1b12d8253294b + d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b - + https://github.com/dotnet/runtime - a9ce8225bc45b1360e55915fb9b1b12d8253294b + d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b - + https://github.com/dotnet/runtime - a9ce8225bc45b1360e55915fb9b1b12d8253294b + d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b - + https://github.com/dotnet/runtime - a9ce8225bc45b1360e55915fb9b1b12d8253294b + d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b - + https://github.com/dotnet/runtime - a9ce8225bc45b1360e55915fb9b1b12d8253294b + d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - a9ce8225bc45b1360e55915fb9b1b12d8253294b + d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 4b07201b0..d8e8922e0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20205.3 + 5.0.0-preview.4.20205.5 - 5.0.0-preview.4.20205.3 - 5.0.0-preview.4.20205.3 - 5.0.0-preview.4.20205.3 - 5.0.0-preview.4.20205.3 - 5.0.0-preview.4.20205.3 + 5.0.0-preview.4.20205.5 + 5.0.0-preview.4.20205.5 + 5.0.0-preview.4.20205.5 + 5.0.0-preview.4.20205.5 + 5.0.0-preview.4.20205.5 2.1.0 From ecc6f20b2fbf37810ea03554dd4171748a13a284 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 19:30:35 +0000 Subject: [PATCH 2100/2259] Update dependencies from https://github.com/dotnet/runtime build 20200405.7 (#7038) - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20205.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20205.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20205.7 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20205.7 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20205.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20205.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7b3448468..48bde8e80 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/runtime - d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b + 6509062d462849230b99f20365023278eea4317d - + https://github.com/dotnet/runtime - d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b + 6509062d462849230b99f20365023278eea4317d - + https://github.com/dotnet/runtime - d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b + 6509062d462849230b99f20365023278eea4317d - + https://github.com/dotnet/runtime - d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b + 6509062d462849230b99f20365023278eea4317d - + https://github.com/dotnet/runtime - d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b + 6509062d462849230b99f20365023278eea4317d @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - d600eab7749a19c7a1f3fd41aca9bd61ebd0a97b + 6509062d462849230b99f20365023278eea4317d https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index d8e8922e0..6b74c0925 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20205.5 + 5.0.0-preview.4.20205.7 - 5.0.0-preview.4.20205.5 - 5.0.0-preview.4.20205.5 - 5.0.0-preview.4.20205.5 - 5.0.0-preview.4.20205.5 - 5.0.0-preview.4.20205.5 + 5.0.0-preview.4.20205.7 + 5.0.0-preview.4.20205.7 + 5.0.0-preview.4.20205.7 + 5.0.0-preview.4.20205.7 + 5.0.0-preview.4.20205.7 2.1.0 From b88b8c699dc3b41e06355b520eb01ccf8219d63d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2020 22:56:26 +0000 Subject: [PATCH 2101/2259] Update dependencies from https://github.com/dotnet/runtime build 20200405.8 (#7039) - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20205.8 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20205.8 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20205.8 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20205.8 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20205.8 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20205.8 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 48bde8e80..93eabda7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/runtime - 6509062d462849230b99f20365023278eea4317d + 6996928a6958f50a4cd811dfde9ea894473fc765 - + https://github.com/dotnet/runtime - 6509062d462849230b99f20365023278eea4317d + 6996928a6958f50a4cd811dfde9ea894473fc765 - + https://github.com/dotnet/runtime - 6509062d462849230b99f20365023278eea4317d + 6996928a6958f50a4cd811dfde9ea894473fc765 - + https://github.com/dotnet/runtime - 6509062d462849230b99f20365023278eea4317d + 6996928a6958f50a4cd811dfde9ea894473fc765 - + https://github.com/dotnet/runtime - 6509062d462849230b99f20365023278eea4317d + 6996928a6958f50a4cd811dfde9ea894473fc765 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6509062d462849230b99f20365023278eea4317d + 6996928a6958f50a4cd811dfde9ea894473fc765 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 6b74c0925..d0da86b84 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20205.7 + 5.0.0-preview.4.20205.8 - 5.0.0-preview.4.20205.7 - 5.0.0-preview.4.20205.7 - 5.0.0-preview.4.20205.7 - 5.0.0-preview.4.20205.7 - 5.0.0-preview.4.20205.7 + 5.0.0-preview.4.20205.8 + 5.0.0-preview.4.20205.8 + 5.0.0-preview.4.20205.8 + 5.0.0-preview.4.20205.8 + 5.0.0-preview.4.20205.8 2.1.0 From 42b5e64f9b95123f375c3e0275b26935dc3b7738 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 02:26:53 +0000 Subject: [PATCH 2102/2259] Update dependencies from https://github.com/dotnet/runtime build 20200405.11 (#7040) - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20205.11 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20205.11 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20205.11 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20205.11 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20205.11 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20205.11 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 93eabda7c..8bcf93ed9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/runtime - 6996928a6958f50a4cd811dfde9ea894473fc765 + 6d395de48ac718a913e567ae80961050f2a9a4fa - + https://github.com/dotnet/runtime - 6996928a6958f50a4cd811dfde9ea894473fc765 + 6d395de48ac718a913e567ae80961050f2a9a4fa - + https://github.com/dotnet/runtime - 6996928a6958f50a4cd811dfde9ea894473fc765 + 6d395de48ac718a913e567ae80961050f2a9a4fa - + https://github.com/dotnet/runtime - 6996928a6958f50a4cd811dfde9ea894473fc765 + 6d395de48ac718a913e567ae80961050f2a9a4fa - + https://github.com/dotnet/runtime - 6996928a6958f50a4cd811dfde9ea894473fc765 + 6d395de48ac718a913e567ae80961050f2a9a4fa @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6996928a6958f50a4cd811dfde9ea894473fc765 + 6d395de48ac718a913e567ae80961050f2a9a4fa https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index d0da86b84..c22acee91 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20205.8 + 5.0.0-preview.4.20205.11 - 5.0.0-preview.4.20205.8 - 5.0.0-preview.4.20205.8 - 5.0.0-preview.4.20205.8 - 5.0.0-preview.4.20205.8 - 5.0.0-preview.4.20205.8 + 5.0.0-preview.4.20205.11 + 5.0.0-preview.4.20205.11 + 5.0.0-preview.4.20205.11 + 5.0.0-preview.4.20205.11 + 5.0.0-preview.4.20205.11 2.1.0 From 406b7a01bc6acc145ba61a5b4bcd00016592f214 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 07:08:55 +0000 Subject: [PATCH 2103/2259] Update dependencies from https://github.com/dotnet/runtime build 20200405.13 (#7041) - Microsoft.NETCore.Platforms - 5.0.0-preview.4.20205.13 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.4.20205.13 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.4.20205.13 - Microsoft.NETCore.App.Internal - 5.0.0-preview.4.20205.13 - Microsoft.NETCore.App.Ref - 5.0.0-preview.4.20205.13 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.4.20205.13 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8bcf93ed9..0db98463c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/runtime - 6d395de48ac718a913e567ae80961050f2a9a4fa + 59ca590949ade88c712e4ca8c6835acd0e9cbf46 - + https://github.com/dotnet/runtime - 6d395de48ac718a913e567ae80961050f2a9a4fa + 59ca590949ade88c712e4ca8c6835acd0e9cbf46 - + https://github.com/dotnet/runtime - 6d395de48ac718a913e567ae80961050f2a9a4fa + 59ca590949ade88c712e4ca8c6835acd0e9cbf46 - + https://github.com/dotnet/runtime - 6d395de48ac718a913e567ae80961050f2a9a4fa + 59ca590949ade88c712e4ca8c6835acd0e9cbf46 - + https://github.com/dotnet/runtime - 6d395de48ac718a913e567ae80961050f2a9a4fa + 59ca590949ade88c712e4ca8c6835acd0e9cbf46 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6d395de48ac718a913e567ae80961050f2a9a4fa + 59ca590949ade88c712e4ca8c6835acd0e9cbf46 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index c22acee91..625224bc6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20205.11 + 5.0.0-preview.4.20205.13 - 5.0.0-preview.4.20205.11 - 5.0.0-preview.4.20205.11 - 5.0.0-preview.4.20205.11 - 5.0.0-preview.4.20205.11 - 5.0.0-preview.4.20205.11 + 5.0.0-preview.4.20205.13 + 5.0.0-preview.4.20205.13 + 5.0.0-preview.4.20205.13 + 5.0.0-preview.4.20205.13 + 5.0.0-preview.4.20205.13 2.1.0 From 8289cde9a009b4d4c97c1b53d304a6ff739b90c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 6 Apr 2020 17:38:50 +0200 Subject: [PATCH 2104/2259] Add tvOS to .NET5 runtime pack IDs --- src/redist/targets/GenerateBundledVersions.targets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index b3275b1f7..76f94a27b 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -78,6 +78,8 @@ ios-arm64; ios-arm; ios-x64; + tvos-arm64; + tvos-x64; " /> From 9fdf00af10a76d224be1ebea6c1843d50238ab4a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexander=20K=C3=B6plinger?= Date: Mon, 6 Apr 2020 17:39:02 +0200 Subject: [PATCH 2105/2259] Add Android to .NET5 runtime pack IDs --- src/redist/targets/GenerateBundledVersions.targets | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/redist/targets/GenerateBundledVersions.targets b/src/redist/targets/GenerateBundledVersions.targets index 76f94a27b..490915f9e 100644 --- a/src/redist/targets/GenerateBundledVersions.targets +++ b/src/redist/targets/GenerateBundledVersions.targets @@ -80,6 +80,10 @@ ios-x64; tvos-arm64; tvos-x64; + android-arm64; + android-arm; + android-x64; + android-x86; " /> From a113ddbc779efd3bfb8d365a38890a57795b0b5a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 6 Apr 2020 15:43:35 +0000 Subject: [PATCH 2106/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200406.1 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20206.1 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20206.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20206.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20206.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 803dfb406..812b8dced 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ca000e7cecda24678fb5eb4a8d997af58161855a + 6566fbc312576444d7e2347d9d782a67c24f42b9 - + https://github.com/dotnet/windowsdesktop - ca000e7cecda24678fb5eb4a8d997af58161855a + 6566fbc312576444d7e2347d9d782a67c24f42b9 - + https://github.com/dotnet/windowsdesktop - ca000e7cecda24678fb5eb4a8d997af58161855a + 6566fbc312576444d7e2347d9d782a67c24f42b9 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b45c16e905aadce7bb61945395cd0751680f9781 - + https://github.com/dotnet/wpf - 1dc6b8249243a51897a26b1453a2251e62777327 + 12601c58ecf03451875395c4adc2adbb3ff243dc diff --git a/eng/Versions.props b/eng/Versions.props index fe34bea5c..75040499f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20205.3 + 5.0.0-preview.4.20206.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20205.3 - 5.0.0-preview.4.20205.3 - 5.0.0-preview.4.20205.3 + 5.0.0-preview.4.20206.1 + 5.0.0-preview.4.20206.1 + 5.0.0-preview.4.20206.1 From f6981148904c7d99d4299077c9676c1c86882470 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2020 19:58:10 +0000 Subject: [PATCH 2107/2259] [master] Update dependencies from dotnet/sdk (#7042) * Update dependencies from https://github.com/dotnet/sdk build 20200406.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20206.1 - Microsoft.NET.Sdk - 5.0.100-preview.4.20206.1 * Update dependencies from https://github.com/dotnet/sdk build 20200406.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20206.2 - Microsoft.NET.Sdk - 5.0.100-preview.4.20206.2 * Update dependencies from https://github.com/dotnet/sdk build 20200406.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20206.3 - Microsoft.NET.Sdk - 5.0.100-preview.4.20206.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0db98463c..11554b256 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 5aa607ea7d2810c901d6c361c4328ab8aa120c36 + 0e839d1aed628e59018b7bc578a6aa7698cda552 - + https://github.com/dotnet/sdk - 5aa607ea7d2810c901d6c361c4328ab8aa120c36 + 0e839d1aed628e59018b7bc578a6aa7698cda552 diff --git a/eng/Versions.props b/eng/Versions.props index 625224bc6..dcc0f939b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20205.2 - 5.0.100-preview.4.20205.2 + 5.0.100-preview.4.20206.3 + 5.0.100-preview.4.20206.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 147e102ed83bbe3d1d623d4cbd0a521f3c695498 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 01:20:19 +0000 Subject: [PATCH 2108/2259] [release/5.0.1xx-preview3] Update dependencies from dotnet/runtime (#7005) * Update dependencies from https://github.com/dotnet/runtime build 20200331.15 - Microsoft.NETCore.Platforms - 5.0.0-preview.3.20181.15 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20181.15 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20181.15 - Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20181.15 - Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20181.15 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20181.15 * Update dependencies from https://github.com/dotnet/runtime build 20200401.7 - Microsoft.NETCore.Platforms - 5.0.0-preview.3.20201.7 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20201.7 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20201.7 - Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20201.7 - Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20201.7 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20201.7 * Update dependencies from https://github.com/dotnet/runtime build 20200402.4 - Microsoft.NETCore.Platforms - 5.0.0-preview.3.20202.4 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20202.4 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20202.4 - Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20202.4 - Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20202.4 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20202.4 * Update dependencies from https://github.com/dotnet/runtime build 20200406.14 - Microsoft.NETCore.Platforms - 5.0.0-preview.3.20206.14 - Microsoft.NETCore.DotNetHostResolver - 5.0.0-preview.3.20206.14 - Microsoft.NETCore.App.Host.win-x64 - 5.0.0-preview.3.20206.14 - Microsoft.NETCore.App.Internal - 5.0.0-preview.3.20206.14 - Microsoft.NETCore.App.Ref - 5.0.0-preview.3.20206.14 - Microsoft.NETCore.App.Runtime.win-x64 - 5.0.0-preview.3.20206.14 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index db57bb002..28dc56c62 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 0fd1137872d12fc4cc2d0e34f120ea4d03adac41 - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + 3cda53187710a77afb1a644b1729be9ff639a14d - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + 3cda53187710a77afb1a644b1729be9ff639a14d - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + 3cda53187710a77afb1a644b1729be9ff639a14d - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + 3cda53187710a77afb1a644b1729be9ff639a14d - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + 3cda53187710a77afb1a644b1729be9ff639a14d @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - bc28cbef855fdb9cb3769c41276b62d49326b215 + 3cda53187710a77afb1a644b1729be9ff639a14d https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 17316281e..6b939c821 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20206.14 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 - 5.0.0-preview.3.20169.1 + 5.0.0-preview.3.20206.14 + 5.0.0-preview.3.20206.14 + 5.0.0-preview.3.20206.14 + 5.0.0-preview.3.20206.14 + 5.0.0-preview.3.20206.14 2.1.0 From 0170db604bb34dc683eda8e02db83f7823cd5038 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 02:09:22 +0000 Subject: [PATCH 2109/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200406.4 (#7045) - Microsoft.WindowsDesktop.App - 5.0.0-preview.3.20206.4 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.3.20206.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.3.20206.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 28dc56c62..e86aea331 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0fd1137872d12fc4cc2d0e34f120ea4d03adac41 + bbe89b2fde13f2fcd60906aa48177c121a478235 - + https://github.com/dotnet/windowsdesktop - 0fd1137872d12fc4cc2d0e34f120ea4d03adac41 + bbe89b2fde13f2fcd60906aa48177c121a478235 - + https://github.com/dotnet/windowsdesktop - 0fd1137872d12fc4cc2d0e34f120ea4d03adac41 + bbe89b2fde13f2fcd60906aa48177c121a478235 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 6b939c821..5046cd736 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20202.9 - 5.0.0-preview.3.20202.9 - 5.0.0-preview.3.20202.9 + 5.0.0-preview.3.20206.4 + 5.0.0-preview.3.20206.4 + 5.0.0-preview.3.20206.4 From b39800297bea56a622a0e8829556fcbd1650d26c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 03:13:50 +0000 Subject: [PATCH 2110/2259] [release/5.0.1xx-preview3] Update dependencies from dotnet/sdk (#6999) * Update dependencies from https://github.com/dotnet/sdk build 20200331.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20181.9 - Microsoft.NET.Sdk - 5.0.100-preview.3.20181.9 * Update dependencies from https://github.com/dotnet/sdk build 20200331.12 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20181.12 - Microsoft.NET.Sdk - 5.0.100-preview.3.20181.12 * Update dependencies from https://github.com/dotnet/sdk build 20200331.14 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20181.14 - Microsoft.NET.Sdk - 5.0.100-preview.3.20181.14 * Update dependencies from https://github.com/dotnet/sdk build 20200401.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20201.5 - Microsoft.NET.Sdk - 5.0.100-preview.3.20201.5 * Update dependencies from https://github.com/dotnet/sdk build 20200401.9 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20201.9 - Microsoft.NET.Sdk - 5.0.100-preview.3.20201.9 * Update dependencies from https://github.com/dotnet/sdk build 20200401.11 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20201.11 - Microsoft.NET.Sdk - 5.0.100-preview.3.20201.11 * Update dependencies from https://github.com/dotnet/sdk build 20200401.13 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20201.13 - Microsoft.NET.Sdk - 5.0.100-preview.3.20201.13 * Update dependencies from https://github.com/dotnet/sdk build 20200401.15 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20201.15 - Microsoft.NET.Sdk - 5.0.100-preview.3.20201.15 * Update dependencies from https://github.com/dotnet/sdk build 20200401.16 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20201.16 - Microsoft.NET.Sdk - 5.0.100-preview.3.20201.16 * Update dependencies from https://github.com/dotnet/sdk build 20200401.17 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20201.17 - Microsoft.NET.Sdk - 5.0.100-preview.3.20201.17 * Update dependencies from https://github.com/dotnet/sdk build 20200402.1 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20202.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20202.1 * Update dependencies from https://github.com/dotnet/sdk build 20200402.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20202.6 - Microsoft.NET.Sdk - 5.0.100-preview.3.20202.6 * Update dependencies from https://github.com/dotnet/sdk build 20200402.10 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20202.10 - Microsoft.NET.Sdk - 5.0.100-preview.3.20202.10 * Update dependencies from https://github.com/dotnet/sdk build 20200402.15 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20202.15 - Microsoft.NET.Sdk - 5.0.100-preview.3.20202.15 * Update dependencies from https://github.com/dotnet/sdk build 20200402.16 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20202.16 - Microsoft.NET.Sdk - 5.0.100-preview.3.20202.16 * Update dependencies from https://github.com/dotnet/sdk build 20200402.20 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20202.20 - Microsoft.NET.Sdk - 5.0.100-preview.3.20202.20 * Update dependencies from https://github.com/dotnet/sdk build 20200403.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20203.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20203.2 * Update dependencies from https://github.com/dotnet/sdk build 20200403.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20203.6 - Microsoft.NET.Sdk - 5.0.100-preview.3.20203.6 * Update dependencies from https://github.com/dotnet/sdk build 20200403.12 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20203.12 - Microsoft.NET.Sdk - 5.0.100-preview.3.20203.12 * Update dependencies from https://github.com/dotnet/sdk build 20200404.5 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20204.5 - Microsoft.NET.Sdk - 5.0.100-preview.3.20204.5 * Update dependencies from https://github.com/dotnet/sdk build 20200405.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20205.3 - Microsoft.NET.Sdk - 5.0.100-preview.3.20205.3 * Update dependencies from https://github.com/dotnet/sdk build 20200406.4 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20206.4 - Microsoft.NET.Sdk - 5.0.100-preview.3.20206.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e86aea331..f7f6a32e3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - c7272154b12830d822c7414b5ed4c765b3c0c415 + fe6e5d9c05d66b3f3a4374ff0988e83762ef9746 - + https://github.com/dotnet/sdk - c7272154b12830d822c7414b5ed4c765b3c0c415 + fe6e5d9c05d66b3f3a4374ff0988e83762ef9746 diff --git a/eng/Versions.props b/eng/Versions.props index 5046cd736..463c22b13 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20174.1 - 5.0.100-preview.3.20174.1 + 5.0.100-preview.3.20206.4 + 5.0.100-preview.3.20206.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b1603a90c88143467d03f3f78c08a9dacf312a03 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 04:12:33 +0000 Subject: [PATCH 2111/2259] Update dependencies from https://github.com/dotnet/sdk build 20200406.5 (#7046) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20206.5 - Microsoft.NET.Sdk - 5.0.100-preview.3.20206.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f7f6a32e3..1452d7845 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - fe6e5d9c05d66b3f3a4374ff0988e83762ef9746 + 07ca2aa026a07c80eb2f24018e8d43e6306c824d - + https://github.com/dotnet/sdk - fe6e5d9c05d66b3f3a4374ff0988e83762ef9746 + 07ca2aa026a07c80eb2f24018e8d43e6306c824d diff --git a/eng/Versions.props b/eng/Versions.props index 463c22b13..193617b4c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20206.4 - 5.0.100-preview.3.20206.4 + 5.0.100-preview.3.20206.5 + 5.0.100-preview.3.20206.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0a3d434af4e77c2459ad58e3d230d8a72441fa8c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 04:47:26 +0000 Subject: [PATCH 2112/2259] [release/5.0.1xx-preview3] Update dependencies from dotnet/aspnetcore (#7001) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200331.7 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20181.7 - dotnet-dev-certs - 5.0.0-preview.3.20181.7 - dotnet-user-secrets - 5.0.0-preview.3.20181.7 - dotnet-watch - 5.0.0-preview.3.20181.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20181.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20181.7 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200401.12 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20201.12 - dotnet-dev-certs - 5.0.0-preview.3.20201.12 - dotnet-user-secrets - 5.0.0-preview.3.20201.12 - dotnet-watch - 5.0.0-preview.3.20201.12 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20201.12 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20201.12 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200402.12 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20202.12 - dotnet-dev-certs - 5.0.0-preview.3.20202.12 - dotnet-user-secrets - 5.0.0-preview.3.20202.12 - dotnet-watch - 5.0.0-preview.3.20202.12 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20202.12 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20202.12 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200403.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20203.1 - dotnet-dev-certs - 5.0.0-preview.3.20203.1 - dotnet-user-secrets - 5.0.0-preview.3.20203.1 - dotnet-watch - 5.0.0-preview.3.20203.1 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20203.1 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20203.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200403.8 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20203.8 - dotnet-dev-certs - 5.0.0-preview.3.20203.8 - dotnet-user-secrets - 5.0.0-preview.3.20203.8 - dotnet-watch - 5.0.0-preview.3.20203.8 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20203.8 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20203.8 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1452d7845..3e926c57a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 3cda53187710a77afb1a644b1729be9ff639a14d - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 193617b4c..dbf846a24 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.3.20170.2 - 5.0.0-preview.3.20170.2 - 5.0.0-preview.3.20170.2 - 5.0.0-preview.3.20170.2 - 5.0.0-preview.3.20170.2 - 5.0.0-preview.3.20170.2 + 5.0.0-preview.3.20203.8 + 5.0.0-preview.3.20203.8 + 5.0.0-preview.3.20203.8 + 5.0.0-preview.3.20203.8 + 5.0.0-preview.3.20203.8 + 5.0.0-preview.3.20203.8 0.2.0 From 892c754da3b58aa03117d0f02f4fb0a4287ec524 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 05:08:16 +0000 Subject: [PATCH 2113/2259] Update dependencies from https://github.com/dotnet/sdk build 20200406.6 (#7047) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20206.6 - Microsoft.NET.Sdk - 5.0.100-preview.3.20206.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3e926c57a..493e90c94 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - 07ca2aa026a07c80eb2f24018e8d43e6306c824d + 85fb34966aee02de444151640c954227dbfb4e75 - + https://github.com/dotnet/sdk - 07ca2aa026a07c80eb2f24018e8d43e6306c824d + 85fb34966aee02de444151640c954227dbfb4e75 diff --git a/eng/Versions.props b/eng/Versions.props index dbf846a24..ddc6666f9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20206.5 - 5.0.100-preview.3.20206.5 + 5.0.100-preview.3.20206.6 + 5.0.100-preview.3.20206.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1c6054feb07a4ddb87d67a4ca21a15db38c35655 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 08:01:38 +0000 Subject: [PATCH 2114/2259] Update dependencies from https://github.com/dotnet/sdk build 20200406.7 (#7048) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20206.7 - Microsoft.NET.Sdk - 5.0.100-preview.3.20206.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 493e90c94..1d481b67a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - 85fb34966aee02de444151640c954227dbfb4e75 + 848039ad0c06bb8ada2662f1cb889ed4064a7f97 - + https://github.com/dotnet/sdk - 85fb34966aee02de444151640c954227dbfb4e75 + 848039ad0c06bb8ada2662f1cb889ed4064a7f97 diff --git a/eng/Versions.props b/eng/Versions.props index ddc6666f9..c663a6deb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20206.6 - 5.0.100-preview.3.20206.6 + 5.0.100-preview.3.20206.7 + 5.0.100-preview.3.20206.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ea1331e5461edf0a1d3244c44de7f2a26637c87e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 08:58:11 +0000 Subject: [PATCH 2115/2259] [master] Update dependencies from dotnet/aspnetcore (#7019) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200401.2 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.4.20201.2 - dotnet-dev-certs - 5.0.0-preview.4.20201.2 - dotnet-user-secrets - 5.0.0-preview.4.20201.2 - dotnet-watch - 5.0.0-preview.4.20201.2 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20201.2 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.4.20201.2 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200401.16 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.4.20201.16 - dotnet-dev-certs - 5.0.0-preview.4.20201.16 - dotnet-user-secrets - 5.0.0-preview.4.20201.16 - dotnet-watch - 5.0.0-preview.4.20201.16 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20201.16 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.4.20201.16 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200402.9 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.4.20202.9 - dotnet-dev-certs - 5.0.0-preview.4.20202.9 - dotnet-watch - 5.0.0-preview.4.20202.9 - dotnet-user-secrets - 5.0.0-preview.4.20202.9 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.4.20202.9 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20202.9 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200402.13 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.4.20202.13 - dotnet-dev-certs - 5.0.0-preview.4.20202.13 - dotnet-watch - 5.0.0-preview.4.20202.13 - dotnet-user-secrets - 5.0.0-preview.4.20202.13 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.4.20202.13 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20202.13 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200403.3 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.4.20203.3 - dotnet-dev-certs - 5.0.0-preview.4.20203.3 - dotnet-watch - 5.0.0-preview.4.20203.3 - dotnet-user-secrets - 5.0.0-preview.4.20203.3 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.4.20203.3 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20203.3 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200403.4 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.4.20203.4 - dotnet-dev-certs - 5.0.0-preview.4.20203.4 - dotnet-watch - 5.0.0-preview.4.20203.4 - dotnet-user-secrets - 5.0.0-preview.4.20203.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.4.20203.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20203.4 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200403.7 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.4.20203.7 - dotnet-dev-certs - 5.0.0-preview.4.20203.7 - dotnet-user-secrets - 5.0.0-preview.4.20203.7 - dotnet-watch - 5.0.0-preview.4.20203.7 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.4.20203.7 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20203.7 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200403.10 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.4.20203.10 - dotnet-dev-certs - 5.0.0-preview.4.20203.10 - dotnet-user-secrets - 5.0.0-preview.4.20203.10 - dotnet-watch - 5.0.0-preview.4.20203.10 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.4.20203.10 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20203.10 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200403.11 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.4.20203.11 - dotnet-dev-certs - 5.0.0-preview.4.20203.11 - dotnet-user-secrets - 5.0.0-preview.4.20203.11 - dotnet-watch - 5.0.0-preview.4.20203.11 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.4.20203.11 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20203.11 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200406.19 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.4.20206.19 - dotnet-dev-certs - 5.0.0-preview.4.20206.19 - dotnet-user-secrets - 5.0.0-preview.4.20206.19 - dotnet-watch - 5.0.0-preview.4.20206.19 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.4.20206.19 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.4.20206.19 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 11554b256..97713a336 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 59ca590949ade88c712e4ca8c6835acd0e9cbf46 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 - + https://github.com/dotnet/aspnetcore - a2d8852186643561d783e5ea6c9bc65fc97810ce + d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index dcc0f939b..316422506 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.3.20170.2 - 5.0.0-preview.3.20170.2 - 5.0.0-preview.3.20170.2 - 5.0.0-preview.3.20170.2 - 5.0.0-preview.3.20170.2 - 5.0.0-preview.3.20170.2 + 5.0.0-preview.4.20206.19 + 5.0.0-preview.4.20206.19 + 5.0.0-preview.4.20206.19 + 5.0.0-preview.4.20206.19 + 5.0.0-preview.4.20206.19 + 5.0.0-preview.4.20206.19 0.2.0 From 3bc625848483ca7a0fe710a21360c1f215a91f06 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 14:28:49 +0000 Subject: [PATCH 2116/2259] Update dependencies from https://github.com/dotnet/sdk build 20200407.1 (#7049) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20207.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20207.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1d481b67a..3169f6922 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - 848039ad0c06bb8ada2662f1cb889ed4064a7f97 + 54d2b7863724fb9144c893c48c856e9781efb466 - + https://github.com/dotnet/sdk - 848039ad0c06bb8ada2662f1cb889ed4064a7f97 + 54d2b7863724fb9144c893c48c856e9781efb466 diff --git a/eng/Versions.props b/eng/Versions.props index c663a6deb..9874d9d23 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20206.7 - 5.0.100-preview.3.20206.7 + 5.0.100-preview.3.20207.1 + 5.0.100-preview.3.20207.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2fdfe41af38e28d63cdd352ad301f1564d944f87 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 7 Apr 2020 17:10:33 +0000 Subject: [PATCH 2117/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200407.2 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20207.2 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20207.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20207.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20207.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 812b8dced..40f5cd354 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 6566fbc312576444d7e2347d9d782a67c24f42b9 + 29d4cab59dce8b4ec285020fb085823ab54b8509 - + https://github.com/dotnet/windowsdesktop - 6566fbc312576444d7e2347d9d782a67c24f42b9 + 29d4cab59dce8b4ec285020fb085823ab54b8509 - + https://github.com/dotnet/windowsdesktop - 6566fbc312576444d7e2347d9d782a67c24f42b9 + 29d4cab59dce8b4ec285020fb085823ab54b8509 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b45c16e905aadce7bb61945395cd0751680f9781 - + https://github.com/dotnet/wpf - 12601c58ecf03451875395c4adc2adbb3ff243dc + 83330faa6104f7e3af8caff1e7a3c5300b1755fc diff --git a/eng/Versions.props b/eng/Versions.props index 75040499f..30088d4a9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20206.2 + 5.0.0-preview.4.20207.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20206.1 - 5.0.0-preview.4.20206.1 - 5.0.0-preview.4.20206.1 + 5.0.0-preview.4.20207.2 + 5.0.0-preview.4.20207.2 + 5.0.0-preview.4.20207.2 From f0ca43c7f237ff86d706339f029d943e2d5d29f1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 17:52:26 +0000 Subject: [PATCH 2118/2259] [master] Update dependencies from dotnet/sdk (#7051) * Update dependencies from https://github.com/dotnet/sdk build 20200407.2 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20207.2 - Microsoft.NET.Sdk - 5.0.100-preview.4.20207.2 * Update dependencies from https://github.com/dotnet/sdk build 20200407.3 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20207.3 - Microsoft.NET.Sdk - 5.0.100-preview.4.20207.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 97713a336..d8aa4d0d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 0e839d1aed628e59018b7bc578a6aa7698cda552 + 9ff4405a2277e1d11598756e4cbe03693c0daacf - + https://github.com/dotnet/sdk - 0e839d1aed628e59018b7bc578a6aa7698cda552 + 9ff4405a2277e1d11598756e4cbe03693c0daacf diff --git a/eng/Versions.props b/eng/Versions.props index 316422506..cdafc3b2c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20206.3 - 5.0.100-preview.4.20206.3 + 5.0.100-preview.4.20207.3 + 5.0.100-preview.4.20207.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 32e08627b397668b7aea135526cb96d618fe958e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 7 Apr 2020 19:13:41 +0000 Subject: [PATCH 2119/2259] Update dependencies from https://github.com/dotnet/sdk build 20200407.4 (#7054) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20207.4 - Microsoft.NET.Sdk - 5.0.100-preview.4.20207.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d8aa4d0d6..b2733179c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 9ff4405a2277e1d11598756e4cbe03693c0daacf + 05a3f065a18ca3e3ffdae2c97214dbea2779f6b2 - + https://github.com/dotnet/sdk - 9ff4405a2277e1d11598756e4cbe03693c0daacf + 05a3f065a18ca3e3ffdae2c97214dbea2779f6b2 diff --git a/eng/Versions.props b/eng/Versions.props index cdafc3b2c..a75e3f23e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20207.3 - 5.0.100-preview.4.20207.3 + 5.0.100-preview.4.20207.4 + 5.0.100-preview.4.20207.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 67216ce78002321da70f4bd3d66a54b9cb9e91da Mon Sep 17 00:00:00 2001 From: Sarah Oslund Date: Tue, 7 Apr 2020 12:27:58 -0700 Subject: [PATCH 2120/2259] Updating release notes url to net 5 --- .../packaging/osx/clisdk/resources/cs.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/de.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/en.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/es.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/fr.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/it.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/ja.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/ko.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/pl.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/ru.lproj/conclusion.html | 2 +- .../packaging/osx/clisdk/resources/tr.lproj/conclusion.html | 2 +- .../osx/clisdk/resources/zh-hans.lproj/conclusion.html | 2 +- .../osx/clisdk/resources/zh-hant.lproj/conclusion.html | 2 +- .../targets/packaging/windows/clisdk/LCID/1028/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1029/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1031/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1033/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1036/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1040/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1041/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1042/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1045/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1046/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1049/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/1055/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/2052/bundle.wxl | 2 +- .../targets/packaging/windows/clisdk/LCID/3082/bundle.wxl | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/cs.lproj/conclusion.html @@ -25,7 +25,7 @@
                                                        diff --git a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/de.lproj/conclusion.html @@ -25,7 +25,7 @@
                                                      diff --git a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/en.lproj/conclusion.html @@ -25,7 +25,7 @@
                                                    diff --git a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/es.lproj/conclusion.html @@ -25,7 +25,7 @@
                                                  diff --git a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/fr.lproj/conclusion.html @@ -25,7 +25,7 @@
                                                diff --git a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/it.lproj/conclusion.html @@ -25,7 +25,7 @@
                                              diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ja.lproj/conclusion.html @@ -25,7 +25,7 @@
                                            diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ko.lproj/conclusion.html @@ -25,7 +25,7 @@
                                          diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pl.lproj/conclusion.html @@ -25,7 +25,7 @@
                                        diff --git a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/pt-br.lproj/conclusion.html @@ -25,7 +25,7 @@
                                      diff --git a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/ru.lproj/conclusion.html @@ -25,7 +25,7 @@
                                    diff --git a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/tr.lproj/conclusion.html @@ -25,7 +25,7 @@
                                  diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hans.lproj/conclusion.html @@ -25,7 +25,7 @@
                                diff --git a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html index e9d205a1b..22e70030c 100644 --- a/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html +++ b/src/redist/targets/packaging/osx/clisdk/resources/zh-hant.lproj/conclusion.html @@ -25,7 +25,7 @@
                              diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl index 28079edd4..ab277ef36 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1028/bundle.wxl @@ -61,7 +61,7 @@ 資源 • 如需 .NET 文件,請前往 https://aka.ms/dotnet-docs • 如需 SDK 文件,請前往 https://aka.ms/dotnet-sdk-docs - • 如需版本資訊,請前往 https://aka.ms/netcore3releasenotes + • 如需版本資訊,請前往 https://aka.ms/dotnet5-release-notes • 如需教學課程,請前往 https://aka.ms/dotnet-tutorials .NET SDK diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl index 0ea115267..85401d1dd 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1029/bundle.wxl @@ -61,7 +61,7 @@ Tento produkt shromažďuje data o využití. Zdroje informací • Dokumentace k .NET : https://aka.ms/dotnet-docs • Dokumentace k sadě SDK: https://aka.ms/dotnet-sdk-docs - • Zpráva k vydání verze: https://aka.ms/netcore3releasenotes + • Zpráva k vydání verze: https://aka.ms/dotnet5-release-notes • Kurzy: https://aka.ms/dotnet-tutorials Sada .NET SDK diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl index 82fd49dd8..3074c860d 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1031/bundle.wxl @@ -61,7 +61,7 @@ Dieses Produkt erfasst Nutzungsdaten. Ressourcen • .NET-Dokumentation: https://aka.ms/dotnet-docs • SDK-Dokumentation: https://aka.ms/dotnet-sdk-docs - • Versionshinweise: https://aka.ms/netcore3releasenotes + • Versionshinweise: https://aka.ms/dotnet5-release-notes • Tutorials: https://aka.ms/dotnet-tutorials .NET SDK diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl index 6fbedd58b..7db5a7dc8 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1033/bundle.wxl @@ -61,7 +61,7 @@ This product collects usage data Resources • .NET Documentation https://aka.ms/dotnet-docs • SDK Documentation https://aka.ms/dotnet-sdk-docs - • Release Notes https://aka.ms/netcore3releasenotes + • Release Notes https://aka.ms/dotnet5-release-notes • Tutorials https://aka.ms/dotnet-tutorials .NET SDK diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl index f9dc5558e..8721d8bb1 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1036/bundle.wxl @@ -61,7 +61,7 @@ Ce produit collecte des données d'utilisation Ressources • Documentation .NET sur https://aka.ms/dotnet-docs • Documentation du kit SDK sur https://aka.ms/dotnet-sdk-docs - • Notes de publication sur https://aka.ms/netcore3releasenotes + • Notes de publication sur https://aka.ms/dotnet5-release-notes • Tutoriels sur https://aka.ms/dotnet-tutorials SDK .NET diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl index 018024743..241393fe8 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1040/bundle.wxl @@ -61,7 +61,7 @@ Questo prodotto consente di raccogliere i dati sull'utilizzo Resources • Documentazione di .NET https://aka.ms/dotnet-docs • Documentazione dell'SDK https://aka.ms/dotnet-sdk-docs - • Note sulla versione https://aka.ms/netcore3releasenotes + • Note sulla versione https://aka.ms/dotnet5-release-notes • Esercitazioni https://aka.ms/dotnet-tutorials .NET SDK diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl index 2ea495289..26ef5ddef 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1041/bundle.wxl @@ -61,7 +61,7 @@ リソース • .NET ドキュメント https://aka.ms/dotnet-docs • SDK ドキュメント https://aka.ms/dotnet-sdk-docs - • リリース ノート https://aka.ms/netcore3releasenotes + • リリース ノート https://aka.ms/dotnet5-release-notes • チュートリアル https://aka.ms/dotnet-tutorials .NET SDK diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl index 341028118..1eae20b29 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1042/bundle.wxl @@ -61,7 +61,7 @@ 리소스 • .NET 설명서 https://aka.ms/dotnet-docs • SDK 설명서 https://aka.ms/dotnet-sdk-docs - • 릴리스 정보 https://aka.ms/netcore3releasenotes + • 릴리스 정보 https://aka.ms/dotnet5-release-notes • 자습서 https://aka.ms/dotnet-tutorials .NET SDK diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl index 15526f8ab..17506eeaa 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1045/bundle.wxl @@ -61,7 +61,7 @@ Ten produkt gromadzi dane dotyczące użycia Zasoby • Dokumentacja platformy .NET: https://aka.ms/dotnet-docs • Dokumentacja zestawu SDK: https://aka.ms/dotnet-sdk-docs - • Informacje o wersji: https://aka.ms/netcore3releasenotes + • Informacje o wersji: https://aka.ms/dotnet5-release-notes • Samouczki: https://aka.ms/dotnet-tutorials .NET SDK diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl index 9c4b544de..43e9b4d4e 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1046/bundle.wxl @@ -61,7 +61,7 @@ Este produto coleta dados de uso Recursos • Documentação do .NET: https://aka.ms/dotnet-docs • Documentação do SDK: https://aka.ms/dotnet-sdk-docs - • Notas sobre a Versão: https://aka.ms/netcore3releasenotes + • Notas sobre a Versão: https://aka.ms/dotnet5-release-notes • Tutoriais: https://aka.ms/dotnet-tutorials SDK do .NET diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl index dac41ce11..09681b714 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1049/bundle.wxl @@ -61,7 +61,7 @@ Ресурсы • Документация по .NET: https://aka.ms/dotnet-docs • Документация по SDK: https://aka.ms/dotnet-sdk-docs - • Заметки о выпуске: https://aka.ms/netcore3releasenotes + • Заметки о выпуске: https://aka.ms/dotnet5-release-notes • Учебники: https://aka.ms/dotnet-tutorials Пакет SDK для .NET diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl index 5560abc63..845191b74 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/1055/bundle.wxl @@ -61,7 +61,7 @@ Bu ürün, kullanım verilerini toplar Kaynaklar • .NET Belgeleri https://aka.ms/dotnet-docs • SDK Belgeleri https://aka.ms/dotnet-sdk-docs - • Sürüm Notları https://aka.ms/netcore3releasenotes + • Sürüm Notları https://aka.ms/dotnet5-release-notes • Öğreticiler https://aka.ms/dotnet-tutorials .NET SDK'sı diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl index db7f82898..40681f5ac 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/2052/bundle.wxl @@ -61,7 +61,7 @@ 资源 • .NET 文档: https://aka.ms/dotnet-docs • SDK 文档: https://aka.ms/dotnet-sdk-docs - • 发行说明: https://aka.ms/netcore3releasenotes + • 发行说明: https://aka.ms/dotnet5-release-notes • 教程: https://aka.ms/dotnet-tutorials .NET SDK diff --git a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl index 97989eb7c..6badb71c5 100644 --- a/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl +++ b/src/redist/targets/packaging/windows/clisdk/LCID/3082/bundle.wxl @@ -61,7 +61,7 @@ Este producto recopila datos de uso Recursos • Documentación de .NET https://aka.ms/dotnet-docs • Documentación del SDK https://aka.ms/dotnet-sdk-docs - • Notas de la versión https://aka.ms/netcore3releasenotes + • Notas de la versión https://aka.ms/dotnet5-release-notes • Tutoriales https://aka.ms/dotnet-tutorials SDK de .NET From 67fb9de8d88a00c20bc0555c9482674cb0925ae2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 01:28:53 +0000 Subject: [PATCH 2121/2259] Update dependencies from https://github.com/dotnet/sdk build 20200407.5 (#7061) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20207.5 - Microsoft.NET.Sdk - 5.0.100-preview.4.20207.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b2733179c..1968123ad 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 05a3f065a18ca3e3ffdae2c97214dbea2779f6b2 + 68303bfef16e3cbfc2750c2b097c48cc0a9d0e3f - + https://github.com/dotnet/sdk - 05a3f065a18ca3e3ffdae2c97214dbea2779f6b2 + 68303bfef16e3cbfc2750c2b097c48cc0a9d0e3f diff --git a/eng/Versions.props b/eng/Versions.props index a75e3f23e..4e44221da 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20207.4 - 5.0.100-preview.4.20207.4 + 5.0.100-preview.4.20207.5 + 5.0.100-preview.4.20207.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3e8e4e9b641098da215c2df62c2024ae0e0b2afb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 05:12:37 +0000 Subject: [PATCH 2122/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200407.4 (#7062) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0 - 5.0.0-preview.3.20207.4 - Microsoft.AspNetCore.App.Runtime.win-x64 - 5.0.0-preview.3.20207.4 - Microsoft.AspNetCore.App.Ref - 5.0.0-preview.3.20207.4 - dotnet-watch - 5.0.0-preview.3.20207.4 - dotnet-user-secrets - 5.0.0-preview.3.20207.4 - dotnet-dev-certs - 5.0.0-preview.3.20207.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 3169f6922..5680653b7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 3cda53187710a77afb1a644b1729be9ff639a14d - + https://github.com/dotnet/aspnetcore - 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 + fcd56ff589a2d82fb6f654b92f372216d695cf88 - + https://github.com/dotnet/aspnetcore - 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 + fcd56ff589a2d82fb6f654b92f372216d695cf88 - + https://github.com/dotnet/aspnetcore - 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 + fcd56ff589a2d82fb6f654b92f372216d695cf88 - + https://github.com/dotnet/aspnetcore - 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 + fcd56ff589a2d82fb6f654b92f372216d695cf88 - + https://github.com/dotnet/aspnetcore - 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 + fcd56ff589a2d82fb6f654b92f372216d695cf88 - + https://github.com/dotnet/aspnetcore - 39a24220cf5146ba52ff4f15ffdd8a69a16ca1b2 + fcd56ff589a2d82fb6f654b92f372216d695cf88 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 9874d9d23..88bc1bbbe 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.3.20203.8 - 5.0.0-preview.3.20203.8 - 5.0.0-preview.3.20203.8 - 5.0.0-preview.3.20203.8 - 5.0.0-preview.3.20203.8 - 5.0.0-preview.3.20203.8 + 5.0.0-preview.3.20207.4 + 5.0.0-preview.3.20207.4 + 5.0.0-preview.3.20207.4 + 5.0.0-preview.3.20207.4 + 5.0.0-preview.3.20207.4 + 5.0.0-preview.3.20207.4 0.2.0 From 16f695dfdad491784339a12f595caccff8771f4c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 08:47:51 +0000 Subject: [PATCH 2123/2259] Update dependencies from https://github.com/dotnet/sdk build 20200408.1 (#7063) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20208.1 - Microsoft.NET.Sdk - 5.0.100-preview.3.20208.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5680653b7..20f119238 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - 54d2b7863724fb9144c893c48c856e9781efb466 + cc4d40525dd4362f9b3e303a35339d6d0e215b5b - + https://github.com/dotnet/sdk - 54d2b7863724fb9144c893c48c856e9781efb466 + cc4d40525dd4362f9b3e303a35339d6d0e215b5b diff --git a/eng/Versions.props b/eng/Versions.props index 88bc1bbbe..cdf309974 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20207.1 - 5.0.100-preview.3.20207.1 + 5.0.100-preview.3.20208.1 + 5.0.100-preview.3.20208.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 89b89d74b439400a179ee13b3e581d582a777cd5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 09:45:27 +0000 Subject: [PATCH 2124/2259] Update dependencies from https://github.com/dotnet/sdk build 20200408.2 (#7064) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.3.20208.2 - Microsoft.NET.Sdk - 5.0.100-preview.3.20208.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20f119238..e1307c15e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - cc4d40525dd4362f9b3e303a35339d6d0e215b5b + 0c6ef709a6691023e80d9931b9c000c21ad74cf6 - + https://github.com/dotnet/sdk - cc4d40525dd4362f9b3e303a35339d6d0e215b5b + 0c6ef709a6691023e80d9931b9c000c21ad74cf6 diff --git a/eng/Versions.props b/eng/Versions.props index cdf309974..61f7b2c68 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20208.1 - 5.0.100-preview.3.20208.1 + 5.0.100-preview.3.20208.2 + 5.0.100-preview.3.20208.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e20b1dcf007a2d7448484e357a3622c58dc59b60 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 15:40:11 +0000 Subject: [PATCH 2125/2259] Update dependencies from https://github.com/dotnet/sdk build 20200408.3 (#7065) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20208.3 - Microsoft.NET.Sdk - 5.0.100-preview.4.20208.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1968123ad..c0c0f1158 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 68303bfef16e3cbfc2750c2b097c48cc0a9d0e3f + 891b1799ebdba996f8782aad18754ccd832b12e7 - + https://github.com/dotnet/sdk - 68303bfef16e3cbfc2750c2b097c48cc0a9d0e3f + 891b1799ebdba996f8782aad18754ccd832b12e7 diff --git a/eng/Versions.props b/eng/Versions.props index 4e44221da..1bfee180c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20207.5 - 5.0.100-preview.4.20207.5 + 5.0.100-preview.4.20208.3 + 5.0.100-preview.4.20208.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b1a655a15df3a86aaecbec7f04cb89d0ac812607 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 8 Apr 2020 16:10:04 +0000 Subject: [PATCH 2126/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200408.3 - Microsoft.WindowsDesktop.App - 5.0.0-preview.4.20208.3 - Microsoft.WindowsDesktop.App.Ref - 5.0.0-preview.4.20208.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64 - 5.0.0-preview.4.20208.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates - 5.0.0-preview.4.20201.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates - 5.0.0-preview.4.20208.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 40f5cd354..588767a77 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 29d4cab59dce8b4ec285020fb085823ab54b8509 + ba0a8303b50d0875266086a8dc8073995e15a367 - + https://github.com/dotnet/windowsdesktop - 29d4cab59dce8b4ec285020fb085823ab54b8509 + ba0a8303b50d0875266086a8dc8073995e15a367 - + https://github.com/dotnet/windowsdesktop - 29d4cab59dce8b4ec285020fb085823ab54b8509 + ba0a8303b50d0875266086a8dc8073995e15a367 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b45c16e905aadce7bb61945395cd0751680f9781 - + https://github.com/dotnet/wpf - 83330faa6104f7e3af8caff1e7a3c5300b1755fc + ed4e4556dc46e85efb5b2431fb1122fbf27542a0 diff --git a/eng/Versions.props b/eng/Versions.props index 30088d4a9..9e489b1de 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20207.3 + 5.0.0-preview.4.20208.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20207.2 - 5.0.0-preview.4.20207.2 - 5.0.0-preview.4.20207.2 + 5.0.0-preview.4.20208.3 + 5.0.0-preview.4.20208.3 + 5.0.0-preview.4.20208.3 From 5ee67f1750a185882935de4cdbb4370d83d66533 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 8 Apr 2020 16:34:44 +0000 Subject: [PATCH 2127/2259] Update dependencies from https://github.com/dotnet/sdk build 20200408.4 (#7066) - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20208.4 - Microsoft.NET.Sdk - 5.0.100-preview.4.20208.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c0c0f1158..819b9eb7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 891b1799ebdba996f8782aad18754ccd832b12e7 + 7fe15e37c809aa5350e5d6b8ef42fc4e26c4ac0e - + https://github.com/dotnet/sdk - 891b1799ebdba996f8782aad18754ccd832b12e7 + 7fe15e37c809aa5350e5d6b8ef42fc4e26c4ac0e diff --git a/eng/Versions.props b/eng/Versions.props index 1bfee180c..5a75483ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20208.3 - 5.0.100-preview.4.20208.3 + 5.0.100-preview.4.20208.4 + 5.0.100-preview.4.20208.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 40120df08b7383a59ec74c6122d0fcbb9efaaa26 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 8 Apr 2020 18:50:08 +0000 Subject: [PATCH 2128/2259] Update dependencies from https://github.com/dotnet/sdk build 20200408.6 - Microsoft.DotNet.MSBuildSdkResolver - 5.0.100-preview.4.20208.6 - Microsoft.NET.Sdk - 5.0.100-preview.4.20208.6 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 819b9eb7f..1e01220b5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 7fe15e37c809aa5350e5d6b8ef42fc4e26c4ac0e + 564f855e251bb4fd062569e9b5896a5f87c126b2 - + https://github.com/dotnet/sdk - 7fe15e37c809aa5350e5d6b8ef42fc4e26c4ac0e + 564f855e251bb4fd062569e9b5896a5f87c126b2 diff --git a/eng/Versions.props b/eng/Versions.props index 5a75483ea..4368c132e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20208.4 - 5.0.100-preview.4.20208.4 + 5.0.100-preview.4.20208.6 + 5.0.100-preview.4.20208.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f5e7d53b351bea88dcb6b06ef95e579dcee886e3 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 8 Apr 2020 13:07:50 -0700 Subject: [PATCH 2129/2259] [release/5.0.1xx-preview3] Set up TLS 1.2 before calling dotnet-install for tests (#7068) * Set TLS1.2 before running dotnet-install in tests The new powershell process overrides the setting that build.ps1 sets up. * Reduce logging verbosity --- src/core-sdk-tasks/DownloadFile.cs | 4 ++-- test/SdkTests/SdkTests.csproj | 14 +++++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/src/core-sdk-tasks/DownloadFile.cs b/src/core-sdk-tasks/DownloadFile.cs index 40178d1eb..382d5cffb 100644 --- a/src/core-sdk-tasks/DownloadFile.cs +++ b/src/core-sdk-tasks/DownloadFile.cs @@ -97,7 +97,7 @@ namespace Microsoft.DotNet.Cli.Build { var httpResponse = await httpClient.GetAsync(source); - Log.LogMessage(MessageImportance.High, $"{source} -> {httpResponse.StatusCode}"); + Log.LogMessage(MessageImportance.Normal, $"{source} -> {httpResponse.StatusCode}"); // The Azure Storage REST API returns '400 - Bad Request' in some cases // where the resource is not found on the storage. @@ -116,7 +116,7 @@ namespace Microsoft.DotNet.Cli.Build await httpResponse.Content.CopyToAsync(outStream); } - Log.LogMessage(MessageImportance.High, $"returning true {source} -> {httpResponse.StatusCode}"); + Log.LogMessage(MessageImportance.Normal, $"returning true {source} -> {httpResponse.StatusCode}"); return true; } catch (Exception e) diff --git a/test/SdkTests/SdkTests.csproj b/test/SdkTests/SdkTests.csproj index ac9e2b663..9e383d60d 100644 --- a/test/SdkTests/SdkTests.csproj +++ b/test/SdkTests/SdkTests.csproj @@ -120,16 +120,20 @@ $(DotnetToTestPath)shared\Microsoft.NETCore.App\$(RuntimeVersionToInstall) - powershell -NoLogo -NoProfile -ExecutionPolicy ByPass - $(InstallRuntimeCommand) "$(_DotNetRoot)dotnet-install.ps1" + + powershell -NoLogo -NoProfile -ExecutionPolicy ByPass -Command "& { + $(InstallRuntimeCommand) [Net.ServicePointManager]::SecurityProtocol = 'Tls12, Tls13'; + $(InstallRuntimeCommand) & '$(DotNetRoot)dotnet-install.ps1' $(InstallRuntimeCommand) -Version $(RuntimeVersionToInstall) $(InstallRuntimeCommand) -InstallDir $(DotnetToTestPath) - $(InstallRuntimeCommand) -Runtime "dotnet" - $(InstallRuntimeCommand) -Architecture "$(Architecture)" + $(InstallRuntimeCommand) -Runtime 'dotnet' + $(InstallRuntimeCommand) -Architecture '$(Architecture)' + $(InstallRuntimeCommand) }" /bin/bash - $(InstallRuntimeCommand) "$(_DotNetRoot)dotnet-install.sh" + $(InstallRuntimeCommand) "$(DotNetRoot)dotnet-install.sh" $(InstallRuntimeCommand) --version $(RuntimeVersionToInstall) $(InstallRuntimeCommand) --install-dir "$(DotnetToTestPath)" $(InstallRuntimeCommand) --runtime "dotnet" From db7a71fa4af72490760477c5adc7433c961d41cf Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 8 Apr 2020 13:09:00 -0700 Subject: [PATCH 2130/2259] Fixup stage dep --- .vsts-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 68f16aeb4..fec720b02 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -243,7 +243,7 @@ stages: dependsOn: # This will run only after all the publishing stages have run. # These stages are introduced in the eng/common/templates/post-build/channels YAML templates - - Net5_Preview3_Publish + - NetCore_Dev5_Publish jobs: - job: Copy_SDK_To_Latest pool: From 337f953a9529ea811aece63c24e51203edf3eac3 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Wed, 8 Apr 2020 13:12:41 -0700 Subject: [PATCH 2131/2259] Revert incorrect changes --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- src/CopyToLatest/targets/BranchInfo.props | 2 +- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index efd25dd66..819b9eb7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - bbe89b2fde13f2fcd60906aa48177c121a478235 + 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/windowsdesktop - bbe89b2fde13f2fcd60906aa48177c121a478235 + 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/windowsdesktop - bbe89b2fde13f2fcd60906aa48177c121a478235 + 782ad0dc9914821cc2ad1b9c8de6630a044d3576 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 7fe15e37c809aa5350e5d6b8ef42fc4e26c4ac0e - + https://github.com/dotnet/winforms - 17d421f36541633c21682b297ca30740d8b539e1 + cf98008886b999206fd4de4666b1e4b904577f4f - + https://github.com/dotnet/wpf - 9decc5c6fa69644eabd6e5128defc29e732d3fc5 + 1283ba2a8dff8235ef239619542af858d5c119c6 diff --git a/eng/Versions.props b/eng/Versions.props index 4f2ba1cde..5a75483ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.3.20181.1 + 5.0.0-preview.4.20180.4 - 5.0.0-preview.3.20201.2 + 5.0.0-preview.4.20180.7 @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20206.4 - 5.0.0-preview.3.20206.4 - 5.0.0-preview.3.20206.4 + 5.0.0-preview.4.20180.8 + 5.0.0-preview.4.20180.8 + 5.0.0-preview.4.20180.8 diff --git a/src/CopyToLatest/targets/BranchInfo.props b/src/CopyToLatest/targets/BranchInfo.props index 08f0cef99..9bd214aa9 100644 --- a/src/CopyToLatest/targets/BranchInfo.props +++ b/src/CopyToLatest/targets/BranchInfo.props @@ -1,5 +1,5 @@ - release/5.0.1xx-preview3 + master From 3d1dad2b404fd06cd35fadadb4f31368152000f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 8 Apr 2020 21:04:49 +0000 Subject: [PATCH 2132/2259] Update dependencies from https://github.com/dotnet/sdk build 20200408.7 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20208.4 -> 5.0.100-preview.4.20208.7 - Microsoft.NET.Sdk: 5.0.100-preview.4.20208.4 -> 5.0.100-preview.4.20208.7 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e01220b5..b61082a41 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 564f855e251bb4fd062569e9b5896a5f87c126b2 + a1abd42f3518ed36b3310f066e920e9b853c3563 - + https://github.com/dotnet/sdk - 564f855e251bb4fd062569e9b5896a5f87c126b2 + a1abd42f3518ed36b3310f066e920e9b853c3563 diff --git a/eng/Versions.props b/eng/Versions.props index 4368c132e..dc0fe01f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20208.6 - 5.0.100-preview.4.20208.6 + 5.0.100-preview.4.20208.7 + 5.0.100-preview.4.20208.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e84d8b9b24b19efdde10fac8f8c1391d7411c247 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 8 Apr 2020 23:57:29 +0000 Subject: [PATCH 2133/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200408.5 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20208.5 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20208.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20208.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20180.4 -> 5.0.0-preview.4.20207.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20180.7 -> 5.0.0-preview.4.20208.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 588767a77..48cb0a53f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ba0a8303b50d0875266086a8dc8073995e15a367 + 8baa3fef04e51c624fa9d36ffc387ea7b4e48349 - + https://github.com/dotnet/windowsdesktop - ba0a8303b50d0875266086a8dc8073995e15a367 + 8baa3fef04e51c624fa9d36ffc387ea7b4e48349 - + https://github.com/dotnet/windowsdesktop - ba0a8303b50d0875266086a8dc8073995e15a367 + 8baa3fef04e51c624fa9d36ffc387ea7b4e48349 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - b45c16e905aadce7bb61945395cd0751680f9781 + 1e0ac96b26a50d70305a79612744a370de6e1242 - + https://github.com/dotnet/wpf - ed4e4556dc46e85efb5b2431fb1122fbf27542a0 + 3db60787cf74fa051c0a019ac293c1c9caf2e0ae diff --git a/eng/Versions.props b/eng/Versions.props index 9e489b1de..8fd6b2ed5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20201.2 + 5.0.0-preview.4.20207.2 - 5.0.0-preview.4.20208.2 + 5.0.0-preview.4.20208.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20208.3 - 5.0.0-preview.4.20208.3 - 5.0.0-preview.4.20208.3 + 5.0.0-preview.4.20208.5 + 5.0.0-preview.4.20208.5 + 5.0.0-preview.4.20208.5 From 57f00b7ec1aec18a0d188ada39d4f7519549d751 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Apr 2020 02:16:08 +0000 Subject: [PATCH 2134/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200408.6 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20208.6 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20208.6 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20208.6 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20180.4 -> 5.0.0-preview.4.20207.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20180.7 -> 5.0.0-preview.4.20208.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 48cb0a53f..01f2636d1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 8baa3fef04e51c624fa9d36ffc387ea7b4e48349 + 4eaf47e7abd8ab825db8f39c32fc4d4c81d96c5d - + https://github.com/dotnet/windowsdesktop - 8baa3fef04e51c624fa9d36ffc387ea7b4e48349 + 4eaf47e7abd8ab825db8f39c32fc4d4c81d96c5d - + https://github.com/dotnet/windowsdesktop - 8baa3fef04e51c624fa9d36ffc387ea7b4e48349 + 4eaf47e7abd8ab825db8f39c32fc4d4c81d96c5d https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 1e0ac96b26a50d70305a79612744a370de6e1242 - + https://github.com/dotnet/wpf - 3db60787cf74fa051c0a019ac293c1c9caf2e0ae + a26d030202278329a1ac717286a345326c7203c0 diff --git a/eng/Versions.props b/eng/Versions.props index 8fd6b2ed5..22c0c461e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20208.4 + 5.0.0-preview.4.20208.5 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20208.5 - 5.0.0-preview.4.20208.5 - 5.0.0-preview.4.20208.5 + 5.0.0-preview.4.20208.6 + 5.0.0-preview.4.20208.6 + 5.0.0-preview.4.20208.6 From 87096a1c84e139fa2bee870028c04f72ce8f0042 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Apr 2020 05:06:30 +0000 Subject: [PATCH 2135/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200408.7 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20208.7 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20208.7 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20208.7 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20180.4 -> 5.0.0-preview.4.20208.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20180.7 -> 5.0.0-preview.4.20208.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 01f2636d1..266ea7410 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 4eaf47e7abd8ab825db8f39c32fc4d4c81d96c5d + 7c45994a20761137b3168828a5c46dda60981c2d - + https://github.com/dotnet/windowsdesktop - 4eaf47e7abd8ab825db8f39c32fc4d4c81d96c5d + 7c45994a20761137b3168828a5c46dda60981c2d - + https://github.com/dotnet/windowsdesktop - 4eaf47e7abd8ab825db8f39c32fc4d4c81d96c5d + 7c45994a20761137b3168828a5c46dda60981c2d https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - 1e0ac96b26a50d70305a79612744a370de6e1242 + e1cfc9632a090943acab21790f8d674cb833aa6c - + https://github.com/dotnet/wpf - a26d030202278329a1ac717286a345326c7203c0 + c09318e64bd0bdea97d98bbeb4ddd4b575f610b3 diff --git a/eng/Versions.props b/eng/Versions.props index 22c0c461e..1d53e81f3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20207.2 + 5.0.0-preview.4.20208.1 - 5.0.0-preview.4.20208.5 + 5.0.0-preview.4.20208.6 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20208.6 - 5.0.0-preview.4.20208.6 - 5.0.0-preview.4.20208.6 + 5.0.0-preview.4.20208.7 + 5.0.0-preview.4.20208.7 + 5.0.0-preview.4.20208.7 From 5db0a2fd494f32052f470479f19c1e803af6e704 Mon Sep 17 00:00:00 2001 From: akharlov Date: Thu, 26 Mar 2020 17:39:05 +0500 Subject: [PATCH 2136/2259] update nunit templates version for netcore5.0 --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 61f7b2c68..c7f6c9e32 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -33,7 +33,7 @@ - 1.7.1 + 1.8.0 @@ -96,7 +96,7 @@ 4.8.1-servicing.19605.5 3.1.2-servicing.20066.4 - 1.7.1 + 1.7.2 3.1.2 $(MicrosoftDotNetCommonItemTemplates31PackageVersion) $(MicrosoftDotNetTestProjectTemplates50PackageVersion) From 5e00714bd0982f779f58b98c7c06f3a273a8e93a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 11:46:36 +0000 Subject: [PATCH 2137/2259] Update dependencies from https://github.com/dotnet/runtime build 20200408.8 (#7070) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20205.13 -> 5.0.0-preview.4.20208.8 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20205.13 -> 5.0.0-preview.4.20208.8 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20205.13 -> 5.0.0-preview.4.20208.8 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20205.13 -> 5.0.0-preview.4.20208.8 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20205.13 -> 5.0.0-preview.4.20208.8 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20205.13 -> 5.0.0-preview.4.20208.8 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 819b9eb7f..e671516da 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/runtime - 59ca590949ade88c712e4ca8c6835acd0e9cbf46 + 1ce4d725294a39354f5b75400938b292d5246517 - + https://github.com/dotnet/runtime - 59ca590949ade88c712e4ca8c6835acd0e9cbf46 + 1ce4d725294a39354f5b75400938b292d5246517 - + https://github.com/dotnet/runtime - 59ca590949ade88c712e4ca8c6835acd0e9cbf46 + 1ce4d725294a39354f5b75400938b292d5246517 - + https://github.com/dotnet/runtime - 59ca590949ade88c712e4ca8c6835acd0e9cbf46 + 1ce4d725294a39354f5b75400938b292d5246517 - + https://github.com/dotnet/runtime - 59ca590949ade88c712e4ca8c6835acd0e9cbf46 + 1ce4d725294a39354f5b75400938b292d5246517 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 59ca590949ade88c712e4ca8c6835acd0e9cbf46 + 1ce4d725294a39354f5b75400938b292d5246517 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 5a75483ea..f934e17d1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20205.13 + 5.0.0-preview.4.20208.8 - 5.0.0-preview.4.20205.13 - 5.0.0-preview.4.20205.13 - 5.0.0-preview.4.20205.13 - 5.0.0-preview.4.20205.13 - 5.0.0-preview.4.20205.13 + 5.0.0-preview.4.20208.8 + 5.0.0-preview.4.20208.8 + 5.0.0-preview.4.20208.8 + 5.0.0-preview.4.20208.8 + 5.0.0-preview.4.20208.8 2.1.0 From 9c3b51b802e7c3b32e8953b018d53b518c37ab76 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 12:13:30 +0000 Subject: [PATCH 2138/2259] Update dependencies from https://github.com/dotnet/runtime build 20200409.1 (#7071) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20208.8 -> 5.0.0-preview.4.20209.1 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20208.8 -> 5.0.0-preview.4.20209.1 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20208.8 -> 5.0.0-preview.4.20209.1 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20208.8 -> 5.0.0-preview.4.20209.1 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20208.8 -> 5.0.0-preview.4.20209.1 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20208.8 -> 5.0.0-preview.4.20209.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e671516da..8c8458fac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/runtime - 1ce4d725294a39354f5b75400938b292d5246517 + 7b90ab20a9283d86e0e4f5a603457cabf65c5843 - + https://github.com/dotnet/runtime - 1ce4d725294a39354f5b75400938b292d5246517 + 7b90ab20a9283d86e0e4f5a603457cabf65c5843 - + https://github.com/dotnet/runtime - 1ce4d725294a39354f5b75400938b292d5246517 + 7b90ab20a9283d86e0e4f5a603457cabf65c5843 - + https://github.com/dotnet/runtime - 1ce4d725294a39354f5b75400938b292d5246517 + 7b90ab20a9283d86e0e4f5a603457cabf65c5843 - + https://github.com/dotnet/runtime - 1ce4d725294a39354f5b75400938b292d5246517 + 7b90ab20a9283d86e0e4f5a603457cabf65c5843 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 1ce4d725294a39354f5b75400938b292d5246517 + 7b90ab20a9283d86e0e4f5a603457cabf65c5843 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index f934e17d1..aaa1d8b91 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20208.8 + 5.0.0-preview.4.20209.1 - 5.0.0-preview.4.20208.8 - 5.0.0-preview.4.20208.8 - 5.0.0-preview.4.20208.8 - 5.0.0-preview.4.20208.8 - 5.0.0-preview.4.20208.8 + 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20209.1 2.1.0 From 89e042d8be75eb5d3f13707966162855522fe6ec Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Apr 2020 13:16:38 +0000 Subject: [PATCH 2139/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200409.1 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20209.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20209.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20209.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20180.4 -> 5.0.0-preview.4.20209.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20180.7 -> 5.0.0-preview.4.20209.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 266ea7410..a8525b0ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 7c45994a20761137b3168828a5c46dda60981c2d + 3854ac0a45831d7b9facbe2e070f371426e6d1aa - + https://github.com/dotnet/windowsdesktop - 7c45994a20761137b3168828a5c46dda60981c2d + 3854ac0a45831d7b9facbe2e070f371426e6d1aa - + https://github.com/dotnet/windowsdesktop - 7c45994a20761137b3168828a5c46dda60981c2d + 3854ac0a45831d7b9facbe2e070f371426e6d1aa https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ c7272154b12830d822c7414b5ed4c765b3c0c415 - + https://github.com/dotnet/winforms - e1cfc9632a090943acab21790f8d674cb833aa6c + b62e3ae3fef254789cf6ede0a0d5e0543ce392cc - + https://github.com/dotnet/wpf - c09318e64bd0bdea97d98bbeb4ddd4b575f610b3 + 3d940a4230ddef7462adcce7b33f1418aef26ab0 diff --git a/eng/Versions.props b/eng/Versions.props index 1d53e81f3..196472356 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20208.1 + 5.0.0-preview.4.20209.1 - 5.0.0-preview.4.20208.6 + 5.0.0-preview.4.20209.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20208.7 - 5.0.0-preview.4.20208.7 - 5.0.0-preview.4.20208.7 + 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20209.1 From b839450ddcc2e1f68c4b22dec6c801f0c62bf6f3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Apr 2020 15:12:32 +0000 Subject: [PATCH 2140/2259] Update dependencies from https://github.com/dotnet/sdk build 20200409.1 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20208.4 -> 5.0.100-preview.4.20209.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20208.4 -> 5.0.100-preview.4.20209.1 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b61082a41..caf9ed043 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - a1abd42f3518ed36b3310f066e920e9b853c3563 + d3badaea103a292d61af891b7652e2cf5a05e17e - + https://github.com/dotnet/sdk - a1abd42f3518ed36b3310f066e920e9b853c3563 + d3badaea103a292d61af891b7652e2cf5a05e17e diff --git a/eng/Versions.props b/eng/Versions.props index dc0fe01f3..3e4bcd3c9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20208.7 - 5.0.100-preview.4.20208.7 + 5.0.100-preview.4.20209.1 + 5.0.100-preview.4.20209.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 2493bd43395879d1725c93ce31c39b34d55c655f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Apr 2020 16:11:55 +0000 Subject: [PATCH 2141/2259] Update dependencies from https://github.com/dotnet/sdk build 20200409.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20208.4 -> 5.0.100-preview.4.20209.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20208.4 -> 5.0.100-preview.4.20209.2 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index caf9ed043..536c914ac 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - d3badaea103a292d61af891b7652e2cf5a05e17e + 91cdb666eb04e8fc436a2d5d62fb07c7774dca91 - + https://github.com/dotnet/sdk - d3badaea103a292d61af891b7652e2cf5a05e17e + 91cdb666eb04e8fc436a2d5d62fb07c7774dca91 diff --git a/eng/Versions.props b/eng/Versions.props index 3e4bcd3c9..c46b989e2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20209.1 - 5.0.100-preview.4.20209.1 + 5.0.100-preview.4.20209.2 + 5.0.100-preview.4.20209.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 11020c10f8c4246e410d3813ec9a97c11cebd66a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Apr 2020 17:16:56 +0000 Subject: [PATCH 2142/2259] Update dependencies from https://github.com/dotnet/sdk build 20200409.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20208.4 -> 5.0.100-preview.4.20209.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20208.4 -> 5.0.100-preview.4.20209.3 --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 536c914ac..3de839814 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 91cdb666eb04e8fc436a2d5d62fb07c7774dca91 + 9a0bab97e1f796deba31bffab9c5fdf7a4e35b38 - + https://github.com/dotnet/sdk - 91cdb666eb04e8fc436a2d5d62fb07c7774dca91 + 9a0bab97e1f796deba31bffab9c5fdf7a4e35b38 diff --git a/eng/Versions.props b/eng/Versions.props index c46b989e2..fb6322660 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20209.2 - 5.0.100-preview.4.20209.2 + 5.0.100-preview.4.20209.3 + 5.0.100-preview.4.20209.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 0a51c1a44d07d90c119534c7821e7fbb96d87111 Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Thu, 9 Apr 2020 11:48:42 -0700 Subject: [PATCH 2143/2259] Exclude desktop assemblies from crossgen. --- src/redist/targets/Crossgen.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index b33431c73..837a8323e 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -49,8 +49,8 @@ - - + + From e03134982544f6d32b0a3119c38803fcb68e73a9 Mon Sep 17 00:00:00 2001 From: Brian Robbins Date: Thu, 9 Apr 2020 11:48:42 -0700 Subject: [PATCH 2144/2259] Exclude desktop assemblies from crossgen. --- src/redist/targets/Crossgen.targets | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/redist/targets/Crossgen.targets b/src/redist/targets/Crossgen.targets index b33431c73..837a8323e 100644 --- a/src/redist/targets/Crossgen.targets +++ b/src/redist/targets/Crossgen.targets @@ -49,8 +49,8 @@ - - + + From 02d4bf0cd10d4e6730706df595b33e4004ca4774 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 9 Apr 2020 20:15:42 +0000 Subject: [PATCH 2145/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200409.2 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20209.2 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20209.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20180.8 -> 5.0.0-preview.4.20209.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20180.4 -> 5.0.0-preview.4.20209.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20180.7 -> 5.0.0-preview.4.20209.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a8525b0ef..ab9934c4d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 3854ac0a45831d7b9facbe2e070f371426e6d1aa + 0a1bb989edf29762ddd0ab26a23d88f1d20f3eeb - + https://github.com/dotnet/windowsdesktop - 3854ac0a45831d7b9facbe2e070f371426e6d1aa + 0a1bb989edf29762ddd0ab26a23d88f1d20f3eeb - + https://github.com/dotnet/windowsdesktop - 3854ac0a45831d7b9facbe2e070f371426e6d1aa + 0a1bb989edf29762ddd0ab26a23d88f1d20f3eeb https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 196472356..341062338 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20209.1 - 5.0.0-preview.4.20209.1 - 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20209.2 + 5.0.0-preview.4.20209.2 + 5.0.0-preview.4.20209.2 From aa2ac8b46264082fb375d3054090e0f49e88a3b5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 20:19:18 +0000 Subject: [PATCH 2146/2259] Update dependencies from https://github.com/dotnet/runtime build 20200409.4 (#7077) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20209.1 -> 5.0.0-preview.4.20209.4 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20209.1 -> 5.0.0-preview.4.20209.4 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20209.1 -> 5.0.0-preview.4.20209.4 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20209.1 -> 5.0.0-preview.4.20209.4 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20209.1 -> 5.0.0-preview.4.20209.4 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20209.1 -> 5.0.0-preview.4.20209.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8c8458fac..2cb902659 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 782ad0dc9914821cc2ad1b9c8de6630a044d3576 - + https://github.com/dotnet/runtime - 7b90ab20a9283d86e0e4f5a603457cabf65c5843 + 755b548206aa502f49e55bbf373abb360178b980 - + https://github.com/dotnet/runtime - 7b90ab20a9283d86e0e4f5a603457cabf65c5843 + 755b548206aa502f49e55bbf373abb360178b980 - + https://github.com/dotnet/runtime - 7b90ab20a9283d86e0e4f5a603457cabf65c5843 + 755b548206aa502f49e55bbf373abb360178b980 - + https://github.com/dotnet/runtime - 7b90ab20a9283d86e0e4f5a603457cabf65c5843 + 755b548206aa502f49e55bbf373abb360178b980 - + https://github.com/dotnet/runtime - 7b90ab20a9283d86e0e4f5a603457cabf65c5843 + 755b548206aa502f49e55bbf373abb360178b980 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 7b90ab20a9283d86e0e4f5a603457cabf65c5843 + 755b548206aa502f49e55bbf373abb360178b980 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index a28c9a92c..7a56a8740 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20209.4 - 5.0.0-preview.4.20209.1 - 5.0.0-preview.4.20209.1 - 5.0.0-preview.4.20209.1 - 5.0.0-preview.4.20209.1 - 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20209.4 + 5.0.0-preview.4.20209.4 + 5.0.0-preview.4.20209.4 + 5.0.0-preview.4.20209.4 + 5.0.0-preview.4.20209.4 2.1.0 From 3e01bd0cd694cb1a9e894382f1f5fd836f4e6246 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 9 Apr 2020 22:58:45 +0000 Subject: [PATCH 2147/2259] Update dependencies from https://github.com/dotnet/runtime build 20200409.5 (#7081) - Microsoft.NETCore.Platforms: 5.0.0-preview.3.20206.14 -> 5.0.0-preview.3.20209.5 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.3.20206.14 -> 5.0.0-preview.3.20209.5 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.3.20206.14 -> 5.0.0-preview.3.20209.5 - Microsoft.NETCore.App.Internal: 5.0.0-preview.3.20206.14 -> 5.0.0-preview.3.20209.5 - Microsoft.NETCore.App.Ref: 5.0.0-preview.3.20206.14 -> 5.0.0-preview.3.20209.5 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.3.20206.14 -> 5.0.0-preview.3.20209.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e1307c15e..b9a0c4a50 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop bbe89b2fde13f2fcd60906aa48177c121a478235 - + https://github.com/dotnet/runtime - 3cda53187710a77afb1a644b1729be9ff639a14d + ae227d516be318fed82a1c39e718623319ab4d00 - + https://github.com/dotnet/runtime - 3cda53187710a77afb1a644b1729be9ff639a14d + ae227d516be318fed82a1c39e718623319ab4d00 - + https://github.com/dotnet/runtime - 3cda53187710a77afb1a644b1729be9ff639a14d + ae227d516be318fed82a1c39e718623319ab4d00 - + https://github.com/dotnet/runtime - 3cda53187710a77afb1a644b1729be9ff639a14d + ae227d516be318fed82a1c39e718623319ab4d00 - + https://github.com/dotnet/runtime - 3cda53187710a77afb1a644b1729be9ff639a14d + ae227d516be318fed82a1c39e718623319ab4d00 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 3cda53187710a77afb1a644b1729be9ff639a14d + ae227d516be318fed82a1c39e718623319ab4d00 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index c7f6c9e32..9fcf03098 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.3.20206.14 + 5.0.0-preview.3.20209.5 - 5.0.0-preview.3.20206.14 - 5.0.0-preview.3.20206.14 - 5.0.0-preview.3.20206.14 - 5.0.0-preview.3.20206.14 - 5.0.0-preview.3.20206.14 + 5.0.0-preview.3.20209.5 + 5.0.0-preview.3.20209.5 + 5.0.0-preview.3.20209.5 + 5.0.0-preview.3.20209.5 + 5.0.0-preview.3.20209.5 2.1.0 From ec3d0c624ee90fc5ddbe940e46a08ff2754f028c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 00:32:15 +0000 Subject: [PATCH 2148/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200409.4 (#7083) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20209.2 -> 5.0.0-preview.4.20209.4 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20209.2 -> 5.0.0-preview.4.20209.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20209.2 -> 5.0.0-preview.4.20209.4 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20209.1 -> 5.0.0-preview.4.20209.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5cc00d9f..cd949d238 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0a1bb989edf29762ddd0ab26a23d88f1d20f3eeb + 86b50321fafde65c463b46c7defe2ef7b21d170d - + https://github.com/dotnet/windowsdesktop - 0a1bb989edf29762ddd0ab26a23d88f1d20f3eeb + 86b50321fafde65c463b46c7defe2ef7b21d170d - + https://github.com/dotnet/windowsdesktop - 0a1bb989edf29762ddd0ab26a23d88f1d20f3eeb + 86b50321fafde65c463b46c7defe2ef7b21d170d https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b62e3ae3fef254789cf6ede0a0d5e0543ce392cc - + https://github.com/dotnet/wpf - 3d940a4230ddef7462adcce7b33f1418aef26ab0 + f033d043f3783d01b200456cadefc2d590eb5afc diff --git a/eng/Versions.props b/eng/Versions.props index 9f90e2472..5c4107347 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20209.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20209.2 - 5.0.0-preview.4.20209.2 - 5.0.0-preview.4.20209.2 + 5.0.0-preview.4.20209.4 + 5.0.0-preview.4.20209.4 + 5.0.0-preview.4.20209.4 From 0af1f040b2af69ec9fa1cd4d2931f8b1a847f636 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 00:35:39 +0000 Subject: [PATCH 2149/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200409.3 (#7082) - Microsoft.WindowsDesktop.App: 5.0.0-preview.3.20206.4 -> 5.0.0-preview.3.20209.3 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.3.20206.4 -> 5.0.0-preview.3.20209.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.3.20206.4 -> 5.0.0-preview.3.20209.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 12 ++++++------ eng/Versions.props | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b9a0c4a50..90ac14780 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - bbe89b2fde13f2fcd60906aa48177c121a478235 + e38072a5d90de8ff1d0618a422e5e0beeb7296a8 - + https://github.com/dotnet/windowsdesktop - bbe89b2fde13f2fcd60906aa48177c121a478235 + e38072a5d90de8ff1d0618a422e5e0beeb7296a8 - + https://github.com/dotnet/windowsdesktop - bbe89b2fde13f2fcd60906aa48177c121a478235 + e38072a5d90de8ff1d0618a422e5e0beeb7296a8 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 9fcf03098..c6e65590c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -69,9 +69,9 @@ - 5.0.0-preview.3.20206.4 - 5.0.0-preview.3.20206.4 - 5.0.0-preview.3.20206.4 + 5.0.0-preview.3.20209.3 + 5.0.0-preview.3.20209.3 + 5.0.0-preview.3.20209.3 From 18ef90f073837bef39ebcb7f50ceeb5b82c9392f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 02:54:43 +0000 Subject: [PATCH 2150/2259] Update dependencies from https://github.com/dotnet/sdk build 20200409.6 (#7084) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.3.20208.2 -> 5.0.100-preview.3.20209.6 - Microsoft.NET.Sdk: 5.0.100-preview.3.20208.2 -> 5.0.100-preview.3.20209.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 90ac14780..5a65420ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - 0c6ef709a6691023e80d9931b9c000c21ad74cf6 + de7930d60e33d1132e71a1e6693f590d3f5b5a8f - + https://github.com/dotnet/sdk - 0c6ef709a6691023e80d9931b9c000c21ad74cf6 + de7930d60e33d1132e71a1e6693f590d3f5b5a8f diff --git a/eng/Versions.props b/eng/Versions.props index c6e65590c..cb04b9142 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20208.2 - 5.0.100-preview.3.20208.2 + 5.0.100-preview.3.20209.6 + 5.0.100-preview.3.20209.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a08e74c70405bf12b435cf4ab69794013fc1dfed Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 03:00:02 +0000 Subject: [PATCH 2151/2259] Update dependencies from https://github.com/dotnet/runtime build 20200409.9 (#7085) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20209.4 -> 5.0.0-preview.4.20209.9 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20209.4 -> 5.0.0-preview.4.20209.9 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20209.4 -> 5.0.0-preview.4.20209.9 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20209.4 -> 5.0.0-preview.4.20209.9 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20209.4 -> 5.0.0-preview.4.20209.9 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20209.4 -> 5.0.0-preview.4.20209.9 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index cd949d238..ef43760c6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 86b50321fafde65c463b46c7defe2ef7b21d170d - + https://github.com/dotnet/runtime - 755b548206aa502f49e55bbf373abb360178b980 + 9e608fcecbabbc651d21582416e5807038ca7142 - + https://github.com/dotnet/runtime - 755b548206aa502f49e55bbf373abb360178b980 + 9e608fcecbabbc651d21582416e5807038ca7142 - + https://github.com/dotnet/runtime - 755b548206aa502f49e55bbf373abb360178b980 + 9e608fcecbabbc651d21582416e5807038ca7142 - + https://github.com/dotnet/runtime - 755b548206aa502f49e55bbf373abb360178b980 + 9e608fcecbabbc651d21582416e5807038ca7142 - + https://github.com/dotnet/runtime - 755b548206aa502f49e55bbf373abb360178b980 + 9e608fcecbabbc651d21582416e5807038ca7142 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 755b548206aa502f49e55bbf373abb360178b980 + 9e608fcecbabbc651d21582416e5807038ca7142 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 5c4107347..0a07a7536 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20209.4 + 5.0.0-preview.4.20209.9 - 5.0.0-preview.4.20209.4 - 5.0.0-preview.4.20209.4 - 5.0.0-preview.4.20209.4 - 5.0.0-preview.4.20209.4 - 5.0.0-preview.4.20209.4 + 5.0.0-preview.4.20209.9 + 5.0.0-preview.4.20209.9 + 5.0.0-preview.4.20209.9 + 5.0.0-preview.4.20209.9 + 5.0.0-preview.4.20209.9 2.1.0 From ab6395f4934974a8bc70605bc9514bd438753f43 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 05:49:08 +0000 Subject: [PATCH 2152/2259] Update dependencies from https://github.com/dotnet/sdk build 20200409.7 (#7086) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.3.20209.6 -> 5.0.100-preview.3.20209.7 - Microsoft.NET.Sdk: 5.0.100-preview.3.20209.6 -> 5.0.100-preview.3.20209.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5a65420ff..09d392736 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - de7930d60e33d1132e71a1e6693f590d3f5b5a8f + e4209e5f1bc201f2b076372bdc0a391dd0b15d8c - + https://github.com/dotnet/sdk - de7930d60e33d1132e71a1e6693f590d3f5b5a8f + e4209e5f1bc201f2b076372bdc0a391dd0b15d8c diff --git a/eng/Versions.props b/eng/Versions.props index cb04b9142..a378f431d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20209.6 - 5.0.100-preview.3.20209.6 + 5.0.100-preview.3.20209.7 + 5.0.100-preview.3.20209.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 131f3ecdcf2b0e20083e2497b871fff56b207dc3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 07:16:22 +0000 Subject: [PATCH 2153/2259] Update dependencies from https://github.com/dotnet/runtime build 20200409.11 (#7087) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20209.9 -> 5.0.0-preview.4.20209.11 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20209.9 -> 5.0.0-preview.4.20209.11 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20209.9 -> 5.0.0-preview.4.20209.11 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20209.9 -> 5.0.0-preview.4.20209.11 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20209.9 -> 5.0.0-preview.4.20209.11 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20209.9 -> 5.0.0-preview.4.20209.11 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef43760c6..2f55d86b8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 86b50321fafde65c463b46c7defe2ef7b21d170d - + https://github.com/dotnet/runtime - 9e608fcecbabbc651d21582416e5807038ca7142 + 8640eed087d0155fbd76c2ded706b2599e06410a - + https://github.com/dotnet/runtime - 9e608fcecbabbc651d21582416e5807038ca7142 + 8640eed087d0155fbd76c2ded706b2599e06410a - + https://github.com/dotnet/runtime - 9e608fcecbabbc651d21582416e5807038ca7142 + 8640eed087d0155fbd76c2ded706b2599e06410a - + https://github.com/dotnet/runtime - 9e608fcecbabbc651d21582416e5807038ca7142 + 8640eed087d0155fbd76c2ded706b2599e06410a - + https://github.com/dotnet/runtime - 9e608fcecbabbc651d21582416e5807038ca7142 + 8640eed087d0155fbd76c2ded706b2599e06410a @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 9e608fcecbabbc651d21582416e5807038ca7142 + 8640eed087d0155fbd76c2ded706b2599e06410a https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 0a07a7536..36779934c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20209.9 + 5.0.0-preview.4.20209.11 - 5.0.0-preview.4.20209.9 - 5.0.0-preview.4.20209.9 - 5.0.0-preview.4.20209.9 - 5.0.0-preview.4.20209.9 - 5.0.0-preview.4.20209.9 + 5.0.0-preview.4.20209.11 + 5.0.0-preview.4.20209.11 + 5.0.0-preview.4.20209.11 + 5.0.0-preview.4.20209.11 + 5.0.0-preview.4.20209.11 2.1.0 From 55c574e32195d665624c8a70150539034bea632c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 10:40:59 +0000 Subject: [PATCH 2154/2259] Update dependencies from https://github.com/dotnet/runtime build 20200409.12 (#7088) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20209.11 -> 5.0.0-preview.4.20209.12 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20209.11 -> 5.0.0-preview.4.20209.12 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20209.11 -> 5.0.0-preview.4.20209.12 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20209.11 -> 5.0.0-preview.4.20209.12 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20209.11 -> 5.0.0-preview.4.20209.12 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20209.11 -> 5.0.0-preview.4.20209.12 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2f55d86b8..faeb56412 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 86b50321fafde65c463b46c7defe2ef7b21d170d - + https://github.com/dotnet/runtime - 8640eed087d0155fbd76c2ded706b2599e06410a + b5f5d71f2d630325235fbda40e9895db28eac571 - + https://github.com/dotnet/runtime - 8640eed087d0155fbd76c2ded706b2599e06410a + b5f5d71f2d630325235fbda40e9895db28eac571 - + https://github.com/dotnet/runtime - 8640eed087d0155fbd76c2ded706b2599e06410a + b5f5d71f2d630325235fbda40e9895db28eac571 - + https://github.com/dotnet/runtime - 8640eed087d0155fbd76c2ded706b2599e06410a + b5f5d71f2d630325235fbda40e9895db28eac571 - + https://github.com/dotnet/runtime - 8640eed087d0155fbd76c2ded706b2599e06410a + b5f5d71f2d630325235fbda40e9895db28eac571 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 8640eed087d0155fbd76c2ded706b2599e06410a + b5f5d71f2d630325235fbda40e9895db28eac571 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 36779934c..b2251c088 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20209.11 + 5.0.0-preview.4.20209.12 - 5.0.0-preview.4.20209.11 - 5.0.0-preview.4.20209.11 - 5.0.0-preview.4.20209.11 - 5.0.0-preview.4.20209.11 - 5.0.0-preview.4.20209.11 + 5.0.0-preview.4.20209.12 + 5.0.0-preview.4.20209.12 + 5.0.0-preview.4.20209.12 + 5.0.0-preview.4.20209.12 + 5.0.0-preview.4.20209.12 2.1.0 From 202b1223bc5893b5b3624db9d793d3ab15a6ed93 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 15:43:30 +0000 Subject: [PATCH 2155/2259] Update dependencies from https://github.com/dotnet/runtime build 20200410.1 (#7090) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20209.12 -> 5.0.0-preview.4.20210.1 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20209.12 -> 5.0.0-preview.4.20210.1 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20209.12 -> 5.0.0-preview.4.20210.1 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20209.12 -> 5.0.0-preview.4.20210.1 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20209.12 -> 5.0.0-preview.4.20210.1 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20209.12 -> 5.0.0-preview.4.20210.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index faeb56412..601818162 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 86b50321fafde65c463b46c7defe2ef7b21d170d - + https://github.com/dotnet/runtime - b5f5d71f2d630325235fbda40e9895db28eac571 + fd4831fc19a274ec205dc3560870393dc24ad83d - + https://github.com/dotnet/runtime - b5f5d71f2d630325235fbda40e9895db28eac571 + fd4831fc19a274ec205dc3560870393dc24ad83d - + https://github.com/dotnet/runtime - b5f5d71f2d630325235fbda40e9895db28eac571 + fd4831fc19a274ec205dc3560870393dc24ad83d - + https://github.com/dotnet/runtime - b5f5d71f2d630325235fbda40e9895db28eac571 + fd4831fc19a274ec205dc3560870393dc24ad83d - + https://github.com/dotnet/runtime - b5f5d71f2d630325235fbda40e9895db28eac571 + fd4831fc19a274ec205dc3560870393dc24ad83d @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - b5f5d71f2d630325235fbda40e9895db28eac571 + fd4831fc19a274ec205dc3560870393dc24ad83d https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index b2251c088..7367c9d63 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20209.12 + 5.0.0-preview.4.20210.1 - 5.0.0-preview.4.20209.12 - 5.0.0-preview.4.20209.12 - 5.0.0-preview.4.20209.12 - 5.0.0-preview.4.20209.12 - 5.0.0-preview.4.20209.12 + 5.0.0-preview.4.20210.1 + 5.0.0-preview.4.20210.1 + 5.0.0-preview.4.20210.1 + 5.0.0-preview.4.20210.1 + 5.0.0-preview.4.20210.1 2.1.0 From 42f47e9c8d4dace5194e60dce7ce9b71f976d97e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 16:17:00 +0000 Subject: [PATCH 2156/2259] Update dependencies from https://github.com/dotnet/sdk build 20200410.2 (#7092) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20209.3 -> 5.0.100-preview.4.20210.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20209.3 -> 5.0.100-preview.4.20210.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 601818162..c46b2bc8a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 9a0bab97e1f796deba31bffab9c5fdf7a4e35b38 + e0c1aba7a3a1a479811fad2270b3e9509b7fcdf7 - + https://github.com/dotnet/sdk - 9a0bab97e1f796deba31bffab9c5fdf7a4e35b38 + e0c1aba7a3a1a479811fad2270b3e9509b7fcdf7 diff --git a/eng/Versions.props b/eng/Versions.props index 7367c9d63..4cb5b1aa3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20209.3 - 5.0.100-preview.4.20209.3 + 5.0.100-preview.4.20210.2 + 5.0.100-preview.4.20210.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 916d8567b9d46b38570ee03b91c3f52a47325567 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 17:00:18 +0000 Subject: [PATCH 2157/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200410.1 (#7093) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20209.4 -> 5.0.0-preview.4.20210.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20209.4 -> 5.0.0-preview.4.20210.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20209.4 -> 5.0.0-preview.4.20210.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20209.2 -> 5.0.0-preview.4.20210.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c46b2bc8a..1b3ee96e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 86b50321fafde65c463b46c7defe2ef7b21d170d + d961f08d8f250769d28a51bb468b6ec285ccf214 - + https://github.com/dotnet/windowsdesktop - 86b50321fafde65c463b46c7defe2ef7b21d170d + d961f08d8f250769d28a51bb468b6ec285ccf214 - + https://github.com/dotnet/windowsdesktop - 86b50321fafde65c463b46c7defe2ef7b21d170d + d961f08d8f250769d28a51bb468b6ec285ccf214 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b62e3ae3fef254789cf6ede0a0d5e0543ce392cc - + https://github.com/dotnet/wpf - f033d043f3783d01b200456cadefc2d590eb5afc + b1fdd5ab4a57a573a9aa9bc618a6e0d462ef59e3 diff --git a/eng/Versions.props b/eng/Versions.props index 4cb5b1aa3..357384740 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20209.2 + 5.0.0-preview.4.20210.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20209.4 - 5.0.0-preview.4.20209.4 - 5.0.0-preview.4.20209.4 + 5.0.0-preview.4.20210.1 + 5.0.0-preview.4.20210.1 + 5.0.0-preview.4.20210.1 From 6cd683f6162e8afd72fe555e12aea1621b1d2461 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 17:08:32 +0000 Subject: [PATCH 2158/2259] Update dependencies from https://github.com/dotnet/sdk build 20200410.3 (#7094) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20210.2 -> 5.0.100-preview.4.20210.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20210.2 -> 5.0.100-preview.4.20210.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1b3ee96e2..6e17134ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - e0c1aba7a3a1a479811fad2270b3e9509b7fcdf7 + 546e84ed38b98832ad63ca62e550847fcd8a35bf - + https://github.com/dotnet/sdk - e0c1aba7a3a1a479811fad2270b3e9509b7fcdf7 + 546e84ed38b98832ad63ca62e550847fcd8a35bf diff --git a/eng/Versions.props b/eng/Versions.props index 357384740..d4dda39ba 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20210.2 - 5.0.100-preview.4.20210.2 + 5.0.100-preview.4.20210.3 + 5.0.100-preview.4.20210.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d1a869eb106a7e6619f50606b36fc3540b290cb4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 18:54:20 +0000 Subject: [PATCH 2159/2259] Update dependencies from https://github.com/dotnet/sdk build 20200410.7 (#7096) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20210.3 -> 5.0.100-preview.4.20210.7 - Microsoft.NET.Sdk: 5.0.100-preview.4.20210.3 -> 5.0.100-preview.4.20210.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6e17134ff..8a05922aa 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 546e84ed38b98832ad63ca62e550847fcd8a35bf + 6375612fa5a7b143ba49d70d4449925c5daf8078 - + https://github.com/dotnet/sdk - 546e84ed38b98832ad63ca62e550847fcd8a35bf + 6375612fa5a7b143ba49d70d4449925c5daf8078 diff --git a/eng/Versions.props b/eng/Versions.props index d4dda39ba..cbd5e92bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20210.3 - 5.0.100-preview.4.20210.3 + 5.0.100-preview.4.20210.7 + 5.0.100-preview.4.20210.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From b7a2a02d2b9478b07cd83b7dcec23e7018cba4c9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 19:31:46 +0000 Subject: [PATCH 2160/2259] Update dependencies from https://github.com/dotnet/runtime build 20200410.2 (#7097) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20210.1 -> 5.0.0-preview.4.20210.2 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20210.1 -> 5.0.0-preview.4.20210.2 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20210.1 -> 5.0.0-preview.4.20210.2 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20210.1 -> 5.0.0-preview.4.20210.2 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20210.1 -> 5.0.0-preview.4.20210.2 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20210.1 -> 5.0.0-preview.4.20210.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8a05922aa..59794e584 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop d961f08d8f250769d28a51bb468b6ec285ccf214 - + https://github.com/dotnet/runtime - fd4831fc19a274ec205dc3560870393dc24ad83d + e939ca2c138797fde9119d8ff3c16ef3729635e4 - + https://github.com/dotnet/runtime - fd4831fc19a274ec205dc3560870393dc24ad83d + e939ca2c138797fde9119d8ff3c16ef3729635e4 - + https://github.com/dotnet/runtime - fd4831fc19a274ec205dc3560870393dc24ad83d + e939ca2c138797fde9119d8ff3c16ef3729635e4 - + https://github.com/dotnet/runtime - fd4831fc19a274ec205dc3560870393dc24ad83d + e939ca2c138797fde9119d8ff3c16ef3729635e4 - + https://github.com/dotnet/runtime - fd4831fc19a274ec205dc3560870393dc24ad83d + e939ca2c138797fde9119d8ff3c16ef3729635e4 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - fd4831fc19a274ec205dc3560870393dc24ad83d + e939ca2c138797fde9119d8ff3c16ef3729635e4 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index cbd5e92bf..5a556e461 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20210.1 + 5.0.0-preview.4.20210.2 - 5.0.0-preview.4.20210.1 - 5.0.0-preview.4.20210.1 - 5.0.0-preview.4.20210.1 - 5.0.0-preview.4.20210.1 - 5.0.0-preview.4.20210.1 + 5.0.0-preview.4.20210.2 + 5.0.0-preview.4.20210.2 + 5.0.0-preview.4.20210.2 + 5.0.0-preview.4.20210.2 + 5.0.0-preview.4.20210.2 2.1.0 From 7b84d91f48fb6265298a09efc7ab7f754aaf2a73 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2020 22:28:22 +0000 Subject: [PATCH 2161/2259] Update dependencies from https://github.com/dotnet/sdk build 20200410.9 (#7099) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.3.20209.7 -> 5.0.100-preview.3.20210.9 - Microsoft.NET.Sdk: 5.0.100-preview.3.20209.7 -> 5.0.100-preview.3.20210.9 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 09d392736..122bb8679 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - e4209e5f1bc201f2b076372bdc0a391dd0b15d8c + b876b4aa4e2949514b078242127254a8ce3b8bbf - + https://github.com/dotnet/sdk - e4209e5f1bc201f2b076372bdc0a391dd0b15d8c + b876b4aa4e2949514b078242127254a8ce3b8bbf diff --git a/eng/Versions.props b/eng/Versions.props index a378f431d..6f30de7c3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20209.7 - 5.0.100-preview.3.20209.7 + 5.0.100-preview.3.20210.9 + 5.0.100-preview.3.20210.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c3d6a5959fc2c547e50ae280babbf064857150dc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 02:58:05 +0000 Subject: [PATCH 2162/2259] Update dependencies from https://github.com/dotnet/runtime build 20200410.6 (#7102) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20210.2 -> 5.0.0-preview.4.20210.6 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20210.2 -> 5.0.0-preview.4.20210.6 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20210.2 -> 5.0.0-preview.4.20210.6 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20210.2 -> 5.0.0-preview.4.20210.6 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20210.2 -> 5.0.0-preview.4.20210.6 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20210.2 -> 5.0.0-preview.4.20210.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 59794e584..f3d663ebb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop d961f08d8f250769d28a51bb468b6ec285ccf214 - + https://github.com/dotnet/runtime - e939ca2c138797fde9119d8ff3c16ef3729635e4 + 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 - + https://github.com/dotnet/runtime - e939ca2c138797fde9119d8ff3c16ef3729635e4 + 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 - + https://github.com/dotnet/runtime - e939ca2c138797fde9119d8ff3c16ef3729635e4 + 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 - + https://github.com/dotnet/runtime - e939ca2c138797fde9119d8ff3c16ef3729635e4 + 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 - + https://github.com/dotnet/runtime - e939ca2c138797fde9119d8ff3c16ef3729635e4 + 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - e939ca2c138797fde9119d8ff3c16ef3729635e4 + 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 5a556e461..4b9a092d9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20210.2 + 5.0.0-preview.4.20210.6 - 5.0.0-preview.4.20210.2 - 5.0.0-preview.4.20210.2 - 5.0.0-preview.4.20210.2 - 5.0.0-preview.4.20210.2 - 5.0.0-preview.4.20210.2 + 5.0.0-preview.4.20210.6 + 5.0.0-preview.4.20210.6 + 5.0.0-preview.4.20210.6 + 5.0.0-preview.4.20210.6 + 5.0.0-preview.4.20210.6 2.1.0 From 0b19f095fcd26f042f01ff0dd05d6737042a85f0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 03:36:47 +0000 Subject: [PATCH 2163/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200410.2 (#7103) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20210.1 -> 5.0.0-preview.4.20210.2 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20210.1 -> 5.0.0-preview.4.20210.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20210.1 -> 5.0.0-preview.4.20210.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20210.1 -> 5.0.0-preview.4.20210.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3d663ebb..9f58e2b49 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - d961f08d8f250769d28a51bb468b6ec285ccf214 + ec727905a9631e3bdd95b4dabe6ce87e4ccbfa3b - + https://github.com/dotnet/windowsdesktop - d961f08d8f250769d28a51bb468b6ec285ccf214 + ec727905a9631e3bdd95b4dabe6ce87e4ccbfa3b - + https://github.com/dotnet/windowsdesktop - d961f08d8f250769d28a51bb468b6ec285ccf214 + ec727905a9631e3bdd95b4dabe6ce87e4ccbfa3b https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b62e3ae3fef254789cf6ede0a0d5e0543ce392cc - + https://github.com/dotnet/wpf - b1fdd5ab4a57a573a9aa9bc618a6e0d462ef59e3 + 7afb994e07336fc4bfb1c74c5c9669e0c464d2e2 diff --git a/eng/Versions.props b/eng/Versions.props index 4b9a092d9..9acde7618 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20210.1 + 5.0.0-preview.4.20210.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20210.1 - 5.0.0-preview.4.20210.1 - 5.0.0-preview.4.20210.1 + 5.0.0-preview.4.20210.2 + 5.0.0-preview.4.20210.2 + 5.0.0-preview.4.20210.2 From f440cf3d8123f752897446a99fcfab76017ca5bd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 07:11:00 +0000 Subject: [PATCH 2164/2259] Update dependencies from https://github.com/dotnet/runtime build 20200410.10 (#7104) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20210.6 -> 5.0.0-preview.4.20210.10 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20210.6 -> 5.0.0-preview.4.20210.10 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20210.6 -> 5.0.0-preview.4.20210.10 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20210.6 -> 5.0.0-preview.4.20210.10 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20210.6 -> 5.0.0-preview.4.20210.10 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20210.6 -> 5.0.0-preview.4.20210.10 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f58e2b49..f3307ff73 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop ec727905a9631e3bdd95b4dabe6ce87e4ccbfa3b - + https://github.com/dotnet/runtime - 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 + 38c2d5513ce8cf584ef53b9971daec2763797169 - + https://github.com/dotnet/runtime - 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 + 38c2d5513ce8cf584ef53b9971daec2763797169 - + https://github.com/dotnet/runtime - 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 + 38c2d5513ce8cf584ef53b9971daec2763797169 - + https://github.com/dotnet/runtime - 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 + 38c2d5513ce8cf584ef53b9971daec2763797169 - + https://github.com/dotnet/runtime - 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 + 38c2d5513ce8cf584ef53b9971daec2763797169 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 1b79b46bf63b9632d05f9ffbbdd3e92b33c4b057 + 38c2d5513ce8cf584ef53b9971daec2763797169 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 9acde7618..431b0d55d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20210.6 + 5.0.0-preview.4.20210.10 - 5.0.0-preview.4.20210.6 - 5.0.0-preview.4.20210.6 - 5.0.0-preview.4.20210.6 - 5.0.0-preview.4.20210.6 - 5.0.0-preview.4.20210.6 + 5.0.0-preview.4.20210.10 + 5.0.0-preview.4.20210.10 + 5.0.0-preview.4.20210.10 + 5.0.0-preview.4.20210.10 + 5.0.0-preview.4.20210.10 2.1.0 From 13b472158eb115903a042b0bad7527e28e0adb34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 09:35:43 +0000 Subject: [PATCH 2165/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200410.9 (#7105) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20206.19 -> 5.0.0-preview.4.20210.9 - dotnet-dev-certs: 5.0.0-preview.4.20206.19 -> 5.0.0-preview.4.20210.9 - dotnet-user-secrets: 5.0.0-preview.4.20206.19 -> 5.0.0-preview.4.20210.9 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20206.19 -> 5.0.0-preview.4.20210.9 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20206.19 -> 5.0.0-preview.4.20210.9 - dotnet-watch: 5.0.0-preview.4.20206.19 -> 5.0.0-preview.4.20210.9 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f3307ff73..befe331ea 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 38c2d5513ce8cf584ef53b9971daec2763797169 - + https://github.com/dotnet/aspnetcore - d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 + 51f69a6bbba7a51ee17e625506f3592b8983d457 - + https://github.com/dotnet/aspnetcore - d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 + 51f69a6bbba7a51ee17e625506f3592b8983d457 - + https://github.com/dotnet/aspnetcore - d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 + 51f69a6bbba7a51ee17e625506f3592b8983d457 - + https://github.com/dotnet/aspnetcore - d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 + 51f69a6bbba7a51ee17e625506f3592b8983d457 - + https://github.com/dotnet/aspnetcore - d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 + 51f69a6bbba7a51ee17e625506f3592b8983d457 - + https://github.com/dotnet/aspnetcore - d8f1b2c12bef5714b02fb402f9d80d6d40dc6089 + 51f69a6bbba7a51ee17e625506f3592b8983d457 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 431b0d55d..83421fc24 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20206.19 - 5.0.0-preview.4.20206.19 - 5.0.0-preview.4.20206.19 - 5.0.0-preview.4.20206.19 - 5.0.0-preview.4.20206.19 - 5.0.0-preview.4.20206.19 + 5.0.0-preview.4.20210.9 + 5.0.0-preview.4.20210.9 + 5.0.0-preview.4.20210.9 + 5.0.0-preview.4.20210.9 + 5.0.0-preview.4.20210.9 + 5.0.0-preview.4.20210.9 0.2.0 From 8a5e7baf3b38173c19622afb46540b65a481fe9b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 12:42:12 +0000 Subject: [PATCH 2166/2259] Update dependencies from https://github.com/dotnet/sdk build 20200411.1 (#7106) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20210.7 -> 5.0.100-preview.4.20211.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20210.7 -> 5.0.100-preview.4.20211.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index befe331ea..966f94364 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 6375612fa5a7b143ba49d70d4449925c5daf8078 + c0f6c5af824dfc797b85b6bed54decb8603d769d - + https://github.com/dotnet/sdk - 6375612fa5a7b143ba49d70d4449925c5daf8078 + c0f6c5af824dfc797b85b6bed54decb8603d769d diff --git a/eng/Versions.props b/eng/Versions.props index 83421fc24..34fbdc903 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20210.7 - 5.0.100-preview.4.20210.7 + 5.0.100-preview.4.20211.1 + 5.0.100-preview.4.20211.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e6e42a6583e0fd486b7baf724f35e840ef5cbeb8 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 15:48:39 +0000 Subject: [PATCH 2167/2259] Update dependencies from https://github.com/dotnet/sdk build 20200411.2 (#7107) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20211.1 -> 5.0.100-preview.4.20211.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20211.1 -> 5.0.100-preview.4.20211.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 966f94364..f2671eaca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - c0f6c5af824dfc797b85b6bed54decb8603d769d + e7270cbba6ddfdf114efecf3988f704b8c9dc2e1 - + https://github.com/dotnet/sdk - c0f6c5af824dfc797b85b6bed54decb8603d769d + e7270cbba6ddfdf114efecf3988f704b8c9dc2e1 diff --git a/eng/Versions.props b/eng/Versions.props index 34fbdc903..461af4434 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20211.1 - 5.0.100-preview.4.20211.1 + 5.0.100-preview.4.20211.2 + 5.0.100-preview.4.20211.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 641040713c25276ddde506b44d3a4f06f1c38ddb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 16:44:31 +0000 Subject: [PATCH 2168/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200411.1 (#7108) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20210.2 -> 5.0.0-preview.4.20211.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20210.2 -> 5.0.0-preview.4.20211.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20210.2 -> 5.0.0-preview.4.20211.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20210.2 -> 5.0.0-preview.4.20211.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f2671eaca..f5572b85e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ec727905a9631e3bdd95b4dabe6ce87e4ccbfa3b + 1706d567b5058ca567518463719d92c2a29b125e - + https://github.com/dotnet/windowsdesktop - ec727905a9631e3bdd95b4dabe6ce87e4ccbfa3b + 1706d567b5058ca567518463719d92c2a29b125e - + https://github.com/dotnet/windowsdesktop - ec727905a9631e3bdd95b4dabe6ce87e4ccbfa3b + 1706d567b5058ca567518463719d92c2a29b125e https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b62e3ae3fef254789cf6ede0a0d5e0543ce392cc - + https://github.com/dotnet/wpf - 7afb994e07336fc4bfb1c74c5c9669e0c464d2e2 + 31f112a57c60ccb8940de834a84f9038dd364b30 diff --git a/eng/Versions.props b/eng/Versions.props index 461af4434..5babe712f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20210.2 + 5.0.0-preview.4.20211.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20210.2 - 5.0.0-preview.4.20210.2 - 5.0.0-preview.4.20210.2 + 5.0.0-preview.4.20211.1 + 5.0.0-preview.4.20211.1 + 5.0.0-preview.4.20211.1 From f83cf60ec0f3f37348057720f6e4f446d5765ce3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 16:56:32 +0000 Subject: [PATCH 2169/2259] Update dependencies from https://github.com/dotnet/sdk build 20200411.3 (#7109) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20211.2 -> 5.0.100-preview.4.20211.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20211.2 -> 5.0.100-preview.4.20211.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5572b85e..0e07c9e22 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - e7270cbba6ddfdf114efecf3988f704b8c9dc2e1 + 3b586cea308e9ebc23a1c0969275afe9793a1df7 - + https://github.com/dotnet/sdk - e7270cbba6ddfdf114efecf3988f704b8c9dc2e1 + 3b586cea308e9ebc23a1c0969275afe9793a1df7 diff --git a/eng/Versions.props b/eng/Versions.props index 5babe712f..7ecea1883 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20211.2 - 5.0.100-preview.4.20211.2 + 5.0.100-preview.4.20211.3 + 5.0.100-preview.4.20211.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e1f3ef75df4d80c1bb04a796508f82bfe3918758 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 17:25:38 +0000 Subject: [PATCH 2170/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200410.6 (#7110) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.3.20207.4 -> 5.0.0-preview.3.20210.6 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.3.20207.4 -> 5.0.0-preview.3.20210.6 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.3.20207.4 -> 5.0.0-preview.3.20210.6 - dotnet-watch: 5.0.0-preview.3.20207.4 -> 5.0.0-preview.3.20210.6 - dotnet-user-secrets: 5.0.0-preview.3.20207.4 -> 5.0.0-preview.3.20210.6 - dotnet-dev-certs: 5.0.0-preview.3.20207.4 -> 5.0.0-preview.3.20210.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 122bb8679..b0635435b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime ae227d516be318fed82a1c39e718623319ab4d00 - + https://github.com/dotnet/aspnetcore - fcd56ff589a2d82fb6f654b92f372216d695cf88 + da136fedaf1eb7c27dca816868ce207d9e917092 - + https://github.com/dotnet/aspnetcore - fcd56ff589a2d82fb6f654b92f372216d695cf88 + da136fedaf1eb7c27dca816868ce207d9e917092 - + https://github.com/dotnet/aspnetcore - fcd56ff589a2d82fb6f654b92f372216d695cf88 + da136fedaf1eb7c27dca816868ce207d9e917092 - + https://github.com/dotnet/aspnetcore - fcd56ff589a2d82fb6f654b92f372216d695cf88 + da136fedaf1eb7c27dca816868ce207d9e917092 - + https://github.com/dotnet/aspnetcore - fcd56ff589a2d82fb6f654b92f372216d695cf88 + da136fedaf1eb7c27dca816868ce207d9e917092 - + https://github.com/dotnet/aspnetcore - fcd56ff589a2d82fb6f654b92f372216d695cf88 + da136fedaf1eb7c27dca816868ce207d9e917092 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 6f30de7c3..47716c2a3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.3.20207.4 - 5.0.0-preview.3.20207.4 - 5.0.0-preview.3.20207.4 - 5.0.0-preview.3.20207.4 - 5.0.0-preview.3.20207.4 - 5.0.0-preview.3.20207.4 + 5.0.0-preview.3.20210.6 + 5.0.0-preview.3.20210.6 + 5.0.0-preview.3.20210.6 + 5.0.0-preview.3.20210.6 + 5.0.0-preview.3.20210.6 + 5.0.0-preview.3.20210.6 0.2.0 From bca0e6c3f6627428bc70a0f75fd9c18bb5da6af6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 20:14:18 +0000 Subject: [PATCH 2171/2259] Update dependencies from https://github.com/dotnet/sdk build 20200411.4 (#7111) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.3.20210.9 -> 5.0.100-preview.3.20211.4 - Microsoft.NET.Sdk: 5.0.100-preview.3.20210.9 -> 5.0.100-preview.3.20211.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b0635435b..f2625da68 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,13 +75,13 @@ https://github.com/dotnet/templating 3afa35569f53dceabbff596010f52ea328b0d5f8 - + https://github.com/dotnet/sdk - b876b4aa4e2949514b078242127254a8ce3b8bbf + 23e6e245c27a92560ef7efa4054aad840e674e95 - + https://github.com/dotnet/sdk - b876b4aa4e2949514b078242127254a8ce3b8bbf + 23e6e245c27a92560ef7efa4054aad840e674e95 diff --git a/eng/Versions.props b/eng/Versions.props index 47716c2a3..3ead72642 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20210.9 - 5.0.100-preview.3.20210.9 + 5.0.100-preview.3.20211.4 + 5.0.100-preview.3.20211.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4240bb9eea012e3f4b3028d1ce9e8b4e610ae03d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 20:55:04 +0000 Subject: [PATCH 2172/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200411.1 (#7112) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20210.9 -> 5.0.0-preview.4.20211.1 - dotnet-dev-certs: 5.0.0-preview.4.20210.9 -> 5.0.0-preview.4.20211.1 - dotnet-user-secrets: 5.0.0-preview.4.20210.9 -> 5.0.0-preview.4.20211.1 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20210.9 -> 5.0.0-preview.4.20211.1 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20210.9 -> 5.0.0-preview.4.20211.1 - dotnet-watch: 5.0.0-preview.4.20210.9 -> 5.0.0-preview.4.20211.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 0e07c9e22..9237e186a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 38c2d5513ce8cf584ef53b9971daec2763797169 - + https://github.com/dotnet/aspnetcore - 51f69a6bbba7a51ee17e625506f3592b8983d457 + c16d3364d4f83307ac3c6f74de15f8ca96b89759 - + https://github.com/dotnet/aspnetcore - 51f69a6bbba7a51ee17e625506f3592b8983d457 + c16d3364d4f83307ac3c6f74de15f8ca96b89759 - + https://github.com/dotnet/aspnetcore - 51f69a6bbba7a51ee17e625506f3592b8983d457 + c16d3364d4f83307ac3c6f74de15f8ca96b89759 - + https://github.com/dotnet/aspnetcore - 51f69a6bbba7a51ee17e625506f3592b8983d457 + c16d3364d4f83307ac3c6f74de15f8ca96b89759 - + https://github.com/dotnet/aspnetcore - 51f69a6bbba7a51ee17e625506f3592b8983d457 + c16d3364d4f83307ac3c6f74de15f8ca96b89759 - + https://github.com/dotnet/aspnetcore - 51f69a6bbba7a51ee17e625506f3592b8983d457 + c16d3364d4f83307ac3c6f74de15f8ca96b89759 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 7ecea1883..a6e4a635d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20210.9 - 5.0.0-preview.4.20210.9 - 5.0.0-preview.4.20210.9 - 5.0.0-preview.4.20210.9 - 5.0.0-preview.4.20210.9 - 5.0.0-preview.4.20210.9 + 5.0.0-preview.4.20211.1 + 5.0.0-preview.4.20211.1 + 5.0.0-preview.4.20211.1 + 5.0.0-preview.4.20211.1 + 5.0.0-preview.4.20211.1 + 5.0.0-preview.4.20211.1 0.2.0 From 2807721a849dbb10ebb4a728e59e4c17b2abb8e5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2020 23:22:25 +0000 Subject: [PATCH 2173/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200411.2 (#7113) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20211.1 -> 5.0.0-preview.4.20211.2 - dotnet-dev-certs: 5.0.0-preview.4.20211.1 -> 5.0.0-preview.4.20211.2 - dotnet-user-secrets: 5.0.0-preview.4.20211.1 -> 5.0.0-preview.4.20211.2 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20211.1 -> 5.0.0-preview.4.20211.2 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20211.1 -> 5.0.0-preview.4.20211.2 - dotnet-watch: 5.0.0-preview.4.20211.1 -> 5.0.0-preview.4.20211.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9237e186a..613628849 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 38c2d5513ce8cf584ef53b9971daec2763797169 - + https://github.com/dotnet/aspnetcore - c16d3364d4f83307ac3c6f74de15f8ca96b89759 + 3c1bd093e90bd54101d36f828010a68f7262157b - + https://github.com/dotnet/aspnetcore - c16d3364d4f83307ac3c6f74de15f8ca96b89759 + 3c1bd093e90bd54101d36f828010a68f7262157b - + https://github.com/dotnet/aspnetcore - c16d3364d4f83307ac3c6f74de15f8ca96b89759 + 3c1bd093e90bd54101d36f828010a68f7262157b - + https://github.com/dotnet/aspnetcore - c16d3364d4f83307ac3c6f74de15f8ca96b89759 + 3c1bd093e90bd54101d36f828010a68f7262157b - + https://github.com/dotnet/aspnetcore - c16d3364d4f83307ac3c6f74de15f8ca96b89759 + 3c1bd093e90bd54101d36f828010a68f7262157b - + https://github.com/dotnet/aspnetcore - c16d3364d4f83307ac3c6f74de15f8ca96b89759 + 3c1bd093e90bd54101d36f828010a68f7262157b https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index a6e4a635d..3fb48b508 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20211.1 - 5.0.0-preview.4.20211.1 - 5.0.0-preview.4.20211.1 - 5.0.0-preview.4.20211.1 - 5.0.0-preview.4.20211.1 - 5.0.0-preview.4.20211.1 + 5.0.0-preview.4.20211.2 + 5.0.0-preview.4.20211.2 + 5.0.0-preview.4.20211.2 + 5.0.0-preview.4.20211.2 + 5.0.0-preview.4.20211.2 + 5.0.0-preview.4.20211.2 0.2.0 From 14a8c340ff88598a5753a0c332937d406d31c078 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2020 00:43:50 +0000 Subject: [PATCH 2174/2259] Update dependencies from https://github.com/dotnet/sdk build 20200411.5 (#7115) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20211.3 -> 5.0.100-preview.4.20211.5 - Microsoft.NET.Sdk: 5.0.100-preview.4.20211.3 -> 5.0.100-preview.4.20211.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 613628849..07b60b556 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 3b586cea308e9ebc23a1c0969275afe9793a1df7 + 4913d8e6d41f955debcbffc6060c71ff644d2d6e - + https://github.com/dotnet/sdk - 3b586cea308e9ebc23a1c0969275afe9793a1df7 + 4913d8e6d41f955debcbffc6060c71ff644d2d6e diff --git a/eng/Versions.props b/eng/Versions.props index 3fb48b508..acca418a8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20211.3 - 5.0.100-preview.4.20211.3 + 5.0.100-preview.4.20211.5 + 5.0.100-preview.4.20211.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e6be6629bfcf885dabb87867fba5e11252535e4c Mon Sep 17 00:00:00 2001 From: William Li Date: Sat, 11 Apr 2020 15:59:37 -0700 Subject: [PATCH 2175/2259] Interactive.DependencyManager to sign files --- src/redist/targets/Signing.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redist/targets/Signing.targets b/src/redist/targets/Signing.targets index cdb3e471f..f2bb0e708 100644 --- a/src/redist/targets/Signing.targets +++ b/src/redist/targets/Signing.targets @@ -98,6 +98,7 @@ $(SdkOutputDirectory)**/fsc.exe; $(SdkOutputDirectory)**/fsi.exe; $(SdkOutputDirectory)**/FSharp.*.dll; + $(SdkOutputDirectory)**/Interactive.DependencyManager.dll; $(SdkOutputDirectory)**/dotnet.dll; $(SdkOutputDirectory)**/dotnet.resources.dll; $(SdkOutputDirectory)**/System.*.dll; From 951974094ee34f301c2d95f785bcb0fc6d2ae663 Mon Sep 17 00:00:00 2001 From: William Li Date: Sat, 11 Apr 2020 15:59:37 -0700 Subject: [PATCH 2176/2259] Interactive.DependencyManager to sign files --- src/redist/targets/Signing.targets | 1 + 1 file changed, 1 insertion(+) diff --git a/src/redist/targets/Signing.targets b/src/redist/targets/Signing.targets index cdb3e471f..f2bb0e708 100644 --- a/src/redist/targets/Signing.targets +++ b/src/redist/targets/Signing.targets @@ -98,6 +98,7 @@ $(SdkOutputDirectory)**/fsc.exe; $(SdkOutputDirectory)**/fsi.exe; $(SdkOutputDirectory)**/FSharp.*.dll; + $(SdkOutputDirectory)**/Interactive.DependencyManager.dll; $(SdkOutputDirectory)**/dotnet.dll; $(SdkOutputDirectory)**/dotnet.resources.dll; $(SdkOutputDirectory)**/System.*.dll; From 337fbac742a247df36da3317ac2c0e4b269b786d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2020 03:24:24 +0000 Subject: [PATCH 2177/2259] Update dependencies from https://github.com/dotnet/sdk build 20200411.6 (#7122) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20211.5 -> 5.0.100-preview.4.20211.6 - Microsoft.NET.Sdk: 5.0.100-preview.4.20211.5 -> 5.0.100-preview.4.20211.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 07b60b556..41279a613 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 4913d8e6d41f955debcbffc6060c71ff644d2d6e + 8288aa4e3ac87ce7ad58d2514f1efc2f267542d0 - + https://github.com/dotnet/sdk - 4913d8e6d41f955debcbffc6060c71ff644d2d6e + 8288aa4e3ac87ce7ad58d2514f1efc2f267542d0 diff --git a/eng/Versions.props b/eng/Versions.props index acca418a8..ef996d76e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20211.5 - 5.0.100-preview.4.20211.5 + 5.0.100-preview.4.20211.6 + 5.0.100-preview.4.20211.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 486f728da522f30accc87192603db301ebe46887 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2020 03:50:07 +0000 Subject: [PATCH 2178/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200411.3 (#7123) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20211.2 -> 5.0.0-preview.4.20211.3 - dotnet-dev-certs: 5.0.0-preview.4.20211.2 -> 5.0.0-preview.4.20211.3 - dotnet-user-secrets: 5.0.0-preview.4.20211.2 -> 5.0.0-preview.4.20211.3 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20211.2 -> 5.0.0-preview.4.20211.3 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20211.2 -> 5.0.0-preview.4.20211.3 - dotnet-watch: 5.0.0-preview.4.20211.2 -> 5.0.0-preview.4.20211.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 41279a613..98005af0f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 38c2d5513ce8cf584ef53b9971daec2763797169 - + https://github.com/dotnet/aspnetcore - 3c1bd093e90bd54101d36f828010a68f7262157b + 2b7b79f4db580536cb91969b1b02434af7da703b - + https://github.com/dotnet/aspnetcore - 3c1bd093e90bd54101d36f828010a68f7262157b + 2b7b79f4db580536cb91969b1b02434af7da703b - + https://github.com/dotnet/aspnetcore - 3c1bd093e90bd54101d36f828010a68f7262157b + 2b7b79f4db580536cb91969b1b02434af7da703b - + https://github.com/dotnet/aspnetcore - 3c1bd093e90bd54101d36f828010a68f7262157b + 2b7b79f4db580536cb91969b1b02434af7da703b - + https://github.com/dotnet/aspnetcore - 3c1bd093e90bd54101d36f828010a68f7262157b + 2b7b79f4db580536cb91969b1b02434af7da703b - + https://github.com/dotnet/aspnetcore - 3c1bd093e90bd54101d36f828010a68f7262157b + 2b7b79f4db580536cb91969b1b02434af7da703b https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index ef996d76e..88e965b86 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20211.2 - 5.0.0-preview.4.20211.2 - 5.0.0-preview.4.20211.2 - 5.0.0-preview.4.20211.2 - 5.0.0-preview.4.20211.2 - 5.0.0-preview.4.20211.2 + 5.0.0-preview.4.20211.3 + 5.0.0-preview.4.20211.3 + 5.0.0-preview.4.20211.3 + 5.0.0-preview.4.20211.3 + 5.0.0-preview.4.20211.3 + 5.0.0-preview.4.20211.3 0.2.0 From 14da1f6bf84a842b881b524b4057b9acf7cdd4b6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2020 06:48:36 +0000 Subject: [PATCH 2179/2259] Update dependencies from https://github.com/dotnet/sdk build 20200411.7 (#7124) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20211.6 -> 5.0.100-preview.4.20211.7 - Microsoft.NET.Sdk: 5.0.100-preview.4.20211.6 -> 5.0.100-preview.4.20211.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 98005af0f..9607859f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 8288aa4e3ac87ce7ad58d2514f1efc2f267542d0 + 2c896fc9a5020832cd7504f58d4e5902bc0cd3d0 - + https://github.com/dotnet/sdk - 8288aa4e3ac87ce7ad58d2514f1efc2f267542d0 + 2c896fc9a5020832cd7504f58d4e5902bc0cd3d0 diff --git a/eng/Versions.props b/eng/Versions.props index 88e965b86..58176500a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20211.6 - 5.0.100-preview.4.20211.6 + 5.0.100-preview.4.20211.7 + 5.0.100-preview.4.20211.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a7a3e00cba789a8e0786624c2da81d6e17530903 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2020 15:51:32 +0000 Subject: [PATCH 2180/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200412.1 (#7125) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20211.1 -> 5.0.0-preview.4.20212.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20211.1 -> 5.0.0-preview.4.20212.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20211.1 -> 5.0.0-preview.4.20212.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20211.1 -> 5.0.0-preview.4.20212.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9607859f3..d4895c7c0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 1706d567b5058ca567518463719d92c2a29b125e + 962e6af3692ee156265c9f75b2caf59de0f5b4da - + https://github.com/dotnet/windowsdesktop - 1706d567b5058ca567518463719d92c2a29b125e + 962e6af3692ee156265c9f75b2caf59de0f5b4da - + https://github.com/dotnet/windowsdesktop - 1706d567b5058ca567518463719d92c2a29b125e + 962e6af3692ee156265c9f75b2caf59de0f5b4da https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b62e3ae3fef254789cf6ede0a0d5e0543ce392cc - + https://github.com/dotnet/wpf - 31f112a57c60ccb8940de834a84f9038dd364b30 + dd58a99d00fe570cb32958c2aaafc58962193507 diff --git a/eng/Versions.props b/eng/Versions.props index 58176500a..298921ebb 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20211.1 + 5.0.0-preview.4.20212.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20211.1 - 5.0.0-preview.4.20211.1 - 5.0.0-preview.4.20211.1 + 5.0.0-preview.4.20212.1 + 5.0.0-preview.4.20212.1 + 5.0.0-preview.4.20212.1 From 6e8ae148efb1e895403e130f43ef9780eb055615 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2020 16:15:22 +0000 Subject: [PATCH 2181/2259] Update dependencies from https://github.com/dotnet/sdk build 20200412.1 (#7126) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20211.7 -> 5.0.100-preview.4.20212.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20211.7 -> 5.0.100-preview.4.20212.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d4895c7c0..b5e526808 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 2c896fc9a5020832cd7504f58d4e5902bc0cd3d0 + 89f62592e1c3efc479701e7c9d8f75b256e0bdd7 - + https://github.com/dotnet/sdk - 2c896fc9a5020832cd7504f58d4e5902bc0cd3d0 + 89f62592e1c3efc479701e7c9d8f75b256e0bdd7 diff --git a/eng/Versions.props b/eng/Versions.props index 298921ebb..7305114e7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20211.7 - 5.0.100-preview.4.20211.7 + 5.0.100-preview.4.20212.1 + 5.0.100-preview.4.20212.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a72887ed0a26ca9a2eaf9a331baaf130396d330a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Sun, 12 Apr 2020 17:16:59 +0000 Subject: [PATCH 2182/2259] Update dependencies from https://github.com/dotnet/sdk build 20200412.2 (#7127) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20212.1 -> 5.0.100-preview.4.20212.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20212.1 -> 5.0.100-preview.4.20212.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b5e526808..bf72231df 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 89f62592e1c3efc479701e7c9d8f75b256e0bdd7 + 251e4b47ec46abc89cbe48af463acb6cd8a50a41 - + https://github.com/dotnet/sdk - 89f62592e1c3efc479701e7c9d8f75b256e0bdd7 + 251e4b47ec46abc89cbe48af463acb6cd8a50a41 diff --git a/eng/Versions.props b/eng/Versions.props index 7305114e7..9334c7926 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20212.1 - 5.0.100-preview.4.20212.1 + 5.0.100-preview.4.20212.2 + 5.0.100-preview.4.20212.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ea3803ddf1a59af564f1678060768c3170ec4332 Mon Sep 17 00:00:00 2001 From: William Li Date: Sun, 12 Apr 2020 20:47:01 -0700 Subject: [PATCH 2183/2259] Correct tool path append --- src/redist/targets/packaging/windows/clisdk/dotnet.wxs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/redist/targets/packaging/windows/clisdk/dotnet.wxs b/src/redist/targets/packaging/windows/clisdk/dotnet.wxs index e3be35ece..0474cb9e0 100644 --- a/src/redist/targets/packaging/windows/clisdk/dotnet.wxs +++ b/src/redist/targets/packaging/windows/clisdk/dotnet.wxs @@ -14,6 +14,7 @@ + @@ -59,4 +60,11 @@ + + + + + + + From 2f7a3dd73c77b0a61f43ed8da655249be217a542 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 16:06:29 +0000 Subject: [PATCH 2184/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200413.1 (#7130) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20212.1 -> 5.0.0-preview.4.20213.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20212.1 -> 5.0.0-preview.4.20213.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20212.1 -> 5.0.0-preview.4.20213.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20212.1 -> 5.0.0-preview.4.20213.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index bf72231df..a689f3fa8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 962e6af3692ee156265c9f75b2caf59de0f5b4da + 82a216dbfbb6107b635851ee9b4bb5c84212536d - + https://github.com/dotnet/windowsdesktop - 962e6af3692ee156265c9f75b2caf59de0f5b4da + 82a216dbfbb6107b635851ee9b4bb5c84212536d - + https://github.com/dotnet/windowsdesktop - 962e6af3692ee156265c9f75b2caf59de0f5b4da + 82a216dbfbb6107b635851ee9b4bb5c84212536d https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms b62e3ae3fef254789cf6ede0a0d5e0543ce392cc - + https://github.com/dotnet/wpf - dd58a99d00fe570cb32958c2aaafc58962193507 + ab0f1f27a0df87dad7787a9163801c737a53122c diff --git a/eng/Versions.props b/eng/Versions.props index 9334c7926..678aef9bf 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20212.1 + 5.0.0-preview.4.20213.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20212.1 - 5.0.0-preview.4.20212.1 - 5.0.0-preview.4.20212.1 + 5.0.0-preview.4.20213.1 + 5.0.0-preview.4.20213.1 + 5.0.0-preview.4.20213.1 From d537b34f4a1e072fbd5341102871beed1c884b46 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 16:24:15 +0000 Subject: [PATCH 2185/2259] Update dependencies from https://github.com/dotnet/sdk build 20200413.1 (#7131) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20212.2 -> 5.0.100-preview.4.20213.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20212.2 -> 5.0.100-preview.4.20213.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a689f3fa8..15da66b13 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 251e4b47ec46abc89cbe48af463acb6cd8a50a41 + bfb682b325a59e0fa445a6aa1d795e0b923c7e15 - + https://github.com/dotnet/sdk - 251e4b47ec46abc89cbe48af463acb6cd8a50a41 + bfb682b325a59e0fa445a6aa1d795e0b923c7e15 diff --git a/eng/Versions.props b/eng/Versions.props index 678aef9bf..2c37c8d7c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20212.2 - 5.0.100-preview.4.20212.2 + 5.0.100-preview.4.20213.1 + 5.0.100-preview.4.20213.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f2ae1ff1a7d5db4d90fa0d0de65d8423b3b14c34 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 17:53:56 +0000 Subject: [PATCH 2186/2259] Update dependencies from https://github.com/dotnet/sdk build 20200413.2 (#7132) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20213.1 -> 5.0.100-preview.4.20213.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20213.1 -> 5.0.100-preview.4.20213.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 15da66b13..c72c30d92 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - bfb682b325a59e0fa445a6aa1d795e0b923c7e15 + 13eafcec9d3ce6fe5802eb392515ac75f951497d - + https://github.com/dotnet/sdk - bfb682b325a59e0fa445a6aa1d795e0b923c7e15 + 13eafcec9d3ce6fe5802eb392515ac75f951497d diff --git a/eng/Versions.props b/eng/Versions.props index 2c37c8d7c..e85e3c157 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20213.1 - 5.0.100-preview.4.20213.1 + 5.0.100-preview.4.20213.2 + 5.0.100-preview.4.20213.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ec3f9ce8b2f4ee623f1f1c25c11492dc59543de1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 19:48:12 +0000 Subject: [PATCH 2187/2259] Update dependencies from https://github.com/dotnet/sdk build 20200413.3 (#7135) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20213.2 -> 5.0.100-preview.4.20213.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20213.2 -> 5.0.100-preview.4.20213.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c72c30d92..95ead8392 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 13eafcec9d3ce6fe5802eb392515ac75f951497d + ca3777b7c7823cd393826c93703684ff2fbcf7b5 - + https://github.com/dotnet/sdk - 13eafcec9d3ce6fe5802eb392515ac75f951497d + ca3777b7c7823cd393826c93703684ff2fbcf7b5 diff --git a/eng/Versions.props b/eng/Versions.props index e85e3c157..ce775d891 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20213.2 - 5.0.100-preview.4.20213.2 + 5.0.100-preview.4.20213.3 + 5.0.100-preview.4.20213.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From f17743854180ad6b1e094203c6b8afea30bb7f6a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 20:08:40 +0000 Subject: [PATCH 2188/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200413.3 (#7136) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20211.3 -> 5.0.0-preview.4.20213.3 - dotnet-dev-certs: 5.0.0-preview.4.20211.3 -> 5.0.0-preview.4.20213.3 - dotnet-user-secrets: 5.0.0-preview.4.20211.3 -> 5.0.0-preview.4.20213.3 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20211.3 -> 5.0.0-preview.4.20213.3 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20211.3 -> 5.0.0-preview.4.20213.3 - dotnet-watch: 5.0.0-preview.4.20211.3 -> 5.0.0-preview.4.20213.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 95ead8392..5855bad3a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 38c2d5513ce8cf584ef53b9971daec2763797169 - + https://github.com/dotnet/aspnetcore - 2b7b79f4db580536cb91969b1b02434af7da703b + 6016e70285345dd90029607fced73aac045043f6 - + https://github.com/dotnet/aspnetcore - 2b7b79f4db580536cb91969b1b02434af7da703b + 6016e70285345dd90029607fced73aac045043f6 - + https://github.com/dotnet/aspnetcore - 2b7b79f4db580536cb91969b1b02434af7da703b + 6016e70285345dd90029607fced73aac045043f6 - + https://github.com/dotnet/aspnetcore - 2b7b79f4db580536cb91969b1b02434af7da703b + 6016e70285345dd90029607fced73aac045043f6 - + https://github.com/dotnet/aspnetcore - 2b7b79f4db580536cb91969b1b02434af7da703b + 6016e70285345dd90029607fced73aac045043f6 - + https://github.com/dotnet/aspnetcore - 2b7b79f4db580536cb91969b1b02434af7da703b + 6016e70285345dd90029607fced73aac045043f6 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index ce775d891..d408e1d26 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20211.3 - 5.0.0-preview.4.20211.3 - 5.0.0-preview.4.20211.3 - 5.0.0-preview.4.20211.3 - 5.0.0-preview.4.20211.3 - 5.0.0-preview.4.20211.3 + 5.0.0-preview.4.20213.3 + 5.0.0-preview.4.20213.3 + 5.0.0-preview.4.20213.3 + 5.0.0-preview.4.20213.3 + 5.0.0-preview.4.20213.3 + 5.0.0-preview.4.20213.3 0.2.0 From faba4207a888a7d92057acb3e1832b144b28a6f5 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 21:08:23 +0000 Subject: [PATCH 2189/2259] Update dependencies from https://github.com/dotnet/sdk build 20200413.7 (#7137) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20213.3 -> 5.0.100-preview.4.20213.7 - Microsoft.NET.Sdk: 5.0.100-preview.4.20213.3 -> 5.0.100-preview.4.20213.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5855bad3a..54afdf5f5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - ca3777b7c7823cd393826c93703684ff2fbcf7b5 + 99b95f378c317cae84b6ed993bf30f645764b41b - + https://github.com/dotnet/sdk - ca3777b7c7823cd393826c93703684ff2fbcf7b5 + 99b95f378c317cae84b6ed993bf30f645764b41b diff --git a/eng/Versions.props b/eng/Versions.props index d408e1d26..da0f1b7d0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20213.3 - 5.0.100-preview.4.20213.3 + 5.0.100-preview.4.20213.7 + 5.0.100-preview.4.20213.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 5f0a1a79d91fa73350e72c7f188f1cdfbfa2ef8c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 22:25:26 +0000 Subject: [PATCH 2190/2259] Update dependencies from https://github.com/dotnet/sdk build 20200413.13 (#7138) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20213.7 -> 5.0.100-preview.4.20213.13 - Microsoft.NET.Sdk: 5.0.100-preview.4.20213.7 -> 5.0.100-preview.4.20213.13 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 54afdf5f5..6323d47f4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 99b95f378c317cae84b6ed993bf30f645764b41b + 5d747e7b4f1450a00eff5844bd76b73588531b2c - + https://github.com/dotnet/sdk - 99b95f378c317cae84b6ed993bf30f645764b41b + 5d747e7b4f1450a00eff5844bd76b73588531b2c diff --git a/eng/Versions.props b/eng/Versions.props index da0f1b7d0..7990e47e3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20213.7 - 5.0.100-preview.4.20213.7 + 5.0.100-preview.4.20213.13 + 5.0.100-preview.4.20213.13 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 9436a96a707b396c883efbd101eafecc4e9f4678 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2020 23:34:30 +0000 Subject: [PATCH 2191/2259] Update dependencies from https://github.com/dotnet/sdk build 20200413.15 (#7139) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20213.13 -> 5.0.100-preview.4.20213.15 - Microsoft.NET.Sdk: 5.0.100-preview.4.20213.13 -> 5.0.100-preview.4.20213.15 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6323d47f4..c05e8a72c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 5d747e7b4f1450a00eff5844bd76b73588531b2c + 849aa0027aff6e50e5f5c548b90606ed269d5c93 - + https://github.com/dotnet/sdk - 5d747e7b4f1450a00eff5844bd76b73588531b2c + 849aa0027aff6e50e5f5c548b90606ed269d5c93 diff --git a/eng/Versions.props b/eng/Versions.props index 7990e47e3..9fa1e7cfd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20213.13 - 5.0.100-preview.4.20213.13 + 5.0.100-preview.4.20213.15 + 5.0.100-preview.4.20213.15 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From e4adaf6f193e042e9f440d36e9ab6cbdf20300cb Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 00:26:20 +0000 Subject: [PATCH 2192/2259] Update dependencies from https://github.com/dotnet/sdk build 20200413.16 (#7141) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20213.15 -> 5.0.100-preview.4.20213.16 - Microsoft.NET.Sdk: 5.0.100-preview.4.20213.15 -> 5.0.100-preview.4.20213.16 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c05e8a72c..12e394460 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 849aa0027aff6e50e5f5c548b90606ed269d5c93 + 2b0ce79fd81d8dba24d71e150ad30bf92077c012 - + https://github.com/dotnet/sdk - 849aa0027aff6e50e5f5c548b90606ed269d5c93 + 2b0ce79fd81d8dba24d71e150ad30bf92077c012 diff --git a/eng/Versions.props b/eng/Versions.props index 9fa1e7cfd..22a9837a7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20213.15 - 5.0.100-preview.4.20213.15 + 5.0.100-preview.4.20213.16 + 5.0.100-preview.4.20213.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From ea21783c0685e949437efc5e54f06af336dc80f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 04:16:39 +0000 Subject: [PATCH 2193/2259] Update dependencies from https://github.com/dotnet/runtime build 20200413.10 (#7142) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20210.10 -> 5.0.0-preview.4.20213.10 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20210.10 -> 5.0.0-preview.4.20213.10 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20210.10 -> 5.0.0-preview.4.20213.10 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20210.10 -> 5.0.0-preview.4.20213.10 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20210.10 -> 5.0.0-preview.4.20213.10 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20210.10 -> 5.0.0-preview.4.20213.10 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 12e394460..d14497413 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 82a216dbfbb6107b635851ee9b4bb5c84212536d - + https://github.com/dotnet/runtime - 38c2d5513ce8cf584ef53b9971daec2763797169 + 13dce8d53393a7b839f9401ffa827e7046d71ce0 - + https://github.com/dotnet/runtime - 38c2d5513ce8cf584ef53b9971daec2763797169 + 13dce8d53393a7b839f9401ffa827e7046d71ce0 - + https://github.com/dotnet/runtime - 38c2d5513ce8cf584ef53b9971daec2763797169 + 13dce8d53393a7b839f9401ffa827e7046d71ce0 - + https://github.com/dotnet/runtime - 38c2d5513ce8cf584ef53b9971daec2763797169 + 13dce8d53393a7b839f9401ffa827e7046d71ce0 - + https://github.com/dotnet/runtime - 38c2d5513ce8cf584ef53b9971daec2763797169 + 13dce8d53393a7b839f9401ffa827e7046d71ce0 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 38c2d5513ce8cf584ef53b9971daec2763797169 + 13dce8d53393a7b839f9401ffa827e7046d71ce0 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 22a9837a7..8fcdb90e9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20210.10 + 5.0.0-preview.4.20213.10 - 5.0.0-preview.4.20210.10 - 5.0.0-preview.4.20210.10 - 5.0.0-preview.4.20210.10 - 5.0.0-preview.4.20210.10 - 5.0.0-preview.4.20210.10 + 5.0.0-preview.4.20213.10 + 5.0.0-preview.4.20213.10 + 5.0.0-preview.4.20213.10 + 5.0.0-preview.4.20213.10 + 5.0.0-preview.4.20213.10 2.1.0 From 38c9c6cb6503cb6b6b2b1ecaf84ccb9eab7c1b94 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 05:05:14 +0000 Subject: [PATCH 2194/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200413.2 (#7143) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20213.1 -> 5.0.0-preview.4.20213.2 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20213.1 -> 5.0.0-preview.4.20213.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20213.1 -> 5.0.0-preview.4.20213.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20209.1 -> 5.0.0-preview.4.20213.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20213.1 -> 5.0.0-preview.4.20213.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d14497413..dd67fe3ef 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 82a216dbfbb6107b635851ee9b4bb5c84212536d + c02248e110fa306f6d461c2f4389c0d4c742af6a - + https://github.com/dotnet/windowsdesktop - 82a216dbfbb6107b635851ee9b4bb5c84212536d + c02248e110fa306f6d461c2f4389c0d4c742af6a - + https://github.com/dotnet/windowsdesktop - 82a216dbfbb6107b635851ee9b4bb5c84212536d + c02248e110fa306f6d461c2f4389c0d4c742af6a https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 2b0ce79fd81d8dba24d71e150ad30bf92077c012 - + https://github.com/dotnet/winforms - b62e3ae3fef254789cf6ede0a0d5e0543ce392cc + 2b98e51ac689ec0b493f4e7304f4725ee8ab8519 - + https://github.com/dotnet/wpf - ab0f1f27a0df87dad7787a9163801c737a53122c + 6cd6e3b8cc3bf59eb607b666a0d5f27ff76d8f66 diff --git a/eng/Versions.props b/eng/Versions.props index 8fcdb90e9..9906dde1c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20209.1 + 5.0.0-preview.4.20213.4 - 5.0.0-preview.4.20213.1 + 5.0.0-preview.4.20213.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20213.1 - 5.0.0-preview.4.20213.1 - 5.0.0-preview.4.20213.1 + 5.0.0-preview.4.20213.2 + 5.0.0-preview.4.20213.2 + 5.0.0-preview.4.20213.2 From faee8129e8b1bea17eb9fb492999fe932178bf84 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 06:08:42 +0000 Subject: [PATCH 2195/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200413.3 (#7144) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20213.2 -> 5.0.0-preview.4.20213.3 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20213.2 -> 5.0.0-preview.4.20213.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20213.2 -> 5.0.0-preview.4.20213.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20213.4 -> 5.0.0-preview.4.20213.8 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20213.4 -> 5.0.0-preview.4.20213.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd67fe3ef..29696bcc9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - c02248e110fa306f6d461c2f4389c0d4c742af6a + ec7163f40b3f698048d32d9f3e357ce56a656564 - + https://github.com/dotnet/windowsdesktop - c02248e110fa306f6d461c2f4389c0d4c742af6a + ec7163f40b3f698048d32d9f3e357ce56a656564 - + https://github.com/dotnet/windowsdesktop - c02248e110fa306f6d461c2f4389c0d4c742af6a + ec7163f40b3f698048d32d9f3e357ce56a656564 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 2b0ce79fd81d8dba24d71e150ad30bf92077c012 - + https://github.com/dotnet/winforms - 2b98e51ac689ec0b493f4e7304f4725ee8ab8519 + 7263ec26e9267e3561986d7fc5b33cae935388ad - + https://github.com/dotnet/wpf - 6cd6e3b8cc3bf59eb607b666a0d5f27ff76d8f66 + c881ee95d9b742bb1e28307cb45d72d500994cbf diff --git a/eng/Versions.props b/eng/Versions.props index 9906dde1c..b04fc948d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20213.4 + 5.0.0-preview.4.20213.8 - 5.0.0-preview.4.20213.4 + 5.0.0-preview.4.20213.5 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20213.2 - 5.0.0-preview.4.20213.2 - 5.0.0-preview.4.20213.2 + 5.0.0-preview.4.20213.3 + 5.0.0-preview.4.20213.3 + 5.0.0-preview.4.20213.3 From ec9d279811d56410f9e07a544bec405ece8239fe Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 09:36:50 +0000 Subject: [PATCH 2196/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200413.16 (#7146) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20213.3 -> 5.0.0-preview.4.20213.16 - dotnet-dev-certs: 5.0.0-preview.4.20213.3 -> 5.0.0-preview.4.20213.16 - dotnet-user-secrets: 5.0.0-preview.4.20213.3 -> 5.0.0-preview.4.20213.16 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20213.3 -> 5.0.0-preview.4.20213.16 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20213.3 -> 5.0.0-preview.4.20213.16 - dotnet-watch: 5.0.0-preview.4.20213.3 -> 5.0.0-preview.4.20213.16 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 29696bcc9..25106dc2e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 13dce8d53393a7b839f9401ffa827e7046d71ce0 - + https://github.com/dotnet/aspnetcore - 6016e70285345dd90029607fced73aac045043f6 + 698ab1518d419c8cef775f8ad9191e0cf681321f - + https://github.com/dotnet/aspnetcore - 6016e70285345dd90029607fced73aac045043f6 + 698ab1518d419c8cef775f8ad9191e0cf681321f - + https://github.com/dotnet/aspnetcore - 6016e70285345dd90029607fced73aac045043f6 + 698ab1518d419c8cef775f8ad9191e0cf681321f - + https://github.com/dotnet/aspnetcore - 6016e70285345dd90029607fced73aac045043f6 + 698ab1518d419c8cef775f8ad9191e0cf681321f - + https://github.com/dotnet/aspnetcore - 6016e70285345dd90029607fced73aac045043f6 + 698ab1518d419c8cef775f8ad9191e0cf681321f - + https://github.com/dotnet/aspnetcore - 6016e70285345dd90029607fced73aac045043f6 + 698ab1518d419c8cef775f8ad9191e0cf681321f https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b04fc948d..066a34ac0 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20213.3 - 5.0.0-preview.4.20213.3 - 5.0.0-preview.4.20213.3 - 5.0.0-preview.4.20213.3 - 5.0.0-preview.4.20213.3 - 5.0.0-preview.4.20213.3 + 5.0.0-preview.4.20213.16 + 5.0.0-preview.4.20213.16 + 5.0.0-preview.4.20213.16 + 5.0.0-preview.4.20213.16 + 5.0.0-preview.4.20213.16 + 5.0.0-preview.4.20213.16 0.2.0 From 281d10760674a480995c8de435ea23de2fe66d6f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 09:47:06 +0000 Subject: [PATCH 2197/2259] Update dependencies from https://github.com/dotnet/runtime build 20200413.12 (#7147) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20213.10 -> 5.0.0-preview.4.20213.12 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20213.10 -> 5.0.0-preview.4.20213.12 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20213.10 -> 5.0.0-preview.4.20213.12 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20213.10 -> 5.0.0-preview.4.20213.12 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20213.10 -> 5.0.0-preview.4.20213.12 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20213.10 -> 5.0.0-preview.4.20213.12 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 25106dc2e..daad3e939 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop ec7163f40b3f698048d32d9f3e357ce56a656564 - + https://github.com/dotnet/runtime - 13dce8d53393a7b839f9401ffa827e7046d71ce0 + 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 - + https://github.com/dotnet/runtime - 13dce8d53393a7b839f9401ffa827e7046d71ce0 + 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 - + https://github.com/dotnet/runtime - 13dce8d53393a7b839f9401ffa827e7046d71ce0 + 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 - + https://github.com/dotnet/runtime - 13dce8d53393a7b839f9401ffa827e7046d71ce0 + 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 - + https://github.com/dotnet/runtime - 13dce8d53393a7b839f9401ffa827e7046d71ce0 + 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 13dce8d53393a7b839f9401ffa827e7046d71ce0 + 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 066a34ac0..0eadc9b3f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20213.10 + 5.0.0-preview.4.20213.12 - 5.0.0-preview.4.20213.10 - 5.0.0-preview.4.20213.10 - 5.0.0-preview.4.20213.10 - 5.0.0-preview.4.20213.10 - 5.0.0-preview.4.20213.10 + 5.0.0-preview.4.20213.12 + 5.0.0-preview.4.20213.12 + 5.0.0-preview.4.20213.12 + 5.0.0-preview.4.20213.12 + 5.0.0-preview.4.20213.12 2.1.0 From e20e1db2e33c96ab07c9a41c9154ab9036cb7314 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 12:12:55 +0000 Subject: [PATCH 2198/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200414.2 (#7148) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20213.16 -> 5.0.0-preview.4.20214.2 - dotnet-dev-certs: 5.0.0-preview.4.20213.16 -> 5.0.0-preview.4.20214.2 - dotnet-user-secrets: 5.0.0-preview.4.20213.16 -> 5.0.0-preview.4.20214.2 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20213.16 -> 5.0.0-preview.4.20214.2 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20213.16 -> 5.0.0-preview.4.20214.2 - dotnet-watch: 5.0.0-preview.4.20213.16 -> 5.0.0-preview.4.20214.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index daad3e939..a12a21b4b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 - + https://github.com/dotnet/aspnetcore - 698ab1518d419c8cef775f8ad9191e0cf681321f + 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 - + https://github.com/dotnet/aspnetcore - 698ab1518d419c8cef775f8ad9191e0cf681321f + 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 - + https://github.com/dotnet/aspnetcore - 698ab1518d419c8cef775f8ad9191e0cf681321f + 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 - + https://github.com/dotnet/aspnetcore - 698ab1518d419c8cef775f8ad9191e0cf681321f + 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 - + https://github.com/dotnet/aspnetcore - 698ab1518d419c8cef775f8ad9191e0cf681321f + 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 - + https://github.com/dotnet/aspnetcore - 698ab1518d419c8cef775f8ad9191e0cf681321f + 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 0eadc9b3f..6066e67b9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20213.16 - 5.0.0-preview.4.20213.16 - 5.0.0-preview.4.20213.16 - 5.0.0-preview.4.20213.16 - 5.0.0-preview.4.20213.16 - 5.0.0-preview.4.20213.16 + 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.2 0.2.0 From 82ca06c275a635877ca7f099173a291523619102 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 12:52:26 +0000 Subject: [PATCH 2199/2259] Update dependencies from https://github.com/dotnet/sdk build 20200414.1 (#7149) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20213.16 -> 5.0.100-preview.4.20214.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20213.16 -> 5.0.100-preview.4.20214.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a12a21b4b..8040418d8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 2b0ce79fd81d8dba24d71e150ad30bf92077c012 + cf1d45e839b86e2d7a3c8dcd6455a0ae0e814f11 - + https://github.com/dotnet/sdk - 2b0ce79fd81d8dba24d71e150ad30bf92077c012 + cf1d45e839b86e2d7a3c8dcd6455a0ae0e814f11 diff --git a/eng/Versions.props b/eng/Versions.props index 6066e67b9..cd66fddc4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20213.16 - 5.0.100-preview.4.20213.16 + 5.0.100-preview.4.20214.1 + 5.0.100-preview.4.20214.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 537f354a139dc24d0f8048f0391bae45a03dbc32 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 15:27:52 +0000 Subject: [PATCH 2200/2259] Update dependencies from https://github.com/dotnet/sdk build 20200414.2 (#7150) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20214.1 -> 5.0.100-preview.4.20214.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20214.1 -> 5.0.100-preview.4.20214.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8040418d8..2add97ba5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - cf1d45e839b86e2d7a3c8dcd6455a0ae0e814f11 + 2a44225adfc664891012822dab8b22ca76a4aa3a - + https://github.com/dotnet/sdk - cf1d45e839b86e2d7a3c8dcd6455a0ae0e814f11 + 2a44225adfc664891012822dab8b22ca76a4aa3a diff --git a/eng/Versions.props b/eng/Versions.props index cd66fddc4..5f4404502 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20214.1 - 5.0.100-preview.4.20214.1 + 5.0.100-preview.4.20214.2 + 5.0.100-preview.4.20214.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a2496c4610edb521f7e6f34736481cff5dc1631a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 15:39:28 +0000 Subject: [PATCH 2201/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200413.4 (#7145) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20213.3 -> 5.0.0-preview.4.20213.4 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20213.3 -> 5.0.0-preview.4.20213.4 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20213.3 -> 5.0.0-preview.4.20213.4 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20213.8 -> 5.0.0-preview.4.20213.9 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20213.5 -> 5.0.0-preview.4.20213.6 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2add97ba5..434cfe416 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - ec7163f40b3f698048d32d9f3e357ce56a656564 + 9f38803b54041203c0e9f0755a0d375bab3ce58f - + https://github.com/dotnet/windowsdesktop - ec7163f40b3f698048d32d9f3e357ce56a656564 + 9f38803b54041203c0e9f0755a0d375bab3ce58f - + https://github.com/dotnet/windowsdesktop - ec7163f40b3f698048d32d9f3e357ce56a656564 + 9f38803b54041203c0e9f0755a0d375bab3ce58f https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 2a44225adfc664891012822dab8b22ca76a4aa3a - + https://github.com/dotnet/winforms - 7263ec26e9267e3561986d7fc5b33cae935388ad + 292234a9f3c2b03f3fa53997b4a47d17aeb00dc0 - + https://github.com/dotnet/wpf - c881ee95d9b742bb1e28307cb45d72d500994cbf + 524976a425319e288380ff0685545cc71623e23d diff --git a/eng/Versions.props b/eng/Versions.props index 5f4404502..0e4b0be4d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20213.8 + 5.0.0-preview.4.20213.9 - 5.0.0-preview.4.20213.5 + 5.0.0-preview.4.20213.6 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20213.3 - 5.0.0-preview.4.20213.3 - 5.0.0-preview.4.20213.3 + 5.0.0-preview.4.20213.4 + 5.0.0-preview.4.20213.4 + 5.0.0-preview.4.20213.4 From f2261e1547151887b6b41206b3cd29e6c21b1dfc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 16:17:18 +0000 Subject: [PATCH 2202/2259] Update dependencies from https://github.com/dotnet/sdk build 20200414.3 (#7151) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20214.2 -> 5.0.100-preview.4.20214.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20214.2 -> 5.0.100-preview.4.20214.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 434cfe416..d72ba47e7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 2a44225adfc664891012822dab8b22ca76a4aa3a + 57049b3c1e1e7567210575ed4b827307855764fc - + https://github.com/dotnet/sdk - 2a44225adfc664891012822dab8b22ca76a4aa3a + 57049b3c1e1e7567210575ed4b827307855764fc diff --git a/eng/Versions.props b/eng/Versions.props index 0e4b0be4d..d116bf4b8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20214.2 - 5.0.100-preview.4.20214.2 + 5.0.100-preview.4.20214.3 + 5.0.100-preview.4.20214.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c07c186649e73d19dc9c2ea97ac67dbbb026bad0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 16:34:30 +0000 Subject: [PATCH 2203/2259] Update dependencies from https://github.com/dotnet/runtime build 20200414.2 (#7152) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20213.12 -> 5.0.0-preview.4.20214.2 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20213.12 -> 5.0.0-preview.4.20214.2 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20213.12 -> 5.0.0-preview.4.20214.2 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20213.12 -> 5.0.0-preview.4.20214.2 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20213.12 -> 5.0.0-preview.4.20214.2 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20213.12 -> 5.0.0-preview.4.20214.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d72ba47e7..c09a2751c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 9f38803b54041203c0e9f0755a0d375bab3ce58f - + https://github.com/dotnet/runtime - 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 + ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c - + https://github.com/dotnet/runtime - 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 + ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c - + https://github.com/dotnet/runtime - 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 + ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c - + https://github.com/dotnet/runtime - 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 + ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c - + https://github.com/dotnet/runtime - 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 + ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6e83eafe49ce3c55e9f68ae669f24957e5b482f8 + ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index d116bf4b8..dad5b9943 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20213.12 + 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20213.12 - 5.0.0-preview.4.20213.12 - 5.0.0-preview.4.20213.12 - 5.0.0-preview.4.20213.12 - 5.0.0-preview.4.20213.12 + 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.2 2.1.0 From c23b7657925d3b4b7ebd56ef0c470093635dc841 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 17:15:51 +0000 Subject: [PATCH 2204/2259] Update dependencies from https://github.com/dotnet/sdk build 20200414.4 (#7153) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20214.3 -> 5.0.100-preview.4.20214.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20214.3 -> 5.0.100-preview.4.20214.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c09a2751c..ef6dd8e69 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 57049b3c1e1e7567210575ed4b827307855764fc + 9accfd73af94b7309af26e71074a04bce22bb30d - + https://github.com/dotnet/sdk - 57049b3c1e1e7567210575ed4b827307855764fc + 9accfd73af94b7309af26e71074a04bce22bb30d diff --git a/eng/Versions.props b/eng/Versions.props index dad5b9943..63601213a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20214.3 - 5.0.100-preview.4.20214.3 + 5.0.100-preview.4.20214.4 + 5.0.100-preview.4.20214.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From a4ee763aa4b1211f416c27e7d06f0268452b2406 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 18:24:13 +0000 Subject: [PATCH 2205/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200414.1 (#7154) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20213.4 -> 5.0.0-preview.4.20214.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20213.4 -> 5.0.0-preview.4.20214.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20213.4 -> 5.0.0-preview.4.20214.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20213.6 -> 5.0.0-preview.4.20214.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef6dd8e69..95a993983 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 9f38803b54041203c0e9f0755a0d375bab3ce58f + eace64d3e94901f1f4afc9a6f730381f913cf1c8 - + https://github.com/dotnet/windowsdesktop - 9f38803b54041203c0e9f0755a0d375bab3ce58f + eace64d3e94901f1f4afc9a6f730381f913cf1c8 - + https://github.com/dotnet/windowsdesktop - 9f38803b54041203c0e9f0755a0d375bab3ce58f + eace64d3e94901f1f4afc9a6f730381f913cf1c8 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 292234a9f3c2b03f3fa53997b4a47d17aeb00dc0 - + https://github.com/dotnet/wpf - 524976a425319e288380ff0685545cc71623e23d + 1c78ed2acb08daae1f9e6f17f9fac7e7c141b890 diff --git a/eng/Versions.props b/eng/Versions.props index 63601213a..cd17a7cb3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20213.6 + 5.0.0-preview.4.20214.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20213.4 - 5.0.0-preview.4.20213.4 - 5.0.0-preview.4.20213.4 + 5.0.0-preview.4.20214.1 + 5.0.0-preview.4.20214.1 + 5.0.0-preview.4.20214.1 From 3d58f19a7df8003925cb31f06c0e345f505ea284 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 19:11:29 +0000 Subject: [PATCH 2206/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200414.3 (#7156) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 - dotnet-dev-certs: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 - dotnet-user-secrets: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 - dotnet-watch: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 95a993983..89db632fd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c - + https://github.com/dotnet/aspnetcore - 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 + 6bd9b2f79f15ab65a33197af669e24e87d4689d3 - + https://github.com/dotnet/aspnetcore - 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 + 6bd9b2f79f15ab65a33197af669e24e87d4689d3 - + https://github.com/dotnet/aspnetcore - 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 + 6bd9b2f79f15ab65a33197af669e24e87d4689d3 - + https://github.com/dotnet/aspnetcore - 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 + 6bd9b2f79f15ab65a33197af669e24e87d4689d3 - + https://github.com/dotnet/aspnetcore - 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 + 6bd9b2f79f15ab65a33197af669e24e87d4689d3 - + https://github.com/dotnet/aspnetcore - 5d914d4d2dbb22f3e29eebd432bc892e06b657b7 + 6bd9b2f79f15ab65a33197af669e24e87d4689d3 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index cd17a7cb3..1183b0c87 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 0.2.0 From 522ff514b0ae6f8ba049d42a8aa6a59efcaee231 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 14 Apr 2020 21:25:05 +0000 Subject: [PATCH 2207/2259] Update dependencies from https://github.com/dotnet/runtime build 20200414.3 (#7158) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20214.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 89db632fd..281d4481b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop eace64d3e94901f1f4afc9a6f730381f913cf1c8 - + https://github.com/dotnet/runtime - ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c + 4335c82b7b6e4932ae12e79b302bbe4200732744 - + https://github.com/dotnet/runtime - ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c + 4335c82b7b6e4932ae12e79b302bbe4200732744 - + https://github.com/dotnet/runtime - ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c + 4335c82b7b6e4932ae12e79b302bbe4200732744 - + https://github.com/dotnet/runtime - ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c + 4335c82b7b6e4932ae12e79b302bbe4200732744 - + https://github.com/dotnet/runtime - ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c + 4335c82b7b6e4932ae12e79b302bbe4200732744 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - ad8e751fa0c41c9ba3262c1bd69e72f5b0ca970c + 4335c82b7b6e4932ae12e79b302bbe4200732744 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 1183b0c87..4a2e6f776 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 2.1.0 From ebcc979d3330f96121a438ca55fd70f7e1aff710 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 01:07:23 +0000 Subject: [PATCH 2208/2259] Update dependencies from https://github.com/dotnet/sdk build 20200414.14 (#7160) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20214.4 -> 5.0.100-preview.4.20214.14 - Microsoft.NET.Sdk: 5.0.100-preview.4.20214.4 -> 5.0.100-preview.4.20214.14 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 281d4481b..402f69c16 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 9accfd73af94b7309af26e71074a04bce22bb30d + 13b034085a6a251d286a9205576de1e267cb6374 - + https://github.com/dotnet/sdk - 9accfd73af94b7309af26e71074a04bce22bb30d + 13b034085a6a251d286a9205576de1e267cb6374 diff --git a/eng/Versions.props b/eng/Versions.props index 4a2e6f776..d7bb4802f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20214.4 - 5.0.100-preview.4.20214.4 + 5.0.100-preview.4.20214.14 + 5.0.100-preview.4.20214.14 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 716fd688e0557af3b62a4e408eee73938c5864bc Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 05:04:16 +0000 Subject: [PATCH 2209/2259] Update dependencies from https://github.com/dotnet/sdk build 20200414.16 (#7162) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20214.14 -> 5.0.100-preview.4.20214.16 - Microsoft.NET.Sdk: 5.0.100-preview.4.20214.14 -> 5.0.100-preview.4.20214.16 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 402f69c16..dc5becfba 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 13b034085a6a251d286a9205576de1e267cb6374 + 0e181005ea8296ffdd2682b70b2fd3d6f0ec1a68 - + https://github.com/dotnet/sdk - 13b034085a6a251d286a9205576de1e267cb6374 + 0e181005ea8296ffdd2682b70b2fd3d6f0ec1a68 diff --git a/eng/Versions.props b/eng/Versions.props index d7bb4802f..098348a5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20214.14 - 5.0.100-preview.4.20214.14 + 5.0.100-preview.4.20214.16 + 5.0.100-preview.4.20214.16 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c984147e04b2d751c66ff0c97c2ffbfbb6484f74 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 06:55:05 +0000 Subject: [PATCH 2210/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200414.3 (#7165) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20214.1 -> 5.0.0-preview.4.20214.3 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20214.1 -> 5.0.0-preview.4.20214.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20214.1 -> 5.0.0-preview.4.20214.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20213.9 -> 5.0.0-preview.4.20214.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20214.1 -> 5.0.0-preview.4.20214.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dc5becfba..a39cd59f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - eace64d3e94901f1f4afc9a6f730381f913cf1c8 + 0e96199b7978443a4d51660493773a9787e5d4cf - + https://github.com/dotnet/windowsdesktop - eace64d3e94901f1f4afc9a6f730381f913cf1c8 + 0e96199b7978443a4d51660493773a9787e5d4cf - + https://github.com/dotnet/windowsdesktop - eace64d3e94901f1f4afc9a6f730381f913cf1c8 + 0e96199b7978443a4d51660493773a9787e5d4cf https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 0e181005ea8296ffdd2682b70b2fd3d6f0ec1a68 - + https://github.com/dotnet/winforms - 292234a9f3c2b03f3fa53997b4a47d17aeb00dc0 + 89dcfb86aaf8d6fbb2345c35a639d5f96308a20b - + https://github.com/dotnet/wpf - 1c78ed2acb08daae1f9e6f17f9fac7e7c141b890 + 360420ec488aa2bbc4222f574481e2132521d832 diff --git a/eng/Versions.props b/eng/Versions.props index 098348a5a..b2e81dfec 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20213.9 + 5.0.0-preview.4.20214.2 - 5.0.0-preview.4.20214.1 + 5.0.0-preview.4.20214.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20214.1 - 5.0.0-preview.4.20214.1 - 5.0.0-preview.4.20214.1 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.3 From 16548a5d00c2efdd34f0fca334e1b79ae9ccb60e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 09:27:09 +0000 Subject: [PATCH 2211/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200415.1 (#7167) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20214.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a39cd59f3..9f61e387d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 0e96199b7978443a4d51660493773a9787e5d4cf + 41a2815798fa8d7fe58d56a0c9f706020a789045 - + https://github.com/dotnet/windowsdesktop - 0e96199b7978443a4d51660493773a9787e5d4cf + 41a2815798fa8d7fe58d56a0c9f706020a789045 - + https://github.com/dotnet/windowsdesktop - 0e96199b7978443a4d51660493773a9787e5d4cf + 41a2815798fa8d7fe58d56a0c9f706020a789045 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 89dcfb86aaf8d6fbb2345c35a639d5f96308a20b - + https://github.com/dotnet/wpf - 360420ec488aa2bbc4222f574481e2132521d832 + 02d2b1e39df8faaba2602095a8e8889bb3b76ba5 diff --git a/eng/Versions.props b/eng/Versions.props index b2e81dfec..15e9194d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20214.4 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20215.1 + 5.0.0-preview.4.20215.1 + 5.0.0-preview.4.20215.1 From 08e175afad94ca9c94709df18a4601e8b5e99870 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 09:33:14 +0000 Subject: [PATCH 2212/2259] Update dependencies from https://github.com/dotnet/sdk build 20200415.1 (#7168) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20214.16 -> 5.0.100-preview.4.20215.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20214.16 -> 5.0.100-preview.4.20215.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 9f61e387d..2ffc90843 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 0e181005ea8296ffdd2682b70b2fd3d6f0ec1a68 + 30430661ddf82b017e35c9a764fb14993a404409 - + https://github.com/dotnet/sdk - 0e181005ea8296ffdd2682b70b2fd3d6f0ec1a68 + 30430661ddf82b017e35c9a764fb14993a404409 diff --git a/eng/Versions.props b/eng/Versions.props index 15e9194d4..cb0f0fa4b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20214.16 - 5.0.100-preview.4.20214.16 + 5.0.100-preview.4.20215.1 + 5.0.100-preview.4.20215.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4c09f7396b632ecf6c5a1e66e4888e7c94a80655 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 16:05:15 +0000 Subject: [PATCH 2213/2259] Update dependencies from https://github.com/dotnet/sdk build 20200415.2 (#7170) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20215.1 -> 5.0.100-preview.4.20215.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20215.1 -> 5.0.100-preview.4.20215.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ffc90843..f2437af32 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 30430661ddf82b017e35c9a764fb14993a404409 + d7d02ac44f38369a82e4fa70d29dda366d6e60e4 - + https://github.com/dotnet/sdk - 30430661ddf82b017e35c9a764fb14993a404409 + d7d02ac44f38369a82e4fa70d29dda366d6e60e4 diff --git a/eng/Versions.props b/eng/Versions.props index cb0f0fa4b..54ea7e3f5 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20215.1 - 5.0.100-preview.4.20215.1 + 5.0.100-preview.4.20215.2 + 5.0.100-preview.4.20215.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 3c1d78b746cb4e0f88624c08e8109675f5d3fa77 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 17:05:34 +0000 Subject: [PATCH 2214/2259] Update dependencies from https://github.com/dotnet/sdk build 20200415.4 (#7172) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20215.2 -> 5.0.100-preview.4.20215.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20215.2 -> 5.0.100-preview.4.20215.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f2437af32..2a6de6f03 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - d7d02ac44f38369a82e4fa70d29dda366d6e60e4 + 863701e1f8e24dcebd0ae828ac4ad3cf5e439316 - + https://github.com/dotnet/sdk - d7d02ac44f38369a82e4fa70d29dda366d6e60e4 + 863701e1f8e24dcebd0ae828ac4ad3cf5e439316 diff --git a/eng/Versions.props b/eng/Versions.props index 54ea7e3f5..7c1f85cc8 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20215.2 - 5.0.100-preview.4.20215.2 + 5.0.100-preview.4.20215.4 + 5.0.100-preview.4.20215.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 03c36d3d673affa9cf9bed708a24b6629d94a976 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 19:13:40 +0000 Subject: [PATCH 2215/2259] Update dependencies from https://github.com/dotnet/sdk build 20200415.6 (#7174) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20215.4 -> 5.0.100-preview.4.20215.6 - Microsoft.NET.Sdk: 5.0.100-preview.4.20215.4 -> 5.0.100-preview.4.20215.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2a6de6f03..f56202055 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 021e16574b2809e3d113fb541838ab49715721b3 - + https://github.com/dotnet/sdk - 863701e1f8e24dcebd0ae828ac4ad3cf5e439316 + ef9005ca03a45d4cc11b16945988726c670b1932 - + https://github.com/dotnet/sdk - 863701e1f8e24dcebd0ae828ac4ad3cf5e439316 + ef9005ca03a45d4cc11b16945988726c670b1932 diff --git a/eng/Versions.props b/eng/Versions.props index 7c1f85cc8..dfb934418 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20215.4 - 5.0.100-preview.4.20215.4 + 5.0.100-preview.4.20215.6 + 5.0.100-preview.4.20215.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 82e389acb929c822aac0c0f21f01c4fc543ea15a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 20:07:30 +0000 Subject: [PATCH 2216/2259] Update dependencies from https://github.com/dotnet/runtime build 20200415.6 (#7175) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.6 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.6 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.6 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.6 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.6 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f56202055..a7c672026 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 41a2815798fa8d7fe58d56a0c9f706020a789045 - + https://github.com/dotnet/runtime - 4335c82b7b6e4932ae12e79b302bbe4200732744 + 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 - + https://github.com/dotnet/runtime - 4335c82b7b6e4932ae12e79b302bbe4200732744 + 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 - + https://github.com/dotnet/runtime - 4335c82b7b6e4932ae12e79b302bbe4200732744 + 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 - + https://github.com/dotnet/runtime - 4335c82b7b6e4932ae12e79b302bbe4200732744 + 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 - + https://github.com/dotnet/runtime - 4335c82b7b6e4932ae12e79b302bbe4200732744 + 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 4335c82b7b6e4932ae12e79b302bbe4200732744 + 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index dfb934418..6b7300862 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20215.6 - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20215.6 + 5.0.0-preview.4.20215.6 + 5.0.0-preview.4.20215.6 + 5.0.0-preview.4.20215.6 + 5.0.0-preview.4.20215.6 2.1.0 From 4e23c989824fb20ddee8dad2f08eecda7b5e0d8a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2020 22:46:36 +0000 Subject: [PATCH 2217/2259] Update dependencies from https://github.com/dotnet/templating build 20200415.1 (#7176) - Microsoft.DotNet.Common.ItemTemplates: 5.0.0-preview.4.20203.1 -> 5.0.0-preview.4.20215.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a7c672026..651ad72e4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/templating - 021e16574b2809e3d113fb541838ab49715721b3 + 1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 6b7300862..4202c9fb2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.4.20203.1 + 5.0.0-preview.4.20215.1 From 40b4e72b88ce87ed97e993e142f9f97c3feba698 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 02:24:24 +0000 Subject: [PATCH 2218/2259] Update dependencies from https://github.com/dotnet/sdk build 20200415.8 (#7179) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20215.6 -> 5.0.100-preview.4.20215.8 - Microsoft.NET.Sdk: 5.0.100-preview.4.20215.6 -> 5.0.100-preview.4.20215.8 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 651ad72e4..b26ff426e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d - + https://github.com/dotnet/sdk - ef9005ca03a45d4cc11b16945988726c670b1932 + 9500a79a7ff07f0f04be50277fa4b145522375c8 - + https://github.com/dotnet/sdk - ef9005ca03a45d4cc11b16945988726c670b1932 + 9500a79a7ff07f0f04be50277fa4b145522375c8 diff --git a/eng/Versions.props b/eng/Versions.props index 4202c9fb2..851916253 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20215.6 - 5.0.100-preview.4.20215.6 + 5.0.100-preview.4.20215.8 + 5.0.100-preview.4.20215.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 92d20b77db75cd5603eb99eea795b659e602a7e9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 04:43:40 +0000 Subject: [PATCH 2219/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200415.20 (#7183) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.20 - dotnet-dev-certs: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.20 - dotnet-user-secrets: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.20 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.20 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.20 - dotnet-watch: 5.0.0-preview.4.20214.3 -> 5.0.0-preview.4.20215.20 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b26ff426e..c537f2e6e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 - + https://github.com/dotnet/aspnetcore - 6bd9b2f79f15ab65a33197af669e24e87d4689d3 + 5b5784d9507d49bc7db73e887fecd9250b42cea2 - + https://github.com/dotnet/aspnetcore - 6bd9b2f79f15ab65a33197af669e24e87d4689d3 + 5b5784d9507d49bc7db73e887fecd9250b42cea2 - + https://github.com/dotnet/aspnetcore - 6bd9b2f79f15ab65a33197af669e24e87d4689d3 + 5b5784d9507d49bc7db73e887fecd9250b42cea2 - + https://github.com/dotnet/aspnetcore - 6bd9b2f79f15ab65a33197af669e24e87d4689d3 + 5b5784d9507d49bc7db73e887fecd9250b42cea2 - + https://github.com/dotnet/aspnetcore - 6bd9b2f79f15ab65a33197af669e24e87d4689d3 + 5b5784d9507d49bc7db73e887fecd9250b42cea2 - + https://github.com/dotnet/aspnetcore - 6bd9b2f79f15ab65a33197af669e24e87d4689d3 + 5b5784d9507d49bc7db73e887fecd9250b42cea2 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 851916253..4309416bd 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 - 5.0.0-preview.4.20214.3 + 5.0.0-preview.4.20215.20 + 5.0.0-preview.4.20215.20 + 5.0.0-preview.4.20215.20 + 5.0.0-preview.4.20215.20 + 5.0.0-preview.4.20215.20 + 5.0.0-preview.4.20215.20 0.2.0 From 0405b67afbf1b332037bbfae95ec1649b5456278 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 08:16:43 +0000 Subject: [PATCH 2220/2259] Update dependencies from https://github.com/dotnet/sdk build 20200415.9 (#7181) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20215.8 -> 5.0.100-preview.4.20215.9 - Microsoft.NET.Sdk: 5.0.100-preview.4.20215.8 -> 5.0.100-preview.4.20215.9 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c537f2e6e..d7a569f88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d - + https://github.com/dotnet/sdk - 9500a79a7ff07f0f04be50277fa4b145522375c8 + 3feb4f7064ca741319661cf74341f3b610c49cbe - + https://github.com/dotnet/sdk - 9500a79a7ff07f0f04be50277fa4b145522375c8 + 3feb4f7064ca741319661cf74341f3b610c49cbe diff --git a/eng/Versions.props b/eng/Versions.props index 4309416bd..0402c3285 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20215.8 - 5.0.100-preview.4.20215.8 + 5.0.100-preview.4.20215.9 + 5.0.100-preview.4.20215.9 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 96b2f8001e407b9482e5cb278b35ba6473db5a1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 08:24:06 +0000 Subject: [PATCH 2221/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200415.2 (#7173) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20215.1 -> 5.0.0-preview.4.20215.2 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20215.1 -> 5.0.0-preview.4.20215.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20215.1 -> 5.0.0-preview.4.20215.2 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20214.4 -> 5.0.0-preview.4.20215.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d7a569f88..8ed3aec31 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 41a2815798fa8d7fe58d56a0c9f706020a789045 + f3fb1e2cf4357001fc4efb1be74347c4bccbcd28 - + https://github.com/dotnet/windowsdesktop - 41a2815798fa8d7fe58d56a0c9f706020a789045 + f3fb1e2cf4357001fc4efb1be74347c4bccbcd28 - + https://github.com/dotnet/windowsdesktop - 41a2815798fa8d7fe58d56a0c9f706020a789045 + f3fb1e2cf4357001fc4efb1be74347c4bccbcd28 https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 89dcfb86aaf8d6fbb2345c35a639d5f96308a20b - + https://github.com/dotnet/wpf - 02d2b1e39df8faaba2602095a8e8889bb3b76ba5 + 63691919798150982a5b67f8cd367edffd88610a diff --git a/eng/Versions.props b/eng/Versions.props index 0402c3285..4f45bcbe2 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20214.4 + 5.0.0-preview.4.20215.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20215.1 - 5.0.0-preview.4.20215.1 - 5.0.0-preview.4.20215.1 + 5.0.0-preview.4.20215.2 + 5.0.0-preview.4.20215.2 + 5.0.0-preview.4.20215.2 From 9d70756688b502bc3197610c37efb2d1c2487b2a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 08:34:54 +0000 Subject: [PATCH 2222/2259] Update dependencies from https://github.com/dotnet/runtime build 20200415.10 (#7180) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20215.6 -> 5.0.0-preview.4.20215.10 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20215.6 -> 5.0.0-preview.4.20215.10 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20215.6 -> 5.0.0-preview.4.20215.10 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20215.6 -> 5.0.0-preview.4.20215.10 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20215.6 -> 5.0.0-preview.4.20215.10 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20215.6 -> 5.0.0-preview.4.20215.10 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8ed3aec31..c7bfdcfa8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop f3fb1e2cf4357001fc4efb1be74347c4bccbcd28 - + https://github.com/dotnet/runtime - 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 + 5395b14eb4b924419b3d4732582a22ac72571d9f - + https://github.com/dotnet/runtime - 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 + 5395b14eb4b924419b3d4732582a22ac72571d9f - + https://github.com/dotnet/runtime - 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 + 5395b14eb4b924419b3d4732582a22ac72571d9f - + https://github.com/dotnet/runtime - 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 + 5395b14eb4b924419b3d4732582a22ac72571d9f - + https://github.com/dotnet/runtime - 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 + 5395b14eb4b924419b3d4732582a22ac72571d9f @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 2eef5a3dc0f9afeb07a1aada1c5312fc013b7871 + 5395b14eb4b924419b3d4732582a22ac72571d9f https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 4f45bcbe2..9ac8c3da4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20215.6 + 5.0.0-preview.4.20215.10 - 5.0.0-preview.4.20215.6 - 5.0.0-preview.4.20215.6 - 5.0.0-preview.4.20215.6 - 5.0.0-preview.4.20215.6 - 5.0.0-preview.4.20215.6 + 5.0.0-preview.4.20215.10 + 5.0.0-preview.4.20215.10 + 5.0.0-preview.4.20215.10 + 5.0.0-preview.4.20215.10 + 5.0.0-preview.4.20215.10 2.1.0 From ff891c7bf4f4fd61f599e886d00d72193f90b1cd Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 20:49:08 +0000 Subject: [PATCH 2223/2259] [master] Update dependencies from dotnet/sdk (#7186) * Update dependencies from https://github.com/dotnet/sdk build 20200416.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20215.9 -> 5.0.100-preview.4.20216.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20215.9 -> 5.0.100-preview.4.20216.2 * Update dependencies from https://github.com/dotnet/sdk build 20200416.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20215.9 -> 5.0.100-preview.4.20216.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20215.9 -> 5.0.100-preview.4.20216.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c7bfdcfa8..fe8c2524e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d - + https://github.com/dotnet/sdk - 3feb4f7064ca741319661cf74341f3b610c49cbe + eb37ea26bee4aabc466885d892940449cc58f36a - + https://github.com/dotnet/sdk - 3feb4f7064ca741319661cf74341f3b610c49cbe + eb37ea26bee4aabc466885d892940449cc58f36a diff --git a/eng/Versions.props b/eng/Versions.props index 9ac8c3da4..f270a5a82 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20215.9 - 5.0.100-preview.4.20215.9 + 5.0.100-preview.4.20216.3 + 5.0.100-preview.4.20216.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From d60ed2759c9753c88fd601908911096ab674747e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 16 Apr 2020 22:18:34 +0000 Subject: [PATCH 2224/2259] Update dependencies from https://github.com/dotnet/sdk build 20200416.4 (#7192) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20216.3 -> 5.0.100-preview.4.20216.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20216.3 -> 5.0.100-preview.4.20216.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fe8c2524e..6eae9e1d6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d - + https://github.com/dotnet/sdk - eb37ea26bee4aabc466885d892940449cc58f36a + 48c9a9d57bc48250ca661b05599e81547654bfdc - + https://github.com/dotnet/sdk - eb37ea26bee4aabc466885d892940449cc58f36a + 48c9a9d57bc48250ca661b05599e81547654bfdc diff --git a/eng/Versions.props b/eng/Versions.props index f270a5a82..b01824498 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20216.3 - 5.0.100-preview.4.20216.3 + 5.0.100-preview.4.20216.4 + 5.0.100-preview.4.20216.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c492fe155218de1d4acd6e1b156d2715ddead27c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 00:29:24 +0000 Subject: [PATCH 2225/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200416.6 (#7193) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20215.20 -> 5.0.0-preview.4.20216.6 - dotnet-dev-certs: 5.0.0-preview.4.20215.20 -> 5.0.0-preview.4.20216.6 - dotnet-user-secrets: 5.0.0-preview.4.20215.20 -> 5.0.0-preview.4.20216.6 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20215.20 -> 5.0.0-preview.4.20216.6 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20215.20 -> 5.0.0-preview.4.20216.6 - dotnet-watch: 5.0.0-preview.4.20215.20 -> 5.0.0-preview.4.20216.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6eae9e1d6..abd1ee3c5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 5395b14eb4b924419b3d4732582a22ac72571d9f - + https://github.com/dotnet/aspnetcore - 5b5784d9507d49bc7db73e887fecd9250b42cea2 + 8e1e81ae78e876eecad1b816093f0519682e205d - + https://github.com/dotnet/aspnetcore - 5b5784d9507d49bc7db73e887fecd9250b42cea2 + 8e1e81ae78e876eecad1b816093f0519682e205d - + https://github.com/dotnet/aspnetcore - 5b5784d9507d49bc7db73e887fecd9250b42cea2 + 8e1e81ae78e876eecad1b816093f0519682e205d - + https://github.com/dotnet/aspnetcore - 5b5784d9507d49bc7db73e887fecd9250b42cea2 + 8e1e81ae78e876eecad1b816093f0519682e205d - + https://github.com/dotnet/aspnetcore - 5b5784d9507d49bc7db73e887fecd9250b42cea2 + 8e1e81ae78e876eecad1b816093f0519682e205d - + https://github.com/dotnet/aspnetcore - 5b5784d9507d49bc7db73e887fecd9250b42cea2 + 8e1e81ae78e876eecad1b816093f0519682e205d https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index b01824498..a5802ac20 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20215.20 - 5.0.0-preview.4.20215.20 - 5.0.0-preview.4.20215.20 - 5.0.0-preview.4.20215.20 - 5.0.0-preview.4.20215.20 - 5.0.0-preview.4.20215.20 + 5.0.0-preview.4.20216.6 + 5.0.0-preview.4.20216.6 + 5.0.0-preview.4.20216.6 + 5.0.0-preview.4.20216.6 + 5.0.0-preview.4.20216.6 + 5.0.0-preview.4.20216.6 0.2.0 From ba7ef89e4e085867b646391cf111b7a3c4ff5763 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 00:49:32 +0000 Subject: [PATCH 2226/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200416.1 (#7194) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20215.2 -> 5.0.0-preview.4.20216.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20215.2 -> 5.0.0-preview.4.20216.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20215.2 -> 5.0.0-preview.4.20216.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20215.1 -> 5.0.0-preview.4.20216.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index abd1ee3c5..fd3041a21 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - f3fb1e2cf4357001fc4efb1be74347c4bccbcd28 + bb2e1aec99052854af268778ba7b4df19a13aeae - + https://github.com/dotnet/windowsdesktop - f3fb1e2cf4357001fc4efb1be74347c4bccbcd28 + bb2e1aec99052854af268778ba7b4df19a13aeae - + https://github.com/dotnet/windowsdesktop - f3fb1e2cf4357001fc4efb1be74347c4bccbcd28 + bb2e1aec99052854af268778ba7b4df19a13aeae https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 89dcfb86aaf8d6fbb2345c35a639d5f96308a20b - + https://github.com/dotnet/wpf - 63691919798150982a5b67f8cd367edffd88610a + c7e27d340e40de180b991aed6d2be9ef4d48225e diff --git a/eng/Versions.props b/eng/Versions.props index a5802ac20..3bfd5fe5a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.4.20215.1 + 5.0.0-preview.4.20216.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20215.2 - 5.0.0-preview.4.20215.2 - 5.0.0-preview.4.20215.2 + 5.0.0-preview.4.20216.1 + 5.0.0-preview.4.20216.1 + 5.0.0-preview.4.20216.1 From 71ab8031759463a1d4743f31e09ea277b59d3893 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 01:27:26 +0000 Subject: [PATCH 2227/2259] Update dependencies from https://github.com/dotnet/sdk build 20200416.5 (#7196) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20216.4 -> 5.0.100-preview.4.20216.5 - Microsoft.NET.Sdk: 5.0.100-preview.4.20216.4 -> 5.0.100-preview.4.20216.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fd3041a21..c2229ce93 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d - + https://github.com/dotnet/sdk - 48c9a9d57bc48250ca661b05599e81547654bfdc + 83bdda5e8c6d9d39ad0efdf249922a667d9229f1 - + https://github.com/dotnet/sdk - 48c9a9d57bc48250ca661b05599e81547654bfdc + 83bdda5e8c6d9d39ad0efdf249922a667d9229f1 diff --git a/eng/Versions.props b/eng/Versions.props index 3bfd5fe5a..93ac9ee2a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20216.4 - 5.0.100-preview.4.20216.4 + 5.0.100-preview.4.20216.5 + 5.0.100-preview.4.20216.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 46b247909713773990322ccab997864f06dcd148 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 02:37:26 +0000 Subject: [PATCH 2228/2259] Update dependencies from https://github.com/dotnet/sdk build 20200416.6 (#7198) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20216.5 -> 5.0.100-preview.4.20216.6 - Microsoft.NET.Sdk: 5.0.100-preview.4.20216.5 -> 5.0.100-preview.4.20216.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c2229ce93..20e42a7e2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d - + https://github.com/dotnet/sdk - 83bdda5e8c6d9d39ad0efdf249922a667d9229f1 + 0fa13216942b863e645d9d992293cce9f9bac218 - + https://github.com/dotnet/sdk - 83bdda5e8c6d9d39ad0efdf249922a667d9229f1 + 0fa13216942b863e645d9d992293cce9f9bac218 diff --git a/eng/Versions.props b/eng/Versions.props index 93ac9ee2a..b462e7c04 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20216.5 - 5.0.100-preview.4.20216.5 + 5.0.100-preview.4.20216.6 + 5.0.100-preview.4.20216.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From acea036ab910b2507804f5615e4b0725b23e05f6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 02:38:04 +0000 Subject: [PATCH 2229/2259] Update dependencies from https://github.com/dotnet/runtime build 20200416.4 (#7190) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20215.10 -> 5.0.0-preview.4.20216.4 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20215.10 -> 5.0.0-preview.4.20216.4 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20215.10 -> 5.0.0-preview.4.20216.4 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20215.10 -> 5.0.0-preview.4.20216.4 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20215.10 -> 5.0.0-preview.4.20216.4 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20215.10 -> 5.0.0-preview.4.20216.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 20e42a7e2..2ff1a62f3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop bb2e1aec99052854af268778ba7b4df19a13aeae - + https://github.com/dotnet/runtime - 5395b14eb4b924419b3d4732582a22ac72571d9f + 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 - + https://github.com/dotnet/runtime - 5395b14eb4b924419b3d4732582a22ac72571d9f + 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 - + https://github.com/dotnet/runtime - 5395b14eb4b924419b3d4732582a22ac72571d9f + 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 - + https://github.com/dotnet/runtime - 5395b14eb4b924419b3d4732582a22ac72571d9f + 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 - + https://github.com/dotnet/runtime - 5395b14eb4b924419b3d4732582a22ac72571d9f + 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 5395b14eb4b924419b3d4732582a22ac72571d9f + 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index b462e7c04..e88d2b9a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20215.10 + 5.0.0-preview.4.20216.4 - 5.0.0-preview.4.20215.10 - 5.0.0-preview.4.20215.10 - 5.0.0-preview.4.20215.10 - 5.0.0-preview.4.20215.10 - 5.0.0-preview.4.20215.10 + 5.0.0-preview.4.20216.4 + 5.0.0-preview.4.20216.4 + 5.0.0-preview.4.20216.4 + 5.0.0-preview.4.20216.4 + 5.0.0-preview.4.20216.4 2.1.0 From 35dd4060401b10a5b748a1a17aab7301756e3597 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 03:52:43 +0000 Subject: [PATCH 2230/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200416.2 (#7199) - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.4.20216.2 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.4.20216.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.4.20216.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20214.2 -> 5.0.0-preview.4.20216.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.4.20216.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2ff1a62f3..599e50c1d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - bb2e1aec99052854af268778ba7b4df19a13aeae + 819b8f6838a537d6458a5b94e43b7d47aff22d93 - + https://github.com/dotnet/windowsdesktop - bb2e1aec99052854af268778ba7b4df19a13aeae + 819b8f6838a537d6458a5b94e43b7d47aff22d93 - + https://github.com/dotnet/windowsdesktop - bb2e1aec99052854af268778ba7b4df19a13aeae + 819b8f6838a537d6458a5b94e43b7d47aff22d93 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ 0fa13216942b863e645d9d992293cce9f9bac218 - + https://github.com/dotnet/winforms - 89dcfb86aaf8d6fbb2345c35a639d5f96308a20b + 9368a2fa7cdef46c847a71622f2c678c11cb41ad - + https://github.com/dotnet/wpf - c7e27d340e40de180b991aed6d2be9ef4d48225e + 2e43ac7de38cf45d9359f2e1cc317b091617241a diff --git a/eng/Versions.props b/eng/Versions.props index e88d2b9a4..7f5081001 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20214.2 + 5.0.0-preview.4.20216.1 - 5.0.0-preview.4.20216.1 + 5.0.0-preview.4.20216.2 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20216.1 - 5.0.0-preview.4.20216.1 - 5.0.0-preview.4.20216.1 + 5.0.0-preview.4.20216.2 + 5.0.0-preview.4.20216.2 + 5.0.0-preview.4.20216.2 From 8b9f6aa674670c5068815c1be07e5a2743e06399 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 04:51:46 +0000 Subject: [PATCH 2231/2259] Update dependencies from https://github.com/dotnet/runtime build 20200416.11 (#7200) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20216.4 -> 5.0.0-preview.4.20216.11 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20216.4 -> 5.0.0-preview.4.20216.11 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20216.4 -> 5.0.0-preview.4.20216.11 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20216.4 -> 5.0.0-preview.4.20216.11 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20216.4 -> 5.0.0-preview.4.20216.11 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.4 -> 5.0.0-preview.4.20216.11 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 599e50c1d..424436e83 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 819b8f6838a537d6458a5b94e43b7d47aff22d93 - + https://github.com/dotnet/runtime - 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 + 103fa2c16dc138fedf431dbaebcb02567c176cd3 - + https://github.com/dotnet/runtime - 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 + 103fa2c16dc138fedf431dbaebcb02567c176cd3 - + https://github.com/dotnet/runtime - 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 + 103fa2c16dc138fedf431dbaebcb02567c176cd3 - + https://github.com/dotnet/runtime - 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 + 103fa2c16dc138fedf431dbaebcb02567c176cd3 - + https://github.com/dotnet/runtime - 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 + 103fa2c16dc138fedf431dbaebcb02567c176cd3 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 37f5933ce83a15e51f70d5d92586c0cbcd063bd4 + 103fa2c16dc138fedf431dbaebcb02567c176cd3 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 7f5081001..8086608f4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20216.4 + 5.0.0-preview.4.20216.11 - 5.0.0-preview.4.20216.4 - 5.0.0-preview.4.20216.4 - 5.0.0-preview.4.20216.4 - 5.0.0-preview.4.20216.4 - 5.0.0-preview.4.20216.4 + 5.0.0-preview.4.20216.11 + 5.0.0-preview.4.20216.11 + 5.0.0-preview.4.20216.11 + 5.0.0-preview.4.20216.11 + 5.0.0-preview.4.20216.11 2.1.0 From ac957b6e145d2efc79f6d72d09951831ad32bbe4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 05:15:32 +0000 Subject: [PATCH 2232/2259] Update dependencies from https://github.com/dotnet/sdk build 20200416.7 (#7201) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20216.6 -> 5.0.100-preview.4.20216.7 - Microsoft.NET.Sdk: 5.0.100-preview.4.20216.6 -> 5.0.100-preview.4.20216.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 424436e83..08530de3e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d - + https://github.com/dotnet/sdk - 0fa13216942b863e645d9d992293cce9f9bac218 + c85ad2f5b1275c6c915ba4aeea1d8fb535ed10b8 - + https://github.com/dotnet/sdk - 0fa13216942b863e645d9d992293cce9f9bac218 + c85ad2f5b1275c6c915ba4aeea1d8fb535ed10b8 diff --git a/eng/Versions.props b/eng/Versions.props index 8086608f4..900c30f9b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20216.6 - 5.0.100-preview.4.20216.6 + 5.0.100-preview.4.20216.7 + 5.0.100-preview.4.20216.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 040b62baf7cc91cecfb08e29c1101e4675531294 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 06:29:17 +0000 Subject: [PATCH 2233/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200416.10 (#7202) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.6 -> 5.0.0-preview.4.20216.10 - dotnet-dev-certs: 5.0.0-preview.4.20216.6 -> 5.0.0-preview.4.20216.10 - dotnet-user-secrets: 5.0.0-preview.4.20216.6 -> 5.0.0-preview.4.20216.10 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.6 -> 5.0.0-preview.4.20216.10 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.6 -> 5.0.0-preview.4.20216.10 - dotnet-watch: 5.0.0-preview.4.20216.6 -> 5.0.0-preview.4.20216.10 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 08530de3e..a39d8407b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 103fa2c16dc138fedf431dbaebcb02567c176cd3 - + https://github.com/dotnet/aspnetcore - 8e1e81ae78e876eecad1b816093f0519682e205d + b89880b1a611e20def7ffaac49dca0d0174ee88c - + https://github.com/dotnet/aspnetcore - 8e1e81ae78e876eecad1b816093f0519682e205d + b89880b1a611e20def7ffaac49dca0d0174ee88c - + https://github.com/dotnet/aspnetcore - 8e1e81ae78e876eecad1b816093f0519682e205d + b89880b1a611e20def7ffaac49dca0d0174ee88c - + https://github.com/dotnet/aspnetcore - 8e1e81ae78e876eecad1b816093f0519682e205d + b89880b1a611e20def7ffaac49dca0d0174ee88c - + https://github.com/dotnet/aspnetcore - 8e1e81ae78e876eecad1b816093f0519682e205d + b89880b1a611e20def7ffaac49dca0d0174ee88c - + https://github.com/dotnet/aspnetcore - 8e1e81ae78e876eecad1b816093f0519682e205d + b89880b1a611e20def7ffaac49dca0d0174ee88c https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 900c30f9b..ce8d6ce34 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20216.6 - 5.0.0-preview.4.20216.6 - 5.0.0-preview.4.20216.6 - 5.0.0-preview.4.20216.6 - 5.0.0-preview.4.20216.6 - 5.0.0-preview.4.20216.6 + 5.0.0-preview.4.20216.10 + 5.0.0-preview.4.20216.10 + 5.0.0-preview.4.20216.10 + 5.0.0-preview.4.20216.10 + 5.0.0-preview.4.20216.10 + 5.0.0-preview.4.20216.10 0.2.0 From 45e490f78fe131a9bb347cbae7ddba38921f34d9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 08:10:35 +0000 Subject: [PATCH 2234/2259] Update dependencies from https://github.com/dotnet/runtime build 20200416.18 (#7205) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20216.11 -> 5.0.0-preview.4.20216.18 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20216.11 -> 5.0.0-preview.4.20216.18 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20216.11 -> 5.0.0-preview.4.20216.18 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20216.11 -> 5.0.0-preview.4.20216.18 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20216.11 -> 5.0.0-preview.4.20216.18 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.11 -> 5.0.0-preview.4.20216.18 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a39d8407b..76759bcf4 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 819b8f6838a537d6458a5b94e43b7d47aff22d93 - + https://github.com/dotnet/runtime - 103fa2c16dc138fedf431dbaebcb02567c176cd3 + abd77c506969f9cb379d374cd57df5c7d5758e12 - + https://github.com/dotnet/runtime - 103fa2c16dc138fedf431dbaebcb02567c176cd3 + abd77c506969f9cb379d374cd57df5c7d5758e12 - + https://github.com/dotnet/runtime - 103fa2c16dc138fedf431dbaebcb02567c176cd3 + abd77c506969f9cb379d374cd57df5c7d5758e12 - + https://github.com/dotnet/runtime - 103fa2c16dc138fedf431dbaebcb02567c176cd3 + abd77c506969f9cb379d374cd57df5c7d5758e12 - + https://github.com/dotnet/runtime - 103fa2c16dc138fedf431dbaebcb02567c176cd3 + abd77c506969f9cb379d374cd57df5c7d5758e12 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 103fa2c16dc138fedf431dbaebcb02567c176cd3 + abd77c506969f9cb379d374cd57df5c7d5758e12 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index ce8d6ce34..bd635ea8d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20216.11 + 5.0.0-preview.4.20216.18 - 5.0.0-preview.4.20216.11 - 5.0.0-preview.4.20216.11 - 5.0.0-preview.4.20216.11 - 5.0.0-preview.4.20216.11 - 5.0.0-preview.4.20216.11 + 5.0.0-preview.4.20216.18 + 5.0.0-preview.4.20216.18 + 5.0.0-preview.4.20216.18 + 5.0.0-preview.4.20216.18 + 5.0.0-preview.4.20216.18 2.1.0 From 35610cc03c7c5d0c4dfde823c85f6ba3f7a2307c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 09:28:45 +0000 Subject: [PATCH 2235/2259] Update dependencies from https://github.com/dotnet/sdk build 20200417.1 (#7206) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20216.7 -> 5.0.100-preview.4.20217.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20216.7 -> 5.0.100-preview.4.20217.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 76759bcf4..4d2be55af 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d - + https://github.com/dotnet/sdk - c85ad2f5b1275c6c915ba4aeea1d8fb535ed10b8 + af10fe4cb05c7b90e2d0b0293dba769b54f396ad - + https://github.com/dotnet/sdk - c85ad2f5b1275c6c915ba4aeea1d8fb535ed10b8 + af10fe4cb05c7b90e2d0b0293dba769b54f396ad diff --git a/eng/Versions.props b/eng/Versions.props index bd635ea8d..6b1c59788 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20216.7 - 5.0.100-preview.4.20216.7 + 5.0.100-preview.4.20217.1 + 5.0.100-preview.4.20217.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 616fa8a09ee5513f4c7e6d81dd8d8ec0101789e3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Fri, 17 Apr 2020 12:44:24 +0000 Subject: [PATCH 2236/2259] Update dependencies from https://github.com/dotnet/runtime build 20200417.2 (#7207) - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20216.18 -> 5.0.0-preview.4.20217.2 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20216.18 -> 5.0.0-preview.4.20217.2 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20216.18 -> 5.0.0-preview.4.20217.2 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20216.18 -> 5.0.0-preview.4.20217.2 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20216.18 -> 5.0.0-preview.4.20217.2 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.18 -> 5.0.0-preview.4.20217.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4d2be55af..75c178cfd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 819b8f6838a537d6458a5b94e43b7d47aff22d93 - + https://github.com/dotnet/runtime - abd77c506969f9cb379d374cd57df5c7d5758e12 + e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f - + https://github.com/dotnet/runtime - abd77c506969f9cb379d374cd57df5c7d5758e12 + e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f - + https://github.com/dotnet/runtime - abd77c506969f9cb379d374cd57df5c7d5758e12 + e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f - + https://github.com/dotnet/runtime - abd77c506969f9cb379d374cd57df5c7d5758e12 + e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f - + https://github.com/dotnet/runtime - abd77c506969f9cb379d374cd57df5c7d5758e12 + e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - abd77c506969f9cb379d374cd57df5c7d5758e12 + e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index 6b1c59788..2b027dd17 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20216.18 + 5.0.0-preview.4.20217.2 - 5.0.0-preview.4.20216.18 - 5.0.0-preview.4.20216.18 - 5.0.0-preview.4.20216.18 - 5.0.0-preview.4.20216.18 - 5.0.0-preview.4.20216.18 + 5.0.0-preview.4.20217.2 + 5.0.0-preview.4.20217.2 + 5.0.0-preview.4.20217.2 + 5.0.0-preview.4.20217.2 + 5.0.0-preview.4.20217.2 2.1.0 From d8fdbc223144e814508e057e696e709b0fc573cc Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Mon, 20 Apr 2020 13:00:24 -0700 Subject: [PATCH 2237/2259] Update to NetCore pool for CI --- .vsts-ci.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index fec720b02..0bd7de830 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -78,7 +78,12 @@ stages: parameters: agentOs: Linux pool: - name: Hosted Ubuntu 1604 + ${{ if eq(variables['System.TeamProject'], 'public') }}: + name: NetCorePublic-Pool + queue: BuildPool.Ubuntu.1604.Amd64.Open + ${{ if eq(variables['System.TeamProject'], 'internal') }}: + name: NetCoreInternal-Pool + queue: BuildPool.Ubuntu.1604.Amd64 timeoutInMinutes: 180 strategy: matrix: From 4b16406e3bf299e46d3951e521d781b584140535 Mon Sep 17 00:00:00 2001 From: Anirudh Agnihotry Date: Tue, 21 Apr 2020 11:41:56 -0700 Subject: [PATCH 2238/2259] preview 5 branding (#7221) --- eng/Versions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/Versions.props b/eng/Versions.props index 2b027dd17..f7bef9713 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ 00 $(VersionMajor).$(VersionMinor).$(VersionSDKMinor)$(VersionFeature) preview - 4 + 5 $(VersionMajor).$(VersionMinor) $(MajorMinorVersion).$(VersionSDKMinor) From 492b0b5c2c96f522139edf0e784150e63b3ebdd6 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 18:54:29 +0000 Subject: [PATCH 2239/2259] [master] Update dependencies from dotnet/windowsdesktop (#7210) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200417.1 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20217.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20217.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20217.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20217.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200418.1 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200418.2 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.2 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.4.20218.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200418.3 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.3 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.4.20218.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20218.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200419.1 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20219.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20219.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20219.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.4.20218.4 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20219.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200419.2 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20219.2 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20219.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20219.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.5.20219.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20219.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200420.2 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20220.2 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20220.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20220.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.5.20219.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.4.20219.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200420.3 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20220.3 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20220.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20220.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.5.20219.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20220.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200421.1 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.1 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.5.20221.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200421.2 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.2 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.2 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.2 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.5.20221.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.2 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) * Update dependencies from https://github.com/dotnet/windowsdesktop build 20200421.3 - Microsoft.WindowsDesktop.App: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.3 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.3 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.3 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.4.20216.1 -> 5.0.0-preview.5.20221.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.4.20216.2 -> 5.0.0-preview.5.20221.3 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 75c178cfd..34f199beb 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 819b8f6838a537d6458a5b94e43b7d47aff22d93 + 072248c02a0b4ed6a8788707b6076cc1cd772188 - + https://github.com/dotnet/windowsdesktop - 819b8f6838a537d6458a5b94e43b7d47aff22d93 + 072248c02a0b4ed6a8788707b6076cc1cd772188 - + https://github.com/dotnet/windowsdesktop - 819b8f6838a537d6458a5b94e43b7d47aff22d93 + 072248c02a0b4ed6a8788707b6076cc1cd772188 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ af10fe4cb05c7b90e2d0b0293dba769b54f396ad - + https://github.com/dotnet/winforms - 9368a2fa7cdef46c847a71622f2c678c11cb41ad + 86c35199560f4070fb2dd1bc17657232b9c71d46 - + https://github.com/dotnet/wpf - 2e43ac7de38cf45d9359f2e1cc317b091617241a + 0b1af7a098083cbb04f012277802ec397c75115f diff --git a/eng/Versions.props b/eng/Versions.props index f7bef9713..c691547a4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.4.20216.1 + 5.0.0-preview.5.20221.3 - 5.0.0-preview.4.20216.2 + 5.0.0-preview.5.20221.3 @@ -69,9 +69,9 @@ - 5.0.0-preview.4.20216.2 - 5.0.0-preview.4.20216.2 - 5.0.0-preview.4.20216.2 + 5.0.0-preview.5.20221.3 + 5.0.0-preview.5.20221.3 + 5.0.0-preview.5.20221.3 From 4414502ed95b8400852114f438956bfc1c5439c1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 19:01:20 +0000 Subject: [PATCH 2240/2259] [master] Update dependencies from dotnet/runtime (#7211) * Update dependencies from https://github.com/dotnet/runtime build 20200417.3 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.3 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.3 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.3 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.3 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.3 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.3 * Update dependencies from https://github.com/dotnet/runtime build 20200417.4 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.4 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.4 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.4 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.4 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.4 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.4 * Update dependencies from https://github.com/dotnet/runtime build 20200417.6 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.6 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.6 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.6 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.6 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.6 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.6 * Update dependencies from https://github.com/dotnet/runtime build 20200417.11 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.11 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.11 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.11 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.11 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.11 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20217.11 * Update dependencies from https://github.com/dotnet/runtime build 20200418.1 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.1 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.1 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.1 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.1 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.1 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.1 * Update dependencies from https://github.com/dotnet/runtime build 20200418.2 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.2 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.2 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.2 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.2 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.2 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.2 * Update dependencies from https://github.com/dotnet/runtime build 20200418.3 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.3 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.3 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.3 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.3 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.3 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.3 * Update dependencies from https://github.com/dotnet/runtime build 20200418.4 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.4 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.4 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.4 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.4 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.4 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20218.4 * Update dependencies from https://github.com/dotnet/runtime build 20200419.1 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.1 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.1 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.1 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.1 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.1 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.1 * Update dependencies from https://github.com/dotnet/runtime build 20200419.2 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.2 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.2 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.2 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.2 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.2 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.2 * Update dependencies from https://github.com/dotnet/runtime build 20200419.3 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.3 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.3 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.3 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.3 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.3 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.3 * Update dependencies from https://github.com/dotnet/runtime build 20200419.6 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.6 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.6 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.6 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.6 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.6 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20219.6 * Update dependencies from https://github.com/dotnet/runtime build 20200420.6 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.6 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.6 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.6 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.6 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.6 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.6 * Update dependencies from https://github.com/dotnet/runtime build 20200420.15 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.15 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.15 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.15 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.15 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.15 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.15 * Update dependencies from https://github.com/dotnet/runtime build 20200420.19 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.19 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.19 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.19 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.19 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.19 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20220.19 * Update dependencies from https://github.com/dotnet/runtime build 20200421.5 - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20221.5 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20221.5 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20221.5 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20221.5 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20221.5 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20217.2 -> 5.0.0-preview.4.20221.5 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 34f199beb..5ee335d5f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 072248c02a0b4ed6a8788707b6076cc1cd772188 - + https://github.com/dotnet/runtime - e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f + 6bb37e1fbac49eec470f277dd6c1f84f472fd78b - + https://github.com/dotnet/runtime - e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f + 6bb37e1fbac49eec470f277dd6c1f84f472fd78b - + https://github.com/dotnet/runtime - e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f + 6bb37e1fbac49eec470f277dd6c1f84f472fd78b - + https://github.com/dotnet/runtime - e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f + 6bb37e1fbac49eec470f277dd6c1f84f472fd78b - + https://github.com/dotnet/runtime - e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f + 6bb37e1fbac49eec470f277dd6c1f84f472fd78b @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - e405ca02b49fa34bcf0ffbda6c44d73c9b47ec8f + 6bb37e1fbac49eec470f277dd6c1f84f472fd78b https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index c691547a4..3d0bb779a 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20217.2 + 5.0.0-preview.4.20221.5 - 5.0.0-preview.4.20217.2 - 5.0.0-preview.4.20217.2 - 5.0.0-preview.4.20217.2 - 5.0.0-preview.4.20217.2 - 5.0.0-preview.4.20217.2 + 5.0.0-preview.4.20221.5 + 5.0.0-preview.4.20221.5 + 5.0.0-preview.4.20221.5 + 5.0.0-preview.4.20221.5 + 5.0.0-preview.4.20221.5 2.1.0 From 559b26d085b8df7b7be7c31f50fba69465589eb2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 20:49:32 +0000 Subject: [PATCH 2241/2259] Update dependencies from https://github.com/dotnet/templating build 20200421.1 (#7228) - Microsoft.DotNet.Common.ItemTemplates: 5.0.0-preview.4.20215.1 -> 5.0.0-preview.5.20221.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5ee335d5f..5173f3366 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -75,9 +75,9 @@ https://github.com/dotnet/test-templates 2720fcade72d709a5d2fe80d0b80fbdac54213f6 - + https://github.com/dotnet/templating - 1b50638acb1defc7d7ccaba5b2a0f4b0c50c0b3d + 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 https://github.com/dotnet/sdk diff --git a/eng/Versions.props b/eng/Versions.props index 3d0bb779a..5ab973836 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -25,7 +25,7 @@ - 5.0.0-preview.4.20215.1 + 5.0.0-preview.5.20221.1 From 2db1aa8754755daf6947cdd4d964cac8270af2f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 21 Apr 2020 20:54:31 +0000 Subject: [PATCH 2242/2259] [master] Update dependencies from dotnet/sdk (#7208) * Update dependencies from https://github.com/dotnet/sdk build 20200417.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.2 * Update dependencies from https://github.com/dotnet/sdk build 20200417.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.3 * Update dependencies from https://github.com/dotnet/sdk build 20200417.4 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.4 * Update dependencies from https://github.com/dotnet/sdk build 20200417.5 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.5 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.5 * Update dependencies from https://github.com/dotnet/sdk build 20200417.6 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.6 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.6 * Update dependencies from https://github.com/dotnet/sdk build 20200417.7 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.7 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.7 * Update dependencies from https://github.com/dotnet/sdk build 20200417.8 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.8 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20217.8 * Update dependencies from https://github.com/dotnet/sdk build 20200418.1 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.1 * Update dependencies from https://github.com/dotnet/sdk build 20200418.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.2 * Update dependencies from https://github.com/dotnet/sdk build 20200418.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.3 * Update dependencies from https://github.com/dotnet/sdk build 20200418.4 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20218.4 * Update dependencies from https://github.com/dotnet/sdk build 20200419.1 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.1 * Update dependencies from https://github.com/dotnet/sdk build 20200419.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.2 * Update dependencies from https://github.com/dotnet/sdk build 20200419.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20219.3 * Update dependencies from https://github.com/dotnet/sdk build 20200420.1 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.1 * Update dependencies from https://github.com/dotnet/sdk build 20200420.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.2 * Update dependencies from https://github.com/dotnet/sdk build 20200420.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.3 * Switch to using RuntimeInformation APIs instead of deprecated PlatformAbstractions See https://github.com/dotnet/sdk/pull/11076 * Update dependencies from https://github.com/dotnet/sdk build 20200420.4 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.4 * Update dependencies from https://github.com/dotnet/sdk build 20200420.5 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.5 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.5 * Update dependencies from https://github.com/dotnet/sdk build 20200420.7 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.7 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.7 * Update dependencies from https://github.com/dotnet/sdk build 20200420.8 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.8 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.8 * Update dependencies from https://github.com/dotnet/sdk build 20200420.10 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.10 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.10 * Update dependencies from https://github.com/dotnet/sdk build 20200420.12 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.12 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.12 * Update dependencies from https://github.com/dotnet/sdk build 20200420.13 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.13 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20220.13 * Update dependencies from https://github.com/dotnet/sdk build 20200421.1 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.1 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.1 * Update dependencies from https://github.com/dotnet/sdk build 20200421.2 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.2 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.2 * Update dependencies from https://github.com/dotnet/sdk build 20200421.3 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.3 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.3 * Update dependencies from https://github.com/dotnet/sdk build 20200421.4 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.4 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.4.20221.4 * Update dependencies from https://github.com/dotnet/sdk build 20200421.5 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.5.20221.5 - Microsoft.NET.Sdk: 5.0.100-preview.4.20217.1 -> 5.0.100-preview.5.20221.5 Co-authored-by: dotnet-maestro[bot] Co-authored-by: Daniel Plaisted --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- global.json | 2 +- test/EndToEnd/GivenSelfContainedAppsRollForward.cs | 3 ++- test/EndToEnd/ProjectBuildTests.cs | 3 ++- .../UnixOnlyFactAttribute.cs | 5 +++-- .../UnixOnlyTheoryAttribute.cs | 4 ++-- .../WindowsOnlyFactAttribute.cs | 4 ++-- .../WindowsOnlyTheoryAttribute.cs | 4 ++-- 9 files changed, 20 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 5173f3366..b13efc140 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 - + https://github.com/dotnet/sdk - af10fe4cb05c7b90e2d0b0293dba769b54f396ad + 8f0e581f439e00b706f0366cb434c2e49f6da73b - + https://github.com/dotnet/sdk - af10fe4cb05c7b90e2d0b0293dba769b54f396ad + 8f0e581f439e00b706f0366cb434c2e49f6da73b diff --git a/eng/Versions.props b/eng/Versions.props index 5ab973836..904195e89 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.4.20217.1 - 5.0.100-preview.4.20217.1 + 5.0.100-preview.5.20221.5 + 5.0.100-preview.5.20221.5 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) diff --git a/global.json b/global.json index c15eb04d9..db00fc486 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "tools": { - "dotnet": "5.0.100-preview.1.20154.9", + "dotnet": "5.0.100-preview.4.20217.10", "runtimes": { "dotnet": [ "$(MicrosoftNETCoreAppRuntimePackageVersion)" diff --git a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs index f90f0b410..297dfd1d5 100644 --- a/test/EndToEnd/GivenSelfContainedAppsRollForward.cs +++ b/test/EndToEnd/GivenSelfContainedAppsRollForward.cs @@ -1,6 +1,7 @@ using System; using System.IO; using System.Linq; +using System.Runtime.InteropServices; using System.Xml.Linq; using FluentAssertions; using Microsoft.DotNet.TestFramework; @@ -20,7 +21,7 @@ namespace EndToEnd PackageName = packageName, MinorVersion = minorVersion, // Set RuntimeIdentifier to opt in to roll-forward behavior - RuntimeIdentifier = Microsoft.DotNet.PlatformAbstractions.RuntimeEnvironment.GetRuntimeIdentifier() + RuntimeIdentifier = RuntimeInformation.RuntimeIdentifier }; var testInstance = testProjectCreator.Create(); diff --git a/test/EndToEnd/ProjectBuildTests.cs b/test/EndToEnd/ProjectBuildTests.cs index 8a88bbc08..b17b90b73 100644 --- a/test/EndToEnd/ProjectBuildTests.cs +++ b/test/EndToEnd/ProjectBuildTests.cs @@ -1,6 +1,7 @@ using System; using System.IO; using System.Linq; +using System.Runtime.InteropServices; using System.Xml.Linq; using Microsoft.DotNet.PlatformAbstractions; using Microsoft.DotNet.TestFramework; @@ -127,7 +128,7 @@ namespace EndToEnd.Tests .Execute(newArgs) .Should().Pass(); - var buildArgs = selfContained ? "" :$"-r {RuntimeEnvironment.GetRuntimeIdentifier()}"; + var buildArgs = selfContained ? "" :$"-r {RuntimeInformation.RuntimeIdentifier}"; var dotnetRoot = Path.GetDirectoryName(RepoDirectoriesProvider.DotnetUnderTest); new BuildCommand() .WithEnvironmentVariable("PATH", dotnetRoot) // override PATH since razor rely on PATH to find dotnet diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/UnixOnlyFactAttribute.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/UnixOnlyFactAttribute.cs index 78be9c856..843d0668d 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/UnixOnlyFactAttribute.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/UnixOnlyFactAttribute.cs @@ -1,7 +1,8 @@ // Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -using Microsoft.DotNet.PlatformAbstractions; + +using System.Runtime.InteropServices; using Xunit; namespace Microsoft.DotNet.Tools.Test.Utilities @@ -10,7 +11,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities { public UnixOnlyFactAttribute() { - if (RuntimeEnvironment.OperatingSystemPlatform == Platform.Windows) + if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { this.Skip = "This test requires Unix to run"; } diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/UnixOnlyTheoryAttribute.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/UnixOnlyTheoryAttribute.cs index fe0557b88..461ea7b36 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/UnixOnlyTheoryAttribute.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/UnixOnlyTheoryAttribute.cs @@ -1,7 +1,7 @@ // Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -using Microsoft.DotNet.PlatformAbstractions; +using System.Runtime.InteropServices; using Xunit; namespace Microsoft.DotNet.Tools.Test.Utilities @@ -10,7 +10,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities { public UnixOnlyTheoryAttribute() { - if (RuntimeEnvironment.OperatingSystemPlatform == Platform.Windows) + if (RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { this.Skip = "This test requires Unix to run"; } diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/WindowsOnlyFactAttribute.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/WindowsOnlyFactAttribute.cs index 7f9abcccb..079a1af90 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/WindowsOnlyFactAttribute.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/WindowsOnlyFactAttribute.cs @@ -1,7 +1,7 @@ // Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -using Microsoft.DotNet.PlatformAbstractions; +using System.Runtime.InteropServices; using Xunit; namespace Microsoft.DotNet.Tools.Test.Utilities @@ -10,7 +10,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities { public WindowsOnlyFactAttribute() { - if (RuntimeEnvironment.OperatingSystemPlatform != Platform.Windows) + if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { this.Skip = "This test requires Windows to run"; } diff --git a/test/Microsoft.DotNet.Tools.Tests.Utilities/WindowsOnlyTheoryAttribute.cs b/test/Microsoft.DotNet.Tools.Tests.Utilities/WindowsOnlyTheoryAttribute.cs index 8a663433f..98a0267b0 100644 --- a/test/Microsoft.DotNet.Tools.Tests.Utilities/WindowsOnlyTheoryAttribute.cs +++ b/test/Microsoft.DotNet.Tools.Tests.Utilities/WindowsOnlyTheoryAttribute.cs @@ -1,7 +1,7 @@ // Copyright (c) .NET Foundation and contributors. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. -using Microsoft.DotNet.PlatformAbstractions; +using System.Runtime.InteropServices; using Xunit; namespace Microsoft.DotNet.Tools.Test.Utilities @@ -10,7 +10,7 @@ namespace Microsoft.DotNet.Tools.Test.Utilities { public WindowsOnlyTheoryAttribute() { - if (RuntimeEnvironment.OperatingSystemPlatform != Platform.Windows) + if (!RuntimeInformation.IsOSPlatform(OSPlatform.Windows)) { this.Skip = "This test requires Windows to run"; } From e8ba1dc5b79556982a9fcc95723b35fb365a7dc9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 00:30:32 +0000 Subject: [PATCH 2243/2259] Update dependencies from https://github.com/dotnet/sdk build 20200421.6 (#7234) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.5.20221.5 -> 5.0.100-preview.5.20221.6 - Microsoft.NET.Sdk: 5.0.100-preview.5.20221.5 -> 5.0.100-preview.5.20221.6 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b13efc140..08abff8ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 - + https://github.com/dotnet/sdk - 8f0e581f439e00b706f0366cb434c2e49f6da73b + a19e70a0a1e608585c1c7929f1993e532fc5c33b - + https://github.com/dotnet/sdk - 8f0e581f439e00b706f0366cb434c2e49f6da73b + a19e70a0a1e608585c1c7929f1993e532fc5c33b diff --git a/eng/Versions.props b/eng/Versions.props index 904195e89..f52cda47d 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.5.20221.5 - 5.0.100-preview.5.20221.5 + 5.0.100-preview.5.20221.6 + 5.0.100-preview.5.20221.6 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c692d8052d65d8b7f0e308721a545bb07ffe3e01 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 00:36:40 +0000 Subject: [PATCH 2244/2259] [master] Update dependencies from dotnet/aspnetcore (#7214) * Update dependencies from https://github.com/dotnet/aspnetcore build 20200417.13 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20217.13 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20217.13 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20217.13 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20217.13 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20217.13 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20217.13 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200418.1 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.1 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.1 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.1 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.1 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.1 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.1 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200418.3 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.3 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.3 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.3 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.3 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.3 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.3 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200418.5 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.5 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.5 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.5 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.5 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.5 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20218.5 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200419.4 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.4 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.4 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.4 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.4 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.4 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.4 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200419.5 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.5 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.5 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.5 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.5 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.5 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20219.5 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200420.2 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.2 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.2 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.2 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.2 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.2 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.2 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200420.7 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.7 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.7 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.7 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.7 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.7 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.7 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200420.11 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.11 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.11 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.11 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.11 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.11 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.4.20220.11 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200420.16 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20220.16 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20220.16 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20220.16 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20220.16 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20220.16 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20220.16 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200421.2 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.2 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.2 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.2 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.2 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.2 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.2 * Update dependencies from https://github.com/dotnet/aspnetcore build 20200421.4 - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.4 - dotnet-dev-certs: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.4 - dotnet-user-secrets: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.4 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.4 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.4 - dotnet-watch: 5.0.0-preview.4.20216.10 -> 5.0.0-preview.5.20221.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 08abff8ff..c16361a3e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime 6bb37e1fbac49eec470f277dd6c1f84f472fd78b - + https://github.com/dotnet/aspnetcore - b89880b1a611e20def7ffaac49dca0d0174ee88c + 07ba66d26a5aa738822f2b328fef178131fd2985 - + https://github.com/dotnet/aspnetcore - b89880b1a611e20def7ffaac49dca0d0174ee88c + 07ba66d26a5aa738822f2b328fef178131fd2985 - + https://github.com/dotnet/aspnetcore - b89880b1a611e20def7ffaac49dca0d0174ee88c + 07ba66d26a5aa738822f2b328fef178131fd2985 - + https://github.com/dotnet/aspnetcore - b89880b1a611e20def7ffaac49dca0d0174ee88c + 07ba66d26a5aa738822f2b328fef178131fd2985 - + https://github.com/dotnet/aspnetcore - b89880b1a611e20def7ffaac49dca0d0174ee88c + 07ba66d26a5aa738822f2b328fef178131fd2985 - + https://github.com/dotnet/aspnetcore - b89880b1a611e20def7ffaac49dca0d0174ee88c + 07ba66d26a5aa738822f2b328fef178131fd2985 https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index f52cda47d..210cc446f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.4.20216.10 - 5.0.0-preview.4.20216.10 - 5.0.0-preview.4.20216.10 - 5.0.0-preview.4.20216.10 - 5.0.0-preview.4.20216.10 - 5.0.0-preview.4.20216.10 + 5.0.0-preview.5.20221.4 + 5.0.0-preview.5.20221.4 + 5.0.0-preview.5.20221.4 + 5.0.0-preview.5.20221.4 + 5.0.0-preview.5.20221.4 + 5.0.0-preview.5.20221.4 0.2.0 From dd1af5afbca8d08949156e0cc927bc70e0024b55 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 01:47:54 +0000 Subject: [PATCH 2245/2259] [master] Update dependencies from dotnet/sdk (#7239) * Update dependencies from https://github.com/dotnet/sdk build 20200421.7 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.5.20221.6 -> 5.0.100-preview.5.20221.7 - Microsoft.NET.Sdk: 5.0.100-preview.5.20221.6 -> 5.0.100-preview.5.20221.7 * Update dependencies from https://github.com/dotnet/sdk build 20200421.8 - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.5.20221.7 -> 5.0.100-preview.5.20221.8 - Microsoft.NET.Sdk: 5.0.100-preview.5.20221.7 -> 5.0.100-preview.5.20221.8 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c16361a3e..f25335949 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 - + https://github.com/dotnet/sdk - a19e70a0a1e608585c1c7929f1993e532fc5c33b + cde73a3df00d172f92619d8e60ec2ef81b4c2afa - + https://github.com/dotnet/sdk - a19e70a0a1e608585c1c7929f1993e532fc5c33b + cde73a3df00d172f92619d8e60ec2ef81b4c2afa diff --git a/eng/Versions.props b/eng/Versions.props index 210cc446f..75eec2c9f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.5.20221.6 - 5.0.100-preview.5.20221.6 + 5.0.100-preview.5.20221.8 + 5.0.100-preview.5.20221.8 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 278f1b7c701e8890ac03d2c495085e584fad2f1b Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 07:30:13 +0000 Subject: [PATCH 2246/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200421.5 (#7241) - Microsoft.WindowsDesktop.App: 5.0.0-preview.5.20221.3 -> 5.0.0-preview.5.20221.5 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.5.20221.3 -> 5.0.0-preview.5.20221.5 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.5.20221.3 -> 5.0.0-preview.5.20221.5 Dependency coherency updates - Microsoft.Dotnet.WinForms.ProjectTemplates: 5.0.0-preview.5.20221.3 -> 5.0.0-preview.5.20221.7 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.5.20221.3 -> 5.0.0-preview.5.20221.5 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 10 +++++----- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f25335949..fa5302e5d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 072248c02a0b4ed6a8788707b6076cc1cd772188 + 2f63f21e54b0c88ebad41188d6f0a216917d0a44 - + https://github.com/dotnet/windowsdesktop - 072248c02a0b4ed6a8788707b6076cc1cd772188 + 2f63f21e54b0c88ebad41188d6f0a216917d0a44 - + https://github.com/dotnet/windowsdesktop - 072248c02a0b4ed6a8788707b6076cc1cd772188 + 2f63f21e54b0c88ebad41188d6f0a216917d0a44 https://github.com/dotnet/runtime @@ -88,13 +88,13 @@ cde73a3df00d172f92619d8e60ec2ef81b4c2afa - + https://github.com/dotnet/winforms - 86c35199560f4070fb2dd1bc17657232b9c71d46 + 7c4aa595818095b6ef10b315d5fc6faa00e0de0b - + https://github.com/dotnet/wpf - 0b1af7a098083cbb04f012277802ec397c75115f + f5986d0025403e8118d21712b67d0e274c710780 diff --git a/eng/Versions.props b/eng/Versions.props index 75eec2c9f..7f7fccbb9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -17,11 +17,11 @@ - 5.0.0-preview.5.20221.3 + 5.0.0-preview.5.20221.7 - 5.0.0-preview.5.20221.3 + 5.0.0-preview.5.20221.5 @@ -69,9 +69,9 @@ - 5.0.0-preview.5.20221.3 - 5.0.0-preview.5.20221.3 - 5.0.0-preview.5.20221.3 + 5.0.0-preview.5.20221.5 + 5.0.0-preview.5.20221.5 + 5.0.0-preview.5.20221.5 From 78ffac9f18d8b6c2d058e5952e83ea242d249f30 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 08:23:12 +0000 Subject: [PATCH 2247/2259] Update dependencies from https://github.com/dotnet/sdk build 20200422.1 (#7242) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.5.20221.8 -> 5.0.100-preview.5.20222.1 - Microsoft.NET.Sdk: 5.0.100-preview.5.20221.8 -> 5.0.100-preview.5.20222.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fa5302e5d..8358b1467 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 - + https://github.com/dotnet/sdk - cde73a3df00d172f92619d8e60ec2ef81b4c2afa + 8c146c0d3cc84996f1b1c14f6465e3a60dd2c626 - + https://github.com/dotnet/sdk - cde73a3df00d172f92619d8e60ec2ef81b4c2afa + 8c146c0d3cc84996f1b1c14f6465e3a60dd2c626 diff --git a/eng/Versions.props b/eng/Versions.props index 7f7fccbb9..f412fbd66 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.5.20221.8 - 5.0.100-preview.5.20221.8 + 5.0.100-preview.5.20222.1 + 5.0.100-preview.5.20222.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 148d5a44fbecba9f76a3ed799fede5090a96c101 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 08:33:30 +0000 Subject: [PATCH 2248/2259] Update dependencies from https://github.com/dotnet/runtime build 20200421.15 (#7243) - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.4.20221.5 -> 5.0.0-preview.5.20221.15 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.4.20221.5 -> 5.0.0-preview.5.20221.15 - Microsoft.NETCore.Platforms: 5.0.0-preview.4.20221.5 -> 5.0.0-preview.5.20221.15 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.4.20221.5 -> 5.0.0-preview.5.20221.15 - Microsoft.NETCore.App.Internal: 5.0.0-preview.4.20221.5 -> 5.0.0-preview.5.20221.15 - Microsoft.NETCore.App.Ref: 5.0.0-preview.4.20221.5 -> 5.0.0-preview.5.20221.15 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8358b1467..ae1f58f7c 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 2f63f21e54b0c88ebad41188d6f0a216917d0a44 - + https://github.com/dotnet/runtime - 6bb37e1fbac49eec470f277dd6c1f84f472fd78b + ec9d33daf4f1922b2f36f548752ac4539f370c91 - + https://github.com/dotnet/runtime - 6bb37e1fbac49eec470f277dd6c1f84f472fd78b + ec9d33daf4f1922b2f36f548752ac4539f370c91 - + https://github.com/dotnet/runtime - 6bb37e1fbac49eec470f277dd6c1f84f472fd78b + ec9d33daf4f1922b2f36f548752ac4539f370c91 - + https://github.com/dotnet/runtime - 6bb37e1fbac49eec470f277dd6c1f84f472fd78b + ec9d33daf4f1922b2f36f548752ac4539f370c91 - + https://github.com/dotnet/runtime - 6bb37e1fbac49eec470f277dd6c1f84f472fd78b + ec9d33daf4f1922b2f36f548752ac4539f370c91 @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - 6bb37e1fbac49eec470f277dd6c1f84f472fd78b + ec9d33daf4f1922b2f36f548752ac4539f370c91 https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index f412fbd66..383c28ba7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.4.20221.5 + 5.0.0-preview.5.20221.15 - 5.0.0-preview.4.20221.5 - 5.0.0-preview.4.20221.5 - 5.0.0-preview.4.20221.5 - 5.0.0-preview.4.20221.5 - 5.0.0-preview.4.20221.5 + 5.0.0-preview.5.20221.15 + 5.0.0-preview.5.20221.15 + 5.0.0-preview.5.20221.15 + 5.0.0-preview.5.20221.15 + 5.0.0-preview.5.20221.15 2.1.0 From a04b9d32c9cf1d771c1a272495021db45b97a71f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 15:43:57 +0000 Subject: [PATCH 2249/2259] Update dependencies from https://github.com/dotnet/sdk build 20200422.2 (#7244) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.5.20222.1 -> 5.0.100-preview.5.20222.2 - Microsoft.NET.Sdk: 5.0.100-preview.5.20222.1 -> 5.0.100-preview.5.20222.2 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ae1f58f7c..25e7dbfd2 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 - + https://github.com/dotnet/sdk - 8c146c0d3cc84996f1b1c14f6465e3a60dd2c626 + f105352d8f23eb21f2b9ad09864f4c8246615983 - + https://github.com/dotnet/sdk - 8c146c0d3cc84996f1b1c14f6465e3a60dd2c626 + f105352d8f23eb21f2b9ad09864f4c8246615983 diff --git a/eng/Versions.props b/eng/Versions.props index 383c28ba7..05fe3c7ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.5.20222.1 - 5.0.100-preview.5.20222.1 + 5.0.100-preview.5.20222.2 + 5.0.100-preview.5.20222.2 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4de5f6cbfec63bdcf1b0b52797b025fd535e6573 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 16:41:19 +0000 Subject: [PATCH 2250/2259] Update dependencies from https://github.com/dotnet/windowsdesktop build 20200422.1 (#7245) - Microsoft.WindowsDesktop.App: 5.0.0-preview.5.20221.5 -> 5.0.0-preview.5.20222.1 - Microsoft.WindowsDesktop.App.Ref: 5.0.0-preview.5.20221.5 -> 5.0.0-preview.5.20222.1 - Microsoft.WindowsDesktop.App.Runtime.win-x64: 5.0.0-preview.5.20221.5 -> 5.0.0-preview.5.20222.1 Dependency coherency updates - Microsoft.DotNet.Wpf.ProjectTemplates: 5.0.0-preview.5.20221.5 -> 5.0.0-preview.5.20222.1 (parent: Microsoft.WindowsDesktop.App.Runtime.win-x64) Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 8 ++++---- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 25e7dbfd2..afa4e6a4b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,17 +1,17 @@ - + https://github.com/dotnet/windowsdesktop - 2f63f21e54b0c88ebad41188d6f0a216917d0a44 + 5cf6eb0f4f96c4397fb6088b2426f0436abcde6b - + https://github.com/dotnet/windowsdesktop - 2f63f21e54b0c88ebad41188d6f0a216917d0a44 + 5cf6eb0f4f96c4397fb6088b2426f0436abcde6b - + https://github.com/dotnet/windowsdesktop - 2f63f21e54b0c88ebad41188d6f0a216917d0a44 + 5cf6eb0f4f96c4397fb6088b2426f0436abcde6b https://github.com/dotnet/runtime @@ -92,9 +92,9 @@ https://github.com/dotnet/winforms 7c4aa595818095b6ef10b315d5fc6faa00e0de0b - + https://github.com/dotnet/wpf - f5986d0025403e8118d21712b67d0e274c710780 + ad9690863941cee3961438b9f31002da530da71d diff --git a/eng/Versions.props b/eng/Versions.props index 05fe3c7ea..0e4921808 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -21,7 +21,7 @@ - 5.0.0-preview.5.20221.5 + 5.0.0-preview.5.20222.1 @@ -69,9 +69,9 @@ - 5.0.0-preview.5.20221.5 - 5.0.0-preview.5.20221.5 - 5.0.0-preview.5.20221.5 + 5.0.0-preview.5.20222.1 + 5.0.0-preview.5.20222.1 + 5.0.0-preview.5.20222.1 From 5a5ccf30b979073542c33c4ead17f2af8963a39d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 17:50:28 +0000 Subject: [PATCH 2251/2259] Update dependencies from https://github.com/dotnet/sdk build 20200422.3 (#7247) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.5.20222.2 -> 5.0.100-preview.5.20222.3 - Microsoft.NET.Sdk: 5.0.100-preview.5.20222.2 -> 5.0.100-preview.5.20222.3 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index afa4e6a4b..b91ad6280 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 - + https://github.com/dotnet/sdk - f105352d8f23eb21f2b9ad09864f4c8246615983 + 9b160c6024a74b59663b409320938aa3c33a272e - + https://github.com/dotnet/sdk - f105352d8f23eb21f2b9ad09864f4c8246615983 + 9b160c6024a74b59663b409320938aa3c33a272e diff --git a/eng/Versions.props b/eng/Versions.props index 0e4921808..7789d44db 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.5.20222.2 - 5.0.100-preview.5.20222.2 + 5.0.100-preview.5.20222.3 + 5.0.100-preview.5.20222.3 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 4ce589be93ded32b5a5df8622e9052cb301a963d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 18:45:45 +0000 Subject: [PATCH 2252/2259] Update dependencies from https://github.com/dotnet/sdk build 20200422.4 (#7248) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.5.20222.3 -> 5.0.100-preview.5.20222.4 - Microsoft.NET.Sdk: 5.0.100-preview.5.20222.3 -> 5.0.100-preview.5.20222.4 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index b91ad6280..4dc809602 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 - + https://github.com/dotnet/sdk - 9b160c6024a74b59663b409320938aa3c33a272e + 9738c70bc3aa98f460a9ed6f19cf87c2211bbae7 - + https://github.com/dotnet/sdk - 9b160c6024a74b59663b409320938aa3c33a272e + 9738c70bc3aa98f460a9ed6f19cf87c2211bbae7 diff --git a/eng/Versions.props b/eng/Versions.props index 7789d44db..26b347b03 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.5.20222.3 - 5.0.100-preview.5.20222.3 + 5.0.100-preview.5.20222.4 + 5.0.100-preview.5.20222.4 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 348aecb5d23c722f386f238fc536ceb9eacb1af0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2020 22:05:21 +0000 Subject: [PATCH 2253/2259] Update dependencies from https://github.com/dotnet/sdk build 20200422.7 (#7251) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.5.20222.4 -> 5.0.100-preview.5.20222.7 - Microsoft.NET.Sdk: 5.0.100-preview.5.20222.4 -> 5.0.100-preview.5.20222.7 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4dc809602..a4b6e860f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 - + https://github.com/dotnet/sdk - 9738c70bc3aa98f460a9ed6f19cf87c2211bbae7 + 89d8f1b87253bc359607938c6468ea3a4fd18f77 - + https://github.com/dotnet/sdk - 9738c70bc3aa98f460a9ed6f19cf87c2211bbae7 + 89d8f1b87253bc359607938c6468ea3a4fd18f77 diff --git a/eng/Versions.props b/eng/Versions.props index 26b347b03..3fc85dd67 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.5.20222.4 - 5.0.100-preview.5.20222.4 + 5.0.100-preview.5.20222.7 + 5.0.100-preview.5.20222.7 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 09e91024b5f95813e9db7dfbee83418289974935 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 00:27:23 +0000 Subject: [PATCH 2254/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200422.8 (#7254) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.5.20221.4 -> 5.0.0-preview.5.20222.8 - dotnet-dev-certs: 5.0.0-preview.5.20221.4 -> 5.0.0-preview.5.20222.8 - dotnet-user-secrets: 5.0.0-preview.5.20221.4 -> 5.0.0-preview.5.20222.8 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.5.20221.4 -> 5.0.0-preview.5.20222.8 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.5.20221.4 -> 5.0.0-preview.5.20222.8 - dotnet-watch: 5.0.0-preview.5.20221.4 -> 5.0.0-preview.5.20222.8 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a4b6e860f..f82688fbd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime ec9d33daf4f1922b2f36f548752ac4539f370c91 - + https://github.com/dotnet/aspnetcore - 07ba66d26a5aa738822f2b328fef178131fd2985 + 6e9bc21f3e43aadfbce537380c9d545a9597838f - + https://github.com/dotnet/aspnetcore - 07ba66d26a5aa738822f2b328fef178131fd2985 + 6e9bc21f3e43aadfbce537380c9d545a9597838f - + https://github.com/dotnet/aspnetcore - 07ba66d26a5aa738822f2b328fef178131fd2985 + 6e9bc21f3e43aadfbce537380c9d545a9597838f - + https://github.com/dotnet/aspnetcore - 07ba66d26a5aa738822f2b328fef178131fd2985 + 6e9bc21f3e43aadfbce537380c9d545a9597838f - + https://github.com/dotnet/aspnetcore - 07ba66d26a5aa738822f2b328fef178131fd2985 + 6e9bc21f3e43aadfbce537380c9d545a9597838f - + https://github.com/dotnet/aspnetcore - 07ba66d26a5aa738822f2b328fef178131fd2985 + 6e9bc21f3e43aadfbce537380c9d545a9597838f https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 3fc85dd67..fc844f7e7 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.5.20221.4 - 5.0.0-preview.5.20221.4 - 5.0.0-preview.5.20221.4 - 5.0.0-preview.5.20221.4 - 5.0.0-preview.5.20221.4 - 5.0.0-preview.5.20221.4 + 5.0.0-preview.5.20222.8 + 5.0.0-preview.5.20222.8 + 5.0.0-preview.5.20222.8 + 5.0.0-preview.5.20222.8 + 5.0.0-preview.5.20222.8 + 5.0.0-preview.5.20222.8 0.2.0 From 43913171285e686b5358ddb736ae91f9a05b4a1f Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 03:18:14 +0000 Subject: [PATCH 2255/2259] Update dependencies from https://github.com/dotnet/sdk build 20200422.11 (#7258) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.5.20222.7 -> 5.0.100-preview.5.20222.11 - Microsoft.NET.Sdk: 5.0.100-preview.5.20222.7 -> 5.0.100-preview.5.20222.11 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f82688fbd..e969a918f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 - + https://github.com/dotnet/sdk - 89d8f1b87253bc359607938c6468ea3a4fd18f77 + 3ed908ee77c592bae787ac78f466c3bc0581970a - + https://github.com/dotnet/sdk - 89d8f1b87253bc359607938c6468ea3a4fd18f77 + 3ed908ee77c592bae787ac78f466c3bc0581970a diff --git a/eng/Versions.props b/eng/Versions.props index fc844f7e7..09037a6c9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.5.20222.7 - 5.0.100-preview.5.20222.7 + 5.0.100-preview.5.20222.11 + 5.0.100-preview.5.20222.11 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From 1333869dd6ceb529658ea19cf9dd8e5c09c77992 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 10:01:34 +0000 Subject: [PATCH 2256/2259] Update dependencies from https://github.com/dotnet/aspnetcore build 20200423.1 (#7260) - VS.Redist.Common.AspNetCore.TargetingPack.x64.5.0: 5.0.0-preview.5.20222.8 -> 5.0.0-preview.5.20223.1 - dotnet-dev-certs: 5.0.0-preview.5.20222.8 -> 5.0.0-preview.5.20223.1 - dotnet-user-secrets: 5.0.0-preview.5.20222.8 -> 5.0.0-preview.5.20223.1 - Microsoft.AspNetCore.App.Runtime.win-x64: 5.0.0-preview.5.20222.8 -> 5.0.0-preview.5.20223.1 - Microsoft.AspNetCore.App.Ref: 5.0.0-preview.5.20222.8 -> 5.0.0-preview.5.20223.1 - dotnet-watch: 5.0.0-preview.5.20222.8 -> 5.0.0-preview.5.20223.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index e969a918f..be2cbf781 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -43,29 +43,29 @@ https://github.com/dotnet/runtime ec9d33daf4f1922b2f36f548752ac4539f370c91 - + https://github.com/dotnet/aspnetcore - 6e9bc21f3e43aadfbce537380c9d545a9597838f + dfc4b3a601169e4b0c40256a6b4809097f6ed2bc - + https://github.com/dotnet/aspnetcore - 6e9bc21f3e43aadfbce537380c9d545a9597838f + dfc4b3a601169e4b0c40256a6b4809097f6ed2bc - + https://github.com/dotnet/aspnetcore - 6e9bc21f3e43aadfbce537380c9d545a9597838f + dfc4b3a601169e4b0c40256a6b4809097f6ed2bc - + https://github.com/dotnet/aspnetcore - 6e9bc21f3e43aadfbce537380c9d545a9597838f + dfc4b3a601169e4b0c40256a6b4809097f6ed2bc - + https://github.com/dotnet/aspnetcore - 6e9bc21f3e43aadfbce537380c9d545a9597838f + dfc4b3a601169e4b0c40256a6b4809097f6ed2bc - + https://github.com/dotnet/aspnetcore - 6e9bc21f3e43aadfbce537380c9d545a9597838f + dfc4b3a601169e4b0c40256a6b4809097f6ed2bc https://github.com/dotnet/test-templates diff --git a/eng/Versions.props b/eng/Versions.props index 09037a6c9..fb39c9bb1 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -37,12 +37,12 @@ - 5.0.0-preview.5.20222.8 - 5.0.0-preview.5.20222.8 - 5.0.0-preview.5.20222.8 - 5.0.0-preview.5.20222.8 - 5.0.0-preview.5.20222.8 - 5.0.0-preview.5.20222.8 + 5.0.0-preview.5.20223.1 + 5.0.0-preview.5.20223.1 + 5.0.0-preview.5.20223.1 + 5.0.0-preview.5.20223.1 + 5.0.0-preview.5.20223.1 + 5.0.0-preview.5.20223.1 0.2.0 From 47d950a52c186a3aa22197860ad95f4d561341ca Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 11:26:40 +0000 Subject: [PATCH 2257/2259] Update dependencies from https://github.com/dotnet/runtime build 20200423.1 (#7261) - Microsoft.NETCore.App.Runtime.win-x64: 5.0.0-preview.5.20221.15 -> 5.0.0-preview.5.20223.1 - Microsoft.NETCore.DotNetHostResolver: 5.0.0-preview.5.20221.15 -> 5.0.0-preview.5.20223.1 - Microsoft.NETCore.Platforms: 5.0.0-preview.5.20221.15 -> 5.0.0-preview.5.20223.1 - Microsoft.NETCore.App.Host.win-x64: 5.0.0-preview.5.20221.15 -> 5.0.0-preview.5.20223.1 - Microsoft.NETCore.App.Internal: 5.0.0-preview.5.20221.15 -> 5.0.0-preview.5.20223.1 - Microsoft.NETCore.App.Ref: 5.0.0-preview.5.20221.15 -> 5.0.0-preview.5.20223.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 24 ++++++++++++------------ eng/Versions.props | 12 ++++++------ 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index be2cbf781..8078255f6 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -13,25 +13,25 @@ https://github.com/dotnet/windowsdesktop 5cf6eb0f4f96c4397fb6088b2426f0436abcde6b - + https://github.com/dotnet/runtime - ec9d33daf4f1922b2f36f548752ac4539f370c91 + bac79b9f62595924f71cf6666283e9fc60a8beea - + https://github.com/dotnet/runtime - ec9d33daf4f1922b2f36f548752ac4539f370c91 + bac79b9f62595924f71cf6666283e9fc60a8beea - + https://github.com/dotnet/runtime - ec9d33daf4f1922b2f36f548752ac4539f370c91 + bac79b9f62595924f71cf6666283e9fc60a8beea - + https://github.com/dotnet/runtime - ec9d33daf4f1922b2f36f548752ac4539f370c91 + bac79b9f62595924f71cf6666283e9fc60a8beea - + https://github.com/dotnet/runtime - ec9d33daf4f1922b2f36f548752ac4539f370c91 + bac79b9f62595924f71cf6666283e9fc60a8beea @@ -39,9 +39,9 @@ https://github.com/dotnet/core-setup 7d57652f33493fa022125b7f63aad0d70c52d810 - + https://github.com/dotnet/runtime - ec9d33daf4f1922b2f36f548752ac4539f370c91 + bac79b9f62595924f71cf6666283e9fc60a8beea https://github.com/dotnet/aspnetcore diff --git a/eng/Versions.props b/eng/Versions.props index fb39c9bb1..72c9ae07f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -56,15 +56,15 @@ - 5.0.0-preview.5.20221.15 + 5.0.0-preview.5.20223.1 - 5.0.0-preview.5.20221.15 - 5.0.0-preview.5.20221.15 - 5.0.0-preview.5.20221.15 - 5.0.0-preview.5.20221.15 - 5.0.0-preview.5.20221.15 + 5.0.0-preview.5.20223.1 + 5.0.0-preview.5.20223.1 + 5.0.0-preview.5.20223.1 + 5.0.0-preview.5.20223.1 + 5.0.0-preview.5.20223.1 2.1.0 From 62942cac94d24991fade64a9552045c087661721 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2020 13:45:58 +0000 Subject: [PATCH 2258/2259] Update dependencies from https://github.com/dotnet/sdk build 20200423.1 (#7263) - Microsoft.DotNet.MSBuildSdkResolver: 5.0.100-preview.5.20222.11 -> 5.0.100-preview.5.20223.1 - Microsoft.NET.Sdk: 5.0.100-preview.5.20222.11 -> 5.0.100-preview.5.20223.1 Co-authored-by: dotnet-maestro[bot] --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8078255f6..3814e45b5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -79,13 +79,13 @@ https://github.com/dotnet/templating 3c33db6be09d62f5d4fb154d23ccecf4ea3f5127 - + https://github.com/dotnet/sdk - 3ed908ee77c592bae787ac78f466c3bc0581970a + 2d16270fcddc9c8494398dcf9d8365daa06a564a - + https://github.com/dotnet/sdk - 3ed908ee77c592bae787ac78f466c3bc0581970a + 2d16270fcddc9c8494398dcf9d8365daa06a564a diff --git a/eng/Versions.props b/eng/Versions.props index 72c9ae07f..e636d3df9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.5.20222.11 - 5.0.100-preview.5.20222.11 + 5.0.100-preview.5.20223.1 + 5.0.100-preview.5.20223.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion) From c4e469eca4325f410849c4140265d0a307353917 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Thu, 23 Apr 2020 07:58:22 -0700 Subject: [PATCH 2259/2259] Revert sdk changes --- eng/Versions.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/Versions.props b/eng/Versions.props index 29288bd0f..e636d3df9 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -49,8 +49,8 @@ - 5.0.100-preview.3.20211.4 - 5.0.100-preview.3.20211.4 + 5.0.100-preview.5.20223.1 + 5.0.100-preview.5.20223.1 $(MicrosoftNETSdkPackageVersion) $(MicrosoftNETSdkPackageVersion)