Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulrahmannadap committed Mar 13, 2024
1 parent 9bf79ee commit 6901ff7
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion FCommerce.Website/FCommerce.Website.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
<UserSecretsId>84d140c2-f8f1-4956-b287-b02be96b8d18</UserSecretsId>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Controllers\**" />
<Content Remove="Controllers\**" />
<EmbeddedResource Remove="Controllers\**" />
<None Remove="Controllers\**" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AspNetCoreHero.ToastNotification" Version="1.1.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="8.0.1">
Expand All @@ -22,7 +29,6 @@
</ItemGroup>

<ItemGroup>
<Folder Include="Controllers\" />
<Folder Include="wwwroot\images\products\" />
</ItemGroup>

Expand Down

0 comments on commit 6901ff7

Please sign in to comment.