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: 167e7dc1f335d8c9a1b6caa85812984f14a470ba (plain)
1
2
3
4
5
6
7
8
9
10
11
{
  "runtimeOptions": {
    "framework": {
      "name": "Microsoft.NETCore.App",
      "version": "1.1.0"
    },
    "configProperties": {
    	"Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
    }
  }
}