From e0a4cf4957ac98dc979c36c58645b0b378a8e6de Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Wed, 5 Jul 2023 20:47:38 +0000
Subject: [PATCH] Bump Grpc.Net.Client from 2.39.0 to 2.52.0 in
 /Extends/DBWebStudio

Bumps [Grpc.Net.Client](https://github.com/grpc/grpc-dotnet) from 2.39.0 to 2.52.0.
- [Release notes](https://github.com/grpc/grpc-dotnet/releases)
- [Changelog](https://github.com/grpc/grpc-dotnet/blob/master/doc/release_process.md)
- [Commits](https://github.com/grpc/grpc-dotnet/compare/v2.39.0...v2.52.0)

---
updated-dependencies:
- dependency-name: Grpc.Net.Client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 Develop/DBDevelopClientApi/DBDevelopClientApi.csproj          | 4 ++--
 Extends/DBWebStudio/DBWebStudio.csproj                        | 2 +-
 .../DBRuntimeServer.Client/DBRuntimeServer.Client.csproj      | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/Develop/DBDevelopClientApi/DBDevelopClientApi.csproj b/Develop/DBDevelopClientApi/DBDevelopClientApi.csproj
index 83dd4e7..8cf241f 100644
--- a/Develop/DBDevelopClientApi/DBDevelopClientApi.csproj
+++ b/Develop/DBDevelopClientApi/DBDevelopClientApi.csproj
@@ -1,4 +1,4 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
 
   <PropertyGroup>
     <TargetFramework>netstandard2.1</TargetFramework>
@@ -11,7 +11,7 @@
 
   <ItemGroup>
     <PackageReference Include="Google.Protobuf" Version="3.18.1" />
-    <PackageReference Include="Grpc.Net.Client" Version="2.42.0" />
+    <PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
     <PackageReference Include="Grpc.Tools" Version="2.42.0">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
diff --git a/Extends/DBWebStudio/DBWebStudio.csproj b/Extends/DBWebStudio/DBWebStudio.csproj
index 3dcef0e..c9c35ab 100644
--- a/Extends/DBWebStudio/DBWebStudio.csproj
+++ b/Extends/DBWebStudio/DBWebStudio.csproj
@@ -35,7 +35,7 @@
 
   <ItemGroup>
     <PackageReference Include="Google.Protobuf" Version="3.18.1" />
-    <PackageReference Include="Grpc.Net.Client" Version="2.42.0" />
+    <PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
     <PackageReference Include="Microsoft.TypeScript.MSBuild" Version="5.0.4">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
diff --git a/RunTime/RuntimeService/DBRuntimeServer.Client/DBRuntimeServer.Client.csproj b/RunTime/RuntimeService/DBRuntimeServer.Client/DBRuntimeServer.Client.csproj
index a96906d..e6f3f64 100644
--- a/RunTime/RuntimeService/DBRuntimeServer.Client/DBRuntimeServer.Client.csproj
+++ b/RunTime/RuntimeService/DBRuntimeServer.Client/DBRuntimeServer.Client.csproj
@@ -19,7 +19,7 @@
 
   <ItemGroup>
     <PackageReference Include="Google.Protobuf" Version="3.18.1" />
-    <PackageReference Include="Grpc.Net.Client" Version="2.39.0" />
+    <PackageReference Include="Grpc.Net.Client" Version="2.52.0" />
     <PackageReference Include="Grpc.Tools" Version="2.39.1">
       <PrivateAssets>all</PrivateAssets>
       <IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>