From 93f39c964d95f587693c915f6d7d97b6d7873b80 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 18 Dec 2020 23:11:51 -0600 Subject: Update to latest repo template and remove warnings. --- src/CSharp.Build.props | 1 + src/Directory.Build.targets | 8 ++++++++ src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj | 4 ---- src/dotnet-wix/dotnet-wix.nuspec | 3 --- src/heat/heat.csproj | 4 ---- 5 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/CSharp.Build.props b/src/CSharp.Build.props index bcd47a0c..81d24ad1 100644 --- a/src/CSharp.Build.props +++ b/src/CSharp.Build.props @@ -8,5 +8,6 @@ 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/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj index 196b0916..6f43bae5 100644 --- a/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj +++ b/src/WixToolset.BuildTasks/WixToolset.BuildTasks.csproj @@ -13,10 +13,6 @@ AnyCPU - - NU1701 - - diff --git a/src/dotnet-wix/dotnet-wix.nuspec b/src/dotnet-wix/dotnet-wix.nuspec index c2a4c8f4..8226a4c7 100644 --- a/src/dotnet-wix/dotnet-wix.nuspec +++ b/src/dotnet-wix/dotnet-wix.nuspec @@ -11,9 +11,6 @@ - - - diff --git a/src/heat/heat.csproj b/src/heat/heat.csproj index f21f2eb6..53446e2f 100644 --- a/src/heat/heat.csproj +++ b/src/heat/heat.csproj @@ -16,10 +16,6 @@ LatestMajor - - NU1701 - - -- cgit v1.2.3-55-g6feb