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:
authorKarthik Rajasekaran <karajas@microsoft.com>2016-09-17 02:13:51 +0300
committerKarthik Rajasekaran <karajas@microsoft.com>2016-10-18 21:39:53 +0300
commit654f5548f946659c694d110a4bbce8aa33f1a7a1 (patch)
treec5f706b77c05f5adbfd04947cef31b09a1bff604 /src/System.Private.Xml.Linq/tests/TreeManipulation
parent51663dadffc89d147d10e2f25eff210e6732a138 (diff)
Combine test dependencies into a common project.json.
Restore this common project.json upfront to improve sync time and avoid download contention from nuget.
Diffstat (limited to 'src/System.Private.Xml.Linq/tests/TreeManipulation')
-rw-r--r--src/System.Private.Xml.Linq/tests/TreeManipulation/System.Xml.Linq.TreeManipulation.Tests.csproj3
-rw-r--r--src/System.Private.Xml.Linq/tests/TreeManipulation/project.json34
2 files changed, 0 insertions, 37 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 f3583f0618..8f64145460 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
@@ -67,8 +67,5 @@
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
- <ItemGroup>
- <None Include="project.json" />
- </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project> \ No newline at end of file
diff --git a/src/System.Private.Xml.Linq/tests/TreeManipulation/project.json b/src/System.Private.Xml.Linq/tests/TreeManipulation/project.json
deleted file mode 100644
index 4ff330d9fa..0000000000
--- a/src/System.Private.Xml.Linq/tests/TreeManipulation/project.json
+++ /dev/null
@@ -1,34 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.0-beta-24617-03",
- "System.Collections": "4.4.0-beta-24617-03",
- "System.Collections.NonGeneric": "4.4.0-beta-24617-03",
- "System.IO": "4.4.0-beta-24617-03",
- "System.Linq": "4.4.0-beta-24617-03",
- "System.Linq.Expressions": "4.4.0-beta-24617-03",
- "System.ObjectModel": "4.4.0-beta-24617-03",
- "System.Runtime": "4.4.0-beta-24617-03",
- "System.Runtime.Extensions": "4.4.0-beta-24617-03",
- "System.Text.Encoding": "4.4.0-beta-24617-03",
- "System.Threading.Tasks": "4.4.0-beta-24617-03",
- "System.Xml.ReaderWriter": "4.4.0-beta-24617-03",
- "System.Xml.XDocument": "4.4.0-beta-24617-03",
- "test-runtime": {
- "target": "project",
- "exclude": "compile"
- },
- "Microsoft.xunit.netcore.extensions": "1.0.0-prerelease-00830-02",
- "Microsoft.DotNet.BuildTools.TestSuite": "1.0.0-prerelease-00830-02"
- },
- "frameworks": {
- "netstandard1.3": {}
- },
- "supports": {
- "coreFx.Test.netcore50": {},
- "coreFx.Test.netcoreapp1.0": {},
- "coreFx.Test.net46": {},
- "coreFx.Test.net461": {},
- "coreFx.Test.net462": {},
- "coreFx.Test.net463": {}
- }
-}