diff --git a/Google.Api.Generator.Tests/ProtoTests/Basic/Testing.Basic/Testing.Basic.csproj b/Google.Api.Generator.Tests/ProtoTests/Basic/Testing.Basic/Testing.Basic.csproj index 029d6968..0e498a3a 100644 --- a/Google.Api.Generator.Tests/ProtoTests/Basic/Testing.Basic/Testing.Basic.csproj +++ b/Google.Api.Generator.Tests/ProtoTests/Basic/Testing.Basic/Testing.Basic.csproj @@ -40,8 +40,9 @@ - - + + + diff --git a/Google.Api.Generator.Tests/ProtoTests/Lro/Testing.Lro/Testing.Lro.csproj b/Google.Api.Generator.Tests/ProtoTests/Lro/Testing.Lro/Testing.Lro.csproj index 14e90a12..bf6e19a6 100644 --- a/Google.Api.Generator.Tests/ProtoTests/Lro/Testing.Lro/Testing.Lro.csproj +++ b/Google.Api.Generator.Tests/ProtoTests/Lro/Testing.Lro/Testing.Lro.csproj @@ -40,9 +40,10 @@ - - - + + + + diff --git a/Google.Api.Generator/Generation/CsProjGenerator.cs b/Google.Api.Generator/Generation/CsProjGenerator.cs index 802a4a9f..56749769 100644 --- a/Google.Api.Generator/Generation/CsProjGenerator.cs +++ b/Google.Api.Generator/Generation/CsProjGenerator.cs @@ -20,9 +20,10 @@ namespace Google.Api.Generator.Generation { internal static class CsProjGenerator { - private const string GaxGrpcCoreVersion = "3.0.0-beta01"; - private const string GrpcCoreVersion = "2.27.0"; - private const string LroVersion = "2.0.0-beta01"; + private const string GaxGrpcCoreVersion = "3.1.0"; + private const string GrpcCoreVersion = "2.32.0"; + private const string LroVersion = "2.0.0"; + private const string ProtobufVersion = "3.13.0"; // Required due to incompatibility between GAX and the protoc version used by the bazel rules. public static string GenerateClient(bool hasLro) { @@ -72,7 +73,8 @@ public static string GenerateClient(bool hasLro) - {packageRefs} + + {packageRefs}