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.Threading.Timer/tests
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.Threading.Timer/tests')
-rw-r--r--src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj3
-rw-r--r--src/System.Threading.Timer/tests/project.json31
2 files changed, 0 insertions, 34 deletions
diff --git a/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj b/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
index 184d176d07..3512818d4c 100644
--- a/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
+++ b/src/System.Threading.Timer/tests/System.Threading.Timer.Tests.csproj
@@ -25,8 +25,5 @@
<ItemGroup>
<ProjectReference Include="..\pkg\System.Threading.Timer.pkgproj"/>
</ItemGroup>
- <ItemGroup>
- <None Include="project.json" />
- </ItemGroup>
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), dir.targets))\dir.targets" />
</Project>
diff --git a/src/System.Threading.Timer/tests/project.json b/src/System.Threading.Timer/tests/project.json
deleted file mode 100644
index d7e45441e5..0000000000
--- a/src/System.Threading.Timer/tests/project.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "dependencies": {
- "Microsoft.NETCore.Platforms": "1.2.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.Text.RegularExpressions": "4.4.0-beta-24617-03",
- "System.Threading.Tasks": "4.4.0-beta-24617-03",
- "System.Threading.Timer": "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.7": {},
- "netstandard1.3": {}
- },
- "supports": {
- "coreFx.Test.netcore50": {},
- "coreFx.Test.netcoreapp1.1": {},
- "coreFx.Test.netcoreapp1.0": {},
- "coreFx.Test.net46": {},
- "coreFx.Test.net461": {},
- "coreFx.Test.net462": {},
- "coreFx.Test.net463": {}
- }
-}