Skip to content

Commit 1ec0019

Browse files
committed
Fix missing comments.
1 parent f54c07f commit 1ec0019

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/FluentAssertions.AspNetCore.Mvc/FluentAssertions.AspNetCore.Mvc.csproj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222

2323
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
2424
<OutputPath>bin\Debug\netstandard2.0\</OutputPath>
25+
<DocumentationFile>bin\Debug\netstandard2.0\FluentAssertions.AspNetCore.Mvc.xml</DocumentationFile>
26+
</PropertyGroup>
27+
28+
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
29+
<DocumentationFile>bin\Release\netstandard2.0\FluentAssertions.AspNetCore.Mvc.xml</DocumentationFile>
2530
</PropertyGroup>
2631

2732
<ItemGroup>

0 commit comments

Comments
 (0)