summaryrefslogtreecommitdiff
path: root/dir.props
diff options
context:
space:
mode:
authorMichal Strehovský <michals@microsoft.com>2018-01-24 12:21:21 +0100
committerMichal Strehovský <michals@microsoft.com>2018-01-24 12:21:21 +0100
commit5b5dca3254e968de60524621c10fec3fd5dc3bd0 (patch)
treec706619a03fd3e0f344484aa3cdfa8a3823aef7c /dir.props
parent4b97514dded6daf278b34f6bb5154068070d74d5 (diff)
downloadcoreclr-5b5dca3254e968de60524621c10fec3fd5dc3bd0.tar.gz
coreclr-5b5dca3254e968de60524621c10fec3fd5dc3bd0.tar.bz2
coreclr-5b5dca3254e968de60524621c10fec3fd5dc3bd0.zip
Disable the default interface methods feature
This feature is not shipping in 2.1.
Diffstat (limited to 'dir.props')
-rw-r--r--dir.props2
1 files changed, 1 insertions, 1 deletions
diff --git a/dir.props b/dir.props
index a5623ab361..02ac98c330 100644
--- a/dir.props
+++ b/dir.props
@@ -142,7 +142,7 @@
<!-- If true, indicates that this is not an officially supported release -->
<!-- It is important to flip this to false in official release branches -->
<!-- Keep it in sync with PRERELEASE in clrdefinitions.cmake -->
- <IsPrerelease>true</IsPrerelease>
+ <IsPrerelease>false</IsPrerelease>
<!-- This should be kept in sync with package details in src/.nuget/init/project.json -->
<RuntimeIdGraphDefinitionVersion>1.0.2-beta-24224-02</RuntimeIdGraphDefinitionVersion>