Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 2c92bae

Browse files
committed
update Source .csproj
1 parent 42374e5 commit 2c92bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Redis/ServiceStack.Redis.Source.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</PropertyGroup>
1515
<!-- TODO: talk about TFMs; Microsoft.Bcl.AsyncInterfaces starts at net461 -->
1616
<PropertyGroup Condition="'$(TargetFramework)' == 'net472'">
17-
<DefineConstants>$(DefineConstants);ASYNC_MEMORY;NET472</DefineConstants>
17+
<DefineConstants>$(DefineConstants);NET472</DefineConstants>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
2020
<DefineConstants>$(DefineConstants);NETCORE</DefineConstants>

0 commit comments

Comments
 (0)