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 10
10
Thread-Safe Basic and Pooled client managers included.
11
11
</PackageDescription >
12
12
<PackageTags >Redis;NoSQL;Client;Distributed;Cache;PubSub;Messaging;Transactions</PackageTags >
13
+ <GenerateDocumentationFile >false</GenerateDocumentationFile >
13
14
</PropertyGroup >
14
15
<!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
15
16
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.1'" >
29
30
</ItemGroup >
30
31
<ItemGroup Condition =" '$(TargetFramework)' == 'net472' " >
31
32
<Reference Include =" System.Net" />
32
- <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 1.1.0 " />
33
+ <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 1.1.1 " />
33
34
</ItemGroup >
34
35
<ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
35
36
<PackageReference Include =" System.Net.Security" Version =" 4.3.2" />
38
39
<PackageReference Include =" System.Net.NameResolution" Version =" 4.3.0" />
39
40
<PackageReference Include =" System.Data.Common" Version =" 4.3.0" />
40
41
<PackageReference Include =" System.Threading.Thread" Version =" 4.3.0" />
41
-
42
+
42
43
<!-- 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 " />
44
45
</ItemGroup >
45
46
46
47
</Project >
You can’t perform that action at this time.
0 commit comments