Skip to content

Commit

Permalink
Updated Newtonsoft to 13.0.3;
Browse files Browse the repository at this point in the history
  • Loading branch information
k-karuna committed Mar 16, 2023
1 parent bbda578 commit e8e1251
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Matrix.Sdk/Matrix.Sdk.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
<Authors>Mikhail Tatarenko</Authors>
<Product>Matrix.Sdk</Product>
<Description>This open-source library allows you to build .NET apps compatible with Matrix Protocol - http://www.matrix.org.</Description>
<Version>1.0.7</Version>
<Copyright>Copyright © Baking Bad 2019-2022</Copyright>
<Version>1.0.8</Version>
<Copyright>Copyright © Baking Bad 2019-2023</Copyright>
<Nullable>enable</Nullable>
<TargetFramework>netstandard2.0</TargetFramework>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.Extensions.Http" Version="5.0.0" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
</ItemGroup>

</Project>

0 comments on commit e8e1251

Please sign in to comment.