.Net 7 support #592

Closed
opened 2026-01-29 14:40:33 +00:00 by claunia · 5 comments
Owner

Originally created by @dehghani-mehdi on GitHub (Feb 17, 2023).

Could you add .net7.0 to the targets and release the new version?

Originally created by @dehghani-mehdi on GitHub (Feb 17, 2023). Could you add `.net7.0` to the targets and release the new version?
claunia added the question label 2026-01-29 14:40:33 +00:00
Author
Owner

@dehghani-mehdi commented on GitHub (Feb 17, 2023):

I decided to do it myself, so I created a pull request -> #700

@dehghani-mehdi commented on GitHub (Feb 17, 2023): I decided to do it myself, so I created a pull request -> #700
Author
Owner

@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?

@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?
Author
Owner

@dehghani-mehdi commented on GitHub (Feb 17, 2023):

So I can build my .net 7 project

@dehghani-mehdi commented on GitHub (Feb 17, 2023): So I can build my .net 7 project
Author
Owner

@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.

@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.
Author
Owner

@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.

@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.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#592