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
* Fix mono aot build
Issue: dotnet/BenchmarkDotNet#2311
- Use the extension props file to set `SelfContained=true` for the
autogenerated project. This allows the project to have all the
dependencies in the output folder, as required for AOT.
- Latest BDN copies the `PackageReferences` from
`MicroBenchmarks.csproj` to the generated project.
- but it does not copy the version property, thus breaking the build.
- Move the version property to a Common.props, so it can be used by
the main MicroBenchmarks.csproj, and the autogenerated project.
* MicroBenchmarks.Mono.props - remove SelfContained=true as it has been moved to the template project in BDN
0 commit comments