We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Update the target framework monikers (TFMs) for the SDK and test projects:
netstandard2.0;netstandard2.1;net5.0
netstandard2.0;netstandard2.1;net8.0;net10.0
net8.0
net8.0;net10.0
Dropping net5.0 is a breaking change for consumers who still target that framework.
net5.0
Summary
Update the target framework monikers (TFMs) for the SDK and test projects:
netstandard2.0;netstandard2.1;net5.0→netstandard2.0;netstandard2.1;net8.0;net10.0net8.0→net8.0;net10.0Motivation
Breaking Change
Dropping
net5.0is a breaking change for consumers who still target that framework.