Skip to content

Commit

Permalink
remove net6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed Oct 21, 2024
1 parent 74e1e31 commit 66e6f86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/cached_globals.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ set(GLOB_CURRENT_YEAR ${GLOB_CURRENT_YEAR} CACHE STRING "Current year")

# .NET config
if(WIN32 AND BUILD_DOTNET_WRAPPER)
set(GLOB_LIB_DOTNET_TARGET_FRAMEWORK "netstandard2.0;net481;net6.0;net8.0" CACHE STRING "Library .NET target framework")
set(GLOB_TEST_DOTNET_TARGET_FRAMEWORK "net481;net6.0;net8.0" CACHE STRING "Test .NET target framework")
set(GLOB_LIB_DOTNET_TARGET_FRAMEWORK "netstandard2.0;net481;net8.0" CACHE STRING "Library .NET target framework")
set(GLOB_TEST_DOTNET_TARGET_FRAMEWORK "net481;net8.0" CACHE STRING "Test .NET target framework")

#set(GLOB_LIB_DOTNET_TARGET_FRAMEWORK "netstandard2.0" CACHE STRING "Library .NET target framework")
#set(GLOB_TEST_DOTNET_TARGET_FRAMEWORK "net481" CACHE STRING "Test .NET target framework")
Expand Down

0 comments on commit 66e6f86

Please sign in to comment.