mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Why new versions depends on System.Memory, can it be a single dll? #461
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bnuzhouwei on GitHub (May 6, 2021).
version from 0.19 add new depends System.Memory, While 0.18 and below have no depends, Can remove the depends by only using .NET48 classes?
@xoofx commented on GitHub (May 6, 2021):
Not sure the impact but we want to remove support for .NET Framework at some point. It complicates the maintenance if we need to start to have ifdefs to support .NET FWK, as we have been trying to reduce the number of framework/.NET profiles we are using. So, if you really don't want System.Memory, stay on 0.18, otherwise upgrade.