Skip to content

Commit

Permalink
build fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alirezasamimi committed Oct 20, 2024
1 parent 9b6f327 commit 1df17a1
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<Project>
<PropertyGroup>
<!-- Enable CPM for the project in this directory -->
<ManagePackageVersionsCentrally>true</ManagePackageVersionsCentrally>
</PropertyGroup>
</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
using Mohaymen.GiteaClient.Core.ApiCall.Abstractions;
using Mohaymen.GiteaClient.Core.ApiCall.HttpHeader;
using Mohaymen.GiteaClient.Core.Configs;
using Mohaymen.GiteaClient.Core.Exceptions;
using Refit;

namespace Mohaymen.GiteaClient.Core.DependencyInjection;
Expand Down

0 comments on commit 1df17a1

Please sign in to comment.