Migrate to customizable cast receiver config

This commit is contained in:
Cody Robibero
2023-09-23 10:59:13 -06:00
parent 25faf8b1d9
commit ba7e3bfd82
13 changed files with 1064 additions and 257 deletions

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

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"dotnet-ef": {
"version": "7.0.11",
"commands": [
"dotnet-ef"
]
}
}
}