From d5cf9f695a36ce140f80f332671d33e6d70cf9d3 Mon Sep 17 00:00:00 2001 From: "Leila Lali (from Dev Box)" Date: Thu, 23 Jan 2025 10:38:55 -0800 Subject: [PATCH] Putting back netstandard targets --- Directory.Build.props | 4 +++- Test/Directory.Build.props | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 4b5babd..a0657eb 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -27,9 +27,11 @@ net462 + netstandard2.1 + netstandard2.0 net8.0 - $(NetfxVersion);$(NetCoreVersion) + $(NetStandardVersion);$(NetfxVersion);$(NetCoreVersion);$(NetStandardVersion20) false Microsoft SQL Script DOM diff --git a/Test/Directory.Build.props b/Test/Directory.Build.props index 15d559a..3b9b90b 100644 --- a/Test/Directory.Build.props +++ b/Test/Directory.Build.props @@ -31,8 +31,8 @@ $(NetfxVersion);$(NetCoreVersion) - netcore - netfx + netstandard + netcore true