Skip to content

Commit cc58bb0

Browse files
authored
Update Commander.NET.csproj
1 parent 07273c4 commit cc58bb0

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Commander.NET/Commander.NET.csproj

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,9 @@
1717
<Version>1.1.9</Version>
1818
</PropertyGroup>
1919

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>
20+
<PropertyGroup>
21+
<DocumentationFile>bin\$(Configuration)\$(TargetFramework)\Commander.NET.xml</DocumentationFile>
2622
<Optimize>true</Optimize>
2723
</PropertyGroup>
24+
2825
</Project>

0 commit comments

Comments
 (0)