diff options
author | Rob Mensching <rob@firegiant.com> | 2022-08-16 22:19:07 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2022-08-16 23:21:06 -0700 |
commit | 0d392536d4ff790795f8ae361a37b04506ef2b8c (patch) | |
tree | 5bc605e80e2903ebfec8a453c5b4a7ce0d7ee5d7 /src/tools | |
parent | 94e722baab4e848a615812a45fecc8322335d1f0 (diff) | |
download | wix-0d392536d4ff790795f8ae361a37b04506ef2b8c.tar.gz wix-0d392536d4ff790795f8ae361a37b04506ef2b8c.tar.bz2 wix-0d392536d4ff790795f8ae361a37b04506ef2b8c.zip |
Add direct reference to System.Configuration.ConfigurationManager
MSBuild seems to have introduced a breaking change which requires
referencing a later System.Configuration.ConfigurationManager
for netcoreapp heat working with MSBuild.
Fixes 6868
Diffstat (limited to 'src/tools')
-rw-r--r-- | src/tools/heat/heat.csproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/heat/heat.csproj b/src/tools/heat/heat.csproj index bd6ccb78..db4a710b 100644 --- a/src/tools/heat/heat.csproj +++ b/src/tools/heat/heat.csproj | |||
@@ -36,6 +36,7 @@ | |||
36 | 36 | ||
37 | <ItemGroup> | 37 | <ItemGroup> |
38 | <PackageReference Include="Microsoft.Win32.Registry" /> | 38 | <PackageReference Include="Microsoft.Win32.Registry" /> |
39 | <PackageReference Include="System.Configuration.ConfigurationManager" /> | ||
39 | <PackageReference Include="System.Diagnostics.PerformanceCounter" /> | 40 | <PackageReference Include="System.Diagnostics.PerformanceCounter" /> |
40 | <PackageReference Include="System.DirectoryServices" /> | 41 | <PackageReference Include="System.DirectoryServices" /> |
41 | </ItemGroup> | 42 | </ItemGroup> |