Skip to content

Commit 137f6c9

Browse files
committed
remove explicit folder includes in csproj files
1 parent 7486244 commit 137f6c9

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

src/Nest/Nest.csproj

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,5 @@
1818
<PackageReference Include="System.Reflection.TypeExtensions" Version="4.3.0" />
1919
<PackageReference Include="System.Linq.Queryable" Version="4.0.1" />
2020
</ItemGroup>
21-
<ItemGroup>
22-
<Folder Include="Cluster\RemoteInfo" />
23-
<Folder Include="Document\Single\SourceExists" />
24-
<Folder Include="Search\FieldCapabilities" />
25-
<Folder Include="XPack\Info\XPackInfo" />
26-
<Folder Include="XPack\Info\XPackUsage" />
27-
</ItemGroup>
2821
<!--<Import Project="..\..\.paket\Paket.Restore.targets" />-->
29-
</Project>
22+
</Project>

src/Tests/Tests.csproj

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,4 @@
3939
<ItemGroup>
4040
<EmbeddedResource Include="Document\Single\Attachment\Attachment_Test_Document.pdf" />
4141
</ItemGroup>
42-
<ItemGroup>
43-
<Folder Include="Cluster\RemoteInfo" />
44-
<Folder Include="Document\Single\SourceExists" />
45-
<Folder Include="Search\FieldCapabilities" />
46-
<Folder Include="XPack\Info\XPackInfo" />
47-
<Folder Include="XPack\Info\XPackInfo" />
48-
<Folder Include="XPack\Info\XPackUsage" />
49-
<Folder Include="XPack\Info\XPackUsage" />
50-
</ItemGroup>
51-
</Project>
42+
</Project>

0 commit comments

Comments
 (0)