Skip to content

Commit ab5e505

Browse files
committed
fixed build issue
1 parent e10729a commit ab5e505

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Ocaramba/Ocaramba.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@
2525

2626
<ItemGroup>
2727
<None Include="..\icon.png" Pack="true" PackagePath="\" />
28-
<None Include="README.md" Pack="true" PackagePath="\"/>
28+
<None Include="README.md" Pack="true" PackagePath="\">
29+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
30+
</None>
2931
<PackageReference Include="Selenium.Support" Version="4.4.0" />
3032
<PackageReference Include="Selenium.WebDriver" Version="4.4.0" />
3133
<PackageReference Include="NLog" Version="5.3.4" />

0 commit comments

Comments
 (0)