{
  "frameworks": {
    "netcoreapp1.0": {
      "imports": [
        "portable-net45+wp80+win8+wpa81+dnxcore50",
        "portable-dnxcore50+net45+win8+wp8+wpa81"
      ],
      "dependencies": {
        "System.Runtime": "4.1.0",
        "System.Dynamic.Runtime": "4.0.11",
        "System.Linq": "4.1.0",
        "System.Linq.Expressions": "4.1.0",
        "Microsoft.CSharp": "4.0.1",
        "System.Data.Common": "4.1.0",
        "System.Runtime.Loader": "4.0.0",
        "System.Reflection": "4.1.0",
        "System.Console": "4.0.0",
        "Newtonsoft.Json": "9.0.1",
        "System.Reflection.TypeExtensions": "4.1.0",
        "Microsoft.Extensions.DependencyModel": "1.0.0",
        "Microsoft.AspNetCore.Server.Kestrel": "1.0.0",
        "Microsoft.NETCore.App": {
          "type": "platform",
          "version": "1.0.0"
        },
        "Edge.js": "6.5.1",
        "Edge.js.CSharp": "1.2.0",
        "System.Xml.XmlSerializer": "4.0.11",
        "System.Xml.ReaderWriter": "4.0.11"
      }
    }
  },

  "buildOptions": {
    "emitEntryPoint": true,
    "preserveCompilationContext": true,
    "compile": {
      "exclude": ["double/**/*.cs", "hello_class.cs"]
    }
  }
}
