[PR #690] [MERGED] Bump .NET framework target to net462 #1180

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

📋 Pull Request Information

Original PR: https://github.com/xoofx/markdig/pull/690
Author: @iamcarbon
Created: 1/10/2023
Status: Merged
Merged: 1/14/2023
Merged by: @xoofx

Base: masterHead: net46


📝 Commits (3)

  • 1abc804 Bump .NET framework target to net462
  • 83145a3 Add back missing using statement
  • 641f3fe Remove ArrayHelper

📊 Changes

9 files changed (+38 additions, -71 deletions)

View changed files

📝 src/Markdig.Tests/TestDescendantsOrder.cs (+13 -12)
src/Markdig/Helpers/ArrayHelper.cs (+0 -26)
📝 src/Markdig/Helpers/FastStringWriter.cs (+15 -21)
📝 src/Markdig/Markdig.targets (+2 -4)
📝 src/Markdig/Polyfills/ConcurrentQueue.cs (+1 -1)
📝 src/Markdig/Syntax/ContainerBlock.cs (+1 -1)
📝 src/Markdig/Syntax/Inlines/ContainerInline.cs (+1 -1)
📝 src/Markdig/Syntax/LinkReferenceDefinitionGroup.cs (+1 -1)
📝 src/Markdig/Syntax/MarkdownObjectExtensions.cs (+4 -4)

📄 Description

The final OS distribution supporting .NETFramework 4.5.2 has gone out of support. This bumps the library's minimum .NET Framework target to net 4.6.2.


🔄 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/690 **Author:** [@iamcarbon](https://github.com/iamcarbon) **Created:** 1/10/2023 **Status:** ✅ Merged **Merged:** 1/14/2023 **Merged by:** [@xoofx](https://github.com/xoofx) **Base:** `master` ← **Head:** `net46` --- ### 📝 Commits (3) - [`1abc804`](https://github.com/xoofx/markdig/commit/1abc804228d6e93b5f75fa7884da8dbb90ae1e8b) Bump .NET framework target to net462 - [`83145a3`](https://github.com/xoofx/markdig/commit/83145a323bb2c1dbedd28da2dd65c244e21bdbc0) Add back missing using statement - [`641f3fe`](https://github.com/xoofx/markdig/commit/641f3fe0c18db4d46b34aedb34206a4daf0e66e4) Remove ArrayHelper ### 📊 Changes **9 files changed** (+38 additions, -71 deletions) <details> <summary>View changed files</summary> 📝 `src/Markdig.Tests/TestDescendantsOrder.cs` (+13 -12) ➖ `src/Markdig/Helpers/ArrayHelper.cs` (+0 -26) 📝 `src/Markdig/Helpers/FastStringWriter.cs` (+15 -21) 📝 `src/Markdig/Markdig.targets` (+2 -4) 📝 `src/Markdig/Polyfills/ConcurrentQueue.cs` (+1 -1) 📝 `src/Markdig/Syntax/ContainerBlock.cs` (+1 -1) 📝 `src/Markdig/Syntax/Inlines/ContainerInline.cs` (+1 -1) 📝 `src/Markdig/Syntax/LinkReferenceDefinitionGroup.cs` (+1 -1) 📝 `src/Markdig/Syntax/MarkdownObjectExtensions.cs` (+4 -4) </details> ### 📄 Description The final OS distribution supporting .NETFramework 4.5.2 has gone out of support. This bumps the library's minimum .NET Framework target to net 4.6.2. --- <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:59 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#1180