You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+1-2
Original file line number
Diff line number
Diff line change
@@ -66,9 +66,8 @@ For WebRTC testing the [webrtc-echoes](https://github.com/sipsorcery/webrtc-echo
66
66
The simplest possible example to place an audio-only SIP call is shown below. This example relies on the Windows specific `SIPSorceryMedia.Windows` library to play the received audio and only works on Windows (due to lack of .NET audio device support on non-Windows platforms).
67
67
68
68
````bash
69
-
dotnet new console --name SIPGetStarted
69
+
dotnet new console --name SIPGetStarted --framework net6.0 --target-framework-override net6.0-windows10.0.22000
70
70
cd SIPGetStarted
71
-
# Manually edit the SIPGetSTarted.csproj file and change the TargetFramework to net6.0-windows10.0.22000.
0 commit comments