We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10729a commit ab5e505Copy full SHA for ab5e505
Ocaramba/Ocaramba.csproj
@@ -25,7 +25,9 @@
25
26
<ItemGroup>
27
<None Include="..\icon.png" Pack="true" PackagePath="\" />
28
- <None Include="README.md" Pack="true" PackagePath="\"/>
+ <None Include="README.md" Pack="true" PackagePath="\">
29
+ <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
30
+ </None>
31
<PackageReference Include="Selenium.Support" Version="4.4.0" />
32
<PackageReference Include="Selenium.WebDriver" Version="4.4.0" />
33
<PackageReference Include="NLog" Version="5.3.4" />
0 commit comments