Skip to content

.NET 6 upgrade

Compare
Choose a tag to compare
@CaptainMesomorph CaptainMesomorph released this 24 Dec 04:34
· 22 commits to master since this release
6d11f7e
  • Deleted the IdentityUserDbContext.cs class from the Tardigrade.Framework.EntityFrameworkCore project. As a result, this project now references the Tardigrade.Framework project instead of the Tardigrade.Framework.AspNetCore project.
  • Recreated the Tardigrade.Framework.EntityFramework.Tests project as a .NET Standard SDK-style project.
  • Renamed the DisplayName property of the EmailAddress class to Name.
  • General code clean-up based on ReSharper recommendations.
  • Updated the following projects to support .NET 6:
    • Framework
    • Framework.AuditNET
    • Framework.AzureStorage
    • Framework.MailKit
    • Framework.RestSharp
    • Framework.SimpleInjector
    • Framework.ZXingNet
  • Updated the following projects to .NET 6:
    • All test projects
    • Framework.AspNetCore
    • Framework.EntityFrameworkCore
  • Replaced .NET Standard 2.1 with .NET Standard 2.0 in the following projects:
    • Framework
    • Framework.AuditNET
    • Framework.AzureStorage
    • Framework.RestSharp
    • Framework.SimpleInjector
    • Framework.ZXingNet
  • Updated the following projects to support .NET Standard 2.0 and .NET Framework 4.7.2:
    • Framework.MailKit