Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
csillikd-messerli committed Jan 8, 2024
1 parent 1d3583c commit 21dc269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="Runtime Dependencies">
<PackageReference Update="Autofac" Version="$(AutofacVersion)" />
<PackageReference Update="Autofac" Version="[7.1.0, 8)" Condition="'$(AutofacVersion)' == '' Or '$(AutofacVersion)' == 'lowestSupported'" />
<PackageReference Update="Autofac" Version="[5.1.2, 8)" Condition="'$(AutofacVersion)' == '' Or '$(AutofacVersion)' == 'lowestSupported'" />
<PackageReference Update="System.Collections.Immutable" Version="1.6" />
</ItemGroup>
<ItemGroup Label="Build Dependencies">
Expand Down

0 comments on commit 21dc269

Please sign in to comment.