Skip to content

Commit

Permalink
Remove explicit Newtonsoft.Json package reference
Browse files Browse the repository at this point in the history
  • Loading branch information
einari committed Aug 7, 2024
1 parent 6a6ca79 commit b5f2151
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0" />
<PackageVersion Include="Mono.Cecil" Version="0.11.5" />
<PackageVersion Include="NJsonSchema" Version="10.9.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="OpenTelemetry" Version="1.9.0" />
<PackageVersion Include="polly.core" Version="8.4.1" />
<PackageVersion Include="protobuf-net.BuildTools" Version="3.2.33">
Expand Down
1 change: 0 additions & 1 deletion Source/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<PackageReference Include="Microsoft.Extensions.DependencyModel" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" />
<PackageReference Include="NJsonSchema" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="FluentValidation" />
<PackageReference Include="System.Reactive" />
<PackageReference Include="OpenTelemetry.Exporter.InMemory" />
Expand Down

0 comments on commit b5f2151

Please sign in to comment.