Skip to content

Commit

Permalink
Update Microsoft.Identity.Client version for GXMail
Browse files Browse the repository at this point in the history
(cherry picked from commit 07bc1a0)
  • Loading branch information
sjuarezgx committed Jul 28, 2023
1 parent 6b893a4 commit 19cf6f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions dotnet/src/dotnetcore/GxMail/GxMail.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0;net8.0</TargetFrameworks>
<NoWarn>1701;1702;NU1701</NoWarn>
<NoWarn>1701;1702;NU1701;CS0618</NoWarn>
<DefineConstants>NETCORE</DefineConstants>
<PackageTags>SMTP Exchange POP3</PackageTags>
<PackageId>GeneXus.Mail.Core</PackageId>
Expand Down Expand Up @@ -70,7 +70,7 @@
<PackageReference Include="MailKit" Version="3.1.1" />
<PackageReference Include="Microsoft.Exchange.WebServices" Version="2.2.0" />
<PackageReference Include="MimeKit" Version="3.1.1" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.42.0" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.55.0" />
<PackageReference Include="OpenPop" Version="2.0.6.2" />
<PackageReference Include="Org.Mentalis.Security" Version="1.0.0" />
</ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions dotnet/src/dotnetframework/GxMail/GxMail.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
<ItemGroup>
<PackageReference Include="MailKit" Version="3.1.1" />
<PackageReference Include="MimeKit" Version="3.1.1" />
<PackageReference Include="log4net" Version="2.0.11" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.35.0" />
<PackageReference Include="log4net" Version="2.0.11" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.49.1" />
<PackageReference Include="OpenPop.NET" Version="2.0.6.1120" />
<PackageReference Include="Org.Mentalis.Security" Version="1.0.0" />
<PackageReference Condition="'$(SignAssembly)'=='true'" Include="StrongNamer" Version="0.2.5" />
Expand Down

0 comments on commit 19cf6f2

Please sign in to comment.