[master] Update dependencies from dotnet/coreclr (dotnet/corefx#39567)
authordotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com>
Thu, 18 Jul 2019 18:20:31 +0000 (11:20 -0700)
committerSantiago Fernandez Madero <safern@microsoft.com>
Thu, 18 Jul 2019 18:20:31 +0000 (11:20 -0700)
* Update dependencies from https://github.com/dotnet/coreclr build 20190716.2

- Microsoft.NET.Sdk.IL - 5.0.0-alpha1.19366.2
- Microsoft.NETCore.ILAsm - 5.0.0-alpha1.19366.2
- Microsoft.NETCore.Runtime.CoreCLR - 5.0.0-alpha1.19366.2

* Ignore System.Private.Corelib in netcoreapp3.0 package testing

Commit migrated from https://github.com/dotnet/corefx/commit/167bb417724b2338df492b417bdfea89d458e473

src/libraries/pkg/test/frameworkSettings/netcoreapp3.0/settings.targets

index 7d3d100..91bb931 100644 (file)
@@ -18,6 +18,9 @@
   <ItemGroup>
     <!-- CodePages is part of the framework but we don't yet have a MicrosoftNETCoreAppPackageVersion with that change -->
     <IgnoredReference Include="System.Text.Encoding.CodePages"/>
+
+    <!-- Temporarily suppress checking System.Private.CoreLib until we get a new MicrosoftNETCoreAppPackageVersion built against a 5.0 version of it -->
+    <IgnoredReference Include="System.Private.CoreLib" />
   </ItemGroup>
   <Target Name="CheckForWorkaroundRemoval" AfterTargets="ResolveReferences">
     <Error Condition="'%(Reference.FileName)' == 'System.Text.Encoding.CodePages' AND '%(Reference.NuGetPackageId)' == 'Microsoft.NETCore.App'"