We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 42374e5 commit 2c92baeCopy full SHA for 2c92bae
1 file changed
src/ServiceStack.Redis/ServiceStack.Redis.Source.csproj
@@ -14,7 +14,7 @@
14
</PropertyGroup>
15
<!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
16
<PropertyGroup Condition="'$(TargetFramework)' == 'net472'">
17
- <DefineConstants>$(DefineConstants);ASYNC_MEMORY;NET472</DefineConstants>
+ <DefineConstants>$(DefineConstants);NET472</DefineConstants>
18
19
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
20
<DefineConstants>$(DefineConstants);NETCORE</DefineConstants>
0 commit comments