Bump Google.Protobuf dependency on System.Memory to version >=4.5.5

PiperOrigin-RevId: 650736637
pull/17393/head
Protobuf Team Bot 7 months ago committed by Copybara-Service
parent 9306e8446f
commit d3d86d2bee
  1. 2
      csharp/src/Google.Protobuf/Google.Protobuf.csproj

@ -43,7 +43,7 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'net45' OR '$(TargetFramework)' == 'netstandard1.1' ">
<PackageReference Include="System.Memory" Version="4.5.3"/>
<PackageReference Include="System.Memory" Version="4.5.5"/>
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' == 'netstandard2.0' ">

Loading…
Cancel
Save