We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d3583c commit 21dc269Copy full SHA for 21dc269
Packages.props
@@ -2,7 +2,7 @@
2
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
<ItemGroup Label="Runtime Dependencies">
4
<PackageReference Update="Autofac" Version="$(AutofacVersion)" />
5
- <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'" />
6
<PackageReference Update="System.Collections.Immutable" Version="1.6" />
7
</ItemGroup>
8
<ItemGroup Label="Build Dependencies">
0 commit comments