Skip to content

Commit 718324b

Browse files
claudiamurialdoBeta Bot
authored andcommitted
Cherry pick branch 'genexuslabs:chore/security-package-updates' into beta
1 parent b65ab86 commit 718324b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

dotnet/src/dotnetframework/GxMail/GxMail.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
<ItemGroup>
1212
<PackageReference Include="MailKit" Version="4.16.0" />
1313
<PackageReference Include="MimeKit" Version="4.16.0" />
14-
<PackageReference Include="Microsoft.Identity.Client" Version="4.84.0" />
14+
<!-- Pinned to 4.75.0: 4.77+ requires Microsoft.IdentityModel.Abstractions 8.x, which clashes at runtime with the rest of the .NET Framework stack pinned to 6.35.0 -->
15+
<PackageReference Include="Microsoft.Identity.Client" Version="4.75.0" />
1516
<PackageReference Include="OpenPop.NET" Version="2.0.6.1120" />
1617
<PackageReference Include="Org.Mentalis.Security" Version="1.0.0" />
1718
<PackageReference Condition="'$(SignAssembly)'=='true'" Include="StrongNamer" Version="0.2.5" />

0 commit comments

Comments
 (0)