Correct me if this is the wrong place. But since Microsoft.Extensions.Http.Resilience is a replacement for Microsoft.Extensions.Http.Polly we tried updating to it in our .NET Framework 4.8 project. However, this gives us a plethora of warnings for various packages.
Microsoft.Extensions.AmbientMetadata.Application 8.2.0 doesn't support net48 and has not been tested with it. Consider upgrading your TargetFramework to net6.0 or later. You may also set true in the project file to ignore this warning and attempt to run in this unsupported configuration at your own risk.
Maybe I'm missing something but the projects that get's the warning should support .NET 4.8 according to nuget.org.
Is Microsoft.Extensions.Http.Resilience supposed to support .NET Framework or is it just a mistake?
Correct me if this is the wrong place. But since Microsoft.Extensions.Http.Resilience is a replacement for Microsoft.Extensions.Http.Polly we tried updating to it in our .NET Framework 4.8 project. However, this gives us a plethora of warnings for various packages.
Maybe I'm missing something but the projects that get's the warning should support .NET 4.8 according to nuget.org.
Is Microsoft.Extensions.Http.Resilience supposed to support .NET Framework or is it just a mistake?