We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebb3bbb commit fd50cacCopy full SHA for fd50cac
src/CommandLine/CommandLine.csproj
@@ -47,7 +47,7 @@
47
<PackageReference Include="FSharp.Core" Version="4.0.0.1" Condition="'$(BuildTarget)' == 'fsharp'" />
48
</ItemGroup>
49
<ItemGroup>
50
- <None Include="$(SolutionDirectory)LICENSE.md" Pack="true" PackagePath=""/>
51
- <None Include="$(SolutionDirectory)art\CommandLine20.png" Pack="true" PackagePath=""/>
+ <None Include="..\..\LICENSE.md" Pack="true" PackagePath=""/>
+ <None Include="..\..\art\CommandLine20.png" Pack="true" PackagePath=""/>
52
53
</Project>
0 commit comments