You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project currently targets .NetCore6 which is restricting where this library can be used. In my case I wanted to use your library to write a source generator, however they are restricted to NetStandard2.0. Since this library does not actually need to be NetCore I think it would be better to switch it.