Fix unset ZapRelocationType for fixup (#18589)
[platform/upstream/coreclr.git] / Tools / MSBuild.runtimeconfig.json
1 {
2   "runtimeOptions": {
3     "framework": {
4       "name": "Microsoft.NETCore.App",
5       "version": "2.0.3"
6     },
7     "configProperties": {
8       "Microsoft.NETCore.DotNetHostPolicy.SetAppPaths": true
9     }
10   }
11 }