Blazor-Diagrams / Blazor.Diagrams

A fully customizable and extensible all-purpose diagrams library for Blazor
https://blazor-diagrams.zhaytam.com
MIT License
917 stars 176 forks source link

upgrade to net8.0 #395

Closed SebastianWachsmuth closed 4 months ago

SebastianWachsmuth commented 6 months ago

I added Multitargetting to the library project, but left the demo and docs at net8

robertmclaws commented 6 months ago

Nice! Only thing I would say from here, and this is super nit-picky I know, is to go into the .csproj and .props files and Ctrl+e, D the documents so that the indents are consistent.

jklemmack commented 4 months ago

@robertmclaws Is there anything still holding up this PR? I have an interest in using a net8 version directly. Thanks!

robertmclaws commented 4 months ago

I think it looks great and can be merged.

zHaytam commented 4 months ago

Hello, thanks for the PR!

I just learned a new thing! Never knew about the props file... I will test this locally quickly and merge asap, thanks again