From 4eda4114602e7bf173d351f6ffc88a304b1f4aab Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 17:02:14 +0200 Subject: [PATCH] [release/9.0.1xx-preview3] Update dependencies from dotnet/installer (#20399) This pull request updates the following dependencies ## From https://github.com/dotnet/installer - **Subscription**: 8f8c9e17-7c88-4c5e-5fbf-08dc4a7a6a4d - **Build**: 20240404.13 - **Date Produced**: April 4, 2024 10:32:33 PM UTC - **Commit**: 81f61d829031f71887c49938993e8e2c4cc1eb70 - **Branch**: refs/heads/release/9.0.1xx-preview3 - **Updates**: - **Microsoft.Dotnet.Sdk.Internal**: [from 9.0.100-preview.3.24175.24 to 9.0.100-preview.3.24204.13][4] [4]: https://github.com/dotnet/installer/compare/09d6f381e6...81f61d8290 --- eng/Version.Details.xml | 4 ++-- eng/Versions.props | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 74dfb12507ea..d5c0d7603f16 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,8 +1,8 @@ - + https://github.com/dotnet/installer - 09d6f381e6917ee70cf6cbc6109c675c4a51bf77 + 81f61d829031f71887c49938993e8e2c4cc1eb70 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index af38299ab371..34088ff5f125 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -2,7 +2,7 @@ - 9.0.100-preview.3.24175.24 + 9.0.100-preview.3.24204.13 9.0.0-preview.3.24172.9 9.0.0-alpha.1.23556.4 6.0.0-beta.21212.6 diff --git a/global.json b/global.json index 906ffc849aa0..a28e9c5823d4 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "9.0.100-preview.3.24175.24" + "version": "9.0.100-preview.3.24204.13" } }