Xabaril / AspNetCore.Diagnostics.HealthChecks

Enterprise HealthChecks for ASP.NET Core Diagnostics Package
Apache License 2.0
4.05k stars 794 forks source link

Not all nuget packages support netstandard2.0 #1315

Closed michele-albanese-deltatre closed 1 year ago

michele-albanese-deltatre commented 2 years ago

Some packages like : AspNetCore.HealthChecks.Publisher.Datadog AspNetCore.HealthChecks.UI.Client AspNetCore.HealthChecks.UI AspNetCore.HealthChecks.UI.InMemory.Storage

only supports net60, while others ( AspNetCore.HealthChecks.MongoDb, AspNetCore.HealthChecks.AzureStorage ) supports also netstandard20, would be nice to have netstandard20 back in...

What would you like to be added: consistent netstandard2.0 supports in the nuget packages

Why is this needed: multitargeting libraries that uses these healthchecks

sungam3r commented 2 years ago

PRs are welcome.

sungam3r commented 1 year ago

@michele-albanese-deltatre When preparing to v7 release many (but not all) projects were changed to use netstandard2.0 TFM. Check out the latest preview versions.