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" + } +}