Skip to content

Commit

Permalink
set c# target framework to netcoreapp6.0 (arm64 support)
Browse files Browse the repository at this point in the history
  • Loading branch information
benmaidel committed Sep 21, 2023
1 parent 315e669 commit 9386314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rcldotnet_examples/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ find_package(rcldotnet REQUIRED)

find_package(dotnet_cmake_module REQUIRED)

set(CSHARP_TARGET_FRAMEWORK "netcoreapp2.0")
set(CSHARP_TARGET_FRAMEWORK "netcoreapp6.0")
find_package(DotNETExtra REQUIRED)

set(_assemblies_dep_dlls
Expand Down

0 comments on commit 9386314

Please sign in to comment.