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-29 04:30:50 +0300
committersepidehMS <sekho@microsoft.com>2016-11-01 04:30:53 +0300
commitc114988b128a62395c6c471971a12a05a59372ee (patch)
treed50a254e9bb99fe4fec4e5905dbbfd9074942a8d /src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
parentca6552c4f34b0887bdcdf6a95e5216f4e8739112 (diff)
Add remaining System.Xml.Linq members
Diffstat (limited to 'src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj')
-rw-r--r--src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj b/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
index 71c6dd6518..b3605a5dbc 100644
--- a/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
+++ b/src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj
@@ -7,7 +7,7 @@
<ProjectGuid>{10EFE488-FAB4-43DA-847D-FF057BFF52AC}</ProjectGuid>
<OutputType>Library</OutputType>
<AssemblyName>System.Xml.Linq.TreeManipulation.Tests</AssemblyName>
- <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
+ <NuGetTargetMoniker>.NETStandard,Version=v1.7</NuGetTargetMoniker>
<RootNamespace>XLinqTests</RootNamespace>
</PropertyGroup>
<!-- Default configurations to help VS understand the configurations -->
@@ -55,12 +55,16 @@
<Compile Include="XNodeSequenceRemove.cs" />
<Compile Include="XElementChangedNotificationTests.cs" />
</ItemGroup>
+ <ItemGroup Condition="'$(TargetGroup)' == ''">
+ <Compile Include="SaveWithFileName.cs" />
+ </ItemGroup>
<ItemGroup>
<ProjectReference Include="$(CommonTestPath)\System\Xml\ModuleCore\ModuleCore.csproj" />
<ProjectReference Include="$(CommonTestPath)\System\Xml\XmlCoreTest\XmlCoreTest.csproj" />
<ProjectReference Include="$(CommonTestPath)\System\Xml\XmlDiff\XmlDiff.csproj" />
<ProjectReference Include="..\XDocument.Common\XDocument.Common.csproj" />
<ProjectReference Include="..\XDocument.Test.ModuleCore\XDocument.Test.ModuleCore.csproj" />
+ <ProjectReference Include="..\..\..\System.Xml.XDocument\pkg\System.Xml.XDocument.pkgproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />