diff --git a/src/BackEnd/BackEnd.csproj b/src/BackEnd/BackEnd.csproj
index 5c80f784..88a91f4e 100644
--- a/src/BackEnd/BackEnd.csproj
+++ b/src/BackEnd/BackEnd.csproj
@@ -7,16 +7,16 @@
-
-
-
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
-
+
+
+
+
all
diff --git a/src/BackEnd/Controllers/SessionsController.cs b/src/BackEnd/Controllers/SessionsController.cs
index e15b600c..3b1e3e26 100644
--- a/src/BackEnd/Controllers/SessionsController.cs
+++ b/src/BackEnd/Controllers/SessionsController.cs
@@ -27,7 +27,7 @@ public async Task>> Get()
var sessions = await _db.Sessions.AsNoTracking()
.Include(s => s.Track)
.Include(s => s.SessionSpeakers)
- .ThenInclude(ss => ss.Speaker)
+ .ThenInclude(ss => ss.Speaker)
.Select(m => m.MapSessionResponse())
.ToListAsync();
diff --git a/src/ConferenceDTO/ConferenceDTO.csproj b/src/ConferenceDTO/ConferenceDTO.csproj
index 4fc81985..5bb5ed7c 100644
--- a/src/ConferenceDTO/ConferenceDTO.csproj
+++ b/src/ConferenceDTO/ConferenceDTO.csproj
@@ -5,6 +5,6 @@
-
+
diff --git a/src/FrontEnd/FrontEnd.csproj b/src/FrontEnd/FrontEnd.csproj
index 5a37e902..23963667 100644
--- a/src/FrontEnd/FrontEnd.csproj
+++ b/src/FrontEnd/FrontEnd.csproj
@@ -6,18 +6,18 @@
-
-
-
-
+
+
+
+
all
runtime; build; native; contentfiles; analyzers; buildtransitive
-
-
-
+
+
+
-
+
all
diff --git a/src/FrontEnd/Pages/Shared/_Layout.cshtml b/src/FrontEnd/Pages/Shared/_Layout.cshtml
index 20ac3173..c6ff9c7e 100644
--- a/src/FrontEnd/Pages/Shared/_Layout.cshtml
+++ b/src/FrontEnd/Pages/Shared/_Layout.cshtml
@@ -9,7 +9,7 @@
-
-
-