Skip to content

Commit

Permalink
Getting rid of AspNetCore dependency in Infrastructure. We can't have…
Browse files Browse the repository at this point in the history
… that!
  • Loading branch information
einari committed Feb 2, 2025
1 parent fc0e0f8 commit 9b75c69
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 133 deletions.
4 changes: 0 additions & 4 deletions Source/Infrastructure/Infrastructure.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@
<RootNamespace>Cratis.Chronicle</RootNamespace>
</PropertyGroup>

<ItemGroup>
<FrameworkReference Include="Microsoft.AspNetCore.App" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="humanizer" />
<PackageReference Include="Microsoft.Extensions.DependencyInjection.Abstractions" />
Expand Down
19 changes: 0 additions & 19 deletions Source/Infrastructure/Net/ILoadBalancedHttpClientFactory.cs

This file was deleted.

17 changes: 0 additions & 17 deletions Source/Infrastructure/Net/ILoadBalancer.cs

This file was deleted.

31 changes: 0 additions & 31 deletions Source/Infrastructure/Net/LoadBalancedHttpClientFactory.cs

This file was deleted.

18 changes: 0 additions & 18 deletions Source/Infrastructure/Net/LoadBalancer.cs

This file was deleted.

44 changes: 0 additions & 44 deletions Source/Infrastructure/Net/UriExtensions.cs

This file was deleted.

0 comments on commit 9b75c69

Please sign in to comment.