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

Commit f1d9923

Browse files
committed
Redis Source .csproj's
1 parent 7769dbd commit f1d9923

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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</DefineConstants>
17+
<DefineConstants>$(DefineConstants);ASYNC_MEMORY;NET472</DefineConstants>
1818
</PropertyGroup>
1919
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard2.0'">
2020
<DefineConstants>$(DefineConstants);NETCORE</DefineConstants>

src/ServiceStack.Redis/ServiceStack.Redis.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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>

0 commit comments

Comments
 (0)