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:
authorJose Perez Rodriguez <joperezr@microsoft.com>2016-09-15 20:07:29 +0300
committerJose Perez Rodriguez <joperezr@microsoft.com>2016-09-15 20:07:29 +0300
commit45072da60d79fe60b0a221379bfd6b4fb1e384fa (patch)
tree0536ce8e4a5bfd62b873aca166d076f6ebd270fc /src/System.Private.Xml/tests/Xslt/XslTransformApi
parent336bd785161aa5d70e41be85d77fe0790c8f7eac (diff)
Adding KeepAllProjectReferences to some test projects in order to fix PipeBuild
Diffstat (limited to 'src/System.Private.Xml/tests/Xslt/XslTransformApi')
-rw-r--r--src/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj b/src/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj
index 2c07153686..8ce0c5190c 100644
--- a/src/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj
+++ b/src/System.Private.Xml/tests/Xslt/XslTransformApi/System.Xml.Xsl.XslTransformApi.Tests.csproj
@@ -9,6 +9,7 @@
<AssemblyName>System.Xml.Xsl.XslTransformApi.Tests</AssemblyName>
<RootNamespace>System.Xml.Tests</RootNamespace>
<NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
+ <KeepAllProjectReferences>true</KeepAllProjectReferences>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">