PrayerTracker/.config/dotnet-tools.json
Daniel J. Summers ae8cf9ad80 Update to .NET 9 (#54)
- Update deps
- Fake build not working
2024-12-24 13:47:16 -05:00

13 lines
175 B
JSON

{
"version": 1,
"isRoot": true,
"tools": {
"fake-cli": {
"version": "6.1.3",
"commands": [
"fake"
],
"rollForward": false
}
}
}