This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1010 Thread-Safe Basic and Pooled client managers included.
1111 </PackageDescription >
1212 <PackageTags >Redis;NoSQL;Client;Distributed;Cache;PubSub;Messaging;Transactions</PackageTags >
13+ <GenerateDocumentationFile >false</GenerateDocumentationFile >
1314 </PropertyGroup >
1415 <!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
1516 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
2930 </ItemGroup >
3031 <ItemGroup Condition =" '$(TargetFramework)' == 'net472' " >
3132 <Reference Include =" System.Net" />
32- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 1.1.0 " />
33+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 1.1.1 " />
3334 </ItemGroup >
3435 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
3536 <PackageReference Include =" System.Net.Security" Version =" 4.3.2" />
3839 <PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
3940 <PackageReference Include =" System.Data.Common" Version =" 4.3.0" />
4041 <PackageReference Include =" System.Threading.Thread" Version =" 4.3.0" />
41-
42+
4243 <!-- note: not needed from netstandard2.1 or netcoreapp3.0 onwards -->
43- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 1.1.0 " />
44+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 1.1.1 " />
4445 </ItemGroup >
4546
4647</Project >
You can’t perform that action at this time.
0 commit comments