Skip to content

Commit 9b2b01e

Browse files
authored
Merge pull request #571 from antonsynd/dependabot/nuget/src/Sharpy.Core/Microsoft.Bcl.AsyncInterfaces-10.0.6
chore: Bump Microsoft.Bcl.AsyncInterfaces from 10.0.5 to 10.0.6
2 parents 81e71b1 + 4d1a5b5 commit 9b2b01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Sharpy.Core/Sharpy.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<!-- Polyfill for System.Index/Range on netstandard2.0 -->
2323
<PackageReference Include="Microsoft.Bcl.Memory" Version="10.0.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
2424
<!-- Async interfaces for IAsyncEnumerable<T>, IAsyncDisposable (Phase 10 prep) -->
25-
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.5" />
25+
<PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.6" />
2626
</ItemGroup>
2727

2828
</Project>

0 commit comments

Comments
 (0)