Skip to content

Commit

Permalink
fixed build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Raczek committed Nov 22, 2024
1 parent e10729a commit ab5e505
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Ocaramba/Ocaramba.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,9 @@

<ItemGroup>
<None Include="..\icon.png" Pack="true" PackagePath="\" />
<None Include="README.md" Pack="true" PackagePath="\"/>
<None Include="README.md" Pack="true" PackagePath="\">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<PackageReference Include="Selenium.Support" Version="4.4.0" />
<PackageReference Include="Selenium.WebDriver" Version="4.4.0" />
<PackageReference Include="NLog" Version="5.3.4" />
Expand Down

0 comments on commit ab5e505

Please sign in to comment.