From 754e32b576a3745ac954b1cb659b109b80c73e59 Mon Sep 17 00:00:00 2001 From: Rob Janssen Date: Wed, 28 Dec 2022 03:37:33 +0100 Subject: [PATCH] Add netstandard2.0 target framework --- IdGen/IdGen.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IdGen/IdGen.csproj b/IdGen/IdGen.csproj index 3573672..caab7cb 100644 --- a/IdGen/IdGen.csproj +++ b/IdGen/IdGen.csproj @@ -1,7 +1,7 @@  - netstandard1.1 + netstandard1.1;netstandard2.0 RobIII Devcorner.nl IdGen @@ -47,4 +47,4 @@ runtime; build; native; contentfiles; analyzers; buildtransitive - \ No newline at end of file +