project.json 2.6 KB
Newer Older
1 2
{
  "dependencies": {
3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
    "Microsoft.NETCore.Portable.Compatibility": "1.0.1-rc3-24011-00",
    "Microsoft.NETCore.Platforms": "1.0.1-rc3-24011-00",
    "Microsoft.NETCore.Runtime.CoreCLR": "1.0.2-rc3-24011-00",
    "Microsoft.NETCore.TestHost": "1.0.0-rc3-24011-00",
    "System.AppContext": "4.1.0-rc3-24011-00",
    "System.Collections": "4.0.11-rc3-24011-00",
    "System.Collections.Concurrent": "4.0.12-rc3-24011-00",
    "System.Collections.Immutable": "1.2.0-rc3-24011-00",
    "System.Console": "4.0.0-rc3-24011-00",
    "System.Diagnostics.Debug": "4.0.11-rc3-24011-00",
    "System.Diagnostics.FileVersionInfo": "4.0.0-rc3-24011-00",
    "System.Diagnostics.Process": "4.1.0-rc3-24011-00",
    "System.Diagnostics.StackTrace": "4.0.1-rc3-24011-00",
    "System.Diagnostics.Tools": "4.0.1-rc3-24011-00",
    "System.Dynamic.Runtime": "4.0.11-rc3-24011-00",
    "System.Globalization": "4.0.11-rc3-24011-00",
    "System.IO.FileSystem": "4.0.1-rc3-24011-00",
    "System.IO.FileSystem.Primitives": "4.0.1-rc3-24011-00",
    "System.IO.FileSystem.Watcher": "4.0.0-rc3-24011-00",
    "System.IO.Pipes": "4.0.0-rc3-24011-00",
    "System.Linq": "4.1.0-rc3-24011-00",
    "System.Linq.Expressions": "4.0.11-rc3-24011-00",
    "System.Net.NameResolution": "4.0.0-rc3-24011-00",
    "System.Net.Sockets": "4.1.0-rc3-24011-00",
    "System.Reflection": "4.1.0-rc3-24011-00",
    "System.Reflection.Primitives": "4.0.1-rc3-24011-00",
    "System.Resources.ResourceManager": "4.0.1-rc3-24011-00",
    "System.Runtime": "4.1.0-rc3-24011-00",
    "System.Runtime.Extensions": "4.1.0-rc3-24011-00",
    "System.Runtime.Handles": "4.0.1-rc3-24011-00",
    "System.Runtime.InteropServices": "4.1.0-rc3-24011-00",
    "System.Runtime.Loader": "4.0.0-rc3-24011-00",
    "System.Runtime.Numerics": "4.0.1-rc3-24011-00",
    "System.Security.Cryptography.Algorithms": "4.1.0-rc3-24011-00",
    "System.Security.Cryptography.Encoding": "4.0.0-rc3-24011-00",
    "System.Security.Cryptography.X509Certificates": "4.1.0-rc3-24011-00",
    "System.Text.Encoding": "4.0.11-rc3-24011-00",
    "System.Text.Encoding.CodePages": "4.0.1-rc3-24011-00",
    "System.Text.Encoding.Extensions": "4.0.11-rc3-24011-00",
    "System.Threading": "4.0.11-rc3-24011-00",
    "System.Threading.Tasks": "4.0.11-rc3-24011-00",
    "System.Threading.Tasks.Parallel": "4.0.1-rc3-24011-00",
    "System.Threading.Thread": "4.0.0-rc3-24011-00",
    "System.Xml.ReaderWriter": "4.0.11-rc3-24011-00",
    "System.Xml.XDocument": "4.0.11-rc3-24011-00",
    "System.Xml.XmlDocument": "4.0.1-rc3-24011-00",
    "System.Xml.XPath.XDocument": "4.0.1-rc3-24011-00"
50 51 52 53 54 55 56
  },
  "frameworks": {
    "dnxcore50": {
      "imports": "portable-net452"
    }
  }
}