Skip to content

Commit

Permalink
Remove debug constant
Browse files Browse the repository at this point in the history
  • Loading branch information
lindellhugo committed May 9, 2022
1 parent 56b14e6 commit b255ae5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net472;net6.0</TargetFrameworks>
<DefineConstants>$(DefineConstants);SERVERFX;DBCONTEXT;net472;</DefineConstants>
<DefineConstants>$(DefineConstants);SERVERFX;DBCONTEXT;</DefineConstants>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="EntityFramework" Version="6.4.4" />
Expand Down

0 comments on commit b255ae5

Please sign in to comment.