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
After merging one PR (Flow-Launcher/Flow.Launcher#3218) with your package, our project encounters System.PlatformNotSupportedException issue.
Since we have not changed anything in that PR, I think this issue is related to your package. This issue is related to .Net version (dotnet/runtime#35496).
Since your nuget package only supports .Net 6.0, any other projects using your package will encounter System.PlatformNotSupportedException when they use Microsoft.Extensions.DependencyInjection 7.0.0 and Microsoft.Extensions.Hosting 7.0.0.
Could you please release new version which supports .Net7.0, .Net8.0 and .Net9.0?