diff --git a/CodeLiturgy.Data.Application/CodeLiturgy.Data.Application.csproj b/CodeLiturgy.Data.Application/CodeLiturgy.Data.Application.csproj index fbb6e6f..7edfe5c 100644 --- a/CodeLiturgy.Data.Application/CodeLiturgy.Data.Application.csproj +++ b/CodeLiturgy.Data.Application/CodeLiturgy.Data.Application.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable enable BlueWest.Data.Application diff --git a/CodeLiturgy.Data.Capital/CodeLiturgy.Data.Capital.csproj b/CodeLiturgy.Data.Capital/CodeLiturgy.Data.Capital.csproj index a96a642..a7934c2 100644 --- a/CodeLiturgy.Data.Capital/CodeLiturgy.Data.Capital.csproj +++ b/CodeLiturgy.Data.Capital/CodeLiturgy.Data.Capital.csproj @@ -1,7 +1,7 @@  - net6.0 + net7.0 true BlueWest.Data preview diff --git a/CodeLiturgy.Views/StartupExtensions.cs b/CodeLiturgy.Views/StartupExtensions.cs index a460a25..2e9e522 100644 --- a/CodeLiturgy.Views/StartupExtensions.cs +++ b/CodeLiturgy.Views/StartupExtensions.cs @@ -9,7 +9,6 @@ using CodeLiturgy.Views.Utils; using Microsoft.AspNetCore.Authentication.Cookies; using Microsoft.AspNetCore.Authentication.JwtBearer; using Microsoft.AspNetCore.Identity; -using Microsoft.EntityFrameworkCore; using Microsoft.IdentityModel.Tokens; namespace CodeLiturgy.Views; diff --git a/CodeLiturgy/CodeLiturgy.csproj b/CodeLiturgy/CodeLiturgy.csproj index 79595ef..4144785 100644 --- a/CodeLiturgy/CodeLiturgy.csproj +++ b/CodeLiturgy/CodeLiturgy.csproj @@ -1,7 +1,7 @@ - net6.0 + net7.0 enable disable PerformanceSolution