falox / libvirt-csharp

libvirt virtualization API C# bindings
GNU Lesser General Public License v2.1
9 stars 5 forks source link

Target net5.0 #3

Closed WenceyWang closed 3 years ago

falox commented 3 years ago

@WenceyWang I'm not sure if I should merge into main or a separate branch. net5.0 is just released and is not LTS (dotnetcore3.1 is)

What's your use case? Why you need net5.0?

WenceyWang commented 3 years ago

I think this project is in in early alpha and have many things to do, and does not need to care about ABI compatibility. net5.0 comes with a lot of new feature and replaces netstandard. it's better for class library.