Skip to content

Commit f731935

Browse files
committed
Update Azure.Identity and Npgsql.EntityFrameworkCore.PostgreSQL
1 parent bf40a5d commit f731935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ContosoAds.Web/ContosoAds.Web.csproj

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Azure.Identity" Version="1.12.1" />
12+
<PackageReference Include="Azure.Identity" Version="1.13.0" />
1313
<PackageReference Include="Dapr.AspNetCore" Version="1.12.0" />
1414
<PackageReference Include="Microsoft.ApplicationInsights.AspNetCore" Version="2.22.0" />
1515
<PackageReference Include="Microsoft.AspNetCore.DataProtection.EntityFrameworkCore" Version="8.0.10" />
@@ -26,7 +26,7 @@
2626
<PackageReference Include="Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore" Version="8.0.10" />
2727
<PackageReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Design" Version="8.0.6" />
2828
<PackageReference Include="Npgsql.DependencyInjection" Version="8.0.5" />
29-
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.8" />
29+
<PackageReference Include="Npgsql.EntityFrameworkCore.PostgreSQL" Version="8.0.10" />
3030
<PackageReference Include="Scrutor" Version="5.0.1" />
3131
</ItemGroup>
3232

0 commit comments

Comments
 (0)