Skip to content

Commit

Permalink
Merge pull request #1018 from justeat/dependabot/nuget/MartinCostello…
Browse files Browse the repository at this point in the history
….Logging.XUnit-0.3.0
  • Loading branch information
martincostello authored May 23, 2022
2 parents 93b2557 + 3cd6da3 commit 01fdba3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<PackageReference Include="AWSSDK.SimpleNotificationService" Version="$(AwsSdkSnsVersion)" />
<PackageReference Include="AWSSDK.SQS" Version="$(AwsSdkSqsVersion)" />
<PackageReference Include="GitHubActionsTestLogger" Version="1.4.1" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.2.1" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="MELT.Xunit" Version="0.8.0" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="$(MicrosoftExtensionsDependencyInjectionVersion)" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="$(DotNetTestSdkVersion)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="AutoFixture" Version="4.17.0" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.2.1" />
<PackageReference Include="MartinCostello.Logging.XUnit" Version="0.3.0" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="NSubstitute" Version="4.3.0" />
<PackageReference Include="Shouldly" Version="4.0.3" />
Expand Down

0 comments on commit 01fdba3

Please sign in to comment.