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 f54c07f commit 1ec0019Copy full SHA for 1ec0019
src/FluentAssertions.AspNetCore.Mvc/FluentAssertions.AspNetCore.Mvc.csproj
@@ -22,6 +22,11 @@
22
23
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
24
<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>
30
</PropertyGroup>
31
32
<ItemGroup>
0 commit comments