From 0982b5ca65bfe6fd04e15d0c35f5f6c04be9b73f Mon Sep 17 00:00:00 2001 From: Mark J Price Date: Mon, 5 Sep 2022 11:36:00 +0100 Subject: [PATCH] Initial commit --- vs4win/PracticalApps/Northwind.Mvc/Program.cs | 2 +- vscode/PracticalApps/Northwind.Mvc/Program.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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