From 5af7630841c6721928105b87449997979964470c Mon Sep 17 00:00:00 2001 From: Michael Nebel Date: Fri, 28 Feb 2025 10:07:11 +0100 Subject: [PATCH] C#: Pin .NET for the integration test standalone_dependencies_nuget_config_error. --- .../standalone_dependencies_nuget_config_error/global.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 csharp/ql/integration-tests/posix/standalone_dependencies_nuget_config_error/global.json diff --git a/csharp/ql/integration-tests/posix/standalone_dependencies_nuget_config_error/global.json b/csharp/ql/integration-tests/posix/standalone_dependencies_nuget_config_error/global.json new file mode 100644 index 000000000000..76474f06d044 --- /dev/null +++ b/csharp/ql/integration-tests/posix/standalone_dependencies_nuget_config_error/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "9.0.100" + } +}