Skip to content

Commit 12c5755

Browse files
authored
Update gRPC template dependencies for AOT (dotnet#46447)
1 parent 82feb68 commit 12c5755

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

eng/Versions.props

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -258,11 +258,11 @@
258258
<FSharpCoreVersion>6.0.0</FSharpCoreVersion>
259259
<GoogleApiCommonProtosVersion>2.5.0</GoogleApiCommonProtosVersion>
260260
<GoogleProtobufVersion>3.21.6</GoogleProtobufVersion>
261-
<GrpcAspNetCoreVersion>2.49.0</GrpcAspNetCoreVersion>
262-
<GrpcAspNetCoreServerVersion>2.49.0</GrpcAspNetCoreServerVersion>
263-
<GrpcAuthVersion>2.49.0</GrpcAuthVersion>
264-
<GrpcNetClientVersion>2.49.0</GrpcNetClientVersion>
265-
<GrpcToolsVersion>2.49.0</GrpcToolsVersion>
261+
<GrpcAspNetCoreVersion>2.51.0</GrpcAspNetCoreVersion>
262+
<GrpcAspNetCoreServerVersion>2.51.0</GrpcAspNetCoreServerVersion>
263+
<GrpcAuthVersion>2.51.0</GrpcAuthVersion>
264+
<GrpcNetClientVersion>2.51.0</GrpcNetClientVersion>
265+
<GrpcToolsVersion>2.51.0</GrpcToolsVersion>
266266
<DuendeIdentityServerAspNetIdentityVersion>6.0.4</DuendeIdentityServerAspNetIdentityVersion>
267267
<DuendeIdentityServerEntityFrameworkVersion>6.0.4</DuendeIdentityServerEntityFrameworkVersion>
268268
<DuendeIdentityServerVersion>6.0.4</DuendeIdentityServerVersion>

src/ProjectTemplates/Web.ProjectTemplates/GrpcService-CSharp.csproj.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212

1313
<ItemGroup>
1414
<PackageReference Include="Grpc.AspNetCore" Version="${GrpcAspNetCoreVersion}" />
15+
<PackageReference Include="Google.Protobuf" Version="3.22.0-rc2" />
1516
</ItemGroup>
1617

1718
</Project>

0 commit comments

Comments
 (0)