File tree 1 file changed +3
-2
lines changed
src/JKang.IpcServiceFramework.IntegrationTests
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 8
8
9
9
<ItemGroup >
10
10
<PackageReference Include =" AutoFixture.Xunit2" Version =" 4.8.0" />
11
+ <PackageReference Include =" Microsoft.Extensions.DependencyInjection" Version =" 2.2.0" />
11
12
<PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 15.9.0" />
12
13
<PackageReference Include =" xunit" Version =" 2.4.0" />
13
14
<PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
14
15
</ItemGroup >
15
16
16
17
<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" />
19
20
</ItemGroup >
20
21
21
22
</Project >
You can’t perform that action at this time.
0 commit comments