We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 795dc7b + 5f4c11d commit 0922e48Copy full SHA for 0922e48
src/CommandLine/CommandLine.csproj
@@ -3,7 +3,7 @@
3
<PropertyGroup>
4
<AssemblyName>CommandLine</AssemblyName>
5
<OutputType>Library</OutputType>
6
- <TargetFramework>netstandard2.0</TargetFramework>
+ <TargetFrameworks>netstandard2.0; net461; netcoreapp2.0</TargetFrameworks>
7
<DefineConstants>$(DefineConstants);CSX_EITHER_INTERNAL;CSX_REM_EITHER_BEYOND_2;CSX_ENUM_INTERNAL;ERRH_INTERNAL;ERRH_DISABLE_INLINE_METHODS;CSX_MAYBE_INTERNAL;CSX_REM_EITHER_FUNC</DefineConstants>
8
<DefineConstants Condition="'$(BuildTarget)' != 'fsharp'">$(DefineConstants);SKIP_FSHARP</DefineConstants>
9
<GenerateDocumentationFile>true</GenerateDocumentationFile>
0 commit comments