I am assuming the build package size is being reduced by a dotnet core build feature that removes DLLs that are not directly referenced. I am adding a custom AccessTokenValidation service through dependency injection that uses Microsoft.IdentityModel.Protocols.OpenIdConnect. That DLL however is removed from the bin folder in this version.