diff --git a/HrynCo.NotificationService.Api/HrynCo.NotificationService.Api.csproj b/HrynCo.NotificationService.Api/HrynCo.NotificationService.Api.csproj index 89ff33b..af153da 100644 --- a/HrynCo.NotificationService.Api/HrynCo.NotificationService.Api.csproj +++ b/HrynCo.NotificationService.Api/HrynCo.NotificationService.Api.csproj @@ -11,7 +11,8 @@ - + + diff --git a/HrynCo.NotificationService.Core/Class1.cs b/HrynCo.NotificationService.Core/Class1.cs deleted file mode 100644 index 67b6de9..0000000 --- a/HrynCo.NotificationService.Core/Class1.cs +++ /dev/null @@ -1,6 +0,0 @@ -namespace HrynCo.NotificationService.Core; - -public class Class1 -{ - -} diff --git a/HrynCo.NotificationService.DAL.Abstract/Class1.cs b/HrynCo.NotificationService.DAL.Abstract/Class1.cs new file mode 100644 index 0000000..3889710 --- /dev/null +++ b/HrynCo.NotificationService.DAL.Abstract/Class1.cs @@ -0,0 +1,6 @@ +namespace HrynCo.NotificationService.DAL.Abstract; + +public class Class1 +{ + +} diff --git a/HrynCo.NotificationService.Core/HrynCo.NotificationService.Core.csproj b/HrynCo.NotificationService.DAL.Abstract/HrynCo.NotificationService.DAL.Abstract.csproj similarity index 100% rename from HrynCo.NotificationService.Core/HrynCo.NotificationService.Core.csproj rename to HrynCo.NotificationService.DAL.Abstract/HrynCo.NotificationService.DAL.Abstract.csproj diff --git a/HrynCo.NotificationService.DAL.EF/Class1.cs b/HrynCo.NotificationService.DAL.EF/Class1.cs new file mode 100644 index 0000000..8a77a38 --- /dev/null +++ b/HrynCo.NotificationService.DAL.EF/Class1.cs @@ -0,0 +1,6 @@ +namespace HrynCo.NotificationService.DAL.EF; + +public class Class1 +{ + +} diff --git a/HrynCo.NotificationService.DAL.EF/HrynCo.NotificationService.DAL.EF.csproj b/HrynCo.NotificationService.DAL.EF/HrynCo.NotificationService.DAL.EF.csproj new file mode 100644 index 0000000..8011d57 --- /dev/null +++ b/HrynCo.NotificationService.DAL.EF/HrynCo.NotificationService.DAL.EF.csproj @@ -0,0 +1,13 @@ + + + + + + + + net10.0 + enable + enable + + + diff --git a/HrynCo.NotificationService.Core.Tests/HrynCo.NotificationService.Core.Tests.csproj b/HrynCo.NotificationService.Services.Tests/HrynCo.NotificationService.Services.Tests.csproj similarity index 72% rename from HrynCo.NotificationService.Core.Tests/HrynCo.NotificationService.Core.Tests.csproj rename to HrynCo.NotificationService.Services.Tests/HrynCo.NotificationService.Services.Tests.csproj index f4a4695..90aa85b 100644 --- a/HrynCo.NotificationService.Core.Tests/HrynCo.NotificationService.Core.Tests.csproj +++ b/HrynCo.NotificationService.Services.Tests/HrynCo.NotificationService.Services.Tests.csproj @@ -19,7 +19,8 @@ - + + \ No newline at end of file diff --git a/HrynCo.NotificationService.Core.Tests/UnitTest1.cs b/HrynCo.NotificationService.Services.Tests/UnitTest1.cs similarity index 57% rename from HrynCo.NotificationService.Core.Tests/UnitTest1.cs rename to HrynCo.NotificationService.Services.Tests/UnitTest1.cs index 2d0a5ee..3c7bcd3 100644 --- a/HrynCo.NotificationService.Core.Tests/UnitTest1.cs +++ b/HrynCo.NotificationService.Services.Tests/UnitTest1.cs @@ -1,4 +1,4 @@ -namespace HrynCo.NotificationService.Core.Tests; +namespace HrynCo.NotificationService.Services.Tests; public class UnitTest1 { diff --git a/HrynCo.NotificationService.Services/Class1.cs b/HrynCo.NotificationService.Services/Class1.cs new file mode 100644 index 0000000..b1f4efd --- /dev/null +++ b/HrynCo.NotificationService.Services/Class1.cs @@ -0,0 +1,6 @@ +namespace HrynCo.NotificationService.Services; + +public class Class1 +{ + +} diff --git a/HrynCo.NotificationService.Services/HrynCo.NotificationService.Services.csproj b/HrynCo.NotificationService.Services/HrynCo.NotificationService.Services.csproj new file mode 100644 index 0000000..8011d57 --- /dev/null +++ b/HrynCo.NotificationService.Services/HrynCo.NotificationService.Services.csproj @@ -0,0 +1,13 @@ + + + + + + + + net10.0 + enable + enable + + + diff --git a/HrynCo.NotificationService.Worker/HrynCo.NotificationService.Worker.csproj b/HrynCo.NotificationService.Worker/HrynCo.NotificationService.Worker.csproj index e7957d8..e044c6a 100644 --- a/HrynCo.NotificationService.Worker/HrynCo.NotificationService.Worker.csproj +++ b/HrynCo.NotificationService.Worker/HrynCo.NotificationService.Worker.csproj @@ -12,6 +12,7 @@ - + + diff --git a/HrynCo.NotificationService.slnx b/HrynCo.NotificationService.slnx index 4e0128a..8817f04 100644 --- a/HrynCo.NotificationService.slnx +++ b/HrynCo.NotificationService.slnx @@ -1,7 +1,9 @@ - - + + + +