Skip to content

Commit 792b30f

Browse files
Fix XML file name for .NET Standard
1 parent 9d9992e commit 792b30f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EntityFramework.DynamicFilters.NetStandard21/EntityFramework.DynamicFilters.NetStandard21.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
2323
<DefineConstants>TRACE;USE_CSPACE</DefineConstants>
24-
<DocumentationFile>bin\Release\EntityFramework.DynamicFilters.NetStandard21.xml</DocumentationFile>
24+
<DocumentationFile>bin\Release\EntityFramework.DynamicFilters.xml</DocumentationFile>
2525
</PropertyGroup>
2626

2727
<ItemGroup>

0 commit comments

Comments
 (0)