Skip to content

Commit 1ecfbff

Browse files
committed
issue 413 refine project reference
1 parent c3bd9ca commit 1ecfbff

3 files changed

Lines changed: 2 additions & 1 deletion

File tree

src/SocketIOClient/SocketIOClient.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626

2727
<ItemGroup>
2828
<ProjectReference Include="..\SocketIOClient.Common\SocketIOClient.Common.csproj" />
29-
<ProjectReference Include="..\SocketIOClient.Serializer.NewtonsoftJson\SocketIOClient.Serializer.NewtonsoftJson.csproj"/>
3029
<ProjectReference Include="..\SocketIOClient.Serializer\SocketIOClient.Serializer.csproj"/>
3130
<None Include="..\..\README.md" Pack="true" PackagePath="\"/>
3231
<None Include="..\..\README.zh.md" Pack="true" PackagePath="\"/>

tests/SocketIOClient.IntegrationTests/SocketIOClient.IntegrationTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<PrivateAssets>all</PrivateAssets>
1717
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1818
</PackageReference>
19+
<ProjectReference Include="..\..\src\SocketIOClient.Serializer.NewtonsoftJson\SocketIOClient.Serializer.NewtonsoftJson.csproj" />
1920
<ProjectReference Include="..\..\src\SocketIOClient\SocketIOClient.csproj" />
2021
<None Remove="Transport/**" />
2122
<Content Include="appsettings*.yml">

tests/SocketIOClient.UnitTests/SocketIOClient.UnitTests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
</ItemGroup>
3232

3333
<ItemGroup>
34+
<ProjectReference Include="..\..\src\SocketIOClient.Serializer.NewtonsoftJson\SocketIOClient.Serializer.NewtonsoftJson.csproj" />
3435
<ProjectReference Include="..\..\src\SocketIOClient\SocketIOClient.csproj" />
3536
<ProjectReference Include="..\SocketIOClient.Test.Core\SocketIOClient.Test.Core.csproj" />
3637
</ItemGroup>

0 commit comments

Comments
 (0)