Skip to content

Commit

Permalink
Update Microsoft.Identity.Client version for GXMail (#854)
Browse files Browse the repository at this point in the history
  • Loading branch information
sjuarezgx authored Jul 31, 2023
1 parent ffdc8d2 commit 17dc39d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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</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
2 changes: 1 addition & 1 deletion dotnet/src/dotnetframework/GxMail/GxMail.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="log4net" Version="2.0.11" />
<PackageReference Include="MailKit" Version="3.1.1" />
<PackageReference Include="MimeKit" Version="3.1.1" />
<PackageReference Include="Microsoft.Identity.Client" Version="4.35.0" />
<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 17dc39d

Please sign in to comment.