We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm trying to build the DeepLMTProvider but I got this issue. I'm using Visual Studio 2017 and my target framework is .NET Framework 4.8.
Thanks for your help.
Matthieu
The text was updated successfully, but these errors were encountered:
you have to use Visual Studio 2019 for using C#9 syntax.
See also: dotnet/roslyn#21783 (comment)
Or you re-code the incompatible parts so that they are compatible with your Visual Studio 2017 C#7 version.
Regards Rainer
Sorry, something went wrong.
Thanks RainerLeukel, it worked! I also had to change the langversion manually in the .csproj file
No branches or pull requests
Hi,
I'm trying to build the DeepLMTProvider but I got this issue.
I'm using Visual Studio 2017 and my target framework is .NET Framework 4.8.
Thanks for your help.
Matthieu
The text was updated successfully, but these errors were encountered: