summaryrefslogtreecommitdiff
path: root/tests/src/managed
diff options
context:
space:
mode:
authorDavis Goodin <dagood@microsoft.com>2016-07-26 15:42:20 -0500
committerDavis Goodin <dagood@microsoft.com>2016-07-29 12:19:10 -0500
commit339823ac081a4314b790e52cafcd664dc9591468 (patch)
tree4df8acf435e473274e7e5548bddb32f3db317ed6 /tests/src/managed
parentf09a1f3a0d6e2654f546acd9cedfb9baa2267819 (diff)
downloadcoreclr-339823ac081a4314b790e52cafcd664dc9591468.tar.gz
coreclr-339823ac081a4314b790e52cafcd664dc9591468.tar.bz2
coreclr-339823ac081a4314b790e52cafcd664dc9591468.zip
Using full versions, update CoreFX dependencies to beta-24328-05.
To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime.
Diffstat (limited to 'tests/src/managed')
-rw-r--r--tests/src/managed/Compilation/project.json48
1 files changed, 26 insertions, 22 deletions
diff --git a/tests/src/managed/Compilation/project.json b/tests/src/managed/Compilation/project.json
index 82b3fd4300..0ac531059f 100644
--- a/tests/src/managed/Compilation/project.json
+++ b/tests/src/managed/Compilation/project.json
@@ -1,31 +1,35 @@
{
"dependencies": {
"Microsoft.CodeAnalysis.Compilers": "1.1.1",
- "Microsoft.NETCore.Platforms": "1.0.1-rc3-24117-00",
- "System.Collections": "4.0.10",
- "System.Collections.Concurrent": "4.0.10",
- "System.Collections.Immutable": "1.1.37",
- "System.Console": "4.0.0-rc3-24117-00",
- "System.Dynamic.Runtime": "4.0.11-rc3-24117-00",
- "System.IO": "4.0.10",
- "System.IO.FileSystem": "4.0.1-rc3-24117-00",
- "System.IO.FileSystem.Primitives": "4.0.0",
- "System.Linq": "4.1.0-rc3-24117-00",
- "System.Runtime": "4.1.0-rc3-24117-00",
- "System.Runtime.Extensions": "4.0.10",
- "System.Runtime.Handles": "4.0.0",
- "System.Text.Encoding": "4.0.10",
- "System.Threading": "4.0.10",
- "System.Threading.Overlapped": "4.0.0",
- "System.Threading.Tasks": "4.0.10",
- "System.Threading.Tasks.Parallel": "4.0.0",
- "System.Threading.ThreadPool": "4.0.10-rc3-24117-00",
- "System.Security.Cryptography.Algorithms": "4.2.0-rc3-24117-00"
+ "Microsoft.NETCore.Platforms": "1.0.2-beta-24328-05",
+ "System.Collections": "4.0.12-beta-24328-05",
+ "System.Collections.Concurrent": "4.0.13-beta-24328-05",
+ "System.Collections.Immutable": "1.2.1-beta-24328-05",
+ "System.Console": "4.0.1-beta-24328-05",
+ "System.Dynamic.Runtime": "4.0.12-beta-24328-05",
+ "System.IO": "4.1.1-beta-24328-05",
+ "System.IO.FileSystem": "4.0.2-beta-24328-05",
+ "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05",
+ "System.Linq": "4.1.1-beta-24328-05",
+ "System.Runtime": "4.1.1-beta-24328-05",
+ "System.Runtime.Extensions": "4.1.1-beta-24328-05",
+ "System.Runtime.Handles": "4.0.2-beta-24328-05",
+ "System.Text.Encoding": "4.0.12-beta-24328-05",
+ "System.Threading": "4.0.12-beta-24328-05",
+ "System.Threading.Overlapped": "4.0.2-beta-24328-05",
+ "System.Threading.Tasks": "4.0.12-beta-24328-05",
+ "System.Threading.Tasks.Parallel": "4.0.2-beta-24328-05",
+ "System.Threading.ThreadPool": "4.0.11-beta-24328-05",
+ "System.Security.Cryptography.Algorithms": "4.2.1-beta-24328-05",
+ "test_runtime": {
+ "target": "project",
+ "exclude": "compile"
+ }
},
"frameworks": {
- "dnxcore50": {
+ "netcoreapp1.0": {
"imports": [
- "netstandard1.6",
+ "netcoreapp1.0",
"portable-net45+win8"
]
}