IRC-SPHERE / PythonPlotter

Library for using matplotlib from .NET programs (e.g. C#). Currently tested only on *nix platforms
MIT License
9 stars 3 forks source link

Not compatible with netcoreapp3.1 #2

Open DecemberDream opened 3 years ago

DecemberDream commented 3 years ago

I tried installing PythonPlotter but the command

install-package PythonPlotter

throws the error

Package PythonPlotter 0.2.15 is not compatible with netcoreapp3.1 (.NETCoreApp,Version=v3.1). Package PythonPlotter 0.2.15 does not support any target frameworks.

Is there a way to fix this? Or does this repository need to be updated?

tdiethe commented 2 years ago

Just seen this a year later! Yes it would need to be updated. I've updated to .net50 if that helps. Generally speaking I've only supported framework versions I've actually needed. Feel free to fork and add!