Skip to content

Commit

Permalink
feat: downgrade Microsoft.Bcl.AsyncInterfaces version
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi committed Oct 31, 2023
1 parent aff0644 commit 0f0c71c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Packages.props
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<ItemGroup>
<PackageVersion Include="Microsoft.CSharp" Version="4.7.0" />
<PackageVersion Include="System.Reflection.Emit" Version="4.7.0" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="7.0.0" />
<PackageVersion Include="Microsoft.Bcl.AsyncInterfaces" Version="6.0.0" />
<PackageVersion Include="System.ComponentModel.Annotations" Version="5.0.0" />
<PackageVersion Include="Newtonsoft.Json" Version="13.0.3" />
<PackageVersion Include="AspectCore.Core" Version="2.4.0" />
Expand Down

0 comments on commit 0f0c71c

Please sign in to comment.