Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
Update NuGet package dependencies to their latest versions.
  • Loading branch information
martincostello committed Sep 21, 2018
1 parent 38cc487 commit 3f72fb2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
<ProjectReference Include="..\SampleApp\SampleApp.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.1.1" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.1.2" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.1.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="2.1.1" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.8.0" />
<PackageReference Include="Moq" Version="4.9.0" />
<PackageReference Include="Shouldly" Version="3.0.0" />
<PackageReference Include="Moq" Version="4.10.0" />
<PackageReference Include="Shouldly" Version="3.0.1" />
<PackageReference Include="xunit" Version="2.4.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
</ItemGroup>
Expand Down

0 comments on commit 3f72fb2

Please sign in to comment.