ni / nimble

The NI Nimble Design System
https://nimble.ni.dev
MIT License
29 stars 8 forks source link

`SprightBlazor` should have a dependency on `NimbleBlazor` #2047

Open m-akinc opened 2 months ago

m-akinc commented 2 months ago

🧹 Tech Debt

At some point, it is likely that the SprightBlazor API might include types (e.g. enums) that are defined in NimbleBlazor. At that point, we will need SprightBlazor to depend on NimbleBlazor. One issue to figure out is how to create a project dependency (ProjectReference in csproj) that results in the nuget having a dependency with the correct version range. ProjectReference doesn't support specifying a version range.