From f7ad1506366415809cd52229a800748072a8df66 Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Wed, 11 Dec 2024 12:57:42 +0100 Subject: [PATCH] C#: Update global.json for cshtml_standalone_flowsteps. --- .../all-platforms/cshtml_standalone_flowsteps/global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/csharp/ql/integration-tests/all-platforms/cshtml_standalone_flowsteps/global.json b/csharp/ql/integration-tests/all-platforms/cshtml_standalone_flowsteps/global.json index d68ee8382ed0..76474f06d044 100644 --- a/csharp/ql/integration-tests/all-platforms/cshtml_standalone_flowsteps/global.json +++ b/csharp/ql/integration-tests/all-platforms/cshtml_standalone_flowsteps/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "8.0.300" + "version": "9.0.100" } }