IISProfile aktualisieren

This commit is contained in:
Developer 02
2025-04-08 15:30:21 +02:00
parent 23d73e0671
commit 23e73aae19
2 changed files with 13 additions and 19 deletions

13
.config/dotnet-tools.json Normal file
View File

@@ -0,0 +1,13 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "9.0.3",
"commands": [
"dotnet-ef"
],
"rollForward": false
}
}
}