diff --git a/backend/Mutualify/Mutualify.csproj b/backend/Mutualify/Mutualify.csproj index c288252..8ba65c1 100644 --- a/backend/Mutualify/Mutualify.csproj +++ b/backend/Mutualify/Mutualify.csproj @@ -8,7 +8,7 @@ - + @@ -22,8 +22,8 @@ - - + + diff --git a/backend/Mutualify/Program.cs b/backend/Mutualify/Program.cs index 194d3e1..6cc988c 100644 --- a/backend/Mutualify/Program.cs +++ b/backend/Mutualify/Program.cs @@ -141,7 +141,7 @@ static Task UnauthorizedRedirect(RedirectContext co builder.Services.AddHangfire(x => { - x.SetDataCompatibilityLevel(CompatibilityLevel.Version_170) + x.SetDataCompatibilityLevel(CompatibilityLevel.Version_180) .UseSimpleAssemblyNameTypeSerializer() .UseRecommendedSerializerSettings() .UsePostgreSqlStorage(options =>