mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-15 05:55:41 +00:00
[PR #690] [MERGED] Bump .NET framework target to net462 #1180
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?
📋 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:
master← Head:net46📝 Commits (3)
1abc804Bump .NET framework target to net46283145a3Add back missing using statement641f3feRemove 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.