File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/JKang.IpcServiceFramework.IntegrationTests Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments