From ac32e7dbb9b2bb7315e4787234677e1643ef0118 Mon Sep 17 00:00:00 2001 From: Andrew White Date: Wed, 9 Nov 2022 18:30:40 -0700 Subject: [PATCH] fix: update for final .NET 7 release (#610) --- docs/Introduction.md | 4 ++++ .../Finbuckle.MultiTenant.AspNetCore.csproj | 2 +- ...inbuckle.MultiTenant.EntityFrameworkCore.csproj | 6 +++--- .../Finbuckle.MultiTenant.csproj | 14 +++++++------- .../Finbuckle.MultiTenant.AspNetCore.Test.csproj | 2 +- ...kle.MultiTenant.EntityFrameworkCore.Test.csproj | 4 ++-- .../Finbuckle.MultiTenant.Test.csproj | 6 +++--- 7 files changed, 21 insertions(+), 17 deletions(-) diff --git a/docs/Introduction.md b/docs/Introduction.md index 4fa534ce..c719f7f6 100644 --- a/docs/Introduction.md +++ b/docs/Introduction.md @@ -15,6 +15,10 @@ Finbuckle.MultiTenant is open source multitenancy middleware library for .NET. I ![Build Status MacOS 6.0](https://github.com/Finbuckle/Finbuckle.MultiTenant/actions/workflows/macos-6.0.yml/badge.svg) ![Build Status Windows 6.0](https://github.com/Finbuckle/Finbuckle.MultiTenant/actions/workflows/windows-6.0.yml/badge.svg) +![Build Status Linux 6.0](https://github.com/Finbuckle/Finbuckle.MultiTenant/actions/workflows/linux-7.0.yml/badge.svg) +![Build Status MacOS 6.0](https://github.com/Finbuckle/Finbuckle.MultiTenant/actions/workflows/macos-7.0.yml/badge.svg) +![Build Status Windows 6.0](https://github.com/Finbuckle/Finbuckle.MultiTenant/actions/workflows/windows-7.0.yml/badge.svg) + ## License This project uses the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0). See the LICENSE file for license information. diff --git a/src/Finbuckle.MultiTenant.AspNetCore/Finbuckle.MultiTenant.AspNetCore.csproj b/src/Finbuckle.MultiTenant.AspNetCore/Finbuckle.MultiTenant.AspNetCore.csproj index 66f8e98b..98803b91 100644 --- a/src/Finbuckle.MultiTenant.AspNetCore/Finbuckle.MultiTenant.AspNetCore.csproj +++ b/src/Finbuckle.MultiTenant.AspNetCore/Finbuckle.MultiTenant.AspNetCore.csproj @@ -16,7 +16,7 @@ - + diff --git a/src/Finbuckle.MultiTenant.EntityFrameworkCore/Finbuckle.MultiTenant.EntityFrameworkCore.csproj b/src/Finbuckle.MultiTenant.EntityFrameworkCore/Finbuckle.MultiTenant.EntityFrameworkCore.csproj index 47b47b43..07efab13 100644 --- a/src/Finbuckle.MultiTenant.EntityFrameworkCore/Finbuckle.MultiTenant.EntityFrameworkCore.csproj +++ b/src/Finbuckle.MultiTenant.EntityFrameworkCore/Finbuckle.MultiTenant.EntityFrameworkCore.csproj @@ -15,9 +15,9 @@ - - - + + + diff --git a/src/Finbuckle.MultiTenant/Finbuckle.MultiTenant.csproj b/src/Finbuckle.MultiTenant/Finbuckle.MultiTenant.csproj index 36664882..117c9b8f 100644 --- a/src/Finbuckle.MultiTenant/Finbuckle.MultiTenant.csproj +++ b/src/Finbuckle.MultiTenant/Finbuckle.MultiTenant.csproj @@ -14,13 +14,13 @@ - - - - - - - + + + + + + + diff --git a/test/Finbuckle.MultiTenant.AspNetCore.Test/Finbuckle.MultiTenant.AspNetCore.Test.csproj b/test/Finbuckle.MultiTenant.AspNetCore.Test/Finbuckle.MultiTenant.AspNetCore.Test.csproj index a94005b1..870031b7 100644 --- a/test/Finbuckle.MultiTenant.AspNetCore.Test/Finbuckle.MultiTenant.AspNetCore.Test.csproj +++ b/test/Finbuckle.MultiTenant.AspNetCore.Test/Finbuckle.MultiTenant.AspNetCore.Test.csproj @@ -20,7 +20,7 @@ - + diff --git a/test/Finbuckle.MultiTenant.EntityFrameworkCore.Test/Finbuckle.MultiTenant.EntityFrameworkCore.Test.csproj b/test/Finbuckle.MultiTenant.EntityFrameworkCore.Test/Finbuckle.MultiTenant.EntityFrameworkCore.Test.csproj index 37235e12..269a1022 100644 --- a/test/Finbuckle.MultiTenant.EntityFrameworkCore.Test/Finbuckle.MultiTenant.EntityFrameworkCore.Test.csproj +++ b/test/Finbuckle.MultiTenant.EntityFrameworkCore.Test/Finbuckle.MultiTenant.EntityFrameworkCore.Test.csproj @@ -14,8 +14,8 @@ - - + + diff --git a/test/Finbuckle.MultiTenant.Test/Finbuckle.MultiTenant.Test.csproj b/test/Finbuckle.MultiTenant.Test/Finbuckle.MultiTenant.Test.csproj index f10bc4d9..122e8855 100644 --- a/test/Finbuckle.MultiTenant.Test/Finbuckle.MultiTenant.Test.csproj +++ b/test/Finbuckle.MultiTenant.Test/Finbuckle.MultiTenant.Test.csproj @@ -15,9 +15,9 @@ - - - + + +