httpflow
httpflow copied to clipboard
Web Project: Remove unused references
Running Clean Architecture template 9.1.2 with .NET 8.0.300
Saw these in the Web project. Are these still needed?
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" PrivateAssets="All" />
I removed them from my project locally and am not seeing any side effects.