summaryrefslogtreecommitdiff
path: root/dir.common.props
diff options
context:
space:
mode:
authorElinor Fung <47805090+elinor-fung@users.noreply.github.com>2019-05-28 18:46:08 -0700
committerGitHub <noreply@github.com>2019-05-28 18:46:08 -0700
commit34805dc3852ba218fcfd695bc0b9eb996860e025 (patch)
treeba9fc69cc66a238cd37ba899dd5d6e15367e69ab /dir.common.props
parent420884ff6f4244f0e6ca8c5cfc2f59a708d89379 (diff)
downloadcoreclr-34805dc3852ba218fcfd695bc0b9eb996860e025.tar.gz
coreclr-34805dc3852ba218fcfd695bc0b9eb996860e025.tar.bz2
coreclr-34805dc3852ba218fcfd695bc0b9eb996860e025.zip
Use Arcade for native versioning (#24785)
Diffstat (limited to 'dir.common.props')
-rw-r--r--dir.common.props12
1 files changed, 0 insertions, 12 deletions
diff --git a/dir.common.props b/dir.common.props
index ba226cfc9b..7549c191ca 100644
--- a/dir.common.props
+++ b/dir.common.props
@@ -63,18 +63,6 @@
<PackagesBinDir Condition="'$(__PackagesBinDir)'==''">$(BinDir).nuget\</PackagesBinDir>
</PropertyGroup>
- <!-- Version numbers for native binaries and build version props file
- [ARCADE REMOVE] These properties can be removed once native binaries use Arcade versioning
- They are included in common for packaging, which is onboarded to Arcade, but uses the version
- numbers for native binaries for some outputs. -->
- <PropertyGroup>
- <NativeMajorVersion>4</NativeMajorVersion>
- <NativeMinorVersion>6</NativeMinorVersion>
-
- <!-- Explicitly set BuildVersionFile. This is used by BuildVersion.targets in BuildTools. -->
- <BuildVersionFile Condition="'$(OfficialBuildId)' != ''">$(RootBinDir)obj\BuildVersion-$(OfficialBuildId).props</BuildVersionFile>
- </PropertyGroup>
-
<PropertyGroup>
<!-- Central place to set the versions of all nuget packages produced in the repo -->
<PackageVersion Condition="'$(PackageVersion)' == ''">3.0.0</PackageVersion>