vfrz / DotNetGraph

Create GraphViz DOT graph with .NET / C#
MIT License
93 stars 20 forks source link

Extend the existing CI pipeline #35

Closed eXpl0it3r closed 1 year ago

eXpl0it3r commented 1 year ago

Not sure if this is something you're interested in, but I thought to extend the CI pipeline to ensure building for .NET Core 3.1, .NET 5, 6, and 7 works on Linux, macOS as well as Windows. As the test suite can only be built for a specific target framework and not say netstandard2.0, I decided to go for the current LTS (.NET 6).

vfrz commented 1 year ago

Great idea, I am interested! Thanks for the contribution :)