diff --git a/Google.Api.Generator.Tests/ProtoTests/Basic.v1/Testing.Basic.V1/Testing.Basic.V1.csproj b/Google.Api.Generator.Tests/ProtoTests/Basic.v1/Testing.Basic.V1/Testing.Basic.V1.csproj index 6a19d25c..e0edafbb 100644 --- a/Google.Api.Generator.Tests/ProtoTests/Basic.v1/Testing.Basic.V1/Testing.Basic.V1.csproj +++ b/Google.Api.Generator.Tests/ProtoTests/Basic.v1/Testing.Basic.V1/Testing.Basic.V1.csproj @@ -40,7 +40,7 @@ - + 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 921d8a48..565d6bdf 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,7 +40,7 @@ - + diff --git a/Google.Api.Generator.Tests/ProtoTests/Mixins/Testing.Mixins/Testing.Mixins.csproj b/Google.Api.Generator.Tests/ProtoTests/Mixins/Testing.Mixins/Testing.Mixins.csproj index 1297532d..9d4640bf 100644 --- a/Google.Api.Generator.Tests/ProtoTests/Mixins/Testing.Mixins/Testing.Mixins.csproj +++ b/Google.Api.Generator.Tests/ProtoTests/Mixins/Testing.Mixins/Testing.Mixins.csproj @@ -40,7 +40,7 @@ - + diff --git a/Google.Api.Generator.Tests/ProtoTests/Showcase/Google.Showcase.V1Beta1/Google.Showcase.V1Beta1.csproj b/Google.Api.Generator.Tests/ProtoTests/Showcase/Google.Showcase.V1Beta1/Google.Showcase.V1Beta1.csproj index c3f4cd5e..5791186f 100644 --- a/Google.Api.Generator.Tests/ProtoTests/Showcase/Google.Showcase.V1Beta1/Google.Showcase.V1Beta1.csproj +++ b/Google.Api.Generator.Tests/ProtoTests/Showcase/Google.Showcase.V1Beta1/Google.Showcase.V1Beta1.csproj @@ -40,7 +40,7 @@ - + diff --git a/Google.Api.Generator/Generation/CsProjGenerator.cs b/Google.Api.Generator/Generation/CsProjGenerator.cs index 9af22bda..e23c56c0 100644 --- a/Google.Api.Generator/Generation/CsProjGenerator.cs +++ b/Google.Api.Generator/Generation/CsProjGenerator.cs @@ -23,7 +23,7 @@ namespace Google.Api.Generator.Generation internal static class CsProjGenerator { private const string GaxGrpcCoreVersion = "[3.7.0, 4.0.0)"; - private const string GrpcCoreVersion = "[2.43.0, 3.0.0)"; + private const string GrpcCoreVersion = "[2.41.0, 3.0.0)"; private const string LroVersion = "[2.3.0, 3.0.0)"; private const string IamVersion = "[2.3.0, 3.0.0)"; private const string LocationVersion = "[1.0.0, 2.0.0)";