From 9b2dec01bdb1dc1012ffc1a6e913adca46c082bb Mon Sep 17 00:00:00 2001 From: Julian Wreford Date: Wed, 15 May 2024 14:36:18 +0100 Subject: [PATCH 1/4] Reference AWSSDK.SecurityToken in the S3 Storage project so that authentication via Open ID connect is possible It is enough for the project to be referenced for this to work, and there is no reference to it in the code base, because it's existence allows the AWS SDK to work --- Directory.Packages.props | 1 + eng/dependabot/independent/Packages.props | 1 + eng/dependabot/independent/Versions.props | 1 + src/Extensions/S3Storage/S3Storage.csproj | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 265fb7bef1d..bba240e506a 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -1,6 +1,7 @@ + diff --git a/eng/dependabot/independent/Packages.props b/eng/dependabot/independent/Packages.props index e9ae84fb19b..4c3dc153ad5 100644 --- a/eng/dependabot/independent/Packages.props +++ b/eng/dependabot/independent/Packages.props @@ -19,5 +19,6 @@ + diff --git a/eng/dependabot/independent/Versions.props b/eng/dependabot/independent/Versions.props index b4730147c38..9336ee3a92b 100644 --- a/eng/dependabot/independent/Versions.props +++ b/eng/dependabot/independent/Versions.props @@ -15,6 +15,7 @@ 11.0.0 6.5.0 3.7.305.7 + 3.7.300.33