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/internal/SetBuildNumber/Directory.Packages.props.pp | 1 + src/tools/heat/heat.csproj | 1 + 2 files changed, 2 insertions(+) diff --git a/src/internal/SetBuildNumber/Directory.Packages.props.pp b/src/internal/SetBuildNumber/Directory.Packages.props.pp index f910ba53..6fc9594c 100644 --- a/src/internal/SetBuildNumber/Directory.Packages.props.pp +++ b/src/internal/SetBuildNumber/Directory.Packages.props.pp @@ -38,6 +38,7 @@ + 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