The SBRP generate tooling supports netcoreapp3.0 but the tfm filtering will filter it out. The result is unused code gets created. To fix this the following changes should be made:
- Add netcoreapp3.0 as an ExcludeTargetFrameworks
- Remove the TargetingPackVersion handling for netcoreapp3.0
- Regenerate the reference packages that target netcoreapp3.0