Skip to content

Commit

Permalink
Update gRPC template dependencies for AOT
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesNK committed Feb 5, 2023
1 parent 6c9077e commit 9e45634
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -258,11 +258,11 @@
<FSharpCoreVersion>6.0.0</FSharpCoreVersion>
<GoogleApiCommonProtosVersion>2.5.0</GoogleApiCommonProtosVersion>
<GoogleProtobufVersion>3.21.6</GoogleProtobufVersion>
<GrpcAspNetCoreVersion>2.49.0</GrpcAspNetCoreVersion>
<GrpcAspNetCoreServerVersion>2.49.0</GrpcAspNetCoreServerVersion>
<GrpcAuthVersion>2.49.0</GrpcAuthVersion>
<GrpcNetClientVersion>2.49.0</GrpcNetClientVersion>
<GrpcToolsVersion>2.49.0</GrpcToolsVersion>
<GrpcAspNetCoreVersion>2.51.0</GrpcAspNetCoreVersion>
<GrpcAspNetCoreServerVersion>2.51.0</GrpcAspNetCoreServerVersion>
<GrpcAuthVersion>2.51.0</GrpcAuthVersion>
<GrpcNetClientVersion>2.51.0</GrpcNetClientVersion>
<GrpcToolsVersion>2.51.0</GrpcToolsVersion>
<DuendeIdentityServerAspNetIdentityVersion>6.0.4</DuendeIdentityServerAspNetIdentityVersion>
<DuendeIdentityServerEntityFrameworkVersion>6.0.4</DuendeIdentityServerEntityFrameworkVersion>
<DuendeIdentityServerVersion>6.0.4</DuendeIdentityServerVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

<ItemGroup>
<PackageReference Include="Grpc.AspNetCore" Version="${GrpcAspNetCoreVersion}" />
<PackageReference Include="Google.Protobuf" Version="3.22.0-rc2" />
</ItemGroup>

</Project>

0 comments on commit 9e45634

Please sign in to comment.