Refaktorieren: Projektname von "Contracts" zu "Abstractions" geändert, um den Zweck besser widerzuspiegeln.

This commit is contained in:
Developer 02
2024-06-20 12:17:30 +02:00
parent 3844f9d8d8
commit 58e86e1405
54 changed files with 65 additions and 896 deletions

View File

@@ -1,4 +1,4 @@
using DigitalData.Core.Contracts.Infrastructure;
using DigitalData.Core.Abstractions.Infrastructure;
using Microsoft.EntityFrameworkCore;
namespace DigitalData.Core.Infrastructure

View File

@@ -1,4 +1,4 @@
using DigitalData.Core.Contracts.Infrastructure;
using DigitalData.Core.Abstractions.Infrastructure;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using System.DirectoryServices;

View File

@@ -11,7 +11,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DigitalData.Core.Contracts\DigitalData.Core.Contracts.csproj" />
<ProjectReference Include="..\DigitalData.Core.Abstractions\DigitalData.Core.Abstractions.csproj" />
</ItemGroup>
</Project>

View File

@@ -1,12 +0,0 @@
{
"profiles": {
"DigitalData.Core.Infrastructure": {
"commandName": "Project",
"launchBrowser": true,
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
},
"applicationUrl": "https://localhost:61601;http://localhost:61604"
}
}
}