Skip to content

Commit

Permalink
feat: mark package Newtonsoft.Json as private (PrivateAssets="All")
Browse files Browse the repository at this point in the history
  • Loading branch information
paviad committed Jul 15, 2024
1 parent 4a31535 commit 81f938a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/SendGrid/SendGrid.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@

<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="All" Condition=" '$(OS)' != 'Windows_NT' " />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
<PackageReference Include="starkbank-ecdsa" Version="[1.3.3, 2.0.0)" />
</ItemGroup>

Expand Down

0 comments on commit 81f938a

Please sign in to comment.