Skip to content

Commit 704df39

Browse files
author
Jacques Kang
committed
fix project reference error
1 parent 6650aa0 commit 704df39

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/JKang.IpcServiceFramework.IntegrationTests/JKang.IpcServiceFramework.IntegrationTests.csproj

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,15 @@
88

99
<ItemGroup>
1010
<PackageReference Include="AutoFixture.Xunit2" Version="4.8.0" />
11+
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="2.2.0" />
1112
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
1213
<PackageReference Include="xunit" Version="2.4.0" />
1314
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.0" />
1415
</ItemGroup>
1516

1617
<ItemGroup>
17-
<ProjectReference Include="..\IpcServiceSample.ConsoleClient\IpcServiceSample.ConsoleClient.csproj" />
18-
<ProjectReference Include="..\IpcServiceSample.ConsoleServer\IpcServiceSample.ConsoleServer.csproj" />
18+
<ProjectReference Include="..\JKang.IpcServiceFramework.Client\JKang.IpcServiceFramework.Client.csproj" />
19+
<ProjectReference Include="..\JKang.IpcServiceFramework.Server\JKang.IpcServiceFramework.Server.csproj" />
1920
</ItemGroup>
2021

2122
</Project>

0 commit comments

Comments
 (0)