From c6779d3cb55a77609db839258e3c1f6db7490a70 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Mon, 17 Aug 2020 14:40:39 -0500 Subject: Only target all frameworks in Release --- src/WixToolset.Data/WixToolset.Data.csproj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/WixToolset.Data/WixToolset.Data.csproj b/src/WixToolset.Data/WixToolset.Data.csproj index 1f392e66..9f57e2e7 100644 --- a/src/WixToolset.Data/WixToolset.Data.csproj +++ b/src/WixToolset.Data/WixToolset.Data.csproj @@ -3,7 +3,8 @@ - netstandard2.0;net461;net472 + netstandard2.0 + $(TargetFrameworks);net461;net472 7.3 WiX Toolset Data -- cgit v1.2.3-55-g6feb