typo fixes (#1077)
This commit is contained in:
parent
f7158e2bfe
commit
6c61cf2ab3
|
|
@ -9,10 +9,10 @@
|
|||
<PackageReference Include="Grpc.Net.Client" Version="2.43.0" />
|
||||
<PackageReference Include="Grpc.Net.Client.Web" Version="2.43.0" Condition="'$(TargetFramework)' == 'net462'" />
|
||||
<PackageReference Include="Grpc.Tools" Version="2.44.0" />
|
||||
<!-- Workaround! Microsoft.Extensions.Logging.Abstractions v. 3.1.0 is minimal version supportef by auto instrumentation.
|
||||
<!-- Workaround! Microsoft.Extensions.Logging.Abstractions v.3.1.0 is minimal version supported by auto instrumentation.
|
||||
Grpc.Net.Client references older version. It prevents to load required version from Additional Dependencies store-->
|
||||
<PackageReference Include="Microsoft.Extensions.Logging.Abstractions" Version="3.1.0" />
|
||||
<!-- Workaround! System.Diagnostics.DiagnosticSource v. 6.0.0 is minimal version supportef by auto instrumentation.
|
||||
<!-- Workaround! System.Diagnostics.DiagnosticSource v.6.0.0 is minimal version supported by auto instrumentation.
|
||||
Grpc.Net.Client references older version. It prevents to use older version during runtime.-->
|
||||
<PackageReference Include="System.Diagnostics.DiagnosticSource" Version="6.0.0" />
|
||||
</ItemGroup>
|
||||
|
|
|
|||
|
|
@ -6,8 +6,8 @@
|
|||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="StackExchange.Redis" Version="2.1.58" />
|
||||
<!-- Workaround! System.Runtime.CompilerServices.Unsafe v. 6.0.0 is minimal version supportef by auto instrumentation.
|
||||
Prior StackExchange.Redis v.2.2.3 indirrectly references older version. It prevents to use older version during runtime.-->
|
||||
<!-- Workaround! System.Runtime.CompilerServices.Unsafe v.6.0.0 is minimal version supported by auto instrumentation.
|
||||
Prior StackExchange.Redis v.2.2.3 indirectly references older version. It prevents to use older version during runtime.-->
|
||||
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" Condition=" '$(TargetFramework)' == 'netcoreapp3.1' " />
|
||||
</ItemGroup>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue