Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlex Perovich <alperovi@microsoft.com>2017-04-20 02:01:19 +0300
committerGitHub <noreply@github.com>2017-04-20 02:01:19 +0300
commitddac822687e0321ee31391dddf838773daa7e4a5 (patch)
treeb881f7ddb83993a0311d8a513188cefbf100091d /src
parent03691e62e92c73bc0fe511c25723bee70bedffc3 (diff)
Remove unneeded property (#18641)
This property is causing many test failures. The wrong assembly was being included in the ILC input folder
Diffstat (limited to 'src')
-rw-r--r--src/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj b/src/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj
index d01c842d9f..2360412d2a 100644
--- a/src/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj
+++ b/src/System.Dynamic.Runtime/src/System.Dynamic.Runtime.csproj
@@ -6,8 +6,6 @@
<AssemblyName>System.Dynamic.Runtime</AssemblyName>
<RootNamespace>System.Dynamic.Runtime</RootNamespace>
<IsPartialFacadeAssembly>true</IsPartialFacadeAssembly>
- <!-- Disable binplacing for now since we need to use the uapaot version of this assembly -->
- <BinPlaceILCInputFolder>false</BinPlaceILCInputFolder>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'netcoreapp-Debug|AnyCPU'" />