Skip to content

Commit 6c94914

Browse files
authored
Merge pull request #237 from nanotaboada/dependabot/nuget/src/Dotnet.Samples.AspNetCore.WebApi/multi-36b939eb8b
Update Microsoft.AspNetCore.OpenApi and 5 other dependencies
2 parents 96daee6 + d46e083 commit 6c94914

File tree

2 files changed

+148
-148
lines changed

2 files changed

+148
-148
lines changed

src/Dotnet.Samples.AspNetCore.WebApi/Dotnet.Samples.AspNetCore.WebApi.csproj

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@
1010
<ItemGroup>
1111
<PackageReference Include="AutoMapper" Version="14.0.0" />
1212
<PackageReference Include="FluentValidation" Version="12.0.0" />
13-
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.4" />
13+
<PackageReference Include="Microsoft.Extensions.Configuration.Json" Version="9.0.5" />
1414
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="9.0.0" />
15-
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.4">
15+
<PackageReference Include="Microsoft.EntityFrameworkCore.Design" Version="9.0.5">
1616
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
1717
<PrivateAssets>all</PrivateAssets>
1818
</PackageReference>
19-
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.4" />
20-
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.4" />
21-
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.4" />
22-
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.15" />
19+
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="9.0.5" />
20+
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" Version="9.0.5" />
21+
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="9.0.5" />
22+
<PackageReference Include="Microsoft.AspNetCore.OpenApi" Version="8.0.16" />
2323
<PackageReference Include="Serilog.AspNetCore" Version="9.0.0" />
2424
<PackageReference Include="Serilog.Settings.Configuration" Version="9.0.0" />
2525
<PackageReference Include="Serilog.Sinks.Console" Version="6.0.0" />

0 commit comments

Comments
 (0)