kgrzybek / modular-monolith-with-ddd

Full Modular Monolith application with Domain-Driven Design approach.
MIT License
10.82k stars 1.7k forks source link

RUN dotnet restore "DatabaseMigrator.csproj" fails #314

Open ryletko opened 4 months ago

ryletko commented 4 months ago

in Add Directory.Packages.props #291 package references have been removed from csproj. This causes docker-compose up to fail on RUN dotnet restore "DatabaseMigrator.csproj"

AlmarAubel commented 4 months ago

I think #299 wil fix this!

kgrzybek commented 4 months ago

@ryletko, @AlmarAubel PR merged, please check it :)