Skip to content

Commit

Permalink
Fix embedded ressource path
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Oct 20, 2023
1 parent 9805811 commit 17a9cf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/TestUtils/TestUtils.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<EmbeddedResource Include="TestFiles\TestWorkbook_Libre.xlsx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<EmbeddedResource Include="TestFiles\TestWorkbook_FsSpreadsheet.xlsx">
<EmbeddedResource Include="TestFiles\TestWorkbook_FsSpreadsheet.net.xlsx">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</EmbeddedResource>
<Compile Include="DefaultTestObjects.fs" />
Expand Down

0 comments on commit 17a9cf8

Please sign in to comment.