File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/Installers/Windows/AspNetCoreModule-Setup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1616 <ToolsetInstallerNuspecFile >$(MSBuildProjectDirectory)\$(MSBuildProjectName).nuspec</ToolsetInstallerNuspecFile >
1717 <!-- We import D.B.T ourselves in this file -->
1818 <ImportDirectoryBuildTargets >false</ImportDirectoryBuildTargets >
19+ <!-- False positive in aspnetcoremodulev2.wxs -->
20+ <NoWarn >$(NoWarn);WIX5437</NoWarn >
1921 </PropertyGroup >
2022
2123 <PropertyGroup >
Original file line number Diff line number Diff line change 1313 <ToolsetInstallerNuspecFile >$(MSBuildProjectDirectory)\$(MSBuildProjectName).nuspec</ToolsetInstallerNuspecFile >
1414 <!-- We import D.B.T ourselves in this file -->
1515 <ImportDirectoryBuildTargets >false</ImportDirectoryBuildTargets >
16- <!-- False positive in aspnetcoremodulev2.wxs -->
17- <NoWarn >$(NoWarn);WIX5437</NoWarn >
1816 </PropertyGroup >
1917
2018 <PropertyGroup >
You can’t perform that action at this time.
0 commit comments