From 61246de6a767dcd17c427a2627412e6ac2b1dca2 Mon Sep 17 00:00:00 2001 From: Henk Mollema Date: Wed, 17 Jan 2024 17:41:46 +0100 Subject: [PATCH] Only include System.ComponentModel.Annotations on .NET Standard 2.0 TFM --- src/Dommel/Dommel.csproj | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/Dommel/Dommel.csproj b/src/Dommel/Dommel.csproj index 5593c46..a8925ce 100644 --- a/src/Dommel/Dommel.csproj +++ b/src/Dommel/Dommel.csproj @@ -7,7 +7,9 @@ - + + +