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 7295286 commit 92e37d5Copy full SHA for 92e37d5
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.6" />
67
68
<ItemGroup Condition="!$(IsTestProject) AND !$(IsBenchmarkProject)">
69
<PackageReference Include="stylecop.analyzers" Version="1.2.0-beta.556" PrivateAssets="all" />
0 commit comments