Skip to content

Commit

Permalink
feat: updating packages (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcfialho authored Jan 17, 2022
1 parent dffc69a commit ea788e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/WebApi/WebApi.Application/WebApi.Application.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
</ItemGroup>

<ItemGroup Condition="'$(nodatabase)' != 'true'">
<PackageReference Include="Herald.EntityFramework" Version="3.0.0" />
<PackageReference Include="Herald.EntityFramework" Version="3.1.0" />
</ItemGroup>

<ItemGroup Condition="'$(noqueue)' == 'true'">
<Compile Remove="Features\SendToQueue\**" />
</ItemGroup>

<ItemGroup Condition="'$(noqueue)' != 'true'">
<PackageReference Include="Herald.MessageQueue.Sqs" Version="7.0.3" />
<PackageReference Include="Herald.MessageQueue.Sqs" Version="8.1.0" />
</ItemGroup>

<ItemGroup Condition="'$(noexternalapi)' == 'true'">
Expand Down

0 comments on commit ea788e7

Please sign in to comment.