Skip to content

Commit e363d87

Browse files
Bump Azure.Identity and Microsoft.Data.SqlClient
Bumps Azure.Identity from 1.13.2 to 1.17.1 Bumps Microsoft.Data.SqlClient from 5.0.2 to 6.1.4 --- updated-dependencies: - dependency-name: Azure.Identity dependency-version: 1.17.1 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: Microsoft.Data.SqlClient dependency-version: 6.1.4 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef9125c commit e363d87

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/webapp01/webapp01.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
<DockerfileContext>.</DockerfileContext>
1010
</PropertyGroup>
1111
<ItemGroup>
12-
<PackageReference Include="Azure.Identity" Version="1.13.2" />
13-
<PackageReference Include="Microsoft.Data.SqlClient" Version="5.0.2" />
12+
<PackageReference Include="Azure.Identity" Version="1.17.1" />
13+
<PackageReference Include="Microsoft.Data.SqlClient" Version="6.1.4" />
1414
<PackageReference Include="Microsoft.VisualStudio.Azure.Containers.Tools.Targets" Version="1.21.0" />
1515
<PackageReference Include="System.Text.Json" Version="8.0.4" />
1616
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />

0 commit comments

Comments
 (0)