mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-13 13:54:56 +00:00
[PR #692] [CLOSED] chore: Remove .net452 as it is unsupported #1187
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/692
Author: @linkdotnet
Created: 1/14/2023
Status: ❌ Closed
Base:
master← Head:feat/drop-net452📝 Commits (2)
4030d31chore: Remove .net452 as it is unsupportede346d7fchore: use using📊 Changes
10 files changed (+43 additions, -80 deletions)
View changed files
📝
src/Markdig.Tests/Specs/GridTableSpecs.generated.cs(+22 -19)📝
src/Markdig.Tests/TestDescendantsOrder.cs(+13 -13)➖
src/Markdig/Helpers/ArrayHelper.cs(+0 -26)📝
src/Markdig/Helpers/FastStringWriter.cs(+0 -4)📝
src/Markdig/Markdig.targets(+1 -7)📝
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 -5)📝
src/Markdig/Syntax/MarkdownObjectExtensions.cs(+3 -3)📄 Description
This PR removes the support for
.net452, which has been unsupported since April 2022.There was also a comment in the targets-file:
I guess we are also past that date.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.