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 +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 14
14
</PropertyGroup >
15
15
<!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
16
16
<PropertyGroup Condition =" '$(TargetFramework)' == 'net472'" >
17
- <DefineConstants >$(DefineConstants);ASYNC_MEMORY</DefineConstants >
17
+ <DefineConstants >$(DefineConstants);ASYNC_MEMORY;NET472 </DefineConstants >
18
18
</PropertyGroup >
19
19
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
20
20
<DefineConstants >$(DefineConstants);NETCORE</DefineConstants >
Original file line number Diff line number Diff line change 13
13
</PropertyGroup >
14
14
<!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
15
15
<PropertyGroup Condition =" '$(TargetFramework)' == 'net472'" >
16
- <DefineConstants >$(DefineConstants);ASYNC_MEMORY</DefineConstants >
16
+ <DefineConstants >$(DefineConstants);ASYNC_MEMORY;NET472 </DefineConstants >
17
17
</PropertyGroup >
18
18
<PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
19
19
<DefineConstants >$(DefineConstants);NETCORE</DefineConstants >
You can’t perform that action at this time.
0 commit comments