Blazor-Diagrams / Blazor.Diagrams

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

upgrade to net8.0 #395

Closed SebastianWachsmuth closed 8 months ago

SebastianWachsmuth commented 10 months ago

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

robertmclaws commented 10 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 8 months ago

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

robertmclaws commented 8 months ago

I think it looks great and can be merged.

zHaytam commented 8 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