We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 81e71b1 + 4d1a5b5 commit 9b2b01eCopy full SHA for 9b2b01e
src/Sharpy.Core/Sharpy.Core.csproj
@@ -22,7 +22,7 @@
22
<!-- Polyfill for System.Index/Range on netstandard2.0 -->
23
<PackageReference Include="Microsoft.Bcl.Memory" Version="10.0.5" Condition="'$(TargetFramework)' == 'netstandard2.0'" />
24
<!-- Async interfaces for IAsyncEnumerable<T>, IAsyncDisposable (Phase 10 prep) -->
25
- <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.5" />
+ <PackageReference Include="Microsoft.Bcl.AsyncInterfaces" Version="10.0.6" />
26
</ItemGroup>
27
28
</Project>
0 commit comments