[x86/Linux] Correctly initialize nonVolRegPtrs in LazyMachState::unwindLazyState...
[platform/upstream/coreclr.git] / tests / src / Common / PerfHarness / project.json
1 {
2   "version": "1.0.0-*",
3   "buildOptions": {
4     "debugType": "portable",
5     "emitEntryPoint": true
6   },
7   "dependencies": {},
8   "frameworks": {
9     "netcoreapp1.1": {
10       "dependencies": {
11         "Microsoft.NETCore.App": {
12           "type": "platform",
13           "version": "1.1.0"
14         },
15         "xunit.performance.api": "1.0.0-beta-build0002"
16       }
17     }
18   }
19 }