dotnet / wcf

This repo contains the client-oriented WCF libraries that enable applications built on .NET Core to communicate with WCF services.
MIT License
1.71k stars 559 forks source link

Documentation missing #4888

Open Montago opened 2 years ago

Montago commented 2 years ago

The CLI has a "-help" feature and this Repo has >some< documentation .. but overall I'm missing documentation

error NETSDK1136: The target platform must be set to Windows (usually by including '-windows' in the TargetFramework property) but if i add "windows" as --targetFramework it fails ? is there a syntax for --targetFramework somewhere ?

imcarolwang commented 2 years ago

Hi @Montago,