Skip to content

Commit 16fe646

Browse files
committed
Fixed build.
1 parent 1e651ac commit 16fe646

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

examples/SIPExamples/SIPCloudCallServer/SIPCloudCallServer.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@
2020
<PackageReference Include="Microsoft.Extensions.Logging" Version="9.0.0" />
2121
<PackageReference Include="Serilog.Extensions.Logging" Version="9.0.0" />
2222
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
23-
<PackageReference Include="SIPSorcery" Version="8.0.19-pre" />
23+
</ItemGroup>
24+
25+
<ItemGroup>
26+
<ProjectReference Include="..\..\..\src\SIPSorcery.csproj" />
2427
</ItemGroup>
2528

2629
<ItemGroup>

0 commit comments

Comments
 (0)