From a076dd488c3daa82fd3326cfd01d8d1183d2cc02 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 30 Jul 2018 10:47:25 -0700 Subject: Explicitly make WixBuildTools.TestSupport packable Not clear why we have to be explicit but package wasn't being created until explicitly stated as IsPackable. --- src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj b/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj index baedb0c2..01f733ba 100644 --- a/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj +++ b/src/WixBuildTools.TestSupport/WixBuildTools.TestSupport.csproj @@ -2,8 +2,10 @@ + netstandard2.0 + true embedded true @@ -14,11 +16,12 @@ - + + -- cgit v1.2.3-55-g6feb