diff --git a/vs4win/PracticalApps/Northwind.Mvc/Program.cs b/vs4win/PracticalApps/Northwind.Mvc/Program.cs index 095799c..f504bd2 100644 --- a/vs4win/PracticalApps/Northwind.Mvc/Program.cs +++ b/vs4win/PracticalApps/Northwind.Mvc/Program.cs @@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Identity; // IdentityUser using Microsoft.EntityFrameworkCore; // UseSqlServer, UseSqlite using Northwind.Mvc.Data; // ApplicationDbContext using Packt.Shared; // AddNorthwindContext extension method -using System.Net; +using System.Net; // HttpVersion using System.Net.Http.Headers; // MediaTypeWithQualityHeaderValue // Section 2 - configure the host web server including services diff --git a/vscode/PracticalApps/Northwind.Mvc/Program.cs b/vscode/PracticalApps/Northwind.Mvc/Program.cs index 095799c..f504bd2 100644 --- a/vscode/PracticalApps/Northwind.Mvc/Program.cs +++ b/vscode/PracticalApps/Northwind.Mvc/Program.cs @@ -3,7 +3,7 @@ using Microsoft.AspNetCore.Identity; // IdentityUser using Microsoft.EntityFrameworkCore; // UseSqlServer, UseSqlite using Northwind.Mvc.Data; // ApplicationDbContext using Packt.Shared; // AddNorthwindContext extension method -using System.Net; +using System.Net; // HttpVersion using System.Net.Http.Headers; // MediaTypeWithQualityHeaderValue // Section 2 - configure the host web server including services