Skip to content

Commit

Permalink
Merge pull request #892 from christianhelle/dependabot/nuget/multi-49…
Browse files Browse the repository at this point in the history
…25aa3268

Bump Azure.Identity and Azure.Core
  • Loading branch information
christianhelle authored May 13, 2024
2 parents 91b0f13 + 88690e1 commit 48f9efb
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public static class PackageDependencies
public static readonly PackageDependency AzureIdentity =
new PackageDependency(
"Azure.Identity",
"1.11.2");
"1.11.3");

public static readonly PackageDependency MicrosoftKiotaAbstractions =
new PackageDependency(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public static class KiotaProjectFileContents
<TargetFramework>net8.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include=""Azure.Identity"" Version=""1.11.2"" />
<PackageReference Include=""Azure.Identity"" Version=""1.11.3"" />
<PackageReference Include=""Microsoft.Kiota.Abstractions"" Version=""1.9.1"" />
<PackageReference Include=""Microsoft.Kiota.Authentication.Azure"" Version=""1.1.5"" />
<PackageReference Include=""Microsoft.Kiota.Http.HttpClientLibrary"" Version=""1.4.0"" />
Expand All @@ -27,7 +27,7 @@ public static class KiotaProjectFileContents
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include=""Azure.Identity"" Version=""1.11.2"" />
<PackageReference Include=""Azure.Identity"" Version=""1.11.3"" />
<PackageReference Include=""Microsoft.Kiota.Abstractions"" Version=""1.9.1"" />
<PackageReference Include=""Microsoft.Kiota.Authentication.Azure"" Version=""1.1.5"" />
<PackageReference Include=""Microsoft.Kiota.Http.HttpClientLibrary"" Version=""1.4.0"" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net462/Net462.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.1" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.5" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net472/Net472.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.1" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.5" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net48/Net48.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.1" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.5" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net481/Net481.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.1" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.5" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net6/Net6.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net6.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.1" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.5" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.0" />
Expand Down
2 changes: 1 addition & 1 deletion test/GeneratedCode/Kiota/Net7/Net7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>net7.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.1" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.5" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.1" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.5" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="Azure.Identity" Version="1.11.3" />
<PackageReference Include="Microsoft.Kiota.Abstractions" Version="1.9.1" />
<PackageReference Include="Microsoft.Kiota.Authentication.Azure" Version="1.1.5" />
<PackageReference Include="Microsoft.Kiota.Http.HttpClientLibrary" Version="1.4.0" />
Expand Down

0 comments on commit 48f9efb

Please sign in to comment.