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
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.
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.
The text was updated successfully, but these errors were encountered: