Skip to content

Commit

Permalink
Fixes XML documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
MihaMarkic committed Sep 8, 2018
1 parent 9054ebf commit d271da4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Cake.ResourceHacker/Cake.ResourceHacker.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>
<LangVersion>latest</LangVersion>
<LangVersion>latest</LangVersion>
</PropertyGroup>

<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Release|netstandard2.0|AnyCPU'">
<DocumentationFile>bin\Release\netstandard2.0\Cake.AppCenter.xml</DocumentationFile>
<DocumentationFile>bin\Release\netstandard2.0\Cake.ResourceHacker.xml</DocumentationFile>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit d271da4

Please sign in to comment.