daniel-smith / domain-lib

2 stars 1 forks source link

Upgrade to .NET 5.0 to allow for serializing/deserializing to events that don't have a default constructor #5

Closed jonclare closed 4 years ago

jonclare commented 4 years ago

Support for this has been added to .NET 5.0 https://github.com/dotnet/runtime/issues/29895

jonclare commented 4 years ago

As there are no breaking API changes, we don't need to upgrade domain-lib itself, only the test executables. This will be done as part of PR #3. Will close this PR as it's not relevant for the library itself.