Updating runtime version for tests (#16271)
authorNoah Falk <noahfalk@users.noreply.github.com>
Thu, 8 Feb 2018 21:59:26 +0000 (13:59 -0800)
committerGitHub <noreply@github.com>
Thu, 8 Feb 2018 21:59:26 +0000 (13:59 -0800)
Change 93ec62347a4e97b920513296eefb27bdacbecfe9 removed Span.NonPortableCast from System.Private.CoreLib.dll requiring tests
to use an updated version of System.Memory.dll that no longer refers to it.

dependencies.props

index fbd7492..835c22f 100644 (file)
@@ -44,7 +44,7 @@
     <!-- Scenario tests install this version of Microsoft.NetCore.App, then patch coreclr binaries via xcopy. At the moment it is
          updated manually whenever breaking changes require it to move forward, but it would be nice if we could update it automatically
          as we do with many of the package versions above -->
-    <BaselineMicrosoftNetCoreAppPackageVersion>2.1.0-preview2-26124-05</BaselineMicrosoftNetCoreAppPackageVersion>
+    <BaselineMicrosoftNetCoreAppPackageVersion>2.1.0-preview2-26131-06</BaselineMicrosoftNetCoreAppPackageVersion>
   </PropertyGroup>
 
   <!-- Package versions used as toolsets -->