Skip to content

Commit

Permalink
fix: build issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Amitpnk committed Sep 29, 2024
1 parent ba8f7f5 commit cab7bc4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/CleanArch.Api/Program.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using CleanArch.Persistence.Context;
using Microsoft.AspNetCore.Hosting;
using Microsoft.AspNetCore.Identity.EntityFrameworkCore;
using Microsoft.EntityFrameworkCore;
using Microsoft.Extensions.DependencyInjection;
using Microsoft.Extensions.Hosting;
Expand Down
4 changes: 4 additions & 0 deletions src/CleanArch.Api/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@
using Serilog;
using System;
using System.Collections.Generic;
using CleanArch.CrossCuttingConcerns.Identity;
using CleanArch.CrossCuttingConcerns.OS;
using CleanArch.Infrastructure.Identity;
using CleanArch.Infrastructure.OS;

namespace CleanArch.Api
{
Expand Down

0 comments on commit cab7bc4

Please sign in to comment.