wcf
wcf copied to clipboard
dotnet-svcutil: add reference to wcf 6.* library instead of 8.* for net7.0 target project.
.NET7.0 is missing in the key-value table and will reference WCF 8.* packages after code generation. This is a problem because WCF 8.* packages are not compatible with .NET 7.0, so add the mapping to reference WCF 6.2 packages for NET7.0 target to address this issue.