summaryrefslogtreecommitdiff
path: root/tests/src/Common/external/project.json
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-02-22 12:35:27 -0800
committerwtgodbe <wigodbe@microsoft.com>2017-03-13 15:30:19 -0700
commit5fc26e331934ea3e920103de8cb4161d2ff0ba6e (patch)
tree13a59e3bea093605bb509ac719002430140bc3dc /tests/src/Common/external/project.json
parent98c0edfa07dc47e2ae4c7d785d3dd122f430bfc8 (diff)
downloadcoreclr-5fc26e331934ea3e920103de8cb4161d2ff0ba6e.tar.gz
coreclr-5fc26e331934ea3e920103de8cb4161d2ff0ba6e.tar.bz2
coreclr-5fc26e331934ea3e920103de8cb4161d2ff0ba6e.zip
Pick up new CoreFX packages and abandon old ones
Diffstat (limited to 'tests/src/Common/external/project.json')
-rw-r--r--tests/src/Common/external/project.json24
1 files changed, 24 insertions, 0 deletions
diff --git a/tests/src/Common/external/project.json b/tests/src/Common/external/project.json
new file mode 100644
index 0000000000..5c0e636c04
--- /dev/null
+++ b/tests/src/Common/external/project.json
@@ -0,0 +1,24 @@
+{
+ "dependencies": {
+ "Microsoft.CodeAnalysis.Compilers": "1.1.1",
+ "Microsoft.DotNet.xunit.performance": "1.0.0-alpha-build0040",
+ "Microsoft.DotNet.xunit.performance.analysis": "1.0.0-alpha-build0040",
+ "Microsoft.DotNet.xunit.performance.runner.Windows": "1.0.0-alpha-build0040",
+ "Newtonsoft.Json": "9.0.1",
+ "xunit": "2.2.0-beta2-build3300",
+ "xunit.console.netcore": "1.0.2-prerelease-00177",
+ "xunit.runner.utility": "2.2.0-beta2-build3300"
+ },
+ "frameworks": {
+ "netcoreapp1.1": {
+ "imports": [
+ "dnxcore50",
+ "portable-net45+win8"
+ ]
+ }
+ },
+ "runtimes": {
+ "win7-x86": {},
+ "win7-x64": {}
+ }
+} \ No newline at end of file