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 325203f7..53f4d5f8 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 @@ -39,7 +39,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 a51c0ee7..a2a19895 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 @@ -39,10 +39,10 @@ - + - + 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 bb389218..e5987bfc 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 @@ -39,11 +39,11 @@ - + - - + + \ No newline at end of file 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 9ee3936a..7853ae00 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 @@ -39,12 +39,12 @@ - + - - - + + + \ No newline at end of file diff --git a/Google.Api.Generator.Utils.Tests/Google.Api.Generator.Utils.Tests.csproj b/Google.Api.Generator.Utils.Tests/Google.Api.Generator.Utils.Tests.csproj index df2fd849..324e8a45 100644 --- a/Google.Api.Generator.Utils.Tests/Google.Api.Generator.Utils.Tests.csproj +++ b/Google.Api.Generator.Utils.Tests/Google.Api.Generator.Utils.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/Google.Api.Generator.Utils/Google.Api.Generator.Utils.csproj b/Google.Api.Generator.Utils/Google.Api.Generator.Utils.csproj index 00603517..d9875ee3 100644 --- a/Google.Api.Generator.Utils/Google.Api.Generator.Utils.csproj +++ b/Google.Api.Generator.Utils/Google.Api.Generator.Utils.csproj @@ -6,6 +6,6 @@ - + diff --git a/Google.Api.Generator/Generation/CsProjGenerator.cs b/Google.Api.Generator/Generation/CsProjGenerator.cs index fda3930e..4c57d096 100644 --- a/Google.Api.Generator/Generation/CsProjGenerator.cs +++ b/Google.Api.Generator/Generation/CsProjGenerator.cs @@ -23,11 +23,11 @@ namespace Google.Api.Generator.Generation { internal static class CsProjGenerator { - private const string GaxGrpcVersion = "[4.6.0, 5.0.0)"; + private const string GaxGrpcVersion = "[4.7.0, 5.0.0)"; private const string GrpcCoreVersion = "[2.46.6, 3.0.0)"; - private const string LroVersion = "[3.0.0, 4.0.0)"; - private const string IamVersion = "[3.0.0, 4.0.0)"; - private const string LocationVersion = "[2.0.0, 3.0.0)"; + private const string LroVersion = "[3.1.0, 4.0.0)"; + private const string IamVersion = "[3.1.0, 4.0.0)"; + private const string LocationVersion = "[2.1.0, 3.0.0)"; private const string ReferenceAssembliesVersion = "1.0.3"; private const string SystemLinqAsyncVersion = "6.0.1"; private static readonly Dictionary ProtoPackageToNuGetPackageAndVersion = new Dictionary diff --git a/Google.Api.Generator/Google.Api.Generator.csproj b/Google.Api.Generator/Google.Api.Generator.csproj index d66d55fc..0739e8b7 100644 --- a/Google.Api.Generator/Google.Api.Generator.csproj +++ b/Google.Api.Generator/Google.Api.Generator.csproj @@ -8,7 +8,7 @@ - +