Delete references to System.Memory package that does not exist anymore (#22626)
authorJan Kotas <jkotas@microsoft.com>
Fri, 15 Feb 2019 19:23:45 +0000 (11:23 -0800)
committerGitHub <noreply@github.com>
Fri, 15 Feb 2019 19:23:45 +0000 (11:23 -0800)
tests/src/Common/test_dependencies/test_dependencies.csproj
tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj
tests/src/JIT/config/benchmark/benchmark.csproj

index ceec7d6..e9aa177 100644 (file)
@@ -13,9 +13,6 @@
     <PackageReference Include="Microsoft.Private.CoreFx.NETCoreApp">
       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
     </PackageReference>
-    <PackageReference Include="System.Memory">
-      <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
-    </PackageReference>
     <PackageReference Include="System.Runtime.CompilerServices.Unsafe">
       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
     </PackageReference>
index 5a8ef79..e393e50 100644 (file)
@@ -13,9 +13,6 @@
     <PackageReference Include="Microsoft.Private.CoreFx.NETCoreApp">
       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
     </PackageReference>
-    <PackageReference Include="System.Memory">
-      <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
-    </PackageReference>
     <PackageReference Include="System.Runtime.CompilerServices.Unsafe">
       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
     </PackageReference>
index caf1429..fd2efbc 100644 (file)
@@ -44,7 +44,7 @@
       <Version>4.4.0-beta-24913-02</Version>
     </PackageReference>
     <PackageReference Include="System.Memory">
-      <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>
+      <Version>4.5.2</Version>
     </PackageReference>
     <PackageReference Include="System.Numerics.Vectors">
       <Version>$(MicrosoftPrivateCoreFxNETCoreAppVersion)</Version>