How can I get Liquid Data Mapper to target .Net 8 not .Net Framework 4.6?

1 week ago 7
ARTICLE AD BOX

When I generate a data mapper library using Liquid Data Mapper it always binds to .Net 4.6, but I need it to target .Net 8.

How can I change this functionality?

My source is a CSV file and my target is an XML document, but I assume the issue applies to all transforms.

Read Entire Article