Skip to content

Commit

Permalink
fix project references.
Browse files Browse the repository at this point in the history
  • Loading branch information
clown committed Aug 13, 2022
1 parent 3c37719 commit b507123
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions Libraries/Tests/Cube.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\Core\Cube.Core.csproj" />
<ProjectReference Include="..\NLog\Cube.Logging.NLog.csproj" />
<PackageReference Include="NUnit" Version="3.13.3" />
<PackageReference Include="OpenCover" Version="4.7.1221" />
</ItemGroup>
Expand Down
1 change: 0 additions & 1 deletion Tests/Core/Cube.Core.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\Core\Cube.Core.csproj" />
<ProjectReference Include="..\..\Libraries\NLog\Cube.Logging.NLog.csproj" />
<ProjectReference Include="..\..\Libraries\Trick\Cube.Trick.csproj" />
<ProjectReference Include="..\..\Libraries\Tests\Cube.Tests.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="*" />
Expand Down
1 change: 0 additions & 1 deletion Tests/FileSystem/Cube.FileSystem.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\AlphaFS\Cube.FileSystem.AlphaFS.csproj" />
<ProjectReference Include="..\..\Libraries\NLog\Cube.Logging.NLog.csproj" />
<ProjectReference Include="..\..\Libraries\Trick\Cube.Trick.csproj" />
<ProjectReference Include="..\..\Libraries\Tests\Cube.Tests.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="*" />
Expand Down
1 change: 0 additions & 1 deletion Tests/Xui/Cube.Xui.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\Libraries\Xui\Cube.Xui.csproj" />
<ProjectReference Include="..\..\Libraries\NLog\Cube.Logging.NLog.csproj" />
<ProjectReference Include="..\..\Libraries\Tests\Cube.Tests.csproj" />
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="*" />
<PackageReference Include="NUnit3TestAdapter" Version="*" />
Expand Down

0 comments on commit b507123

Please sign in to comment.