Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit cf9f225

Browse files
committed
Atualização de pacotes
1 parent c5f7ce5 commit cf9f225

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

DevChurras.API/Data/DataContext.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ namespace DevChurras.API.Data
55
{
66
public class DataContext : DbContext
77
{
8-
public DbSet<Participante> Participantes { get; set; }
9-
108
public DbSet<Convidado> Convidados { get; set; }
119

10+
public DbSet<Participante> Participantes { get; set; }
11+
1212
public DataContext(DbContextOptions<DataContext> options) : base(options) { }
1313
}
1414
}

DevChurras.API/DevChurras.API.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
</PropertyGroup>
1515

1616
<ItemGroup>
17-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.17" />
18-
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.7.3" />
17+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="3.1.32" />
18+
<PackageReference Include="Swashbuckle.AspNetCore" Version="6.8.1" />
1919
</ItemGroup>
2020

2121
</Project>

0 commit comments

Comments
 (0)