Initial commit
This commit is contained in:
commit
cd689fde93
17 changed files with 1509 additions and 0 deletions
20
.config/dotnet-tools.json
Normal file
20
.config/dotnet-tools.json
Normal file
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
"paket": {
|
||||
"version": "9.0.2",
|
||||
"commands": [
|
||||
"paket"
|
||||
],
|
||||
"rollForward": false
|
||||
},
|
||||
"fable": {
|
||||
"version": "5.0.0-alpha.13",
|
||||
"commands": [
|
||||
"fable"
|
||||
],
|
||||
"rollForward": false
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue