Skip to content

Commit

Permalink
Update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ejsmith committed May 14, 2019
1 parent dd0dcec commit 68e2062
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<Import Project="..\..\build\common.props" />
<ItemGroup>
<PackageReference Include="Foundatio" Version="8.1.2027" />
<PackageReference Include="Foundatio" Version="8.1.2058" />
<PackageReference Include="Microsoft.Azure.Management.ServiceBus" Version="2.1.0" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="3.4.0" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected override async Task EnsureTopicSubscriptionAsync(CancellationToken can
private Task OnMessageAsync(Message brokeredMessage, CancellationToken cancellationToken) {
if (_subscribers.IsEmpty)
return Task.CompletedTask;

_logger.LogTrace("OnMessageAsync({messageId})", brokeredMessage.MessageId);
MessageBusData message;
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<ProjectReference Include="..\..\src\Foundatio.AzureServiceBus\Foundatio.AzureServiceBus.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Foundatio.TestHarness" Version="8.1.2027" />
<PackageReference Include="Foundatio.TestHarness" Version="8.1.2058" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.0.1" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
Expand Down

0 comments on commit 68e2062

Please sign in to comment.