{
  "runtimeOptions": {
    // Make the minimal version 1.0, but roll forward to the
    // latest version available on the system.
    "tfm": "netcoreapp1.0",
    "rollForward": "latestMajor",
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "1.0.0-preview.0"
    }
  }
}