diff options
author | Michal Strehovský <michals@microsoft.com> | 2018-01-24 12:21:21 +0100 |
---|---|---|
committer | Michal Strehovský <michals@microsoft.com> | 2018-01-24 12:21:21 +0100 |
commit | 5b5dca3254e968de60524621c10fec3fd5dc3bd0 (patch) | |
tree | c706619a03fd3e0f344484aa3cdfa8a3823aef7c /dir.props | |
parent | 4b97514dded6daf278b34f6bb5154068070d74d5 (diff) | |
download | coreclr-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.props | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |