Skip to content

Commit

Permalink
Merge pull request #18 from alsami/develop
Browse files Browse the repository at this point in the history
Update Autofac deps to major releases
  • Loading branch information
tillig authored Jan 28, 2020
2 parents b238714 + 93fe156 commit ed664b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Autofac.Multitenant/Autofac.Multitenant.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Autofac" Version="5.0.0-develop-00681" />
<PackageReference Include="Autofac" Version="5.0.0" />
<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="2.6.0">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.3.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.1" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="5.0.1-develop-00435" />
<PackageReference Include="Autofac.Extensions.DependencyInjection" Version="6.0.0" />
<PackageReference Include="StyleCop.Analyzers" Version="1.1.118">
<PrivateAssets>All</PrivateAssets>
</PackageReference>
Expand Down

0 comments on commit ed664b9

Please sign in to comment.