Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
christiannagel committed Jun 15, 2024
2 parents 80fdf44 + 6747e97 commit 85b69b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.11.0" />
<PackageReference Include="Azure.Identity" Version="1.11.4" />
<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
2 changes: 1 addition & 1 deletion 2_Libs/Security/IdentitySample/IdentitySample.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Hosting" Version="7.0.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.48.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.61.3" />
</ItemGroup>

</Project>

0 comments on commit 85b69b9

Please sign in to comment.