Ingresamos al proyecto y ejecutamos en la terminal las instalaciones necesarias:
cd DevTallesShop.Api.Tests
dotnet add package Microsoft.NET.Test.Sdk
dotnet add package xunit
dotnet add package xunit.runner.visualstudio
dotnet add package FluentAssertions
dotnet add package Moq
dotnet add package Castle.Core