Skip to content

Commit 3598a20

Browse files
authored
Merge pull request #572 from antonsynd/dependabot/nuget/src/Sharpy.Core/Microsoft.Bcl.Memory-10.0.6
chore: Bump Microsoft.Bcl.Memory from 10.0.5 to 10.0.6
2 parents 9b2b01e + 39f0184 commit 3598a20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Sharpy.Core/Sharpy.Core.csproj

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

0 commit comments

Comments
 (0)