сдача

This commit is contained in:
ValAnn 2024-05-08 17:16:59 +04:00
parent c884e5ecf1
commit 5cb4a18742
3 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
</PackageReference> </PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" /> <PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.9" /> <PackageReference Include="PdfSharp.MigraDoc.Standard" Version="1.51.9" />
<PackageReference Include="MailKit" Version="4.0.0" /> <PackageReference Include="MailKit" Version="4.2.0" />
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>

View File

@ -12,7 +12,7 @@ using SushiBarDatabaseImplement;
namespace SushiBarDatabaseImplement.Migrations namespace SushiBarDatabaseImplement.Migrations
{ {
[DbContext(typeof(SushiBarDatabase))] [DbContext(typeof(SushiBarDatabase))]
[Migration("20240507101350_InitCreate")] [Migration("20240508104959_InitCreate")]
partial class InitCreate partial class InitCreate
{ {
/// <inheritdoc /> /// <inheritdoc />