From ef49bf4aa6387a46b320bcff0016f6d3be33fb6b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 18:39:57 +0000 Subject: [PATCH 1/4] Initial plan From d9307d7bdd49d7dabbba855b56d73730f8e62b15 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 14 Feb 2026 18:46:29 +0000 Subject: [PATCH 2/4] Add RoslynVersion configuration in DocoptNet.csproj for multi-Roslyn support Co-authored-by: atifaziz <20511+atifaziz@users.noreply.github.com> --- src/DocoptNet/DocoptNet.csproj | 30 +++++++++++++++++++++++++++++- 1 file changed, 29 insertions(+), 1 deletion(-) diff --git a/src/DocoptNet/DocoptNet.csproj b/src/DocoptNet/DocoptNet.csproj index 3f8221c..11c0e99 100644 --- a/src/DocoptNet/DocoptNet.csproj +++ b/src/DocoptNet/DocoptNet.csproj @@ -1,5 +1,16 @@ + + <_Roslyn44AnalyzerDir>$(MSBuildProjectDirectory)/bin/roslyn4.4/ + + + + $(_Roslyn44AnalyzerDir) + $(MSBuildProjectDirectory)/obj/roslyn4.4/ + $(DefaultItemExcludes);$(MSBuildProjectDirectory)/obj/** + $(DefineConstants);ROSLYN4_4 + + netstandard2.1;netstandard2.0;net47 $(DefineConstants);DOCOPTNET_PUBLIC @@ -49,14 +60,23 @@ Portions Copyright (C) West Wind Technologies, 2008. - + + + + + + + + + + - + +