summaryrefslogtreecommitdiff
path: root/dir.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.props
parent420884ff6f4244f0e6ca8c5cfc2f59a708d89379 (diff)
downloadcoreclr-34805dc3852ba218fcfd695bc0b9eb996860e025.tar.gz
coreclr-34805dc3852ba218fcfd695bc0b9eb996860e025.tar.bz2
coreclr-34805dc3852ba218fcfd695bc0b9eb996860e025.zip
Use Arcade for native versioning (#24785)
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props6
1 files changed, 0 insertions, 6 deletions
diff --git a/dir.props b/dir.props
index e93c9f516b..50af3a30ce 100644
--- a/dir.props
+++ b/dir.props
@@ -12,12 +12,6 @@
<DebugType Condition="'$(DebugType)' == ''">Portable</DebugType>
</PropertyGroup>
- <!-- Version numbers for native binaries -->
- <PropertyGroup>
- <MajorVersion>$(NativeMajorVersion)</MajorVersion>
- <MinorVersion>$(NativeMinorVersion)</MinorVersion>
- </PropertyGroup>
-
<!--
Switching to the .NET Core version of the BuildTools tasks seems to break numerous scenarios, such as VS intellisense and resource designer
as well as running the build on mono. Until we can get these sorted out we will continue using the .NET 4.5 version of the tasks.