Skip to content

Commit

Permalink
chore: move WebHdfs.Extensions.FileProviders into srcs and tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Oct 14, 2022
1 parent 4fb0706 commit e3af816
Show file tree
Hide file tree
Showing 25 changed files with 1,277 additions and 1,501 deletions.
7 changes: 0 additions & 7 deletions MicrosoftExtensions/FileProviders/WebHdfs/dirs.proj

This file was deleted.

112 changes: 0 additions & 112 deletions MicrosoftExtensions/FileProviders/WebHdfs/packages.lock.json

This file was deleted.

5 changes: 0 additions & 5 deletions MicrosoftExtensions/FileProviders/dirs.proj

This file was deleted.

112 changes: 0 additions & 112 deletions MicrosoftExtensions/FileProviders/packages.lock.json

This file was deleted.

1 change: 0 additions & 1 deletion MicrosoftExtensions/dirs.proj
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
<Project Sdk="Microsoft.Build.Traversal">
<ItemGroup>
<ProjectReference Include="FileProviders\dirs.proj" />
<ProjectReference Include="Logging\dirs.proj" />
<ProjectReference Include="Options\dirs.proj" />
</ItemGroup>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(EnlistmentRoot)/Directory.Packages.props" />
<Import Project="$(EnlistmentRoot)/Directory.Packages.Abstractions.props" />
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,8 @@
<PackageReference Include="Microsoft.Extensions.FileProviders.Abstractions" />
</ItemGroup>

<ItemGroup>
<None Update="README.adoc" Pack="true" PackagePath="\"/>
</ItemGroup>

</Project>
Loading

0 comments on commit e3af816

Please sign in to comment.