|
13 | 13 | <GenerateDocumentationFile>false</GenerateDocumentationFile>
|
14 | 14 | </PropertyGroup>
|
15 | 15 | <!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
|
| 16 | + <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'"> |
| 17 | + <DefineConstants>$(DefineConstants);NETCORE</DefineConstants> |
| 18 | + </PropertyGroup> |
16 | 19 | <PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.1'">
|
17 | | - <DefineConstants>$(DefineConstants);ASYNC_MEMORY</DefineConstants> |
| 20 | + <DefineConstants>$(DefineConstants);ASYNC_MEMORY;NETCORE</DefineConstants> |
| 21 | + </PropertyGroup> |
| 22 | + <PropertyGroup Condition="'$(TargetFramework)' == 'net6.0'"> |
| 23 | + <DefineConstants>$(DefineConstants);ASYNC_MEMORY;NETCORE;NET6_0</DefineConstants> |
18 | 24 | </PropertyGroup>
|
19 | 25 | <ItemGroup Condition="'$(TargetFramework)'=='net45'">
|
20 | 26 | <Compile Remove="**/*.Async.cs" />
|
|
0 commit comments