Não estou conseguindo corrigir o erro "Unable to determine the relationship represented by navigation property 'Produto.Promocoes' of type 'IList'. Either manually configure the relationship, or ignore this property from the model." Quando faço a migração: Add-Migration Promocao.... Alguém pode me ajudar?
Segue o código: https://drive.google.com/file/d/1sViaSLaaQUihzUMSkmfBbDzniLjlvW2l/view?usp=sharing
Obs: Referente ao curso Entity Framework Core: banco de dados de forma eficiente, no capítulo Relacionamentos Muitos para Muitos no Entity e atividade Relacionamento muitos para muitos e a classe de join.