Add project files.

This commit is contained in:
2021-04-07 07:19:32 +03:00
parent dc5850d175
commit 0bdfcb7399
8 changed files with 280 additions and 0 deletions

7
global.json Normal file
View File

@@ -0,0 +1,7 @@
{
"sdk": {
"version": "5.0.0",
"allowPrerelease": true,
"rollForward": "latestMinor"
}
}