Skip to content

Commit

Permalink
chore: Update dependencies in GAX prior to a release
Browse files Browse the repository at this point in the history
Note that Grpc.Core is currently essentially frozen at 2.46.5.
However, it appears to work fine with Grpc.Core.Api 2.51.0 - and
copious integration tests running on Windows will prove that before
libraries are released.
  • Loading branch information
jskeet committed Jan 10, 2023
1 parent 1f44556 commit 8eb89ea
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<ItemGroup>
<ProjectReference Include="..\Google.Api.Gax.Grpc\Google.Api.Gax.Grpc.csproj" />
<ProjectReference Include="..\Google.Api.Gax.Grpc.Testing\Google.Api.Gax.Grpc.Testing.csproj" />
<PackageReference Include="Grpc.Core" Version="[2.46.3, 3.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.5, 3.0.0)" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Google.Api.Gax.Grpc.Tests/Google.Api.Gax.Grpc.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<PackageReference Include="Microsoft.Extensions.DependencyInjection" Version="6.0.1" />
<PackageReference Include="Microsoft.Extensions.Logging" Version="6.0.0" />
<PackageReference Include="System.Linq.Async" Version="6.0.1" />
<PackageReference Include="Grpc.Core" Version="[2.46.3, 3.0.0)" />
<PackageReference Include="Grpc.Core" Version="[2.46.5, 3.0.0)" />
<PackageReference Include="Xunit.SkippableFact" Version="1.4.13" />
</ItemGroup>

Expand Down
8 changes: 4 additions & 4 deletions Google.Api.Gax.Grpc/Google.Api.Gax.Grpc.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@
<ProjectReference Include="..\Google.Api.CommonProtos\Google.Api.CommonProtos.csproj" />
<ProjectReference Include="..\Google.Api.Gax\Google.Api.Gax.csproj" />

<PackageReference Include="Grpc.Auth" Version="[2.46.3, 3.0.0)" />
<PackageReference Include="Google.Apis.Auth" Version="[1.56.0, 2.0.0)" />
<PackageReference Include="Grpc.Core.Api" Version="[2.46.3, 3.0.0)" />
<PackageReference Include="Grpc.Net.Client" Version="[2.46.0, 3.0.0)"/>
<PackageReference Include="Grpc.Auth" Version="[2.51.0, 3.0.0)" />
<PackageReference Include="Google.Apis.Auth" Version="[1.58.0, 2.0.0)" />
<PackageReference Include="Grpc.Core.Api" Version="[2.51.0, 3.0.0)" />
<PackageReference Include="Grpc.Net.Client" Version="[2.51.0, 3.0.0)"/>
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion Google.Api.Gax.Rest/Google.Api.Gax.Rest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<ItemGroup>
<ProjectReference Include="..\Google.Api.Gax\Google.Api.Gax.csproj" />

<PackageReference Include="Google.Apis.Auth" Version="[1.57.0, 2.0.0)" />
<PackageReference Include="Google.Apis.Auth" Version="[1.58.0, 2.0.0)" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" Version="6.0.0" />
</ItemGroup>
</Project>

0 comments on commit 8eb89ea

Please sign in to comment.