You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by cm...@apache.org on 2021/03/31 00:06:59 UTC

[qpid-interop-test] 30/41: QPIDIT-138: Corrected wrong dotnet version: 3.1 changed to 2.1

This is an automated email from the ASF dual-hosted git repository.

cml pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/qpid-interop-test.git

commit b22e477020c775f4062f363bc3186eb7cc61b538
Author: Kim van der Riet <kv...@europa.lan>
AuthorDate: Thu Jan 16 12:29:23 2020 -0500

    QPIDIT-138: Corrected wrong dotnet version: 3.1 changed to 2.1
---
 shims/amqpnetlite/src/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shims/amqpnetlite/src/CMakeLists.txt b/shims/amqpnetlite/src/CMakeLists.txt
index 58a2678..c01b8dd 100644
--- a/shims/amqpnetlite/src/CMakeLists.txt
+++ b/shims/amqpnetlite/src/CMakeLists.txt
@@ -101,7 +101,7 @@ ENDMACRO (define_lite_test)
 
 
 set(build_amqpnetlite_default ON)  # Set BUILD_AMQPNETLITE control variable based on prerequisites being present
-set(REQUIRED_DOTNET_VERSION 3.1)
+set(REQUIRED_DOTNET_VERSION 2.1)
 set(BUILD_CONFIG Release) # Debug or Release
 
 # --- Check prerequisites ---

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org