You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MonoAOTLLVMCsProj.txt: Add auto-imports for extension props/targets
Automatically import any `$projectName.Mono.props`, and
`$projectName.Mono.targets` files, if found.
- This allows the actual project to control settings for the generated
project, eg, for modifying the build to add a property like
`SelfContained=true`.
Wasm projects have the same extension mechanism in
`src/BenchmarkDotNet/Templates/WasmCsProj.txt` .
0 commit comments