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