Skip to content

Commit

Permalink
feat(AzureDevOps.WorkItemClone.csproj): add Repositories folder to th…
Browse files Browse the repository at this point in the history
…e project structure for better organization of repository related classes
  • Loading branch information
MrHinsh committed Jul 17, 2024
1 parent 0dcd99a commit 2e89eeb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AzureDevOps.WorkItemClone/AzureDevOps.WorkItemClone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,8 @@
<PackageReference Include="Spectre.Console.Cli" Version="0.49.1" />
</ItemGroup>

<ItemGroup>
<Folder Include="Repositories\" />
</ItemGroup>

</Project>

0 comments on commit 2e89eeb

Please sign in to comment.