Skip to content

Commit 73ee083

Browse files
committed
build: exclude files from project
1 parent 2b487a6 commit 73ee083

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/QueryableValues.SqlServer/QueryableValues.SqlServer.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
<TargetFramework>netstandard2.1</TargetFramework>
55
<IsPackable>false</IsPackable>
66
<Configurations>Debug;Release;Test</Configurations>
7-
</PropertyGroup>
7+
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
8+
</PropertyGroup>
89
</Project>

0 commit comments

Comments
 (0)