We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78cc539 + 56a558a commit d5cb831Copy full SHA for d5cb831
src/PlayersApi/PlayersApi.csproj
@@ -6,10 +6,10 @@
6
<ImplicitUsings>enable</ImplicitUsings>
7
</PropertyGroup>
8
9
- <ItemGroup>
10
- <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.4" />
11
- <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.4" />
12
- <PackageReference Include="NSwag.AspNetCore" Version="14.0.7" />
+ <ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="8.0.4" />
+ <PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.5" />
+ <PackageReference Include="NSwag.AspNetCore" Version="14.0.7" />
13
</ItemGroup>
14
15
</Project>
0 commit comments