Skip to content

Commit dba2265

Browse files
committed
Remove .net7 folder and make new folder
1 parent ebcadfe commit dba2265

File tree

13 files changed

+2
-57
lines changed

13 files changed

+2
-57
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Greetings from Cairo, Egypt. You can [sponsor](https://github.com/sponsors/dodyg
4242
| [Open Telemetry](/projects/open-telemetry/) | 3 | |
4343
| [Orchard Core](/projects/orchard-core) | 4 | |
4444
| [Path String (HttpContext.Request.Path)](/projects/path-string) | 1 | |
45+
| [Problem Details Middleware](/projects/problem-details-middleware/) | 3 | |
4546
| [Razor Pages](/projects/razor-pages) | 10 | TempData |
4647
| [Request](/projects/request) | 15 | Form, Cookies, Query String, Headers |
4748
| [Request Timeouts Middleware](/projets/request-timeouts-middleware) | 6 | |

projects/.net7/build.bat

Lines changed: 0 additions & 40 deletions
This file was deleted.

projects/.net7/global.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

projects/.net7/README.MD renamed to projects/problem-details-middleware/README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
# .NET 7
2-
3-
Samples in this section require .NET 7. You can download it from [here](https://dotnet.microsoft.com/en-us/download/dotnet/7.0).
4-
5-
## Problem Details
1+
# Problem Details
62

73
* [Problem Details - 1](problem-details)
84

File renamed without changes.

projects/.net7/problem-details-2/problem-details-2.csproj renamed to projects/problem-details-middleware/problem-details-2/problem-details-2.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
6-
75
</PropertyGroup>
86
</Project>
File renamed without changes.

projects/.net7/problem-details-3/problem-details-3.csproj renamed to projects/problem-details-middleware/problem-details-3/problem-details-3.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
<PropertyGroup>
33
<TargetFramework>net8.0</TargetFramework>
44
<ImplicitUsings>true</ImplicitUsings>
5-
6-
75
</PropertyGroup>
86
</Project>

0 commit comments

Comments
 (0)