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

Commit 2a30c6d

Browse files
committed
Add ASYNC build constant to SqlServer.csproj
1 parent 20b4024 commit 2a30c6d

File tree

5 files changed

+2
-2
lines changed

5 files changed

+2
-2
lines changed

lib/ServiceStack.Client.dll

1 KB
Binary file not shown.

lib/ServiceStack.Common.dll

512 Bytes
Binary file not shown.

lib/ServiceStack.Interfaces.dll

0 Bytes
Binary file not shown.

src/ServiceStack.OrmLite.SqlServer/ServiceStack.OrmLite.SqlServer.Signed.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<DebugType>full</DebugType>
4040
<Optimize>false</Optimize>
4141
<OutputPath>bin\Debug\</OutputPath>
42-
<DefineConstants>DEBUG;TRACE</DefineConstants>
42+
<DefineConstants>TRACE;DEBUG;ASYNC</DefineConstants>
4343
<ErrorReport>prompt</ErrorReport>
4444
<WarningLevel>4</WarningLevel>
4545
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>

src/ServiceStack.OrmLite.SqlServer/ServiceStack.OrmLite.SqlServer.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<DebugType>full</DebugType>
4040
<Optimize>false</Optimize>
4141
<OutputPath>bin\Debug\</OutputPath>
42-
<DefineConstants>DEBUG;TRACE</DefineConstants>
42+
<DefineConstants>TRACE;DEBUG;ASYNC</DefineConstants>
4343
<ErrorReport>prompt</ErrorReport>
4444
<WarningLevel>4</WarningLevel>
4545
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>

0 commit comments

Comments
 (0)