Welcome to mirror list, hosted at ThFree Co, Russian Federation.

MSBuild.runtimeconfig.json « Tools-Override - github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 59e0f418f820c2f3c7038cb374bfd1c19893d0af (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "runtimeOptions": {
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "2.0.0-preview1-001913-00"
    },
    "configProperties": {
      "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
    }
  }
}