Permalink
Please sign in to comment.
Browse files
Using full versions, update CoreFX dependencies to beta-24328-05.
To fix tests, change dnxcore50 -> netcoreapp1.0 and add test_runtime.
- Loading branch information...
| @@ -0,0 +1,3 @@ | ||
| +{ | ||
| + "projects": [ "./tests/src", "./tests/src/Common" ] | ||
| +} |
| @@ -0,0 +1,27 @@ | ||
| +{ | ||
| + "dependencies": { | ||
| + "Microsoft.NETCore.Targets": "1.0.3-beta-24328-05", | ||
| + "System.Collections.Concurrent": "4.0.13-beta-24328-05", | ||
| + "System.Collections.Immutable": "1.2.1-beta-24328-05", | ||
| + "System.Diagnostics.Tracing": "4.1.1-beta-24328-05", | ||
| + "System.IO.FileSystem.Primitives": "4.0.2-beta-24328-05", | ||
| + "System.Linq": "4.1.1-beta-24328-05", | ||
| + "System.Linq.Expressions": "4.1.1-beta-24328-05", | ||
| + "System.ObjectModel": "4.0.13-beta-24328-05", | ||
| + "System.Reflection.Emit.Lightweight": "4.0.2-beta-24328-05", | ||
| + "System.Reflection.TypeExtensions": "4.1.1-beta-24328-05", | ||
| + "System.Runtime.Numerics": "4.0.2-beta-24328-05", | ||
| + "System.Text.RegularExpressions": "4.2.0-beta-24328-05", | ||
| + "System.Threading": "4.0.12-beta-24328-05", | ||
| + "System.Threading.Overlapped": "4.0.2-beta-24328-05", | ||
| + "System.Threading.Thread": "4.0.1-beta-24328-05", | ||
| + "System.Threading.ThreadPool": "4.0.11-beta-24328-05", | ||
| + "System.Xml.ReaderWriter": "4.1.0-beta-24328-05", | ||
| + "System.Xml.XDocument": "4.0.12-beta-24328-05", | ||
| + "System.Xml.XmlDocument": "4.0.2-beta-24328-05", | ||
| + "System.Xml.XmlSerializer": "4.0.12-beta-24328-05" | ||
| + }, | ||
| + "frameworks": { | ||
| + "netcoreapp1.0": {} | ||
| + } | ||
| +} |
Oops, something went wrong.
0 comments on commit
339823a