From 13e438a69daa9830ec25689d75be1637bb0bb99f Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 19 Dec 2020 21:08:19 -0600 Subject: Update dependencies. --- src/CSharp.Build.props | 2 ++ src/Directory.Build.targets | 8 ++++++++ src/FindLocalWix.props | 10 ---------- src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj | 4 ---- src/wixext/WixToolset.Netfx.wixext.csproj | 1 + 5 files changed, 11 insertions(+), 14 deletions(-) delete mode 100644 src/FindLocalWix.props (limited to 'src') diff --git a/src/CSharp.Build.props b/src/CSharp.Build.props index b12f4c6e..81d24ad1 100644 --- a/src/CSharp.Build.props +++ b/src/CSharp.Build.props @@ -5,7 +5,9 @@ --> + true true $([System.IO.Path]::GetFullPath($(MSBuildThisFileDirectory)wix.snk)) + false diff --git a/src/Directory.Build.targets b/src/Directory.Build.targets index dac7452a..cb988931 100644 --- a/src/Directory.Build.targets +++ b/src/Directory.Build.targets @@ -9,6 +9,11 @@ See the original here: https://github.com/dotnet/sdk/issues/1151#issuecomment-385133284 --> + + false + $(OutputPath)\$(AssemblyName).xml + + true $(SolutionPath) @@ -45,4 +50,7 @@ + + + diff --git a/src/FindLocalWix.props b/src/FindLocalWix.props deleted file mode 100644 index ed0112ce..00000000 --- a/src/FindLocalWix.props +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - $(MSBuildThisFileDirectory)..\..\Tools\build\Debug\net461\wix.targets - - $(MSBuildThisFileDirectory)..\..\Util.wixext\build\Debug\netstandard2.0\WixToolset.Util.wixext.dll - - diff --git a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj index 4dea73da..acb9e4a4 100644 --- a/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj +++ b/src/test/WixToolsetTest.Netfx/WixToolsetTest.Netfx.csproj @@ -7,10 +7,6 @@ false - - NU1701 - - diff --git a/src/wixext/WixToolset.Netfx.wixext.csproj b/src/wixext/WixToolset.Netfx.wixext.csproj index 434a7c79..725b9c39 100644 --- a/src/wixext/WixToolset.Netfx.wixext.csproj +++ b/src/wixext/WixToolset.Netfx.wixext.csproj @@ -8,6 +8,7 @@ WiX Toolset .NET Framework Extension WiX Toolset .NET Framework Extension true + true build -- cgit v1.2.3-55-g6feb