Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails unless .NET Core 2.1 is installed #20

Closed
rdeago opened this issue Oct 6, 2020 · 0 comments · Fixed by #21
Closed

Build fails unless .NET Core 2.1 is installed #20

rdeago opened this issue Oct 6, 2020 · 0 comments · Fixed by #21
Assignees
Labels
bug [issue/PR] reports / solves a bug.

Comments

@rdeago
Copy link
Member

rdeago commented Oct 6, 2020

Description

Version: 1.2.1

ExportAnnotations requires .NET Core 2.1. If only .NET Core 3.1 (or .NET 5) is installed on a machine, as it is common on CI servers, builds will fail.

It happens with this PR, for example: Tenacom/Cecil.XmlDocNames#11

Configuration

Any machine without .NET Core 2.1 (or 2.2, although this one is out of support) will behave as described above.

Regression?

Not a regression.

Other information

We should probably take a hint from Microsoft.Build.Artifacts as to which TFMs to support and how to choose the right binary to use in a build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [issue/PR] reports / solves a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant