Im trying add new controller , but i got this error. How can i solve this? enter image description here
<PropertyGroup> <TargetFramework>netcoreapp3.1</TargetFramework> </PropertyGroup> <ItemGroup> <ProjectReference Include="..OdeToFood.DataOdeToFood.Data.csproj" /> </ItemGroup> <ItemGroup> <PackageReference Include="Microsoft.EntityFrameworkCore" Version="5.0.2" /> <PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="5.0.2"> </PackageReference> <PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.2" /> </ItemGroup> <ItemGroup> <Folder Include="PagesApi" /> </ItemGroup> </Project>
dotnet restore didn't work, clearing the componentcache didn't work
1.4m articles
1.4m replys
5 comments
57.0k users