Skip to content

Commit

Permalink
Fix license file
Browse files Browse the repository at this point in the history
  • Loading branch information
moh-hassan committed Jan 1, 2020
1 parent fd50cac commit 66706df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CommandLine/CommandLine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<PackageReference Include="FSharp.Core" Version="4.0.0.1" Condition="'$(BuildTarget)' == 'fsharp'" />
</ItemGroup>
<ItemGroup>
<None Include="..\..\LICENSE.md" Pack="true" PackagePath=""/>
<None Include="..\..\art\CommandLine20.png" Pack="true" PackagePath=""/>
<None Include="..\..\License.md" Pack="true" PackagePath="$(PackageLicenseFile)"/>
<None Include="..\..\art\CommandLine20.png" Pack="true" PackagePath="$(PackageIcon)"/>
</ItemGroup>
</Project>

0 comments on commit 66706df

Please sign in to comment.