Skip to content

Commit

Permalink
Update to Autofac v6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmg committed Sep 29, 2020
1 parent b7be4db commit 33b7a0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion global.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"sdk": {
"version": "3.1.302",
"version": "3.1.402",
"rollForward": "latestFeature"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Autofac" Version="6.0.0-develop-01134" />
<PackageReference Include="Autofac" Version="6.0.0" />
<PackageReference Include="FakeItEasy" Version="3.4.1" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.0">
<PrivateAssets>All</PrivateAssets>
Expand Down

0 comments on commit 33b7a0d

Please sign in to comment.