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 7bc76f0 commit 162a022Copy full SHA for 162a022
src/Directory.Build.props
@@ -63,7 +63,7 @@
63
<PackageReference Include="Nerdbank.GitVersioning" Version="3.7.112" PrivateAssets="all" />
64
</ItemGroup>
65
<ItemGroup Condition="$(TargetFramework) == 'netstandard2.0'">
66
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.5" />
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="9.0.7" />
67
68
<ItemGroup Condition="!$(IsTestProject) AND !$(IsBenchmarkProject)">
69
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
0 commit comments