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 1414 </PropertyGroup >
1515 <!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
1616 <PropertyGroup Condition =" '$(TargetFramework)' == 'net472'" >
17- <DefineConstants >$(DefineConstants);ASYNC_MEMORY</DefineConstants >
17+ <DefineConstants >$(DefineConstants);ASYNC_MEMORY;NET472 </DefineConstants >
1818 </PropertyGroup >
1919 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
2020 <DefineConstants >$(DefineConstants);NETCORE</DefineConstants >
Original file line number Diff line number Diff line change 1313 </PropertyGroup >
1414 <!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
1515 <PropertyGroup Condition =" '$(TargetFramework)' == 'net472'" >
16- <DefineConstants >$(DefineConstants);ASYNC_MEMORY</DefineConstants >
16+ <DefineConstants >$(DefineConstants);ASYNC_MEMORY;NET472 </DefineConstants >
1717 </PropertyGroup >
1818 <PropertyGroup Condition =" '$(TargetFramework)' == 'netstandard2.0'" >
1919 <DefineConstants >$(DefineConstants);NETCORE</DefineConstants >
You can’t perform that action at this time.
0 commit comments