From 1da2dd85791a0477b05ac279764e1d92a59c93f5 Mon Sep 17 00:00:00 2001 From: Anatolii Grynchuk Date: Wed, 6 May 2026 22:41:21 +0300 Subject: [PATCH] fix: update RepositoryUrl in project files to correct domain --- HrynCo.DAL.Abstract/HrynCo.DAL.Abstract.csproj | 5 +++-- HrynCo.DAL.EF/HrynCo.DAL.EF.csproj | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/HrynCo.DAL.Abstract/HrynCo.DAL.Abstract.csproj b/HrynCo.DAL.Abstract/HrynCo.DAL.Abstract.csproj index 4df4fb5..2a71af8 100644 --- a/HrynCo.DAL.Abstract/HrynCo.DAL.Abstract.csproj +++ b/HrynCo.DAL.Abstract/HrynCo.DAL.Abstract.csproj @@ -1,4 +1,4 @@ - + net10.0 @@ -10,7 +10,8 @@ Abstract DAL contracts for HrynCo applications: entities, repository and unit-of-work interfaces. hrynco dal abstract entity repository unitofwork git - https://gitea.grynco.com.ua/hrynco/hrynco-ef.git + https://gitea.hrynco.com/hrynco/hrynco-ef.git + diff --git a/HrynCo.DAL.EF/HrynCo.DAL.EF.csproj b/HrynCo.DAL.EF/HrynCo.DAL.EF.csproj index 3624b64..4b3e45e 100644 --- a/HrynCo.DAL.EF/HrynCo.DAL.EF.csproj +++ b/HrynCo.DAL.EF/HrynCo.DAL.EF.csproj @@ -1,4 +1,4 @@ - + net10.0 @@ -10,7 +10,7 @@ Entity Framework Core base implementations for HrynCo applications: generic repository and unit-of-work. hrynco dal ef entityframework repository unitofwork git - https://gitea.grynco.com.ua/hrynco/hrynco-ef.git + https://gitea.hrynco.com/hrynco/hrynco-ef.git @@ -28,3 +28,4 @@ +