From fcfc3baa491b0ac7eb6a9cb73e3b2d46cb5929a0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 2 Mar 2019 10:55:15 -0800 Subject: [master] Update dependencies from dotnet/corefx (#22968) * Update dependencies from https://github.com/dotnet/corefx build 20190302.1 This change updates the following dependencies - Microsoft.NETCore.Platforms - 3.0.0-preview4.19152.1 - Microsoft.Private.CoreFx.NETCoreApp - 4.6.0-preview4.19152.1 * Disable outdated tests --- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 4 ++-- tests/CoreFX/CoreFX.issues.json | 8 ++++++++ 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 71f694d91c..1d42cf73b5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -10,13 +10,13 @@ https://github.com/dotnet/arcade 6c034531b2af9e6b2f76c86d471fd308a400269e - + https://github.com/dotnet/corefx - 9940166bff52155600f25f15da13a83c982526d2 + b2a4149d63615df35f413b5236e436e7fdb8cd85 - + https://github.com/dotnet/corefx - 9940166bff52155600f25f15da13a83c982526d2 + b2a4149d63615df35f413b5236e436e7fdb8cd85 https://github.com/dotnet/core-setup diff --git a/eng/Versions.props b/eng/Versions.props index 74cf8a96fa..049e6ccd78 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,8 +8,8 @@ false true 1.0.0-alpha-004 - 4.6.0-preview4.19151.4 - 3.0.0-preview4.19151.4 + 4.6.0-preview4.19152.1 + 3.0.0-preview4.19152.1 3.0.0-preview4-27427-1 99.99.99-master-20190302.1 99.99.99-master-20190301.2 diff --git a/tests/CoreFX/CoreFX.issues.json b/tests/CoreFX/CoreFX.issues.json index 189cc72d9b..3c494bc8ea 100644 --- a/tests/CoreFX/CoreFX.issues.json +++ b/tests/CoreFX/CoreFX.issues.json @@ -887,6 +887,14 @@ "name": "System.Tests.EnvironmentTests.Version_MatchesFixedVersion", "reason": "outdated" }, + { + "name": "System.Tests.AppDomainTests.ApplyPolicy", + "reason": "outdated" + }, + { + "name": "System.Tests.AppDomainTests.GetAssemblies", + "reason": "outdated" + } ] } }, -- cgit v1.2.3