From f0caf1dbc4eedf5c4e8a2bd5ce20522e79189304 Mon Sep 17 00:00:00 2001 From: code liturgy Date: Sun, 13 Nov 2022 14:38:31 +0000 Subject: [PATCH] Target net7 (all) --- .../CodeLiturgy.Data.Application.csproj | 2 +- CodeLiturgy.Data.Capital/CodeLiturgy.Data.Capital.csproj | 2 +- CodeLiturgy.Views/StartupExtensions.cs | 1 - CodeLiturgy/CodeLiturgy.csproj | 2 +- 4 files changed, 3 insertions(+), 4 deletions(-) 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