mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Remove NETCOREAPP2_1 conditions
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
|
||||
namespace System.Diagnostics.CodeAnalysis
|
||||
{
|
||||
#if !NETCORE || NETCOREAPP2_1
|
||||
#if !NETCORE
|
||||
internal sealed class DoesNotReturnAttribute : Attribute { }
|
||||
|
||||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false)]
|
||||
|
||||
Reference in New Issue
Block a user