From 4466f178385c0350bbc8880e8532ad025a42dadf Mon Sep 17 00:00:00 2001 From: Christopher Costa Date: Fri, 17 Feb 2017 10:23:20 -0800 Subject: [PATCH] Remove contraction from property name Commit migrated from https://github.com/dotnet/coreclr/commit/df7e04de090091845944ea0014984c57a8bd79e4 --- .../runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props b/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props index 4363811..3e8ab59 100644 --- a/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props +++ b/src/coreclr/src/.nuget/Microsoft.NETCore.Runtime.CoreCLR/runtime.Linux.Microsoft.NETCore.Runtime.CoreCLR.props @@ -1,13 +1,13 @@ - <_PlatformDoesntSupportNiFiles Condition="'$(Platform)' == 'armel'">true - <_PlatformDoesntSupportNiFiles Condition="'$(PackageTargetRuntime)' == 'ubuntu.14.04-arm'">true - <_PlatformDoesntSupportNiFiles Condition="'$(PackageTargetRuntime)' == 'ubuntu.16.04-arm'">true + <_PlatformDoesNotSupportNiFiles Condition="'$(Platform)' == 'armel'">true + <_PlatformDoesNotSupportNiFiles Condition="'$(PackageTargetRuntime)' == 'ubuntu.14.04-arm'">true + <_PlatformDoesNotSupportNiFiles Condition="'$(PackageTargetRuntime)' == 'ubuntu.16.04-arm'">true - + @@ -15,8 +15,8 @@ - - + + -- 2.7.4