Cart Updates (#26)
* ardalis/cart-updates Updating how items are added to cart and displayed in cart. * Cleaning up UI
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
<DockerComposeProjectPath>..\docker-compose.dcproj</DockerComposeProjectPath>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Remove="Pics\**" />
|
||||
<Content Remove="Pics\**" />
|
||||
<EmbeddedResource Remove="Pics\**" />
|
||||
<None Remove="Pics\**" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Dapper" Version="1.50.2" />
|
||||
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.0.1" />
|
||||
@@ -27,7 +34,6 @@
|
||||
<PackageReference Include="Microsoft.VisualStudio.Web.BrowserLink" Version="1.1.2" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Pics\" />
|
||||
<Folder Include="Views\Catalog\" />
|
||||
<Folder Include="Views\Account\" />
|
||||
<Folder Include="wwwroot\css\catalog\" />
|
||||
|
||||
Reference in New Issue
Block a user