mono / api-doc-tools

.NET Reference API Toolchain
MIT License
68 stars 48 forks source link

[mdoc] Set `RollForward` to `Major` #671

Closed pjcollins closed 1 year ago

pjcollins commented 1 year ago

Context: https://learn.microsoft.com/en-us/dotnet/core/project-sdk/msbuild-props#rollforward

Allows the net6.0 version of mdoc to run against newer dotnet runtime versions, rather than requiring net6.0 to be installed.

pjcollins commented 1 year ago

@huangmin-ms Is there anything else I can do to help get this merged?

huangmin-ms commented 1 year ago

@huangmin-ms Is there anything else I can do to help get this merged?

Sorry for the late response, this PR didn't automatically trigger the CI pipeline, I will take a look next week and merge it if CI pipeline passed.

huangmin-ms commented 1 year ago

/azp run

azure-pipelines[bot] commented 1 year ago
No pipelines are associated with this pull request.
huangmin-ms commented 1 year ago

Per security, we cannot build PR from fork repo, so I created https://github.com/mono/api-doc-tools/pull/673 to trigger PR build. And now build is passed, I will merge this PR.