Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit e4c7fd4

Browse files
Reverted unnecessary changes to ServiceLayer.Mesh.Tests.csproj
1 parent 81aee89 commit e4c7fd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/ServiceLayer.Mesh.Tests/ServiceLayer.Mesh.Tests.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,14 @@
1818

1919
<ItemGroup>
2020
<ProjectReference Include="../../src/ServiceLayer.Mesh/ServiceLayer.Mesh.csproj" />
21-
<ProjectReference Include="../../src/ServiceLayer.Common/ServiceLayer.Common.csproj" />
2221
<ProjectReference Include="..\ServiceLayer.TestUtilities\ServiceLayer.TestUtilities.csproj" />
2322
</ItemGroup>
2423

2524
<ItemGroup>
2625
<Using Include="Xunit" />
2726
</ItemGroup>
2827
<ItemGroup>
29-
<None Update="TestData\*.*">
28+
<None Update="TestData\**\*.*">
3029
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
3130
</None>
3231
</ItemGroup>

0 commit comments

Comments
 (0)