diff options
author | Sean Hall <r.sean.hall@gmail.com> | 2020-12-18 23:11:51 -0600 |
---|---|---|
committer | Sean Hall <r.sean.hall@gmail.com> | 2020-12-19 00:13:35 -0600 |
commit | 93f39c964d95f587693c915f6d7d97b6d7873b80 (patch) | |
tree | 2b19ecc27fafefd6f9c98bc30f888495e657a8fa /src/heat | |
parent | a82e1d8f35e8abd0e896543bf554dfe0ab4c1253 (diff) | |
download | wix-93f39c964d95f587693c915f6d7d97b6d7873b80.tar.gz wix-93f39c964d95f587693c915f6d7d97b6d7873b80.tar.bz2 wix-93f39c964d95f587693c915f6d7d97b6d7873b80.zip |
Update to latest repo template and remove warnings.
Diffstat (limited to 'src/heat')
-rw-r--r-- | src/heat/heat.csproj | 4 |
1 files changed, 0 insertions, 4 deletions
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 @@ | |||
16 | <RollForward>LatestMajor</RollForward> | 16 | <RollForward>LatestMajor</RollForward> |
17 | </PropertyGroup> | 17 | </PropertyGroup> |
18 | 18 | ||
19 | <PropertyGroup> | ||
20 | <NoWarn>NU1701</NoWarn> | ||
21 | </PropertyGroup> | ||
22 | |||
23 | <ItemGroup> | 19 | <ItemGroup> |
24 | <Compile Include="..\wix\ConsoleMessageListener.cs" Link="ConsoleMessageListener.cs" /> | 20 | <Compile Include="..\wix\ConsoleMessageListener.cs" Link="ConsoleMessageListener.cs" /> |
25 | </ItemGroup> | 21 | </ItemGroup> |