Skip to content

Commit 4dd01fd

Browse files
authored
deps: update dependency npgsql to v10 (GoogleCloudPlatform#4074)
1 parent be29352 commit 4dd01fd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

samples/cloud-run/dotnet/dotnet.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Npgsql" Version="9.0.4" />
10+
<PackageReference Include="Npgsql" Version="10.0.1" />
1111
</ItemGroup>
1212

1313
</Project>

samples/dotnet/npgsql-sample/npgsql-sample.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Npgsql" Version="9.0.4" />
12+
<PackageReference Include="Npgsql" Version="10.0.1" />
1313
<PackageReference Include="Testcontainers" Version="4.9.0" />
1414
</ItemGroup>
1515

samples/snippets/dotnet-snippets/dotnet-snippets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</PropertyGroup>
1010

1111
<ItemGroup>
12-
<PackageReference Include="Npgsql" Version="9.0.4" />
12+
<PackageReference Include="Npgsql" Version="10.0.1" />
1313
</ItemGroup>
1414

1515
<ItemGroup>

0 commit comments

Comments
 (0)