From 0d392536d4ff790795f8ae361a37b04506ef2b8c Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Tue, 16 Aug 2022 22:19:07 -0700 Subject: 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 --- src/tools/heat/heat.csproj | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tools') 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 @@ + -- cgit v1.2.3-55-g6feb