Skip to content

Commit

Permalink
fix: remove deprecated dotnet (#891)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: net6.0 and net7.0 are no longer supported targets.
BREAKING CHANGE: Dotnet runtime specific dependencies now float to the latest patch version and are locked at release time with a NuGet lock file. This is a security mitigation and may break some builds not on the latest SDKs.
  • Loading branch information
AndrewTriesToCode authored Nov 1, 2024
1 parent 423add5 commit 1429cbf
Show file tree
Hide file tree
Showing 178 changed files with 783 additions and 150,211 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build-and-test:
strategy:
matrix:
dotnet: ['6.0.x', '7.0.x', '8.0.x']
dotnet: ['8.0.x']
os: [ubuntu-latest, windows-latest, macos-latest]
runs-on: ${{ matrix.os }}
steps:
Expand Down
4 changes: 0 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# [8.0.0](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v7.0.2...v8.0.0) (2024-10-12)


* feat!: version policy update ([#888](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/888)) ([487a3a6](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/487a3a6d9782803dc2c7a4c70f46cdecf876e991))


### Bug Fixes

* BasePathStrategy no longer breaks the strategy chain ([#884](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/884)) ([3263eff](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/3263effae4638656aab827b24094a8e575ae19a0))
Expand Down
17 changes: 0 additions & 17 deletions Finbuckle.MultiTenant.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Finbuckle.MultiTenant", "sr
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Finbuckle.MultiTenant.EntityFrameworkCore.Test", "test\Finbuckle.MultiTenant.EntityFrameworkCore.Test\Finbuckle.MultiTenant.EntityFrameworkCore.Test.csproj", "{E1A6EBD0-BBB1-4EC3-9318-2D3A55E6868A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "net6.0", "net6.0", "{32ACE1CC-3201-4AD2-9DA0-D3D7C31D2715}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BasePathStrategySample", "samples\net6.0\BasePathStrategySample\BasePathStrategySample.csproj", "{CF531F18-3EA7-4DC9-8546-A9FD2B9834A7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "IdentitySample", "samples\net6.0\IdentitySample\IdentitySample.csproj", "{EF62B65E-C017-41D2-9D4F-EB3C6E5CD86D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down Expand Up @@ -60,14 +54,6 @@ Global
{E1A6EBD0-BBB1-4EC3-9318-2D3A55E6868A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E1A6EBD0-BBB1-4EC3-9318-2D3A55E6868A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E1A6EBD0-BBB1-4EC3-9318-2D3A55E6868A}.Release|Any CPU.Build.0 = Release|Any CPU
{EF62B65E-C017-41D2-9D4F-EB3C6E5CD86D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EF62B65E-C017-41D2-9D4F-EB3C6E5CD86D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EF62B65E-C017-41D2-9D4F-EB3C6E5CD86D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EF62B65E-C017-41D2-9D4F-EB3C6E5CD86D}.Release|Any CPU.Build.0 = Release|Any CPU
{CF531F18-3EA7-4DC9-8546-A9FD2B9834A7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CF531F18-3EA7-4DC9-8546-A9FD2B9834A7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CF531F18-3EA7-4DC9-8546-A9FD2B9834A7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CF531F18-3EA7-4DC9-8546-A9FD2B9834A7}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CEB62625-8CD8-459B-952F-932A213BD81D} = {CCC3146F-320C-4E1D-8017-056C9DCB6B0C}
Expand All @@ -76,8 +62,5 @@ Global
{4B3A1C30-D42B-43F0-8541-4AB5B51CD05C} = {DDDA7AB6-03C2-4499-BED3-E404CB6ADE69}
{9BA8381A-5E44-4571-9CF1-F4469ECEBB02} = {CCC3146F-320C-4E1D-8017-056C9DCB6B0C}
{E1A6EBD0-BBB1-4EC3-9318-2D3A55E6868A} = {DDDA7AB6-03C2-4499-BED3-E404CB6ADE69}
{CF531F18-3EA7-4DC9-8546-A9FD2B9834A7} = {32ACE1CC-3201-4AD2-9DA0-D3D7C31D2715}
{32ACE1CC-3201-4AD2-9DA0-D3D7C31D2715} = {78DD95B5-E466-4ED0-8824-36F78AB08174}
{EF62B65E-C017-41D2-9D4F-EB3C6E5CD86D} = {32ACE1CC-3201-4AD2-9DA0-D3D7C31D2715}
EndGlobalSection
EndGlobal
13 changes: 13 additions & 0 deletions Finbuckle.MultiTenant.slnx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<Solution>
<Folder Name="/samples/" />
<Folder Name="/src/">
<Project Path="src\Finbuckle.MultiTenant.AspNetCore\Finbuckle.MultiTenant.AspNetCore.csproj" Type="Classic C#" />
<Project Path="src\Finbuckle.MultiTenant.EntityFrameworkCore\Finbuckle.MultiTenant.EntityFrameworkCore.csproj" Type="Classic C#" />
<Project Path="src\Finbuckle.MultiTenant\Finbuckle.MultiTenant.csproj" Type="Classic C#" />
</Folder>
<Folder Name="/test/">
<Project Path="test\Finbuckle.MultiTenant.AspNetCore.Test\Finbuckle.MultiTenant.AspNetCore.Test.csproj" Type="Classic C#" />
<Project Path="test\Finbuckle.MultiTenant.EntityFrameworkCore.Test\Finbuckle.MultiTenant.EntityFrameworkCore.Test.csproj" Type="Classic C#" />
<Project Path="test\Finbuckle.MultiTenant.Test\Finbuckle.MultiTenant.Test.csproj" Type="Classic C#" />
</Folder>
</Solution>
4 changes: 0 additions & 4 deletions docs/History.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
<!--_history-->
# [8.0.0](https://github.com/Finbuckle/Finbuckle.MultiTenant/compare/v7.0.2...v8.0.0) (2024-10-12)


* feat!: version policy update ([#888](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/888)) ([487a3a6](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/487a3a6d9782803dc2c7a4c70f46cdecf876e991))


### Bug Fixes

* BasePathStrategy no longer breaks the strategy chain ([#884](https://github.com/Finbuckle/Finbuckle.MultiTenant/issues/884)) ([3263eff](https://github.com/Finbuckle/Finbuckle.MultiTenant/commit/3263effae4638656aab827b24094a8e575ae19a0))
Expand Down
2 changes: 1 addition & 1 deletion docs/Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Finbuckle.MultiTenant is open source multitenancy middleware library for .NET. I
app behavior, and per-tenant data isolation.
See [https://www.finbuckle.com/multitenant](https://www.finbuckle.com/multi-tenant) for more details and documentation.

**This release supports .NET 8, .NET 7, and .NET 6.**
**This release supports .NET 8**

Beginning with Finbuckle.MultiTenant 8.0.0 major version releases align with .NET major version releases and target all
Microsoft supported major .NET versions at the time of initial release.
Expand Down

This file was deleted.

26 changes: 0 additions & 26 deletions samples/net6.0/BasePathStrategySample/Pages/Error.cshtml

This file was deleted.

26 changes: 0 additions & 26 deletions samples/net6.0/BasePathStrategySample/Pages/Error.cshtml.cs

This file was deleted.

61 changes: 0 additions & 61 deletions samples/net6.0/BasePathStrategySample/Pages/Index.cshtml

This file was deleted.

21 changes: 0 additions & 21 deletions samples/net6.0/BasePathStrategySample/Pages/Index.cshtml.cs

This file was deleted.

8 changes: 0 additions & 8 deletions samples/net6.0/BasePathStrategySample/Pages/Privacy.cshtml

This file was deleted.

17 changes: 0 additions & 17 deletions samples/net6.0/BasePathStrategySample/Pages/Privacy.cshtml.cs

This file was deleted.

68 changes: 0 additions & 68 deletions samples/net6.0/BasePathStrategySample/Pages/Shared/_Layout.cshtml

This file was deleted.

This file was deleted.

Loading

0 comments on commit 1429cbf

Please sign in to comment.