From 21a60024b2de17be41c92dd307e6c6318408791e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jan 2025 13:23:57 +0000 Subject: [PATCH 1/3] chore(deps): bump Microsoft.Extensions.Logging and Microsoft.Extensions.Logging.Abstractions Bumps [Microsoft.Extensions.Logging](https://github.com/dotnet/runtime) and [Microsoft.Extensions.Logging.Abstractions](https://github.com/dotnet/runtime). These dependencies needed to be updated together. Updates `Microsoft.Extensions.Logging` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1) Updates `Microsoft.Extensions.Logging.Abstractions` from 9.0.0 to 9.0.1 - [Release notes](https://github.com/dotnet/runtime/releases) - [Commits](https://github.com/dotnet/runtime/compare/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: Microsoft.Extensions.Logging dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: Microsoft.Extensions.Logging.Abstractions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- src/kiota/kiota.csproj | 2 +- .../Kiota.Builder.IntegrationTests.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kiota/kiota.csproj b/src/kiota/kiota.csproj index dde430bbc3..d5106eae8f 100644 --- a/src/kiota/kiota.csproj +++ b/src/kiota/kiota.csproj @@ -44,7 +44,7 @@ - + diff --git a/tests/Kiota.Builder.IntegrationTests/Kiota.Builder.IntegrationTests.csproj b/tests/Kiota.Builder.IntegrationTests/Kiota.Builder.IntegrationTests.csproj index 1521f30411..40751a2b2c 100644 --- a/tests/Kiota.Builder.IntegrationTests/Kiota.Builder.IntegrationTests.csproj +++ b/tests/Kiota.Builder.IntegrationTests/Kiota.Builder.IntegrationTests.csproj @@ -16,7 +16,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive From b2775725c2a428b57711be30b9bbf746c166382e Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 15 Jan 2025 09:50:32 -0500 Subject: [PATCH 2/3] chore: updates additional missing dependencies --- src/kiota/kiota.csproj | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/src/kiota/kiota.csproj b/src/kiota/kiota.csproj index d5106eae8f..9657ec4f33 100644 --- a/src/kiota/kiota.csproj +++ b/src/kiota/kiota.csproj @@ -40,12 +40,12 @@ - - - + + + - - + + @@ -57,10 +57,6 @@ - - From 6dd9a841d996ac9dffcb8ea614acda5ed9013009 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 15 Jan 2025 09:55:19 -0500 Subject: [PATCH 3/3] chore: bumps api manifest dependency --- src/Kiota.Builder/Kiota.Builder.csproj | 2 +- src/kiota/kiota.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Kiota.Builder/Kiota.Builder.csproj b/src/Kiota.Builder/Kiota.Builder.csproj index fc05ccf0a4..eba164194b 100644 --- a/src/Kiota.Builder/Kiota.Builder.csproj +++ b/src/Kiota.Builder/Kiota.Builder.csproj @@ -45,7 +45,7 @@ - + diff --git a/src/kiota/kiota.csproj b/src/kiota/kiota.csproj index 9657ec4f33..cea69052d3 100644 --- a/src/kiota/kiota.csproj +++ b/src/kiota/kiota.csproj @@ -46,7 +46,7 @@ - + runtime; build; native; contentfiles; analyzers; buildtransitive