feat: initial project setup
Setup initial project with default layout for creating a new repsoitory. This project will contain everything related to build infra and tools.
This commit is contained in:
commit
2fec5e69e3
14 changed files with 508 additions and 0 deletions
9
global.json
Normal file
9
global.json
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"sdk": {
|
||||
"version": "8.0.0",
|
||||
"rollForward": "latestMajor",
|
||||
"allowPrerelease": true
|
||||
},
|
||||
"msbuild-sdks": {
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue