Browse Source

Merge pull request #557 from dotnet-architecture/dependabot/nuget/Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore-5.0.10

Bump Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore from 5.0.0 to 5.0.10
main
Sumit Ghosh 4 years ago
committed by GitHub
parent
commit
77b908b8a0
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/PublicApi/PublicApi.csproj
  2. 2
      src/Web/Web.csproj

2
src/PublicApi/PublicApi.csproj

@ -17,7 +17,7 @@
<PackageReference Include="Swashbuckle.AspNetCore.SwaggerUI" Version="5.6.3" />
<PackageReference Include="Swashbuckle.AspNetCore.Annotations" Version="5.6.3" />
<PackageReference Include="Microsoft.AspNetCore.Authentication.JwtBearer" Version="5.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.0" />

2
src/Web/Web.csproj

@ -33,7 +33,7 @@
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" Version="5.0.0" />
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="5.0.0" />
<PackageReference Include="Microsoft.Web.LibraryManager.Build" Version="2.1.113" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.0" />
<PackageReference Include="Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore" Version="5.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Identity.EntityFrameworkCore" Version="5.0.10" />
<PackageReference Include="Microsoft.AspNetCore.Identity.UI" Version="5.0.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="5.0.0" />

Loading…
Cancel
Save