Skip to content
This repository has been archived by the owner on Mar 8, 2024. It is now read-only.

Commit

Permalink
chore(deps): remove unused package Newtonsoft.Json (#580)
Browse files Browse the repository at this point in the history
The obsolete `Newtonsoft.Json` package reference was removed from both
the `NoPlan.Api` project and the `Directory.Packages.props` file.
  • Loading branch information
ThorstenSauter authored Dec 4, 2023
1 parent d477096 commit 0061803
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 @@ -22,7 +22,6 @@
<PackageVersion Include="Microsoft.Identity.Web" Version="2.16.0"/>
<PackageVersion Include="Microsoft.NET.Test.Sdk" Version="17.8.0"/>
<PackageVersion Include="Microsoft.SourceLink.GitHub" Version="8.0.0"/>
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3"/>
<PackageVersion Include="SecurityCodeScan.VS2019" Version="5.6.7"/>
<PackageVersion Include="SonarAnalyzer.CSharp" Version="9.14.0.81108"/>
<PackageVersion Include="StyleCop.Analyzers" Version="1.2.0-beta.507"/>
Expand Down
1 change: 0 additions & 1 deletion src/NoPlan.Api/NoPlan.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Newtonsoft.Json"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 0061803

Please sign in to comment.