From 7d5298a94d8c744729951b6ee923da2355d6a40a Mon Sep 17 00:00:00 2001 From: Jonathan Peppers Date: Thu, 16 Jul 2020 11:00:22 -0500 Subject: [PATCH] [build] bump to .NET 5.0.100-rc.1.20365.11 Context: https://github.com/dotnet/installer This is still a "master" build, they are just using the `rc1` name after `preview7`. This may break some tests using Xamarin.Forms, we'll see what happens. --- build-tools/automation/azure-pipelines.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-tools/automation/azure-pipelines.yaml b/build-tools/automation/azure-pipelines.yaml index f4362c4855e..e5b23e2e743 100644 --- a/build-tools/automation/azure-pipelines.yaml +++ b/build-tools/automation/azure-pipelines.yaml @@ -52,7 +52,7 @@ variables: NUnitConsoleVersion: 3.11.1 DotNetCoreVersion: 3.1.201 # Version number from: https://github.com/dotnet/installer#installers-and-binaries - DotNetCorePreviewVersion: 5.0.100-preview.7.20307.3 + DotNetCorePreviewVersion: 5.0.100-rc.1.20365.11 HostedMacMojave: Hosted Mac Internal Mojave HostedMac: Hosted Mac Internal HostedWinVS2019: Hosted Windows 2019 with VS2019