Skip to content

Commit fd50cac

Browse files
committed
Fix license file
1 parent ebb3bbb commit fd50cac

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="$(SolutionDirectory)LICENSE.md" Pack="true" PackagePath=""/>
51-
<None Include="$(SolutionDirectory)art\CommandLine20.png" Pack="true" PackagePath=""/>
50+
<None Include="..\..\LICENSE.md" Pack="true" PackagePath=""/>
51+
<None Include="..\..\art\CommandLine20.png" Pack="true" PackagePath=""/>
5252
</ItemGroup>
5353
</Project>

0 commit comments

Comments
 (0)