From 1a98dbf55eee7fe24f9c569cd27201580e19e8cd Mon Sep 17 00:00:00 2001 From: Cornelius Riemenschneider Date: Tue, 7 Nov 2023 20:38:44 +0100 Subject: [PATCH] Fix msbuild test to older dotnet version. --- .../ql/integration-tests/all-platforms/msbuild/global.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 csharp/ql/integration-tests/all-platforms/msbuild/global.json diff --git a/csharp/ql/integration-tests/all-platforms/msbuild/global.json b/csharp/ql/integration-tests/all-platforms/msbuild/global.json new file mode 100644 index 00000000000..1a974fd253e --- /dev/null +++ b/csharp/ql/integration-tests/all-platforms/msbuild/global.json @@ -0,0 +1,5 @@ +{ + "sdk": { + "version": "7.0.102" + } +} \ No newline at end of file