Skip to content

Commit

Permalink
chore: Update Grpc.Core dependency to 2.46.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jskeet committed Jun 7, 2022
1 parent ca77407 commit 377ed2d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.0.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.41.0, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Grpc.Core" Version="[2.46.3, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
</ItemGroup>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.0.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.41.0, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Grpc.Core" Version="[2.46.3, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="Google.LongRunning" Version="[3.0.0, 4.0.0)" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.0.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.41.0, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Grpc.Core" Version="[2.46.3, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="Google.Cloud.Location" Version="[2.0.0, 3.0.0)" />
<PackageReference Include="Google.Cloud.Iam.V1" Version="[3.0.0, 4.0.0)" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

<ItemGroup>
<PackageReference Include="Google.Api.Gax.Grpc" Version="[4.0.0, 5.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.41.0, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Grpc.Core" Version="[2.46.3, 3.0.0)" Condition="'$(TargetFramework)'=='net462'" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="All" />
<PackageReference Include="Google.LongRunning" Version="[3.0.0, 4.0.0)" />
</ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion Google.Api.Generator/Generation/CsProjGenerator.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ namespace Google.Api.Generator.Generation
internal static class CsProjGenerator
{
private const string GaxGrpcVersion = "[4.0.0, 5.0.0)";
private const string GrpcCoreVersion = "[2.41.0, 3.0.0)";
private const string GrpcCoreVersion = "[2.46.3, 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)";
Expand Down

0 comments on commit 377ed2d

Please sign in to comment.