kgrzybek / modular-monolith-with-ddd

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

Directory packages fix #331

Open XenotropicDev opened 2 months ago

XenotropicDev commented 2 months ago

This PR fixes the recent issues with nuget packages in Visual Studio 2022/MSBuild/Nuke (See #330)

It puts most of the packages into one unconstrained section, as most were needed by multiple types of sub-modules. I don't think I updated any nuget versions, but I wasn't the most careful when I was going though each sub-module, and adding the new solution based nuget references.

If someone with a fully working environment can try this and make sure that the unit tests still pass it would be appreciated (I can't run docker at work).