Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:21:24 +08:00
commit b0605eb85d
5 changed files with 754 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
{
"name": "dotnet-enterprise",
"description": "Enterprise .NET Patterns - ASP.NET Core, Entity Framework, security best practices for .NET 8, 9, and 10",
"version": "1.0.0",
"author": {
"name": "Brock"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}