Skip to content

Updated to .NET 5

Compare
Choose a tag to compare
@oskardudycz oskardudycz released this 06 Dec 14:09
· 649 commits to main since this release
  • Updated projects to .NET 5 from .NET Core 3.1
  • Updated packages to latest versions
  • Changed the private class into public to workaround new changes in Marten related to codegen
  • Renamed test class Task into Issue to workaround Marten issue JasperFx/marten#1647
  • Needed to make Aggregates classes public because of current Marten v4 alpha codegen limitation (JasperFx/marten#1655), and .NET limitations dotnet/runtime#12454.

See more in: #32