Skip to content

Commit

Permalink
Correct location of xml doc
Browse files Browse the repository at this point in the history
  • Loading branch information
tibel committed Aug 26, 2017
1 parent a37f20e commit 7c0153a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Weakly/Weakly.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
<DocumentationFile>..\..\bin\Debug\netstandard1.3\Weakly.xml</DocumentationFile>
<DocumentationFile>..\..\bin\Debug\netstandard1.0\Weakly.xml</DocumentationFile>
<OutputPath>..\..\bin\Debug\</OutputPath>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
<DocumentationFile>..\..\bin\Release\netstandard1.3\Weakly.xml</DocumentationFile>
<DocumentationFile>..\..\bin\Release\netstandard1.0\Weakly.xml</DocumentationFile>
<OutputPath>..\..\bin\Release\</OutputPath>
</PropertyGroup>

Expand Down

0 comments on commit 7c0153a

Please sign in to comment.