This release updates Cofoundry to .NET 10, the latest .NET LTS version.
Migrating to .NET 10 and Cofoundry 0.13
Upgrading from .NET 8 to .NET 10
The first step will be to upgrade your ASP.NET project to .NET 10. This is best done by following the official Microsoft documentation:
- Use the Migrate from ASP.NET Core in .NET 9 to .NET 10 article to get your project upgraded to .NET 8
- Check the Migrate from ASP.NET Core 8.0 to 9.0 article to make sure there was no additional work required in the .NET 9 upgrade
- Run through the list of breaking changes for .NET 9, .NET 10, EF 9 and EF 10
Upgrading to Cofoundry 0.13
To upgrade to Cofoundry 0.13, simply update the Cofoundry NuGet packages to the latest version. Note that all official plugin package versions have been aligned to v0.13 to make it easier to identify which versions are compatible.
Links
For a complete list of bug fixes and features, check out the full release notes on GitHub using the link below.
- Packages on NuGet
- Full 0.13.0 release notes on GitHub