[PR #591] [MERGED] Drop .netcoreapp2.1 target and cross target .net6.0 #1130

Open
opened 2026-01-29 14:50:07 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/591
Author: @iamcarbon
Created: 1/28/2022
Status: Merged
Merged: 1/30/2022
Merged by: @xoofx

Base: masterHead: net60


📝 Commits (7)

  • c67a802 Drop netcoreapp2.1 target and cross-target net6.0
  • e0961d7 Run benchmarks against net6.0
  • c212f9e Use C# 10
  • b7be61a Remove NETCOREAPP2_1 conditions
  • 13a9c06 Use built-in MemberNotNullAttribute on NET5.0+
  • fbd7d83 Future proof NETCORE pragmas
  • 58de5db Update build note

📊 Changes

5 files changed (+12 additions, -10 deletions)

View changed files

📝 readme.md (+1 -1)
📝 src/Markdig.Benchmarks/Markdig.Benchmarks.csproj (+1 -1)
📝 src/Markdig/Helpers/CharacterMap.cs (+2 -2)
📝 src/Markdig/Markdig.targets (+5 -5)
📝 src/Markdig/Polyfills/NullableAttributes.cs (+3 -1)

📄 Description

.NETCOREAPP2.1 is no longer supported & .NET6.0 will provide us with with 3 years of support.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/xoofx/markdig/pull/591 **Author:** [@iamcarbon](https://github.com/iamcarbon) **Created:** 1/28/2022 **Status:** ✅ Merged **Merged:** 1/30/2022 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `net60` --- ### 📝 Commits (7) - [`c67a802`](https://github.com/xoofx/markdig/commit/c67a802e6963ec8b456573d488b7c2b8e60086e7) Drop netcoreapp2.1 target and cross-target net6.0 - [`e0961d7`](https://github.com/xoofx/markdig/commit/e0961d7e86bd9cf18100e43281fad299aa303610) Run benchmarks against net6.0 - [`c212f9e`](https://github.com/xoofx/markdig/commit/c212f9efa891ee9f2911fae35b63b1cabbf71c64) Use C# 10 - [`b7be61a`](https://github.com/xoofx/markdig/commit/b7be61a9147b7bb0589104f625527756f6ce9e0e) Remove NETCOREAPP2_1 conditions - [`13a9c06`](https://github.com/xoofx/markdig/commit/13a9c066f77327352497f62793e09836cb1eab6f) Use built-in MemberNotNullAttribute on NET5.0+ - [`fbd7d83`](https://github.com/xoofx/markdig/commit/fbd7d83cdac77bf3b3ee184cf6b80f9ce631ed1e) Future proof NETCORE pragmas - [`58de5db`](https://github.com/xoofx/markdig/commit/58de5dbceaaf8f47112c839bd5ba7efc8632517f) Update build note ### 📊 Changes **5 files changed** (+12 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `readme.md` (+1 -1) 📝 `src/Markdig.Benchmarks/Markdig.Benchmarks.csproj` (+1 -1) 📝 `src/Markdig/Helpers/CharacterMap.cs` (+2 -2) 📝 `src/Markdig/Markdig.targets` (+5 -5) 📝 `src/Markdig/Polyfills/NullableAttributes.cs` (+3 -1) </details> ### 📄 Description .NETCOREAPP2.1 is no longer supported & .NET6.0 will provide us with with 3 years of support. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 14:50:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1130