From c361004efe55f1329776c5ba3656aaec6d696205 Mon Sep 17 00:00:00 2001 From: Viktor Hofer Date: Fri, 1 Nov 2019 10:41:31 +0100 Subject: [PATCH] Use PackageVersion suffix for version properties --- eng/Tools.props | 6 +++--- eng/Versions.props | 17 ++++++++--------- eng/common/PublishToPackageFeed.proj | 4 ++-- eng/helixcorefxtests.proj | 2 +- eng/updateversions.proj | 4 ++-- src/.nuget/Directory.Build.targets | 2 +- src/.nuget/optdata/optdata.csproj | 14 +++++++------- src/.nuget/packaging.props | 2 +- src/tools/runincontext/runincontext.csproj | 2 +- tests/src/Common/CoreFX/CoreFX.csproj | 8 ++++---- .../src/Common/test_runtime/test_runtime.csproj | 2 +- .../benchmark+roslyn/benchmark+roslyn.csproj | 2 +- .../benchmark+serialize.csproj | 2 +- tests/src/JIT/config/benchmark/benchmark.csproj | 2 +- tests/src/helixpublishwitharcade.proj | 2 +- tests/src/performance/performance.csproj | 2 +- tests/src/runtest.proj | 2 +- tests/src/xunitconsolerunner.depproj | 2 +- 18 files changed, 38 insertions(+), 39 deletions(-) diff --git a/eng/Tools.props b/eng/Tools.props index 60feb6772e5a..761afdbf49c9 100644 --- a/eng/Tools.props +++ b/eng/Tools.props @@ -8,8 +8,8 @@ - - - + + + diff --git a/eng/Versions.props b/eng/Versions.props index cd56573778dc..25f8c22fbd1c 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -15,19 +15,18 @@ false - 2.2.0-beta.19463.3 - 1.0.0-beta.19463.3 - 2.5.1-beta.19278.1 - 1.0.0-beta.19463.3 + 2.2.0-beta.19463.3 + 1.0.0-beta.19463.3 + 2.5.1-beta.19278.1 + 1.0.0-beta.19463.3 5.0.0-alpha.1.19531.1 - 5.0.0-alpha.1.19531.1 - 1.0.0-preview7.19326.2 + 5.0.0-alpha.1.19531.1 - 5.0.0-alpha1.19527.2 + 5.0.0-alpha1.19527.2 - 99.99.99-master-20190716.1 - 99.99.99-master-20190716.1 + 99.99.99-master-20190716.1 + 99.99.99-master-20190716.1 5.0.0-alpha1.19413.7 diff --git a/eng/common/PublishToPackageFeed.proj b/eng/common/PublishToPackageFeed.proj index a1b1333723eb..e576ee19e913 100644 --- a/eng/common/PublishToPackageFeed.proj +++ b/eng/common/PublishToPackageFeed.proj @@ -20,7 +20,7 @@ --> - + @@ -78,6 +78,6 @@ - + diff --git a/eng/helixcorefxtests.proj b/eng/helixcorefxtests.proj index 923c7776ce7a..39ce4e50780b 100644 --- a/eng/helixcorefxtests.proj +++ b/eng/helixcorefxtests.proj @@ -8,7 +8,7 @@ - + diff --git a/eng/updateversions.proj b/eng/updateversions.proj index eee0506a708a..2790faedaf1c 100644 --- a/eng/updateversions.proj +++ b/eng/updateversions.proj @@ -2,9 +2,9 @@ - + - + diff --git a/src/.nuget/Directory.Build.targets b/src/.nuget/Directory.Build.targets index 57581f9074bf..5b2d1b23ca34 100644 --- a/src/.nuget/Directory.Build.targets +++ b/src/.nuget/Directory.Build.targets @@ -9,7 +9,7 @@ $(PackagesBinDir)/pkg/ - + @@ -32,13 +32,13 @@ - + - + - + diff --git a/tests/src/Common/test_runtime/test_runtime.csproj b/tests/src/Common/test_runtime/test_runtime.csproj index dbf6db252a49..11b6de392d42 100644 --- a/tests/src/Common/test_runtime/test_runtime.csproj +++ b/tests/src/Common/test_runtime/test_runtime.csproj @@ -11,7 +11,7 @@ true - + diff --git a/tests/src/JIT/config/benchmark+roslyn/benchmark+roslyn.csproj b/tests/src/JIT/config/benchmark+roslyn/benchmark+roslyn.csproj index 3d7ebcf72d16..c46d22dbc9b3 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) - $(MicrosoftNETCorePlatformsVersion) + $(MicrosoftNETCorePlatformsPackageVersion) 4.4.0-beta-24913-02 diff --git a/tests/src/JIT/config/benchmark+serialize/benchmark+serialize.csproj b/tests/src/JIT/config/benchmark+serialize/benchmark+serialize.csproj index d0b51085a44d..26d74f62f10b 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) - $(MicrosoftNETCorePlatformsVersion) + $(MicrosoftNETCorePlatformsPackageVersion) 7.0.1 diff --git a/tests/src/JIT/config/benchmark/benchmark.csproj b/tests/src/JIT/config/benchmark/benchmark.csproj index 530c44846eb8..d301f5dd29dd 100644 --- a/tests/src/JIT/config/benchmark/benchmark.csproj +++ b/tests/src/JIT/config/benchmark/benchmark.csproj @@ -23,7 +23,7 @@ $(MicrosoftDiagnosticsTracingTraceEventPackageVersion) - $(MicrosoftNETCorePlatformsVersion) + $(MicrosoftNETCorePlatformsPackageVersion) 4.4.0-beta-24913-02 diff --git a/tests/src/helixpublishwitharcade.proj b/tests/src/helixpublishwitharcade.proj index 61af68f15648..1f3db8cf7438 100644 --- a/tests/src/helixpublishwitharcade.proj +++ b/tests/src/helixpublishwitharcade.proj @@ -124,7 +124,7 @@ - <_XUnitConsoleRunnerFiles Include="$(NuGetPackageRoot)$(MicrosoftDotNetXUnitConsoleRunnerPackage.ToLower())\$(MicrosoftDotNetXUnitConsoleRunnerVersion)\**\xunit.console.*" /> + <_XUnitConsoleRunnerFiles Include="$(NuGetPackageRoot)$(MicrosoftDotNetXUnitConsoleRunnerPackage.ToLower())\$(MicrosoftDotNetXUnitConsoleRunnerPackageVersion)\**\xunit.console.*" /> diff --git a/tests/src/performance/performance.csproj b/tests/src/performance/performance.csproj index fd937a1bb453..39d3fa55b43c 100644 --- a/tests/src/performance/performance.csproj +++ b/tests/src/performance/performance.csproj @@ -21,7 +21,7 @@ $(MicrosoftDiagnosticsTracingTraceEventPackageVersion) - $(MicrosoftNETCorePlatformsVersion) + $(MicrosoftNETCorePlatformsPackageVersion) 4.4.0-beta-24913-02 diff --git a/tests/src/runtest.proj b/tests/src/runtest.proj index 9f2c2a054687..d163c381c050 100644 --- a/tests/src/runtest.proj +++ b/tests/src/runtest.proj @@ -93,7 +93,7 @@ $(_XunitEpilog) $(XUnitTestBinBase)\$(CategoryWithSlash) - $(MicrosoftNETCoreAppVersion) + $(MicrosoftNETCoreAppPackageVersion) diff --git a/tests/src/xunitconsolerunner.depproj b/tests/src/xunitconsolerunner.depproj index 9afad38da529..a879fd5ba988 100644 --- a/tests/src/xunitconsolerunner.depproj +++ b/tests/src/xunitconsolerunner.depproj @@ -4,6 +4,6 @@ - +