wcf icon indicating copy to clipboard operation
wcf copied to clipboard

dotnet-svcutil: add reference to wcf 6.* library instead of 8.* for net7.0 target project.

Open imcarolwang opened this issue 1 year ago • 0 comments

.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.

imcarolwang avatar Mar 27 '24 09:03 imcarolwang