Skip to content

Commit

Permalink
Bump Microsoft.Extensions.DependencyModel from 3.1.2 to 3.1.3 (#4355)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] committed Mar 25, 2020
1 parent 5034cc3 commit 4a9308f
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.2" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.1.3" />
</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.2" />
<PackageReference Include="Microsoft.Extensions.DependencyModel" Version="3.1.3" />
</ItemGroup>

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

0 comments on commit 4a9308f

Please sign in to comment.