diff --git a/RunCheckInTests.cmd b/RunCheckInTests.cmd index 54b4938e5..55debe13c 100644 --- a/RunCheckInTests.cmd +++ b/RunCheckInTests.cmd @@ -17,7 +17,6 @@ set MINIMAL_LAB=0 REM These are provided to bxl.cmd only when /lab is specified (automated builds). REM For lab builds, log full outputs. REM For lab builds, retry unit tests automatically. -REM Consider adding the following to lab builds: /validateCgManifestForNugets:%ENLISTMENTROOT%\cg\nuget\cgmanifest.json set LAB_SPECIFIC_ARGS=-DisableInteractive /logOutput:FullOutputOnError /p:RetryXunitTests=1 /processRetries:3 /ado set INTERNAL_BUILD_ARGS=/p:[Sdk.BuildXL]microsoftInternal=1 @@ -73,7 +72,7 @@ if EXIST %ENLISTMENTROOT%\Out\frontend\Nuget\specs ( set start=%time% set stepName=Building 'debug\net472' and 'debug\win-x64' using Lkg and deploying to RunCheckinTests call :StatusMessage %stepName% - call :RunBxl -Use LKG -Deploy RunCheckinTests /q:DebugNet472 /q:DebugDotNetCore /f:output='%ENLISTMENTROOT%\Out\Bin\debug\net472\*'oroutput='%ENLISTMENTROOT%\Out\Bin\debug\win-x64\*'oroutput='%ENLISTMENTROOT%\Out\Bin\tests\debug\*' %BUILDXL_ARGS% /enableLazyOutputs- /TraceInfo:RunCheckinTests=LKG /useCustomPipDescriptionOnConsole- + call :RunBxl -Use LKG -Deploy RunCheckinTests /q:DebugNet472 /q:DebugDotNetCore /f:output='%ENLISTMENTROOT%\Out\Bin\debug\net472\*'oroutput='%ENLISTMENTROOT%\Out\Bin\debug\win-x64\*'oroutput='%ENLISTMENTROOT%\Out\Bin\tests\debug\*' %BUILDXL_ARGS% /enableLazyOutputs- /TraceInfo:RunCheckinTests=LKG /useCustomPipDescriptionOnConsole- /validateCgManifestForNugets:%ENLISTMENTROOT%\cg\nuget\cgmanifest.json if %ERRORLEVEL% NEQ 0 goto BadLKGMessage call :RecordStep "%stepName%" %start% diff --git a/Shared/Scripts/BuildXLLkgVersion.cmd b/Shared/Scripts/BuildXLLkgVersion.cmd index f54ad808d..df98efb93 100644 --- a/Shared/Scripts/BuildXLLkgVersion.cmd +++ b/Shared/Scripts/BuildXLLkgVersion.cmd @@ -1,3 +1,3 @@ set BUILDXL_LKG_NAME=BuildXL.win-x64 -set BUILDXL_LKG_VERSION=0.1.0-20190925.15 +set BUILDXL_LKG_VERSION=0.1.0-20191001.4 set BUILDXL_LKG_FEED_1=https://pkgs.dev.azure.com/1essharedassets/_packaging/BuildXL/nuget/v3/index.json diff --git a/bxl.sh b/bxl.sh index 821ca1a55..977811c5d 100755 --- a/bxl.sh +++ b/bxl.sh @@ -64,7 +64,7 @@ function setInternal() { function compileWithBxl() { local args=( --config "$MY_DIR/config.dsc" - # TODO(uncomment after new LKG is published): /generateCgManifestForNugets:"${MY_DIR}/cg/nuget/cgmanifest.json" + /generateCgManifestForNugets:"${MY_DIR}/cg/nuget/cgmanifest.json" /fancyConsoleMaxStatusPips:10 /nowarn:11319 # DX11319: nuget version mismatch "$@" diff --git a/cg/nuget/cgmanifest.json b/cg/nuget/cgmanifest.json index 8d1c261c1..29a2ba30c 100644 --- a/cg/nuget/cgmanifest.json +++ b/cg/nuget/cgmanifest.json @@ -46,15 +46,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "Bond.Core.CSharp", - "Version": "8.0.0" - } - } - }, { "Component": { "Type": "NuGet", @@ -73,6 +64,15 @@ } } }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Bond.Core.CSharp", + "Version": "8.0.0" + } + } + }, { "Component": { "Type": "NuGet", @@ -1148,8 +1148,8 @@ "Component": { "Type": "NuGet", "NuGet": { - "Name": "Microsoft.CodeAnalysis.Analyzers", - "Version": "2.6.3" + "Name": "Microsoft.CSharp", + "Version": "4.3.0" } } }, @@ -1157,8 +1157,8 @@ "Component": { "Type": "NuGet", "NuGet": { - "Name": "Microsoft.CodeAnalysis.Common", - "Version": "2.10.0" + "Name": "Microsoft.CodeAnalysis.Analyzers", + "Version": "2.6.3" } } }, @@ -1180,6 +1180,15 @@ } } }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Microsoft.CodeAnalysis.Common", + "Version": "2.10.0" + } + } + }, { "Component": { "Type": "NuGet", @@ -1243,15 +1252,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "Microsoft.CSharp", - "Version": "4.3.0" - } - } - }, { "Component": { "Type": "NuGet", @@ -1279,6 +1279,15 @@ } } }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Microsoft.DiaSymReader.Native", + "Version": "1.7.0" + } + } + }, { "Component": { "Type": "NuGet", @@ -1297,15 +1306,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "Microsoft.DiaSymReader.Native", - "Version": "1.7.0" - } - } - }, { "Component": { "Type": "NuGet", @@ -1315,15 +1315,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "microsoft.dotnet.xunitconsolerunner", - "Version": "2.5.1-beta.19270.4" - } - } - }, { "Component": { "Type": "NuGet", @@ -1630,6 +1621,15 @@ } } }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Microsoft.IO.RecyclableMemoryStream", + "Version": "1.2.2" + } + } + }, { "Component": { "Type": "NuGet", @@ -1657,51 +1657,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "Microsoft.IO.RecyclableMemoryStream", - "Version": "1.2.2" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "Microsoft.Net.Compilers", - "Version": "3.0.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "Microsoft.Net.Http", - "Version": "2.2.29" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "Microsoft.Net.Http.Headers", - "Version": "2.2.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "Microsoft.NetCore.Analyzers", - "Version": "2.3.0-beta1" - } - } - }, { "Component": { "Type": "NuGet", @@ -1846,15 +1801,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "Microsoft.NetFramework.Analyzers", - "Version": "2.3.0-beta1" - } - } - }, { "Component": { "Type": "NuGet", @@ -1882,6 +1828,51 @@ } } }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Microsoft.Net.Compilers", + "Version": "3.0.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Microsoft.Net.Http", + "Version": "2.2.29" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Microsoft.Net.Http.Headers", + "Version": "2.2.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Microsoft.NetCore.Analyzers", + "Version": "2.3.0-beta1" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Microsoft.NetFramework.Analyzers", + "Version": "2.3.0-beta1" + } + } + }, { "Component": { "Type": "NuGet", @@ -2426,8 +2417,8 @@ "Component": { "Type": "NuGet", "NuGet": { - "Name": "Nerdbank.FullDuplexStream", - "Version": "1.0.9" + "Name": "NETStandard.Library", + "Version": "2.0.3" } } }, @@ -2435,8 +2426,17 @@ "Component": { "Type": "NuGet", "NuGet": { - "Name": "NETStandard.Library", - "Version": "2.0.3" + "Name": "NLog", + "Version": "4.6.6" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Nerdbank.FullDuplexStream", + "Version": "1.0.9" } } }, @@ -2467,15 +2467,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "NLog", - "Version": "4.6.6" - } - } - }, { "Component": { "Type": "NuGet", @@ -2539,321 +2530,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.native.System", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.native.System.Data.SqlClient.sni", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.native.System.IO.Compression", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.native.System.Net.Http", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.native.System.Net.Security", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.native.System.Security.Cryptography.Apple", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.osx-x64.BuildXL", - "Version": "2.0.1" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.osx-x64.Microsoft.DotNet.ILCompiler", - "Version": "1.0.0-alpha-27527-01" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.osx-x64.Microsoft.NETCore.App", - "Version": "2.2.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost", - "Version": "2.2.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy", - "Version": "2.2.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy", - "Version": "3.0.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver", - "Version": "2.2.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver", - "Version": "3.0.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.win-x64.Microsoft.DotNet.ILCompiler", - "Version": "1.0.0-alpha-27527-01" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.win-x64.Microsoft.NETCore.App", - "Version": "2.2.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.win-x64.Microsoft.NETCore.DotNetAppHost", - "Version": "2.2.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy", - "Version": "2.2.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy", - "Version": "3.0.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver", - "Version": "2.2.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver", - "Version": "3.0.0" - } - } - }, { "Component": { "Type": "NuGet", @@ -2890,15 +2566,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "stdole", - "Version": "7.0.3303" - } - } - }, { "Component": { "Type": "NuGet", @@ -3137,8 +2804,8 @@ "Component": { "Type": "NuGet", "NuGet": { - "Name": "System.Data.SqlClient", - "Version": "4.3.0" + "Name": "System.Data.SQLite.Core", + "Version": "1.0.109.2" } } }, @@ -3146,8 +2813,8 @@ "Component": { "Type": "NuGet", "NuGet": { - "Name": "System.Data.SQLite.Core", - "Version": "1.0.109.2" + "Name": "System.Data.SqlClient", + "Version": "4.3.0" } } }, @@ -3295,24 +2962,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "System.IdentityModel.Tokens.Jwt", - "Version": "5.2.2" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "System.Interactive.Async", - "Version": "3.1.1" - } - } - }, { "Component": { "Type": "NuGet", @@ -3439,6 +3088,24 @@ } } }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "System.IdentityModel.Tokens.Jwt", + "Version": "5.2.2" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "System.Interactive.Async", + "Version": "3.1.1" + } + } + }, { "Component": { "Type": "NuGet", @@ -4240,24 +3907,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "System.Xml.XmlDocument", - "Version": "4.3.0" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "System.Xml.XmlSerializer", - "Version": "4.3.0" - } - } - }, { "Component": { "Type": "NuGet", @@ -4285,6 +3934,24 @@ } } }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "System.Xml.XmlDocument", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "System.Xml.XmlSerializer", + "Version": "4.3.0" + } + } + }, { "Component": { "Type": "NuGet", @@ -4303,24 +3970,6 @@ } } }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "Validation", - "Version": "2.3.7" - } - } - }, - { - "Component": { - "Type": "NuGet", - "NuGet": { - "Name": "VisualCppTools.Community.VS2017Layout", - "Version": "14.11.25506" - } - } - }, { "Component": { "Type": "NuGet", @@ -4411,6 +4060,24 @@ } } }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "Validation", + "Version": "2.3.7" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "VisualCppTools.Community.VS2017Layout", + "Version": "14.11.25506" + } + } + }, { "Component": { "Type": "NuGet", @@ -4429,6 +4096,339 @@ } } }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "microsoft.dotnet.xunitconsolerunner", + "Version": "2.5.1-beta.19270.4" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.debian.8-x64.runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.fedora.23-x64.runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.native.System", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.native.System.Data.SqlClient.sni", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.native.System.IO.Compression", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.native.System.Net.Http", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.native.System.Net.Security", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.native.System.Security.Cryptography.Apple", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.opensuse.13.2-x64.runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.opensuse.42.1-x64.runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.osx-x64.BuildXL", + "Version": "2.0.1" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.osx-x64.Microsoft.DotNet.ILCompiler", + "Version": "1.0.0-alpha-27527-01" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.osx-x64.Microsoft.NETCore.App", + "Version": "2.2.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetAppHost", + "Version": "2.2.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy", + "Version": "2.2.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostPolicy", + "Version": "3.0.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver", + "Version": "2.2.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.osx-x64.Microsoft.NETCore.DotNetHostResolver", + "Version": "3.0.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.Apple", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.osx.10.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.rhel.7-x64.runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.ubuntu.14.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.ubuntu.16.04-x64.runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.win-x64.Microsoft.DotNet.ILCompiler", + "Version": "1.0.0-alpha-27527-01" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.win-x64.Microsoft.NETCore.App", + "Version": "2.2.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.win-x64.Microsoft.NETCore.DotNetAppHost", + "Version": "2.2.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy", + "Version": "2.2.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostPolicy", + "Version": "3.0.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver", + "Version": "2.2.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.win-x64.Microsoft.NETCore.DotNetHostResolver", + "Version": "3.0.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.win7-x64.runtime.native.System.Data.SqlClient.sni", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "runtime.win7-x86.runtime.native.System.Data.SqlClient.sni", + "Version": "4.3.0" + } + } + }, + { + "Component": { + "Type": "NuGet", + "NuGet": { + "Name": "stdole", + "Version": "7.0.3303" + } + } + }, { "Component": { "Type": "NuGet",