mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
.Net 7 support #592
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 @dehghani-mehdi on GitHub (Feb 17, 2023).
Could you add
.net7.0to the targets and release the new version?@dehghani-mehdi commented on GitHub (Feb 17, 2023):
I decided to do it myself, so I created a pull request -> #700
@MihaZupan commented on GitHub (Feb 17, 2023):
While we don't mind newer versions, what does just bumping the TFM in a library get you?
@dehghani-mehdi commented on GitHub (Feb 17, 2023):
So I can build my .net 7 project
@MihaZupan commented on GitHub (Feb 17, 2023):
You can target Markdig from a .Net 7 project.
You'll end up using the 6.0 build of the library, which will work just as well as a 7.0 one would, since there are no platform specific changes made in Markdig between them.
@xoofx commented on GitHub (Feb 17, 2023):
Agreed with @MihaZupan, Markdig is supporting net6.0 which is compatible with net7.0. There is no need to provide a net7.0 version today as we are not using any new features introduced in net7.0.