-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathglobal.json
More file actions
13 lines (13 loc) · 1.11 KB
/
global.json
File metadata and controls
13 lines (13 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"@bot-written": "@bot-written WARNING AND NOTICE Any access, download, storage, and/or use of this source code is subject to the terms and conditions of the Full Software Licence as accepted by you before being granted access to this source code and other materials, the terms of which can be accessed on the Codebots website at https://codebots.com/full-software-licence. Any commercial use in contravention of the terms of the Full Software Licence may be pursued by Codebots through licence termination and further legal action, and be required to indemnify Codebots for any loss or damage, including interest and costs. You are deemed to have accepted the terms of the Full Software Licence on any access, download, storage, and/or use of this source code. BOT WARNING This file is bot-written. Any changes out side of \"protected regions\" will be lost next time the bot makes any changes.",
"//": [
" protected region % [Configure the version of dotnet here] off begin "
],
"sdk": {
"version": "5.0.100",
"rollForward": "latestMinor"
},
"//": [
" protected region % [Configure the version of dotnet here] end "
]
}