This repository was archived by the owner on Dec 24, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change 13
13
<GenerateDocumentationFile >false</GenerateDocumentationFile >
14
14
</PropertyGroup >
15
15
<!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
16
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net472'" >
17
+ <DefineConstants >$(DefineConstants);ASYNC_MEMORY</DefineConstants >
18
+ </PropertyGroup >
16
19
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
17
20
<DefineConstants >$(DefineConstants);NETCORE</DefineConstants >
18
21
</PropertyGroup >
34
37
<ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
35
38
<Reference Include =" System.Net" />
36
39
</ItemGroup >
37
- <ItemGroup Condition =" '$(TargetFramework)' == 'net472' " >
40
+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472' " >
38
41
<Reference Include =" System.Net" />
39
42
<PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 5.0.0" />
40
43
</ItemGroup >
Original file line number Diff line number Diff line change 12
12
<PackageTags >Redis;NoSQL;Client;Distributed;Cache;PubSub;Messaging;Transactions</PackageTags >
13
13
</PropertyGroup >
14
14
<!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
15
+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net472'" >
16
+ <DefineConstants >$(DefineConstants);ASYNC_MEMORY</DefineConstants >
17
+ </PropertyGroup >
15
18
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
16
19
<DefineConstants >$(DefineConstants);NETCORE</DefineConstants >
17
20
</PropertyGroup >
You can’t perform that action at this time.
0 commit comments