Skip to content

Commit

Permalink
Fix XML file name for .NET Standard
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathanMagnan committed Jun 15, 2020
1 parent 9d9992e commit 792b30f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

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

<ItemGroup>
Expand Down

0 comments on commit 792b30f

Please sign in to comment.