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:
authorWes Haggard <Wes.Haggard@microsoft.com>2017-01-17 03:57:53 +0300
committerWes Haggard <Wes.Haggard@microsoft.com>2017-01-17 03:57:53 +0300
commitad4c60bc11a20d8bf965a72df852eed031faa5a6 (patch)
tree2a232e1dcd165278eb97aa1519883ca39338ba21 /external/test-runtime
parent72fa89287ffe5cd810a1ddaddb922db2bae7b788 (diff)
Adds project.json/project.json.template files under external to auto-update list
Diffstat (limited to 'external/test-runtime')
-rw-r--r--external/test-runtime/project.json52
1 files changed, 25 insertions, 27 deletions
diff --git a/external/test-runtime/project.json b/external/test-runtime/project.json
index e4ab7c7b74..87cbc18f94 100644
--- a/external/test-runtime/project.json
+++ b/external/test-runtime/project.json
@@ -1,29 +1,27 @@
{
- "dependencies": {
- "xunit.console.netcore": "1.0.3-prerelease-00921-01",
- "Microsoft.DotNet.BuildTools.TestSuite": "1.0.1-prerelease-01001-04",
- "Microsoft.xunit.netcore.extensions": "1.0.1-prerelease-01001-04",
- "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
- "Microsoft.DotNet.xunit.performance.analysis.cli": "1.0.0-alpha-build0040",
- "Microsoft.DotNet.xunit.performance.runner.cli": "1.0.0-alpha-build0040",
- "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
- "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24728-02",
- "Microsoft.NETCore.TestHost": "1.2.0-beta-24728-02",
- "Newtonsoft.Json": "9.0.1",
- "coveralls.io": "1.4",
- "OpenCover": "4.6.519",
- "ReportGenerator": "2.5.0",
-
- // Supplemental test data
- "System.IO.Compression.TestData": "1.0.4-prerelease",
- "System.IO.Packaging.TestData": "1.0.0-prerelease",
- "System.Security.Cryptography.X509Certificates.TestData": "1.0.2-prerelease",
- "System.Net.TestData": "1.0.0-prerelease",
- },
- "frameworks": {
- "netstandard2.0": {}
- },
- "runtimes": {
- "win7-x64": {}
- }
+ "dependencies": {
+ "xunit.console.netcore": "1.0.3-prerelease-00921-01",
+ "Microsoft.DotNet.BuildTools.TestSuite": "1.0.1-prerelease-01001-04",
+ "Microsoft.xunit.netcore.extensions": "1.0.1-prerelease-01001-04",
+ "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
+ "Microsoft.DotNet.xunit.performance.analysis.cli": "1.0.0-alpha-build0040",
+ "Microsoft.DotNet.xunit.performance.runner.cli": "1.0.0-alpha-build0040",
+ "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
+ "Microsoft.NETCore.Runtime.CoreCLR": "1.2.0-beta-24916-02",
+ "Microsoft.NETCore.TestHost": "1.2.0-beta-24916-02",
+ "Newtonsoft.Json": "9.0.1",
+ "coveralls.io": "1.4",
+ "OpenCover": "4.6.519",
+ "ReportGenerator": "2.5.0",
+ "System.IO.Compression.TestData": "1.0.4-prerelease",
+ "System.IO.Packaging.TestData": "1.0.0-prerelease",
+ "System.Security.Cryptography.X509Certificates.TestData": "1.0.2-prerelease",
+ "System.Net.TestData": "1.0.0-prerelease"
+ },
+ "frameworks": {
+ "netstandard2.0": {}
+ },
+ "runtimes": {
+ "win7-x64": {}
+ }
}