From 99884c3b0c70e4e833b3f1082c159fadad054073 Mon Sep 17 00:00:00 2001 From: Chris Sherlock <99017916+cshnimble@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:18:34 +0100 Subject: [PATCH] Update build to use dotnet 8 (#762) * Update continuous-integration-dotnet.yml * Change dotnet version to correct one * Update continuous-integration-dotnet.yml --- .github/workflows/continuous-integration-dotnet.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration-dotnet.yml b/.github/workflows/continuous-integration-dotnet.yml index 421fbdc0f..a825e8e2b 100644 --- a/.github/workflows/continuous-integration-dotnet.yml +++ b/.github/workflows/continuous-integration-dotnet.yml @@ -14,7 +14,7 @@ on: - '!end-to-end-tests/**' env: - DOTNET_VERSION: '6.0.403' + DOTNET_VERSION: '8.0.x' JAVA_VERSION: '17' jobs: