Add Content.Shared.Database (#5588)

This commit is contained in:
Pieter-Jan Briers
2021-11-28 14:56:53 +01:00
committed by GitHub
parent f3ae907e7c
commit 64861ff034
71 changed files with 87 additions and 9 deletions

View File

@@ -22,7 +22,7 @@
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Content.Shared\Content.Shared.csproj" />
<ProjectReference Include="..\Content.Shared.Database\Content.Shared.Database.csproj" />
</ItemGroup>
<Import Project="..\RobustToolbox\MSBuild\Robust.Analyzers.targets" />

View File

@@ -4,7 +4,7 @@ using System.ComponentModel.DataAnnotations;
using System.ComponentModel.DataAnnotations.Schema;
using System.Net;
using System.Text.Json;
using Content.Shared.Administration.Logs;
using Content.Shared.Database;
using Microsoft.EntityFrameworkCore;
namespace Content.Server.Database