Skip to content

Commit 39f0184

Browse files
chore: Bump Microsoft.Bcl.Memory from 10.0.5 to 10.0.6
--- updated-dependencies: - dependency-name: Microsoft.Bcl.Memory dependency-version: 10.0.6 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 51c9e1a commit 39f0184

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.5" />
2626
</ItemGroup>

0 commit comments

Comments
 (0)