This commit is contained in:
Steve Smith
2018-05-29 10:05:50 -04:00
committed by GitHub
parent 5b268b210b
commit 8169d2f485
14 changed files with 43 additions and 32 deletions

View File

@@ -4,7 +4,7 @@
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:5106/",
"sslPort": 44316
"sslPort": 0
}
},
"profiles": {
@@ -16,7 +16,7 @@
}
},
"eShopWeb": {
"commandName": "IISExpress",
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"

View File

@@ -1,6 +1,7 @@
using ApplicationCore.Interfaces;
using ApplicationCore.Specifications;
using Microsoft.eShopWeb.ApplicationCore.Entities;
using Microsoft.eShopWeb.ApplicationCore.Entities.BasketAggregate;
using Microsoft.eShopWeb.Interfaces;
using Microsoft.eShopWeb.ViewModels;
using System.Collections.Generic;