chore(Abstraktion.Attribute): Unterstützung für .net framework 4.6.2 hinzufügen

This commit is contained in:
Developer 02
2025-05-20 16:39:19 +02:00
parent 8fc23b0055
commit a54ec39df7
2 changed files with 20 additions and 4 deletions

View File

@@ -1,4 +1,8 @@
namespace DigitalData.EmailProfilerDispatcher.Abstraction.Attributes
#if NETFRAMEWORK
using System;
#endif
namespace DigitalData.EmailProfilerDispatcher.Abstraction.Attributes
{
[AttributeUsage(AttributeTargets.Property)]
public class TemplatePlaceholderAttribute : Attribute