From 4b527956cd29709233620b4c0890b4b587951797 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20L=C3=B6rwald?= <10850250+stefanloerwald@users.noreply.github.com> Date: Sat, 28 Sep 2024 17:58:05 +0200 Subject: [PATCH] [deploy] only support one target framework in tests --- Tests_WebCompiler/Tests_WebCompiler.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests_WebCompiler/Tests_WebCompiler.csproj b/Tests_WebCompiler/Tests_WebCompiler.csproj index 2315f3d..281d362 100644 --- a/Tests_WebCompiler/Tests_WebCompiler.csproj +++ b/Tests_WebCompiler/Tests_WebCompiler.csproj @@ -1,6 +1,6 @@ - net8.0;net9.0 + net9.0 false Tests_WebCompiler Tests_WebCompiler