From bcf6b587db55f6c7d867eefbceac6a1a6b6579bc Mon Sep 17 00:00:00 2001 From: Milad Raeisi <6504337+miladsoft@users.noreply.github.com> Date: Wed, 24 May 2023 09:12:16 +0400 Subject: [PATCH] Update packages --- src/Papasi.Common/Papasi.Common.csproj | 2 +- src/Papasi.DataAccess/Papasi.DataAccess.csproj | 6 +++--- src/Papasi.Entities/Papasi.Entities.csproj | 2 +- .../Papasi.Models.Mappings.csproj | 2 +- src/Papasi.Services/Papasi.Services.csproj | 10 +++++----- src/Papasi/Papasi.csproj | 12 ++++++------ src/Papasi/appsettings.json | 1 + 7 files changed, 18 insertions(+), 17 deletions(-) diff --git a/src/Papasi.Common/Papasi.Common.csproj b/src/Papasi.Common/Papasi.Common.csproj index aea1923..f8ce0f6 100644 --- a/src/Papasi.Common/Papasi.Common.csproj +++ b/src/Papasi.Common/Papasi.Common.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Papasi.DataAccess/Papasi.DataAccess.csproj b/src/Papasi.DataAccess/Papasi.DataAccess.csproj index 295703d..d0d23e0 100644 --- a/src/Papasi.DataAccess/Papasi.DataAccess.csproj +++ b/src/Papasi.DataAccess/Papasi.DataAccess.csproj @@ -11,12 +11,12 @@ - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive - + diff --git a/src/Papasi.Entities/Papasi.Entities.csproj b/src/Papasi.Entities/Papasi.Entities.csproj index a735576..078f45e 100644 --- a/src/Papasi.Entities/Papasi.Entities.csproj +++ b/src/Papasi.Entities/Papasi.Entities.csproj @@ -7,7 +7,7 @@ - + diff --git a/src/Papasi.Models.Mappings/Papasi.Models.Mappings.csproj b/src/Papasi.Models.Mappings/Papasi.Models.Mappings.csproj index fafa7a4..1ed6b1f 100644 --- a/src/Papasi.Models.Mappings/Papasi.Models.Mappings.csproj +++ b/src/Papasi.Models.Mappings/Papasi.Models.Mappings.csproj @@ -7,6 +7,6 @@ - + diff --git a/src/Papasi.Services/Papasi.Services.csproj b/src/Papasi.Services/Papasi.Services.csproj index 9dccdcb..4e1139d 100644 --- a/src/Papasi.Services/Papasi.Services.csproj +++ b/src/Papasi.Services/Papasi.Services.csproj @@ -13,10 +13,10 @@ - - - - - + + + + + diff --git a/src/Papasi/Papasi.csproj b/src/Papasi/Papasi.csproj index d3b817b..5184db6 100644 --- a/src/Papasi/Papasi.csproj +++ b/src/Papasi/Papasi.csproj @@ -11,17 +11,17 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + - - - + + + - + diff --git a/src/Papasi/appsettings.json b/src/Papasi/appsettings.json index 774c585..015d04d 100644 --- a/src/Papasi/appsettings.json +++ b/src/Papasi/appsettings.json @@ -9,6 +9,7 @@ "AllowedHosts": "*", "ConnectionStrings": { "DefaultConnection": "Data Source=.;Initial Catalog=papasi;User Id=sa;Password=M123@321#20r;TrustServerCertificate=True;" + //Server=database,1433;Database=Papasi;Integrated Security=False;User Id=SA;Password=M123@321#20r;MultipleActiveResultSets=True }, "AdminUserSeed": { "UserName": "username",