Skip to content

Commit 9f3ccc8

Browse files
author
Chris Maunder
committed
Move to .NET 9 / centralise .NET version env variables
1 parent 9f84c1e commit 9f3ccc8

39 files changed

+211
-381
lines changed

.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
RUNNING_IN_VSCODE=true
2+
DOTNET_NOLOGO=true
3+
4+
dotNetTarget=net9.0
5+
dotNetRuntimeVersion=9.0.0
6+
dotNetSDKVersion=9.0.100

.vscode/launch.docker.json

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@
100100
"cwd": "/app/modules/ALPR",
101101
"justMyCode": false,
102102
"env": {
103-
"DEBUG_IN_VSCODE": "True",
104103
"RUNNING_IN_VSCODE": "True",
105104
"CPAI_PORT": "32168"
106105
}
@@ -120,7 +119,6 @@
120119
"cwd": "/app/modules/Cartooniser",
121120
"justMyCode": false,
122121
"env": {
123-
"DEBUG_IN_VSCODE": "True",
124122
"RUNNING_IN_VSCODE": "True",
125123
"CPAI_PORT": "32168",
126124
"WEIGHTS_FOLDER": "/app/modules/Cartooniser/weights"
@@ -141,7 +139,6 @@
141139
"cwd": "/app/preinstalled-modules/FaceProcessing/",
142140
"justMyCode": false,
143141
"env": {
144-
"DEBUG_IN_VSCODE": "True",
145142
"RUNNING_IN_VSCODE": "True",
146143
"CPAI_PORT": "32168"
147144
}
@@ -185,7 +182,6 @@
185182
"cwd": "/app/modules/ObjectDetectionCoral",
186183
"justMyCode": false,
187184
"env": {
188-
"DEBUG_IN_VSCODE": "True",
189185
"RUNNING_IN_VSCODE": "True",
190186
"CPAI_PORT": "32168",
191187
"CPAI_MODULE_QUEUENAME": "objectdetection_queue"
@@ -207,7 +203,6 @@
207203
"cwd": "/app/preinstalled-modules/ObjectDetectionYOLOv5-6.2",
208204
"justMyCode": false,
209205
"env": {
210-
"DEBUG_IN_VSCODE": "True",
211206
"RUNNING_IN_VSCODE": "True",
212207
"CPAI_PORT": "32168",
213208
"CPAI_MODULE_QUEUENAME": "objectdetection_queue"
@@ -228,7 +223,6 @@
228223
"cwd": "/app/modules/ObjectDetectionYOLOv5-3.1",
229224
"justMyCode": false,
230225
"env": {
231-
"DEBUG_IN_VSCODE": "True",
232226
"RUNNING_IN_VSCODE": "True",
233227
"CPAI_PORT": "32168"
234228
}
@@ -248,7 +242,6 @@
248242
"cwd": "/app/modules/OCR",
249243
"justMyCode": false,
250244
"env": {
251-
"DEBUG_IN_VSCODE": "True",
252245
"RUNNING_IN_VSCODE": "True",
253246
"CPAI_PORT": "32168"
254247
}
@@ -290,7 +283,6 @@
290283
"cwd": "/app/modules/SceneClassifier",
291284
"justMyCode": false,
292285
"env": {
293-
"DEBUG_IN_VSCODE": "True",
294286
"RUNNING_IN_VSCODE": "True",
295287
"CPAI_PORT": "32168"
296288
}
@@ -310,7 +302,6 @@
310302
"cwd": "/app/modules/SuperResolution",
311303
"justMyCode": false,
312304
"env": {
313-
"DEBUG_IN_VSCODE": "True",
314305
"RUNNING_IN_VSCODE": "True",
315306
"CPAI_PORT": "32168"
316307
}
@@ -354,7 +345,6 @@
354345
"cwd": "/app/modules/TextSummary",
355346
"justMyCode": false,
356347
"env": {
357-
"DEBUG_IN_VSCODE": "True",
358348
"RUNNING_IN_VSCODE": "True",
359349
"CPAI_PORT": "32168",
360350

0 commit comments

Comments
 (0)