From: Juan Hoyos Date: Thu, 14 Feb 2019 02:14:35 +0000 (-0800) Subject: Use dependency flow for core-setup and corefx dependencies (#22544) X-Git-Tag: accepted/tizen/unified/20190813.215958~61^2~267 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ebaa5ddf432ed4dd120007e0bdc13717943147f3;p=platform%2Fupstream%2Fcoreclr.git Use dependency flow for core-setup and corefx dependencies (#22544) * Remove old use of signing package used to work around SPC signing now that arcade has bubbled up the version. * Move dependency update for CoreFX and Core-setup dependencies to BAR/Darc/Maestro++ flow * Update property references in tests. * Version bump for CoreFX and Core-Setup dependencies. * Update test Github_20958 to use revised System.Range constructor as surface area changed with #22331. --- diff --git a/dependencies.props b/dependencies.props index 2d4da66..5b66947 100644 --- a/dependencies.props +++ b/dependencies.props @@ -10,6 +10,8 @@ + + 3.0.0 @@ -23,21 +25,16 @@ - 855b22a229d8730564b19474f9966779b1c4f12b f31086500dc58cefe7b1275300f6fc07b38c1bcc f31086500dc58cefe7b1275300f6fc07b38c1bcc 7fb04b947ac4fde6e33a57474c5c4a07ef90a185 - 855b22a229d8730564b19474f9966779b1c4f12b 7fb04b947ac4fde6e33a57474c5c4a07ef90a185 - 4.6.0-preview.19106.8 - 3.0.0-preview.19106.8 99.99.99-master-20190130.3 3.0.0-preview-27316-02 - 3.0.0-preview-27406-8 2.4.1 99.99.99-master-20190130.3 4.6.0-alpha-00001 @@ -77,10 +74,6 @@ - - $(BaseDotNetBuildInfo)corefx/$(DependencyBranch) - $(CoreFxCurrentRef) - $(BaseDotNetBuildInfo)coreclr/$(DependencyBranch) $(CoreClrCurrentRef) @@ -97,35 +90,16 @@ $(BaseDotNetBuildInfo)optimization/$(DependencyBranch)/IBC $(IbcDataCurrentRef) - - $(BaseDotNetBuildInfo)core-setup/$(DependencyBranch) - $(CoreSetupCurrentRef) - - + https://raw.githubusercontent.com/dotnet/versions - - $(MSBuildThisFileFullPath) - MicrosoftPrivateCoreFxNETCoreAppPackageVersion - Microsoft.Private.CoreFx.NETCoreApp - - - $(MSBuildThisFileFullPath) - MicrosoftNETCorePlatformsPackageVersion - Microsoft.NETCore.Platforms - $(MSBuildThisFileFullPath) MicrosoftNETCoreRuntimeCoreCLRPackageVersion Microsoft.NETCore.Runtime.CoreCLR - - $(MSBuildThisFileFullPath) - MicrosoftNETCoreAppPackageVersion - Microsoft.NETCore.App - File $(MSBuildThisFileDirectory)BuildToolsVersion.txt diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 16c6eb9..77c4682 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -10,5 +10,17 @@ https://github.com/dotnet/arcade 9a5da1c8a3232c6304955c7a6ffe6109a1b13d9f + + https://github.com/dotnet/corefx + e8e469653ca46e0499c925dfaaea796fc6f61cb0 + + + https://github.com/dotnet/corefx + e8e469653ca46e0499c925dfaaea796fc6f61cb0 + + + https://github.com/dotnet/core-setup + 70f92292e7302beb9d95933f80421e416bd42ebe + diff --git a/eng/Versions.props b/eng/Versions.props index e69fd0b..28aa600 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -8,19 +8,14 @@ false true 1.0.0-alpha-004 - + 4.6.0-preview.19111.8 + 3.0.0-preview.19111.8 + 3.0.0-preview-27411-7 + - - 1.0.0-beta.19067.6 - - - - $(RestoreSources); - https://dotnetfeed.blob.core.windows.net/dotnet-core/index.json; - https://dotnet.myget.org/F/symreader-converter/api/v3/index.json; - https:%2F%2Fdotnet.myget.org/F/symreader/api/v3/index.json - + Microsoft.Private.CoreFx.NETCoreApp + Microsoft.NETCore.Platforms + Microsoft.NETCore.App diff --git a/src/tools/runincontext/runincontext.csproj b/src/tools/runincontext/runincontext.csproj index b5329eb..ee5ab21 100644 --- a/src/tools/runincontext/runincontext.csproj +++ b/src/tools/runincontext/runincontext.csproj @@ -3,7 +3,7 @@ Exe netcoreapp3.0 - $(MicrosoftNETCoreAppPackageVersion) + $(MicrosoftNETCoreAppVersion) false BuildOnly diff --git a/tests/dir.sdkbuild.props b/tests/dir.sdkbuild.props index bc5bed9..5f33e61 100644 --- a/tests/dir.sdkbuild.props +++ b/tests/dir.sdkbuild.props @@ -7,7 +7,7 @@ netcoreapp3.0 - $(MicrosoftNETCoreAppPackageVersion) + $(MicrosoftNETCoreAppVersion) false false AnyCPU diff --git a/tests/runtest.proj b/tests/runtest.proj index a662a28..40563b3 100644 --- a/tests/runtest.proj +++ b/tests/runtest.proj @@ -103,7 +103,7 @@ $(_XunitEpilog) $(XUnitTestBinBase)\$(CategoryWithSlash) - $(MicrosoftNETCoreAppPackageVersion) + $(MicrosoftNETCoreAppVersion) diff --git a/tests/src/Common/CoreFX/CoreFX.depproj b/tests/src/Common/CoreFX/CoreFX.depproj index 0abf711..4419686 100644 --- a/tests/src/Common/CoreFX/CoreFX.depproj +++ b/tests/src/Common/CoreFX/CoreFX.depproj @@ -58,10 +58,10 @@ $(MicrosoftPrivateCoreFxTestUtilitiesPackageVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) $(SystemCompositionVersions) @@ -79,95 +79,95 @@ $(SystemCompositionVersions) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) $(MicrosoftDiagnosticsTracingTraceVentVersion) diff --git a/tests/src/Common/test_dependencies/test_dependencies.csproj b/tests/src/Common/test_dependencies/test_dependencies.csproj index ea54d45..ceec7d6 100644 --- a/tests/src/Common/test_dependencies/test_dependencies.csproj +++ b/tests/src/Common/test_dependencies/test_dependencies.csproj @@ -11,22 +11,22 @@ - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) diff --git a/tests/src/Common/test_runtime/test_runtime.csproj b/tests/src/Common/test_runtime/test_runtime.csproj index 761d44d..5ba990c 100644 --- a/tests/src/Common/test_runtime/test_runtime.csproj +++ b/tests/src/Common/test_runtime/test_runtime.csproj @@ -11,7 +11,7 @@ - $(MicrosoftNETCorePlatformsPackageVersion) + $(MicrosoftNETCoreAppVersion) 1.0.0-prerelease diff --git a/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj b/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj index 344deec..81c06a3 100644 --- a/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj +++ b/tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj @@ -43,7 +43,7 @@ - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) diff --git a/tests/src/JIT/Regression/JitBlue/GitHub_20958/GitHub_20958.cs b/tests/src/JIT/Regression/JitBlue/GitHub_20958/GitHub_20958.cs index cf5a4e3..45730f5 100644 --- a/tests/src/JIT/Regression/JitBlue/GitHub_20958/GitHub_20958.cs +++ b/tests/src/JIT/Regression/JitBlue/GitHub_20958/GitHub_20958.cs @@ -16,14 +16,14 @@ public class GitHub_20958 int returnVal = 100; ReadOnlySpan span = "Hello".AsSpan(); - ReadOnlySpan sliced = span[Range.Create(new Index(1, fromEnd: false), new Index(1, fromEnd: true))]; + ReadOnlySpan sliced = span[new Range(new Index(1, fromEnd: false), new Index(1, fromEnd: true))]; if (span.Slice(1, 3) != sliced) { returnVal = -1; } try { - ReadOnlySpan s = "Hello".AsSpan()[Range.Create(new Index(1, fromEnd: true), new Index(1, fromEnd: false))]; + ReadOnlySpan s = "Hello".AsSpan()[new Range(new Index(1, fromEnd: true), new Index(1, fromEnd: false))]; returnVal = -1; } catch (ArgumentOutOfRangeException) @@ -34,14 +34,14 @@ public class GitHub_20958 returnVal = -1; } Span span1 = new Span(new char[] { 'H', 'e', 'l', 'l', 'o' }); - Span sliced1 = span1[Range.Create(new Index(2, fromEnd: false), new Index(1, fromEnd: true))]; + Span sliced1 = span1[new Range(new Index(2, fromEnd: false), new Index(1, fromEnd: true))]; if (span1.Slice(2, 2) != sliced1) { returnVal = -1; } try { - Span s = new Span(new char[] { 'H', 'i' })[Range.Create(new Index(0, fromEnd: true), new Index(1, fromEnd: false))]; + Span s = new Span(new char[] { 'H', 'i' })[new Range(new Index(0, fromEnd: true), new Index(1, fromEnd: false))]; returnVal = -1; } catch (ArgumentOutOfRangeException) diff --git a/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj b/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj index 87a408d..5a8ef79 100644 --- a/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj +++ b/tests/src/JIT/config/benchmark+intrinsic/benchmark+intrinsic.csproj @@ -11,13 +11,13 @@ - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) @@ -31,4 +31,4 @@ - \ No newline at end of file + diff --git a/tests/src/JIT/config/benchmark+roslyn/benchmark+roslyn.csproj b/tests/src/JIT/config/benchmark+roslyn/benchmark+roslyn.csproj index 881d84f..625ab1b 100644 --- a/tests/src/JIT/config/benchmark+roslyn/benchmark+roslyn.csproj +++ b/tests/src/JIT/config/benchmark+roslyn/benchmark+roslyn.csproj @@ -26,7 +26,7 @@ $(MicrosoftDiagnosticsTracingTraceEventPackageVersion) - $(MicrosoftNETCorePlatformsPackageVersion) + $(MicrosoftNETCoreAppVersion) 4.4.0-beta-24913-02 @@ -99,4 +99,4 @@ - \ No newline at end of file + diff --git a/tests/src/JIT/config/benchmark+serialize/benchmark+serialize.csproj b/tests/src/JIT/config/benchmark+serialize/benchmark+serialize.csproj index d2789e5..ec14833 100644 --- a/tests/src/JIT/config/benchmark+serialize/benchmark+serialize.csproj +++ b/tests/src/JIT/config/benchmark+serialize/benchmark+serialize.csproj @@ -23,7 +23,7 @@ $(MicrosoftDiagnosticsTracingTraceEventPackageVersion) - $(MicrosoftNETCorePlatformsPackageVersion) + $(MicrosoftNETCoreAppVersion) 7.0.1 diff --git a/tests/src/JIT/config/benchmark/benchmark.csproj b/tests/src/JIT/config/benchmark/benchmark.csproj index aecfdec..caf1429 100644 --- a/tests/src/JIT/config/benchmark/benchmark.csproj +++ b/tests/src/JIT/config/benchmark/benchmark.csproj @@ -23,7 +23,7 @@ $(MicrosoftDiagnosticsTracingTraceEventPackageVersion) - $(MicrosoftNETCorePlatformsPackageVersion) + $(MicrosoftNETCoreAppVersion) 4.4.0-beta-24913-02 @@ -44,10 +44,10 @@ 4.4.0-beta-24913-02 - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) 4.4.0-beta-24913-02 @@ -56,13 +56,13 @@ 4.4.0-beta-24913-02 - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) 4.4.0-beta-24913-02 - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) 4.4.0-beta-24913-02 @@ -114,4 +114,4 @@ - \ No newline at end of file + diff --git a/tests/src/performance/performance.csproj b/tests/src/performance/performance.csproj index 4c3d2aa..f2c605e 100644 --- a/tests/src/performance/performance.csproj +++ b/tests/src/performance/performance.csproj @@ -23,7 +23,7 @@ $(MicrosoftDiagnosticsTracingTraceEventPackageVersion) - $(MicrosoftNETCorePlatformsPackageVersion) + $(MicrosoftNETCoreAppVersion) 4.4.0-beta-24913-02 @@ -41,7 +41,7 @@ 4.4.0-beta-24913-02 - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) 4.4.0-beta-24913-02 @@ -50,7 +50,7 @@ 4.4.0-beta-24913-02 - $(MicrosoftPrivateCoreFxNETCoreAppPackageVersion) + $(MicrosoftPrivateCoreFxNETCoreAppVersion) 4.4.0-beta-24913-02