Skip to content

Commit c178142

Browse files
committed
[r] csproj structure
1 parent 7a898b8 commit c178142

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/Simplify.Resources.Tests/Simplify.Resources.Tests.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@
77
<Description>Simplify.System unit tests</Description>
88
<Copyright>Licensed under LGPL</Copyright>
99
</PropertyGroup>
10+
<ItemGroup>
11+
<ProjectReference Include="..\Simplify.Resources\Simplify.Resources.csproj" />
12+
</ItemGroup>
1013
<ItemGroup>
1114
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.14.*" />
1215
<PackageReference Include="NUnit" Version="4.3.*" />
1316
<PackageReference Include="NUnit3TestAdapter" Version="5.0.*" />
14-
<ProjectReference Include="..\Simplify.Resources\Simplify.Resources.csproj" />
1517
</ItemGroup>
1618
</Project>

0 commit comments

Comments
 (0)