build: initial project release
Some checks failed
default / dotnet default workflow (push) Failing after 30s
Some checks failed
default / dotnet default workflow (push) Failing after 30s
This commit is contained in:
commit
8f91cee8a3
59 changed files with 4764 additions and 0 deletions
11
global.json
Normal file
11
global.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"$schema": "https://www.schemastore.org/global.json",
|
||||
"sdk": {
|
||||
"version": "10.0.0",
|
||||
"rollForward": "latestMinor"
|
||||
},
|
||||
"msbuild-sdks": {},
|
||||
"test": {
|
||||
"runner": "Microsoft.Testing.Platform"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue