change framework for publish

This commit is contained in:
Ryan Peters
2024-01-03 13:13:15 -05:00
parent be95f53647
commit 66111b81fe
2 changed files with 13 additions and 1 deletions

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

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