File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
perf/benchmarkapps/GrpcAspNetCoreServer Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 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'" >
You can’t perform that action at this time.
0 commit comments