Skip to content

Conversation

@toddca
Copy link

@toddca toddca commented Jan 11, 2021

No description provided.


<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net452</TargetFrameworks>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NetStandard 2.1 should not be needed - 2.0 is perfectly supported by NetCoreApp 3.1.
However, using NetStandard 2.1 would break compatability with targets like NetCoreApp 2.1, so you might not want to do that.


<PropertyGroup>
<TargetFrameworks>netstandard2.0;net452</TargetFrameworks>
<TargetFrameworks>netstandard2.1;net452</TargetFrameworks>
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NetStandard 2.1 should not be needed - 2.0 is perfectly supported by NetCoreApp 3.1.
However, using NetStandard 2.1 would break compatability with targets like NetCoreApp 2.1, so you might not want to do that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants