C#: Add tool file for paket.

This commit is contained in:
Cornelius Riemenschneider
2024-05-01 15:46:38 +02:00
parent ab7d30a464
commit 4a85cc98e5

View File

@@ -0,0 +1,12 @@
{
"version": 1,
"isRoot": true,
"tools": {
"paket": {
"version": "8.0.3",
"commands": [
"paket"
]
}
}
}