PIbd-23 Valova A. D. Lab_7 Base #11

Closed
ValAnn wants to merge 2 commits from Lab_7 into Lab_6
3 changed files with 2 additions and 2 deletions
Showing only changes of commit 5cb4a18742 - Show all commits

View File

@ -16,7 +16,7 @@
</PackageReference>
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="8.0.0" />
<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>

View File

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