Skip to content

Commit

Permalink
Merge pull request #195 from ProfessionalCSharp/dependabot/nuget/2_Li…
Browse files Browse the repository at this point in the history
…bs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp/Azure.Identity-1.10.2

Bump Azure.Identity from 1.8.0 to 1.10.2 in /2_Libs/DependencyInjectionAndConfiguration/AzureAppConfigWebApp
  • Loading branch information
christiannagel authored Oct 22, 2023
2 parents 0040494 + d2d7b7c commit 4a61b5f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">

<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
Expand All @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.8.0" />
<PackageReference Include="Azure.Identity" Version="1.10.2" />
<PackageReference Include="Microsoft.Azure.AppConfiguration.AspNetCore" Version="5.1.0" />
<PackageReference Include="Microsoft.Extensions.Configuration.AzureAppConfiguration" Version="5.1.0" />
<PackageReference Include="Microsoft.FeatureManagement.AspNetCore" Version="2.5.1" />
Expand Down

0 comments on commit 4a61b5f

Please sign in to comment.