Skip to content

Commit 1d3476d

Browse files
authored
Added --target-framework-override to readme.
1 parent 6ae4f9d commit 1d3476d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ For WebRTC testing the [webrtc-echoes](https://github.com/sipsorcery/webrtc-echo
6666
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).
6767

6868
````bash
69-
dotnet new console --name SIPGetStarted
69+
dotnet new console --name SIPGetStarted --framework net6.0 --target-framework-override net6.0-windows10.0.22000
7070
cd SIPGetStarted
71-
# Manually edit the SIPGetSTarted.csproj file and change the TargetFramework to net6.0-windows10.0.22000.
7271
dotnet add package SIPSorcery
7372
dotnet add package SIPSorceryMedia.Windows --prerelease
7473
# Paste the code below into Program.cs.

0 commit comments

Comments
 (0)