Skip to content

Commit bfce051

Browse files
committed
Update ECER.Clients.E2ETestData.csproj
1 parent aeae2b3 commit bfce051

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/ECER.Clients.E2ETestData/ECER.Clients.E2ETestData.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,15 @@
1414
</ItemGroup>
1515

1616
<ItemGroup>
17-
<ProjectReference Include="..\ECER.Clients.RegistryPortal\ECER.Clients.RegistryPortal.Server\ECER.Clients.RegistryPortal.Server.csproj" />
17+
<ProjectReference Include="..\ECER.Clients.RegistryPortal\ECER.Clients.RegistryPortal.Server\ECER.Clients.RegistryPortal.Server.csproj">
18+
<PrivateAssets>all</PrivateAssets>
19+
</ProjectReference>
1820
<ProjectReference Include="..\ECER.Managers.E2ETest.Contract\ECER.Managers.E2ETest.Contract.csproj" />
1921
<ProjectReference Include="..\ECER.Managers.E2ETest\ECER.Managers.E2ETest.csproj" />
2022
<ProjectReference Include="..\ECER.Managers.Registry.Contract\ECER.Managers.Registry.Contract.csproj" />
2123
<ProjectReference Include="..\ECER.Managers.Registry\ECER.Managers.Registry.csproj" />
2224
<ProjectReference Include="..\ECER.Utilities.Hosting\ECER.Utilities.Hosting.csproj" />
23-
</ItemGroup>
25+
26+
</ItemGroup>
2427

2528
</Project>

0 commit comments

Comments
 (0)