Skip to content

Commit

Permalink
Merge pull request #66 from alistairjevans/develop
Browse files Browse the repository at this point in the history
Changed project reference to released Autofac 5.0
  • Loading branch information
tillig authored Jan 27, 2020
2 parents 34c185b + 251f183 commit ec38706
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<Description>Autofac implementation of the interfaces in Microsoft.Extensions.DependencyInjection.Abstractions, the .NET Framework dependency injection abstraction.</Description>
<VersionPrefix>5.0.1</VersionPrefix>
<VersionPrefix>6.0.0</VersionPrefix>
<TargetFrameworks>netstandard2.1;netstandard2.0</TargetFrameworks>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
Expand Down 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.9.4">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
Expand Down

0 comments on commit ec38706

Please sign in to comment.