Add cache and build configuration files for .NET projects

- Created new cache JSON files for rjsmcshtml, rjsmrazor, and rpswa in both net10.0 and net7.0 directories.
- Added static web assets build configuration files in both net10.0 and net7.0 directories.
- Included build endpoint configurations and cache files for static web assets.
- Ensured all new files are properly initialized with relevant properties and hashes.
This commit is contained in:
Torsten Brendgen
2026-05-14 21:39:46 +02:00
parent 3bfc79e6d9
commit 7db53c1aba
258 changed files with 5479 additions and 12474 deletions

View File

@@ -3,10 +3,11 @@
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "7.0.9",
"version": "10.0.8",
"commands": [
"dotnet-ef"
]
],
"rollForward": false
}
}
}