From: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2019 22:19:00 +0000 (+0000) Subject: [master] Update dependencies from 4 repositories (dotnet/corefx#41424) X-Git-Tag: submit/tizen/20210909.063632~11031^2~386 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=50765c4b24ecf609bf6e1a6835197cb2e8a4c020;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [master] Update dependencies from 4 repositories (dotnet/corefx#41424) * Update dependencies from https://github.com/dotnet/arcade build 20190927.2 - Microsoft.DotNet.XUnitExtensions - 5.0.0-beta.19477.2 - Microsoft.DotNet.XUnitConsoleRunner - 2.5.1-beta.19477.2 - Microsoft.DotNet.VersionTools.Tasks - 5.0.0-beta.19477.2 - Microsoft.DotNet.ApiCompat - 5.0.0-beta.19477.2 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19477.2 - Microsoft.DotNet.Build.Tasks.Configuration - 5.0.0-beta.19477.2 - Microsoft.DotNet.Build.Tasks.Feed - 5.0.0-beta.19477.2 - Microsoft.DotNet.Build.Tasks.Packaging - 5.0.0-beta.19477.2 - Microsoft.DotNet.CodeAnalysis - 5.0.0-beta.19477.2 - Microsoft.DotNet.CoreFxTesting - 5.0.0-beta.19477.2 - Microsoft.DotNet.GenAPI - 5.0.0-beta.19477.2 - Microsoft.DotNet.GenFacades - 5.0.0-beta.19477.2 - Microsoft.DotNet.Helix.Sdk - 5.0.0-beta.19477.2 - Microsoft.DotNet.RemoteExecutor - 5.0.0-beta.19477.2 * Update dependencies from https://github.com/dotnet/core-setup build 20190927.25 - Microsoft.NETCore.App - 5.0.0-alpha1.19477.25 - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha1.19477.25 - Microsoft.NETCore.DotNetHost - 5.0.0-alpha1.19477.25 * Update dependencies from https://github.com/dotnet/corefx build 20190927.7 - runtime.native.System.IO.Ports - 5.0.0-alpha1.19477.7 - Microsoft.NETCore.Platforms - 5.0.0-alpha1.19477.7 * Update dependencies from https://github.com/dotnet/standard build 20190927.1 - NETStandard.Library - 2.2.0-prerelease.19477.1 * Update dependencies from https://github.com/dotnet/core-setup build 20190928.4 - Microsoft.NETCore.App - 5.0.0-alpha1.19478.4 - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha1.19478.4 - Microsoft.NETCore.DotNetHost - 5.0.0-alpha1.19478.4 * Update dependencies from https://github.com/dotnet/standard build 20190928.2 - NETStandard.Library - 2.2.0-prerelease.19478.2 * Update dependencies from https://github.com/dotnet/core-setup build 20190929.2 - Microsoft.NETCore.App - 5.0.0-alpha1.19479.2 - Microsoft.NETCore.DotNetHostPolicy - 5.0.0-alpha1.19479.2 - Microsoft.NETCore.DotNetHost - 5.0.0-alpha1.19479.2 * Enable nullable in source projects that are full facades and generate a not supported assembly with annotations in it Commit migrated from https://github.com/dotnet/corefx/commit/4eece5734d828ee8bf3393a04b71d80d5d5e4828 --- diff --git a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj index a6cea4b..67d2cc1 100644 --- a/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj +++ b/src/libraries/System.Reflection.Emit.ILGeneration/src/System.Reflection.Emit.ILGeneration.csproj @@ -5,6 +5,7 @@ SR.PlatformNotSupported_RefEmitILGeneration $(IsPartialFacadeAssembly) netcoreapp-Unix-Debug;netcoreapp-Unix-Release;netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release;netstandard-Debug;netstandard-Release;netstandard1.0-Debug;netstandard1.0-Release;uap-Windows_NT-Debug;uap-Windows_NT-Release + enable diff --git a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj index ae94795..34e895f 100644 --- a/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj +++ b/src/libraries/System.Reflection.Emit.Lightweight/src/System.Reflection.Emit.Lightweight.csproj @@ -6,6 +6,7 @@ SR.PlatformNotSupported_RefEmitLightweight $(IsPartialFacadeAssembly) netcoreapp-Unix-Debug;netcoreapp-Unix-Release;netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release;netstandard-Debug;netstandard-Release;netstandard1.0-Debug;netstandard1.0-Release;uap-Windows_NT-Debug;uap-Windows_NT-Release + enable diff --git a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj index 7907c16..98dc9b2 100644 --- a/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj +++ b/src/libraries/System.Reflection.Emit/src/System.Reflection.Emit.csproj @@ -5,6 +5,7 @@ SR.PlatformNotSupported_RefEmit $(IsPartialFacadeAssembly) netcoreapp-Unix-Debug;netcoreapp-Unix-Release;netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release;netstandard-Debug;netstandard-Release;netstandard1.1-Debug;netstandard1.1-Release;uap-Windows_NT-Debug;uap-Windows_NT-Release + enable diff --git a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj index f61aec6..7b95760 100644 --- a/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj +++ b/src/libraries/System.Runtime.InteropServices.WindowsRuntime/src/System.Runtime.InteropServices.WindowsRuntime.csproj @@ -3,6 +3,7 @@ System.Runtime.InteropServices.WindowsRuntime true netcoreapp-Debug;netcoreapp-Release;netcoreapp-Windows_NT-Debug;netcoreapp-Windows_NT-Release;uap-Windows_NT-Debug;uap-Windows_NT-Release + enable