Skip to content

Commit 2892550

Browse files
committed
fix: AzureDevOpsTeamMembersVelocity/AzureDevOpsTeamMembersVelocity.csproj to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DOTNET-MICROSOFTIDENTITYCLIENT-6615953
1 parent 283a04a commit 2892550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AzureDevOpsTeamMembersVelocity/AzureDevOpsTeamMembersVelocity.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
2424
</PackageReference>
2525
<PackageReference Include="Microsoft.Extensions.Caching.StackExchangeRedis" Version="8.0.3" />
26-
<PackageReference Include="Microsoft.Identity.Web" Version="2.16.1" />
26+
<PackageReference Include="Microsoft.Identity.Web" Version="2.17.5" />
2727
<PackageReference Include="Microsoft.Identity.Web.UI" Version="2.16.1" />
2828
<PackageReference Include="Microsoft.TeamFoundation.DistributedTask.Common.Contracts" Version="16.170.0" />
2929
<PackageReference Include="Microsoft.TeamFoundation.DistributedTask.WebApi" Version="16.170.0" />

0 commit comments

Comments
 (0)