Merge pull request #4478 from microsoft/dependabot/nuget/sample-api/api/Microsoft.EntityFrameworkCore.InMemory-8.0.0

Bump Microsoft.EntityFrameworkCore.InMemory from 7.0.13 to 8.0.0 in /sample-api/api
This commit is contained in:
Vincent Biret 2023-11-14 17:16:51 -05:00 коммит произвёл GitHub
Родитель ae17521598 b7e74717f9
Коммит d8e9d55394
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.OData" Version="8.2.3" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="7.0.13" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="8.0.0" />
<PackageReference Include="Microsoft.Identity.Web" Version="2.15.3" />
<PackageReference Include="Microsoft.OData.Core" Version="7.18.0" />
<PackageReference Include="Microsoft.OpenApi.OData" Version="1.4.0" />