diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-14 13:58:31 +0300 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2023-10-14 13:58:31 +0300 |
commit | aa8c37893a31096d3244bd5b8a45e3d73ff6c2da (patch) | |
tree | 9261833476785805a8c793305dd4f466795799c3 /RhSolutions.Api.Tests/RhSolutions.QueryModifiers.Tests.csproj | |
parent | 8e3ff4547507d938f3c8ff8c9c8d8fa9493293ce (diff) |
Change project reference
Diffstat (limited to 'RhSolutions.Api.Tests/RhSolutions.QueryModifiers.Tests.csproj')
-rw-r--r-- | RhSolutions.Api.Tests/RhSolutions.QueryModifiers.Tests.csproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RhSolutions.Api.Tests/RhSolutions.QueryModifiers.Tests.csproj b/RhSolutions.Api.Tests/RhSolutions.QueryModifiers.Tests.csproj index e47c6d3..2feb1c9 100644 --- a/RhSolutions.Api.Tests/RhSolutions.QueryModifiers.Tests.csproj +++ b/RhSolutions.Api.Tests/RhSolutions.QueryModifiers.Tests.csproj @@ -16,7 +16,7 @@ </ItemGroup> <ItemGroup> - <ProjectReference Include="..\RhSolutions.Api\RhSolutions.Api.csproj" /> + <ProjectReference Include="..\RhSolutions.QueryModifiers\RhSolutions.QueryModifiers.csproj" /> </ItemGroup> </Project> |