We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07273c4 commit cc58bb0Copy full SHA for cc58bb0
Commander.NET/Commander.NET.csproj
@@ -17,12 +17,9 @@
17
<Version>1.1.9</Version>
18
</PropertyGroup>
19
20
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
21
- <DocumentationFile>bin\Release\netstandard1.6\Commander.NET.xml</DocumentationFile>
22
- </PropertyGroup>
23
-
24
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
25
- <DocumentationFile>bin\Debug\netstandard1.6\Commander.NET.xml</DocumentationFile>
+ <PropertyGroup>
+ <DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Commander.NET.xml</DocumentationFile>
26
<Optimize>true</Optimize>
27
+
28
</Project>
0 commit comments