Closed
Description
In #2483, we added a ref project for Microsoft.AspNetCore.Testing
: https://github.com/aspnet/Extensions/blob/release/3.0/src/TestingUtils/Microsoft.AspNetCore.Testing/ref/Microsoft.AspNetCore.Testing.csproj. This is a non-shipping test utility project that should not need a ref project - we should determine why this was added, and figure out how to remove it.
Related - #2781 explicitly marked this ref project nonshipping
- it had been getting the default value of IsShipping=true
from Arcade, which caused Microsoft.Extensions.Logging.Testing
to list a dependency on a stable version of that package, which will never exist.