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 1313 <GenerateDocumentationFile >false</GenerateDocumentationFile >
1414 </PropertyGroup >
1515 <!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
16+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net472'" >
17+ <DefineConstants >$(DefineConstants);ASYNC_MEMORY</DefineConstants >
18+ </PropertyGroup >
1619 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
1720 <DefineConstants >$(DefineConstants);NETCORE</DefineConstants >
1821 </PropertyGroup >
3437 <ItemGroup Condition =" '$(TargetFramework)' == 'net45' " >
3538 <Reference Include =" System.Net" />
3639 </ItemGroup >
37- <ItemGroup Condition =" '$(TargetFramework)' == 'net472' " >
40+ <ItemGroup Condition =" '$(TargetFramework)' == 'net472' " >
3841 <Reference Include =" System.Net" />
3942 <PackageReference Include =" Microsoft.Bcl.AsyncInterfaces" Version =" 5.0.0" />
4043 </ItemGroup >
Original file line number Diff line number Diff line change 1212 <PackageTags >Redis;NoSQL;Client;Distributed;Cache;PubSub;Messaging;Transactions</PackageTags >
1313 </PropertyGroup >
1414 <!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
15+ <PropertyGroup Condition =" '$(TargetFramework)' == 'net472'" >
16+ <DefineConstants >$(DefineConstants);ASYNC_MEMORY</DefineConstants >
17+ </PropertyGroup >
1518 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
1619 <DefineConstants >$(DefineConstants);NETCORE</DefineConstants >
1720 </PropertyGroup >
You can’t perform that action at this time.
0 commit comments