mirror of
https://github.com/sourcegit-scm/sourcegit.git
synced 2024-10-31 13:03:20 -07:00
dotnet Config Files
This commit is contained in:
parent
f175f5abc1
commit
a64b676233
2 changed files with 13 additions and 0 deletions
6
.config/dotnet-tools.json
Normal file
6
.config/dotnet-tools.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"version": 1,
|
||||
"isRoot": true,
|
||||
"tools": {
|
||||
}
|
||||
}
|
7
global.json
Normal file
7
global.json
Normal file
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "8.0.0",
|
||||
"rollForward": "latestMajor",
|
||||
"allowPrerelease": false
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue