Skip to content

Commit

Permalink
fix: vulnerability in Azure.Identity dependency (#10322)
Browse files Browse the repository at this point in the history
  • Loading branch information
hund030 authored Nov 9, 2023
1 parent bbe676e commit 95fde29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/csharp/sso-tab/{{ProjectName}}.csproj.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Azure.Identity" Version="1.10.0" />
<PackageReference Include="Azure.Identity" Version="1.10.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="6.0.0" />
<PackageReference Include="Microsoft.Graph" Version="5.6.0" />
<PackageReference Include="Microsoft.Fast.Components.FluentUI" Version="3.2.0" />
Expand Down

0 comments on commit 95fde29

Please sign in to comment.