-
-
Notifications
You must be signed in to change notification settings - Fork 264
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove deprecated dotnet (#891)
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
1 parent
423add5
commit 1429cbf
Showing
178 changed files
with
783 additions
and
150,211 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
samples/net6.0/BasePathStrategySample/BasePathStrategySample.csproj
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
26 changes: 0 additions & 26 deletions
26
samples/net6.0/BasePathStrategySample/Pages/Error.cshtml.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
21 changes: 0 additions & 21 deletions
21
samples/net6.0/BasePathStrategySample/Pages/Index.cshtml.cs
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
17 changes: 0 additions & 17 deletions
17
samples/net6.0/BasePathStrategySample/Pages/Privacy.cshtml.cs
This file was deleted.
Oops, something went wrong.
68 changes: 0 additions & 68 deletions
68
samples/net6.0/BasePathStrategySample/Pages/Shared/_Layout.cshtml
This file was deleted.
Oops, something went wrong.
48 changes: 0 additions & 48 deletions
48
samples/net6.0/BasePathStrategySample/Pages/Shared/_Layout.cshtml.css
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.