From de2ec8b01032463616827ca6cea15c11f7839395 Mon Sep 17 00:00:00 2001 From: lodufour1 Date: Thu, 5 Oct 2023 10:51:15 +0200 Subject: [PATCH] Add (master): ajout nuget --- Sources/MyLibraryDB/MyLibraryDB.csproj | 6 +++--- Sources/MyLibraryEntities/MyLibraryEntities.csproj | 6 +++--- Sources/OpenLibraryWrapper/OpenLibraryWrapper.csproj | 6 +++++- Sources/OpenLibraryWrapper/Program.cs | 2 +- Sources/Tests/MyLibraryDB_Tests/MyLibraryDB_Tests.csproj | 2 +- .../OpenLibraryWrapper_UT/OpenLibraryWrapper_UT.csproj | 8 ++++---- 6 files changed, 17 insertions(+), 13 deletions(-) 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