Skip to content

Commit 22e4d03

Browse files
committed
Fixed nnostr reference.
1 parent eee377a commit 22e4d03

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

SIPSorcery.slnx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,6 @@
139139
<Project Path="src/SIPSorceryMedia.FFmpeg/SIPSorceryMedia.FFmpeg.csproj" />
140140
<Project Path="src/SIPSorceryMedia.Windows/SIPSorceryMedia.Windows.csproj" />
141141
</Folder>
142-
<Project Path="../NNostr/NNostr.Client/NNostr.Client.csproj" />
143142
<Properties Name="TestCaseManagementSettings" Scope="PostLoad">
144143
<Property Name="CategoryFile" Value="SIPSorcery-Core.vsmdi" />
145144
</Properties>

examples/WebRTCExamples/WebRTCNostrSignalling/WebRTCNostrSignalling.csproj

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414

1515
<ItemGroup>
1616
<PackageReference Include="Microsoft.Extensions.Logging" Version="10.0.7" />
17-
<!--<PackageReference Include="NNostr.Client" Version="0.0.54" />-->
17+
<PackageReference Include="NNostr.Client" Version="0.0.54" />
1818
<PackageReference Include="Serilog.Extensions.Logging" Version="10.0.0" />
1919
<PackageReference Include="Serilog.Sinks.Console" Version="6.1.1" />
2020
</ItemGroup>
2121

2222
<ItemGroup>
23-
<ProjectReference Include="..\..\..\..\NNostr\NNostr.Client\NNostr.Client.csproj" />
2423
<ProjectReference Include="..\..\..\src\SIPSorcery\SIPSorcery.csproj" />
2524
<ProjectReference Include="..\..\..\src\SIPSorcery.VP8\SIPSorcery.VP8.csproj" />
2625
</ItemGroup>

0 commit comments

Comments
 (0)