From 072195155e1e9d80cb1e22107537d64a3c7d6ebb Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:55:35 +0000 Subject: [PATCH 1/3] Initial plan From a4a6ecda003ffbabe2048cb62914767e4f810063 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 01:58:49 +0000 Subject: [PATCH 2/3] Add .NET Framework reference assemblies support via Directory.Build.props Co-authored-by: Chris-Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com> --- Directory.Build.props | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Directory.Build.props diff --git a/Directory.Build.props b/Directory.Build.props new file mode 100644 index 0000000..7550cee --- /dev/null +++ b/Directory.Build.props @@ -0,0 +1,10 @@ + + + + + + + From 27678c6263b8114b7c201c0838d302bc9fd66c85 Mon Sep 17 00:00:00 2001 From: Chris Wolfgang <210299580+Chris-Wolfgang@users.noreply.github.com> Date: Fri, 13 Feb 2026 21:39:23 -0500 Subject: [PATCH 3/3] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Directory.Build.props | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 7550cee..177e3c8 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,10 +1,10 @@ - + + Condition="('$(TargetFramework)' == 'net462' OR '$(TargetFramework)' == 'net472' OR '$(TargetFramework)' == 'net48' OR '$(TargetFramework)' == 'net481' OR '$(TargetFrameworkVersion)' == 'v4.6.2' OR '$(TargetFrameworkVersion)' == 'v4.7.2' OR '$(TargetFrameworkVersion)' == 'v4.8' OR '$(TargetFrameworkVersion)' == 'v4.8.1')" />