Skip to content

Commit df29d52

Browse files
authored
Fix build on benchmark server (#1148)
1 parent 291ddf3 commit df29d52

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

perf/benchmarkapps/GrpcAspNetCoreServer/GrpcAspNetCoreServer.csproj

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,11 @@
4040
<PackageReference Include="Google.Protobuf" Version="$(GoogleProtobufPackageVersion)" />
4141
<PackageReference Include="Grpc.Tools" Version="$(GrpcPackageVersion)" PrivateAssets="All" />
4242

43-
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="$(MicrosoftAspNetCoreAppPackageVersion)" />
43+
<!--
44+
TODO(JamesNK): This package ref should use MicrosoftAspNetCoreAppPackageVersion.
45+
There is currently an issue using 6.0 versions so hardcode to 5.0
46+
-->
47+
<PackageReference Include="Microsoft.AspNetCore.Authentication.Certificate" Version="5.0.1" />
4448
</ItemGroup>
4549

4650
<ItemGroup Condition="'$(TargetFramework)' == 'netcoreapp3.1'">

0 commit comments

Comments
 (0)