Skip to content

Commit

Permalink
updated dependencies (#820)
Browse files Browse the repository at this point in the history
  • Loading branch information
vslee authored Jan 6, 2024
1 parent 40fe69f commit d0c4070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ExchangeSharp/ExchangeSharp.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="NLog" Version="5.1.3" />
<PackageReference Include="SocketIOClient" Version="3.0.8" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="7.0.0" />
<PackageReference Include="NLog" Version="5.2.8" />
<PackageReference Include="SocketIOClient" Version="3.1.1" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="8.0.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit d0c4070

Please sign in to comment.