diff --git a/Birdmap.API/Birdmap.API.csproj b/Birdmap.API/Birdmap.API.csproj index 11f2de7..02ca03d 100644 --- a/Birdmap.API/Birdmap.API.csproj +++ b/Birdmap.API/Birdmap.API.csproj @@ -30,6 +30,10 @@ all runtime; build; native; contentfiles; analyzers; buildtransitive + + + + diff --git a/Birdmap.API/Program.cs b/Birdmap.API/Program.cs index d30cf89..74f315c 100644 --- a/Birdmap.API/Program.cs +++ b/Birdmap.API/Program.cs @@ -1,4 +1,3 @@ -using Birdmap.API; using Birdmap.DAL; using Microsoft.AspNetCore.Hosting; using Microsoft.Extensions.DependencyInjection; @@ -8,7 +7,7 @@ using NLog; using NLog.Web; using System; -namespace Birdmap +namespace Birdmap.API { public class Program { diff --git a/Birdmap.API/Startup.cs b/Birdmap.API/Startup.cs index 69b2385..c4f49aa 100644 --- a/Birdmap.API/Startup.cs +++ b/Birdmap.API/Startup.cs @@ -1,5 +1,4 @@ using AutoMapper; -using Birdmap.API; using Birdmap.API.Middlewares; using Birdmap.BLL; using Birdmap.DAL; @@ -13,7 +12,7 @@ using Microsoft.Extensions.Hosting; using Microsoft.IdentityModel.Tokens; using System.Text; -namespace Birdmap +namespace Birdmap.API { public class Startup { diff --git a/Birdmap.API/nlog.config b/Birdmap.API/nlog.config index 2ad336d..3028859 100644 --- a/Birdmap.API/nlog.config +++ b/Birdmap.API/nlog.config @@ -14,9 +14,12 @@ - + + @@ -25,11 +28,14 @@ - + - + + + + - + \ No newline at end of file