Skip to content

Commit 21dc269

Browse files
Fix version
1 parent 1d3583c commit 21dc269

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Packages.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<ItemGroup Label="Runtime Dependencies">
44
<PackageReference Update="Autofac" Version="$(AutofacVersion)" />
5-
<PackageReference Update="Autofac" Version="[7.1.0, 8)" Condition="'$(AutofacVersion)' == '' Or '$(AutofacVersion)' == 'lowestSupported'" />
5+
<PackageReference Update="Autofac" Version="[5.1.2, 8)" Condition="'$(AutofacVersion)' == '' Or '$(AutofacVersion)' == 'lowestSupported'" />
66
<PackageReference Update="System.Collections.Immutable" Version="1.6" />
77
</ItemGroup>
88
<ItemGroup Label="Build Dependencies">

0 commit comments

Comments
 (0)