From bad5e771951db586dfb5bc6c15264a82f7295b3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Nov 2023 04:44:14 +0000 Subject: [PATCH 1/2] Bump Microsoft.Kiota.Abstractions from 1.5.0 to 1.6.0 Bumps [Microsoft.Kiota.Abstractions](https://github.com/microsoft/kiota-abstractions-dotnet) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/microsoft/kiota-abstractions-dotnet/releases) - [Changelog](https://github.com/microsoft/kiota-abstractions-dotnet/blob/main/CHANGELOG.md) - [Commits](https://github.com/microsoft/kiota-abstractions-dotnet/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: Microsoft.Kiota.Abstractions dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- test/GeneratedCode/Kiota/Net462/Net462.csproj | 2 +- test/GeneratedCode/Kiota/Net472/Net472.csproj | 2 +- test/GeneratedCode/Kiota/Net48/Net48.csproj | 2 +- test/GeneratedCode/Kiota/Net481/Net481.csproj | 2 +- test/GeneratedCode/Kiota/Net6/Net6.csproj | 2 +- test/GeneratedCode/Kiota/Net7/Net7.csproj | 2 +- test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj | 2 +- test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/GeneratedCode/Kiota/Net462/Net462.csproj b/test/GeneratedCode/Kiota/Net462/Net462.csproj index fb835d9af6..04dddbe638 100644 --- a/test/GeneratedCode/Kiota/Net462/Net462.csproj +++ b/test/GeneratedCode/Kiota/Net462/Net462.csproj @@ -16,7 +16,7 @@ - + diff --git a/test/GeneratedCode/Kiota/Net472/Net472.csproj b/test/GeneratedCode/Kiota/Net472/Net472.csproj index 04aa431619..5582c9267b 100644 --- a/test/GeneratedCode/Kiota/Net472/Net472.csproj +++ b/test/GeneratedCode/Kiota/Net472/Net472.csproj @@ -16,7 +16,7 @@ - + diff --git a/test/GeneratedCode/Kiota/Net48/Net48.csproj b/test/GeneratedCode/Kiota/Net48/Net48.csproj index 33dac47525..e006577a40 100644 --- a/test/GeneratedCode/Kiota/Net48/Net48.csproj +++ b/test/GeneratedCode/Kiota/Net48/Net48.csproj @@ -16,7 +16,7 @@ - + diff --git a/test/GeneratedCode/Kiota/Net481/Net481.csproj b/test/GeneratedCode/Kiota/Net481/Net481.csproj index a3c8b8b8e3..ed4be7d8f9 100644 --- a/test/GeneratedCode/Kiota/Net481/Net481.csproj +++ b/test/GeneratedCode/Kiota/Net481/Net481.csproj @@ -16,7 +16,7 @@ - + diff --git a/test/GeneratedCode/Kiota/Net6/Net6.csproj b/test/GeneratedCode/Kiota/Net6/Net6.csproj index 82454ff2cc..ee504bc411 100644 --- a/test/GeneratedCode/Kiota/Net6/Net6.csproj +++ b/test/GeneratedCode/Kiota/Net6/Net6.csproj @@ -4,7 +4,7 @@ - + diff --git a/test/GeneratedCode/Kiota/Net7/Net7.csproj b/test/GeneratedCode/Kiota/Net7/Net7.csproj index 1a7e89e0eb..3f600578ce 100644 --- a/test/GeneratedCode/Kiota/Net7/Net7.csproj +++ b/test/GeneratedCode/Kiota/Net7/Net7.csproj @@ -4,7 +4,7 @@ - + diff --git a/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj b/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj index b6db35606c..d4d8cb0e48 100644 --- a/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj +++ b/test/GeneratedCode/Kiota/NetStandard20/NetStandard20.csproj @@ -4,7 +4,7 @@ - + diff --git a/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj b/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj index 7505297655..51267fdc62 100644 --- a/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj +++ b/test/GeneratedCode/Kiota/NetStandard21/NetStandard21.csproj @@ -4,7 +4,7 @@ - + From c63cfc6e1bab38fb532c83cd5c721cbaa4efe221 Mon Sep 17 00:00:00 2001 From: Christian Helle Date: Thu, 2 Nov 2023 08:15:07 +0100 Subject: [PATCH 2/2] Update packaage dependency installer --- src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs index 0b68e2fb35..f2fddadbef 100644 --- a/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs +++ b/src/Core/ApiClientCodeGen.Core/NuGet/PackageDependencies.cs @@ -76,7 +76,7 @@ public static class PackageDependencies public static readonly PackageDependency MicrosoftKiotaAbstractions = new PackageDependency( "Microsoft.Kiota.Abstractions", - "1.5.0"); + "1.6.0"); public static readonly PackageDependency MicrosoftKiotaAuthenticationAzure = new PackageDependency(