Skip to content

Commit

Permalink
Upgrade Autofac to 4.2.0 for netcore20 as per autofac/Autofac#782.
Browse files Browse the repository at this point in the history
  • Loading branch information
CXuesong committed Sep 15, 2017
1 parent 4dd26f7 commit 3ff895f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</ItemGroup>

<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">
<PackageReference Include="Autofac" Version="4.0.0" />
<PackageReference Include="Autofac" Version="4.2.0" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3ff895f

Please # to comment.