Open
Description
I updated nuget package Microsoft.AspNetCore.Routing.Abstractions from 2.2.0 to 2.3.0 to find that the interface Microsoft.AspNetCore.Routing.IOutboundParameterTransformer was no longer in the package.
Firstly, this should then be a Major version update as it's a breaking change, but I also don't quite understand as I can see it on the main branch in github:
https://github.com/dotnet/aspnetcore/blob/main/src/Http/Routing.Abstractions/src/IOutboundParameterTransformer.cs
I might be missing something?