target netstandard2.0 for Pilz.Configuration

This commit is contained in:
Pilzinsel64
2025-10-16 07:31:24 +02:00
parent 98e9076f1b
commit cfdb31fe80
3 changed files with 22 additions and 10 deletions

View File

@@ -2,5 +2,7 @@
public interface ISettingsIdentifier
{
#if NET8_0_OR_GREATER
static abstract string Identifier { get; }
#endif
}