Skip to content
This repository has been archived by the owner on Jun 25, 2020. It is now read-only.

Commit

Permalink
Updated meta package
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jan 13, 2020
1 parent f354974 commit b283a93
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Meta.Packages/Sdk/aspnetcore.targets
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<Project>
<ItemGroup Condition="'$(IncludeRocketSurgeryAspNetCore)' == 'true'">
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Condition="'$(EnableNewtonsoftJson)' == 'true'" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.NewtonsoftJson" Condition="'$(IncludeBaseLibrary)' == 'true' AND '$(EnableNewtonsoftJson)' == 'true'" />
<PackageReference Include="Rocket.Surgery.AspNetCore" />
<PackageReference Include="Rocket.Surgery.AspNetCore.NewtonsoftJson" Condition="'$(EnableNewtonsoftJson)' == 'true'" />
</ItemGroup>
</Project>

0 comments on commit b283a93

Please sign in to comment.