Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[c#] Be explicit about codegen target dependencies
The MSBuild target `BondCompileCs` depends on the target `BondCodegenCs` to populate the `@_BondCodegenWithDefaultOptions` item. It is currently always running after `BondCompileCs` since it comes after that target in the .targets file. Adding an explicit `DependsOnTargets="BondCodegenCs"` is more robust.
- Loading branch information