Skip to content

Commit

Permalink
Bump Microsoft.Extensions.DependencyModel from 3.1.5 to 3.1.6
Browse files Browse the repository at this point in the history
Bumps [Microsoft.Extensions.DependencyModel](https://github.com/dotnet/core-setup) from 3.1.5 to 3.1.6.
- [Release notes](https://github.com/dotnet/core-setup/releases)
- [Commits](dotnet/core-setup@v3.1.5...v3.1.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Jul 15, 2020
1 parent 4f8eaa1 commit 6fe6a16
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 @@ -27,7 +27,7 @@
</PropertyGroup>

<ItemGroup Condition=" '$(TargetFramework)' == '$(NetStandardLibVersion)' ">
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.1.5" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.1.6" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion src/core/Akka.NodeTestRunner/Akka.NodeTestRunner.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

<ItemGroup Condition="'$(TargetFramework)' == '$(NetCoreTestVersion)'">
<PackageReference Include="System.Runtime.Loader" Version="4.3.0" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.1.5" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.1.6" />
</ItemGroup>

<PropertyGroup Condition=" '$(TargetFramework)' == '$(NetCoreTestVersion)' ">
Expand Down

0 comments on commit 6fe6a16

Please sign in to comment.