Skip to content

Commit 66706df

Browse files
committed
Fix license file
1 parent fd50cac commit 66706df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/CommandLine/CommandLine.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<PackageReference Include="FSharp.Core" Version="4.0.0.1" Condition="'$(BuildTarget)' == 'fsharp'" />
4848
</ItemGroup>
4949
<ItemGroup>
50-
<None Include="..\..\LICENSE.md" Pack="true" PackagePath=""/>
51-
<None Include="..\..\art\CommandLine20.png" Pack="true" PackagePath=""/>
50+
<None Include="..\..\License.md" Pack="true" PackagePath="$(PackageLicenseFile)"/>
51+
<None Include="..\..\art\CommandLine20.png" Pack="true" PackagePath="$(PackageIcon)"/>
5252
</ItemGroup>
5353
</Project>

0 commit comments

Comments
 (0)