Skip to content

Commit

Permalink
update Newtonsoft pakage
Browse files Browse the repository at this point in the history
  • Loading branch information
Hossein committed Nov 28, 2022
1 parent 44e23c9 commit 17b2e2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Kavenegar.Core/Kavenegar.Core.csproj
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>1.0.3</Version>
<Version>1.0.4</Version>

<TargetFrameworks>netstandard1.2;netstandard1.3;netstandard1.4;netstandard1.5;netstandard1.6;netstandard2.0;</TargetFrameworks>
<Description>A cross-platform library for the kavenegar sms provider; written in C#</Description>
Expand All @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Newtonsoft.Json" Version="9.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.2" />
</ItemGroup>

</Project>

0 comments on commit 17b2e2e

Please sign in to comment.