Skip to content

Commit

Permalink
Update Newtonsoft.Json to 13.0.3 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
KhalilMohammad authored Aug 17, 2023
1 parent 581b273 commit 9e9fbb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Telnyx.Example/Telnyx.Example.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<PackageReference Include="Microsoft.Extensions.Configuration" Version="3.1.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Abstractions" Version="3.1.3" />
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="3.1.3" />
<PackageReference Include="Newtonsoft.Json" Version="12.0.3" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="System.Collections" Version="4.3.0" />
</ItemGroup>
<ItemGroup>
Expand Down
4 changes: 2 additions & 2 deletions src/Telnyx.net/Telnyx.net.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<AssemblyTitle>Telnyx.net</AssemblyTitle>
<VersionPrefix>25.13.0</VersionPrefix>
<Version>2.7.0</Version>
<Authors>Telnyx</Authors>
<Authors>Telnyx;wildCursor</Authors>
<TargetFrameworks>net45;netstandard2.0;net452;netstandard2.1</TargetFrameworks>
<AssemblyName>Telnyx.net</AssemblyName>
<PackageId>Telnyx.net</PackageId>
Expand Down Expand Up @@ -64,7 +64,7 @@
<ItemGroup>
<!--<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.0.0-beta-63127-02" PrivateAssets="All" />-->
<PackageReference Include="Microsoft.CSharp" Version="4.7.0" />
<PackageReference Include="Newtonsoft.Json" Version="11.0.2" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.3" />
<PackageReference Include="Rebex.Elliptic.Ed25519" Version="1.2.1" />
<PackageReference Include="Stylecop.Analyzers" Version="1.1.118">
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit 9e9fbb4

Please sign in to comment.