Skip to content

Commit e302814

Browse files
committed
Change .NET version.
1 parent bf3aa4c commit e302814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/unity_mono.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ endmacro()
204204
# sys_references: System CSharp libraries this depends on
205205
# dep_targets: Targets this target depends on and need to be linked/built first
206206
# guid: MSBuild project guid (for use with solution files)
207-
# framework_version: .net framework version, defaults to 4.5
207+
# framework_version: .net framework version, defaults to 4.7.2
208208
# defines: Extra defines to add to the project file
209209
# assembly_name: Name of the output assembly. Defaults to module
210210
# xbuild: Path to xbuild executable. Defaults to XBUILD_EXE global var
@@ -259,7 +259,7 @@ macro(mono_add_internal name output_type)
259259
endif()
260260

261261
if ("${UNITY_MONO_FRAMEWORK_VERSION}" STREQUAL "")
262-
set(UNITY_MONO_FRAMEWORK_VERSION "4.5")
262+
set(UNITY_MONO_FRAMEWORK_VERSION "4.7.2")
263263
endif()
264264

265265
if ("${UNITY_MONO_ASSEMBLY_NAME}" STREQUAL "")

0 commit comments

Comments
 (0)