Skip to content

Add net 6.0 so that conditional packages can be defined #1479

@thompson-tomo

Description

@thompson-tomo

Is your feature request related to a problem? Please describe.

I want my dependencies to be bringing in only the bare minimum dependencies needed and to achieve this framework references should be used wherever possible

Describe the solution you'd like

A dotnet 6 or net standard 2.1? TFM should be added to the project. The additional TFM will enable the System.Memory Dependency to have a condition placed on thr reference so that it is only added when needed.

Describe alternatives you've considered

Accept additional dependencies

Additional context

This is for v6 release branch

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions