upgrade System.Memory dependency to 4.5.3

pull/7987/head
Jan Tattermusch 5 years ago committed by Adam Cozzette
parent 666b592e36
commit 151d49436a
  1. 2
      csharp/src/Google.Protobuf/Google.Protobuf.csproj

@ -30,7 +30,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="System.Memory" Version="4.5.2"/>
<PackageReference Include="System.Memory" Version="4.5.3"/>
<PackageReference Include="Microsoft.SourceLink.GitHub" PrivateAssets="All" Version="1.0.0"/>
<!-- Needed for the net45 build to work on Unix. See https://github.com/dotnet/designs/pull/33 -->
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" PrivateAssets="All" Version="1.0.0"/>

Loading…
Cancel
Save