From 888bb1614e0f8d2e311e6d8b3b0bf77f9c1d485d Mon Sep 17 00:00:00 2001 From: pierre-irrmann Date: Fri, 21 Mar 2025 11:17:47 +0100 Subject: [PATCH] [C#] Enable dual build for netstandard2.0 & netstandard2.1 --- csharp/sbe-dll/sbe-dll.csproj | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/csharp/sbe-dll/sbe-dll.csproj b/csharp/sbe-dll/sbe-dll.csproj index 6db6d56021..370f81259d 100644 --- a/csharp/sbe-dll/sbe-dll.csproj +++ b/csharp/sbe-dll/sbe-dll.csproj @@ -1,6 +1,6 @@  - netstandard2.0 + netstandard2.0;netstandard2.1 True SBE Org.SbeTool.Sbe.Dll @@ -37,9 +37,13 @@ - - - - + + + + + + + +