dotnet Config Files

This commit is contained in:
Enner Pérez 2024-03-20 01:40:40 -05:00
parent f175f5abc1
commit a64b676233
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,6 @@
{
"version": 1,
"isRoot": true,
"tools": {
}
}

7
global.json Normal file
View file

@ -0,0 +1,7 @@
{
"sdk": {
"version": "8.0.0",
"rollForward": "latestMajor",
"allowPrerelease": false
}
}