Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
LiorBanai committed Aug 30, 2024
1 parent 8ba64b1 commit eab0163
Showing 1 changed file with 13 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
Expand Down Expand Up @@ -26,4 +26,16 @@
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
</ItemGroup>

<ItemGroup>
<None Update="icap_log_2020-06-04T16-16-29_2.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="test.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="test2.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

</Project>

0 comments on commit eab0163

Please sign in to comment.