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

Commit

Permalink
Added newtonsoft json
Browse files Browse the repository at this point in the history
  • Loading branch information
david-driscoll committed Jan 14, 2020
1 parent b283a93 commit 96a03a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Meta.Packages/Sdk/operations.targets
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<Project>
<ItemGroup Condition="'$(__RocketSurgeryEnabled)' == 'true' AND '$(EnableOperations)' == 'true' AND '$(IncludeRocketSurgeryAspNetCore)' != 'true'">
<PackageReference Include="Rocket.Surgery.Operational.MediatR" />
<PackageReference Include="Rocket.Surgery.Operational.MediatR.NewtonsoftJson" Condition="'$(EnableNewtonsoftJson)' == 'true'"/>
</ItemGroup>
<ItemGroup Condition="'$(__RocketSurgeryEnabled)' == 'true' AND '$(EnableOperations)' == 'true' AND '$(IncludeRocketSurgeryAspNetCore)' == 'true'">
<PackageReference Include="Rocket.Surgery.Operational.AspNetCore.MediatR" />
<PackageReference Include="Rocket.Surgery.Operational.MediatR.NewtonsoftJson" Condition="'$(EnableNewtonsoftJson)' == 'true'"/>
</ItemGroup>
</Project>

0 comments on commit 96a03a4

Please sign in to comment.