Skip to content

Commit

Permalink
Enable SQL Dependency for .NET Core. #247
Browse files Browse the repository at this point in the history
  • Loading branch information
Grauenwolf committed Dec 24, 2018
1 parent 728d571 commit bdeaa2c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<PropertyGroup>
<TargetFramework>netstandard2.0</TargetFramework>

<DefineConstants>$(DefineConstants);OleDb_Missing;SqlDependency_Missing;System_Configuration_Missing</DefineConstants>
<DefineConstants>TRACE;OleDb_Missing;System_Configuration_Missing</DefineConstants>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<AssemblyName>Tortuga.Chain.SqlServer</AssemblyName>
<PackageId>Tortuga.Chain.SqlServer.netstandard2.0</PackageId>
Expand Down

0 comments on commit bdeaa2c

Please sign in to comment.