Skip to content

Xamarin / C# / .Net version compatibility? #129

Answered by keithrfung
vteague asked this question in Q&A
Discussion options

You must be logged in to vote

@vteague So netstandard2.0 can support many different targets. Here is the table:
https://github.com/dotnet/standard/blob/master/docs/versions.md

You can specifically target a version of .Net to the language you'd like. I would actually suggest going for .NET 5.0.
https://en.wikipedia.org/wiki/C_Sharp_(programming_language)

So instead of targeting netstandard2.0, you can target net50

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by vteague
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants