When generating Yarp or services, the code doesn't compile anymore:
Severity Code Description Project File Line Suppression State Details
Error (active) NU1605 Warning As Error: Detected package downgrade: Microsoft.Extensions.Logging from 8.0.1 to 8.0.0. Reference the package directly from the project to select a different version.
XXX.Core.UnitTest -> XXX.Core.Host -> Microsoft.Extensions.Logging (>= 8.0.1)
XXX.Core.UnitTest -> Microsoft.Extensions.Logging (>= 8.0.0) XXX.Core.UnitTest C:\PRJ\XXX\BE\Core\Tests\XXX.Core.UnitTest\XXX.Core.UnitTest.csproj 1
This is because the unit tests have a reference to:
When generating Yarp or services, the code doesn't compile anymore:
This is because the unit tests have a reference to:
... which should be upgraded to: