Skip to content

Commit

Permalink
chore: fix xml documentation file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandaal committed Jan 22, 2024
1 parent c5d60da commit defae3a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>bin\Debug\net6.0\SuspiciousCases.Api.xml</DocumentationFile>
<DocumentationFile>bin\Debug\net6.0\Basisregisters.IntegrationDb.SuspiciousCases.Api.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
<DefineConstants>TRACE;DEBUG;NETCOREAPP;NET6_0</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>bin\Release\net6.0\SuspiciousCases.Api.xml</DocumentationFile>
<DocumentationFile>bin\Release\net6.0\Basisregisters.IntegrationDb.SuspiciousCases.Api.xml</DocumentationFile>
<NoWarn>1701;1702;1705;1591</NoWarn>
</PropertyGroup>

Expand Down

0 comments on commit defae3a

Please sign in to comment.