Use .NET 6.0 LTS and C# 10 by lostmsu · Pull Request #1620 · pythonnet/pythonnet

@lostmsu

.NET 5 that we use expires in May 2022. For the new version we should use LTS if possible.

Also, new goodies in C#!

filmor

<PropertyGroup>
<VersionPrefix>3.0.0</VersionPrefix>
<AssemblyCopyright>Copyright (c) 2006-2020 The Contributors of the Python.NET Project</AssemblyCopyright>
<AssemblyCopyright>Copyright (c) 2006-2022 The Contributors of the Python.NET Project</AssemblyCopyright>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bold move ;)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries, I committed this using my DeLorean. :-D

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just fix this one, please and you can go ahead and merge :)

@lostmsu