From 0ad68abe12a3a0bb5c8a9ce618ac5502d6aa952b Mon Sep 17 00:00:00 2001 From: Alberto Spelta Date: Sun, 17 Nov 2024 19:28:37 +0100 Subject: [PATCH] Remove System.Text.Json.dll references from Bravo.xslt This fixes a build error introduced in https://github.com/sql-bi/Bravo/pull/849 (https://github.com/sql-bi/DaxFormatter/pull/17) where `System.Text.Json.dll` is no longer a transitive dependency, as it is now used for the `netstandard2.0` target framework. --- installer/wix/src/Bravo/Bravo.xslt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/installer/wix/src/Bravo/Bravo.xslt b/installer/wix/src/Bravo/Bravo.xslt index 2d85b8ab..d6d8b200 100644 --- a/installer/wix/src/Bravo/Bravo.xslt +++ b/installer/wix/src/Bravo/Bravo.xslt @@ -23,19 +23,17 @@ - - @@ -58,7 +56,6 @@ -