diff --git a/Sources/MyLibraryDB/MyLibraryDB.csproj b/Sources/MyLibraryDB/MyLibraryDB.csproj
index 1c7f9a0..5cf57ff 100644
--- a/Sources/MyLibraryDB/MyLibraryDB.csproj
+++ b/Sources/MyLibraryDB/MyLibraryDB.csproj
@@ -7,12 +7,12 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
-
+
+
diff --git a/Sources/MyLibraryEntities/MyLibraryEntities.csproj b/Sources/MyLibraryEntities/MyLibraryEntities.csproj
index 1c94fa4..be1cdcf 100644
--- a/Sources/MyLibraryEntities/MyLibraryEntities.csproj
+++ b/Sources/MyLibraryEntities/MyLibraryEntities.csproj
@@ -7,9 +7,9 @@
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/Sources/OpenLibraryWrapper/OpenLibraryWrapper.csproj b/Sources/OpenLibraryWrapper/OpenLibraryWrapper.csproj
index a235a9d..6ed8aba 100644
--- a/Sources/OpenLibraryWrapper/OpenLibraryWrapper.csproj
+++ b/Sources/OpenLibraryWrapper/OpenLibraryWrapper.csproj
@@ -15,7 +15,11 @@
4
-
+
+
+
+
+
diff --git a/Sources/OpenLibraryWrapper/Program.cs b/Sources/OpenLibraryWrapper/Program.cs
index 6ea5437..2568dd2 100644
--- a/Sources/OpenLibraryWrapper/Program.cs
+++ b/Sources/OpenLibraryWrapper/Program.cs
@@ -17,7 +17,7 @@ var dbDataBase = Environment.GetEnvironmentVariable("MARIADB_DATABASE");
var dbUser = Environment.GetEnvironmentVariable("MARIADB_USER");
var dbPassword = Environment.GetEnvironmentVariable("MARIADB_PASSWORD");
var dbServer = Environment.GetEnvironmentVariable("MARIADB_SERVER");
-var dbConnection = $"server={dbServer};port=3306;user={dbUser};password={dbPassword};database={dbDatabase}";
+var dbConnection = $"server={dbServer};port=3306;user={dbUser};password={dbPassword};database={dbDataBase}";
switch (dtoManager)
{
diff --git a/Sources/Tests/MyLibraryDB_Tests/MyLibraryDB_Tests.csproj b/Sources/Tests/MyLibraryDB_Tests/MyLibraryDB_Tests.csproj
index 2761bb3..01275bc 100644
--- a/Sources/Tests/MyLibraryDB_Tests/MyLibraryDB_Tests.csproj
+++ b/Sources/Tests/MyLibraryDB_Tests/MyLibraryDB_Tests.csproj
@@ -15,7 +15,7 @@
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
diff --git a/Sources/Tests/OpenLibraryWrapper_UT/OpenLibraryWrapper_UT.csproj b/Sources/Tests/OpenLibraryWrapper_UT/OpenLibraryWrapper_UT.csproj
index 9aa0b20..6fee417 100644
--- a/Sources/Tests/OpenLibraryWrapper_UT/OpenLibraryWrapper_UT.csproj
+++ b/Sources/Tests/OpenLibraryWrapper_UT/OpenLibraryWrapper_UT.csproj
@@ -13,13 +13,13 @@
4
-
-
-
+
+
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all
-
+
runtime; build; native; contentfiles; analyzers; buildtransitive
all