Skip to content

Commit

Permalink
Updated sipsorcery version to v8.0.1-pre. (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
sipsorcery authored Oct 26, 2024
1 parent 29b954b commit 3f65855
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions sipsorcery/client/webrtc-echo-client.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,9 @@

<ItemGroup>
<PackageReference Include="CommandLineParser" Version="2.9.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="SIPSorcery" Version="8.0.0" />
<PackageReference Include="SIPSorcery" Version="8.0.1-pre" />
</ItemGroup>

</Project>
4 changes: 2 additions & 2 deletions sipsorcery/client/webrtc-echo-client.sln
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30524.135
# Visual Studio Version 17
VisualStudioVersion = 17.11.35208.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webrtc-echo-client", "webrtc-echo-client.csproj", "{64DC526E-97AA-493A-B78D-4DCE95DD1799}"
EndProject
Expand Down
2 changes: 1 addition & 1 deletion sipsorcery/server/webrtc-echo.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Serilog.Extensions.Logging" Version="8.0.0" />
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />
<PackageReference Include="EmbedIO" Version="3.5.2" />
<PackageReference Include="SIPSorcery" Version="8.0.0" />
<PackageReference Include="SIPSorcery" Version="8.0.1-pre" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 3f65855

Please sign in to comment.