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
diff options
context:
space:
mode:
authorsepidehMS <sekho@microsoft.com>2016-10-21 02:30:31 +0300
committersepidehMS <sekho@microsoft.com>2016-10-24 23:21:21 +0300
commitcb2cdc4df591420bd4731382289309947353f76b (patch)
tree3051ea1d2ba43c7fea1052336425d07bb30686d2 /src/System.Composition.Convention
parent41c4b4a13f76aa3d4b34a34944cadfa459255349 (diff)
Remove KeepAllProjectReferences=true from test projects
Diffstat (limited to 'src/System.Composition.Convention')
-rw-r--r--src/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj b/src/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj
index 00e6f5de88..b8a8a5f2d7 100644
--- a/src/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj
+++ b/src/System.Composition.Convention/tests/System.Composition.Convention.Tests.csproj
@@ -5,8 +5,6 @@
<ProjectGuid>{853BB14F-8A5B-42B4-A053-21DE1AEBB335}</ProjectGuid>
<RootNamespace>ConventionsUnitTests</RootNamespace>
<AssemblyName>System.Composition.Convention.Tests</AssemblyName>
- <!-- Don't allow project reference to package dependency conversion -->
- <KeepAllProjectReferences>true</KeepAllProjectReferences>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'" />
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'" />