Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

TWhidden
Copy link

@TWhidden TWhidden commented Jan 8, 2022

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

@dnfadmin
Copy link

dnfadmin commented Jan 8, 2022

CLA assistant check
All CLA requirements met.

@imcarolwang
Copy link
Contributor

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@HongGit HongGit added the tooling An issues related to any tool shipped from this repo. label Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tooling An issues related to any tool shipped from this repo.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants