From e5d32cba1d5084d157f492666934222bc927b298 Mon Sep 17 00:00:00 2001 From: "jason.p.ehs" <3399283+forwardslahsdotj@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:59:59 -0500 Subject: [PATCH] Update Program.cs Remove typo --- dotnet-observability/eShopLite/Products/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotnet-observability/eShopLite/Products/Program.cs b/dotnet-observability/eShopLite/Products/Program.cs index 8230ea8..883bf3e 100644 --- a/dotnet-observability/eShopLite/Products/Program.cs +++ b/dotnet-observability/eShopLite/Products/Program.cs @@ -1,4 +1,4 @@ -vusing Microsoft.EntityFrameworkCore; +using Microsoft.EntityFrameworkCore; using Products.Data; using Products.Endpoints;