wcf icon indicating copy to clipboard operation
wcf copied to clipboard

#4766 - Support netstandard2.0 when using net6.0 utility

Open TWhidden opened this issue 2 years ago • 3 comments

When targeting netstandard2.0, using 2.0.3 dotnet-svcutil under net6.0, the generation process will fail stating the following error:

SC : error CS8630: Invalid 'nullable' value: 'Enable' for C# 7.3. Please use language version '8.0' or greater

Using latest tag to target what is latest available on the developers machine.

This edit only modifies the csproj file used during the generation process

TWhidden avatar Jan 08 '22 02:01 TWhidden

CLA assistant check
All CLA requirements met.

dnfadmin avatar Jan 08 '22 02:01 dnfadmin

/azp run

imcarolwang avatar Jan 13 '22 06:01 imcarolwang

Azure Pipelines successfully started running 1 pipeline(s).

azure-pipelines[bot] avatar Jan 13 '22 06:01 azure-pipelines[bot]