File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ endmacro()
204
204
# sys_references: System CSharp libraries this depends on
205
205
# dep_targets: Targets this target depends on and need to be linked/built first
206
206
# 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
208
208
# defines: Extra defines to add to the project file
209
209
# assembly_name: Name of the output assembly. Defaults to module
210
210
# xbuild: Path to xbuild executable. Defaults to XBUILD_EXE global var
@@ -259,7 +259,7 @@ macro(mono_add_internal name output_type)
259
259
endif ()
260
260
261
261
if ("${UNITY_MONO_FRAMEWORK_VERSION} " STREQUAL "" )
262
- set (UNITY_MONO_FRAMEWORK_VERSION "4.5 " )
262
+ set (UNITY_MONO_FRAMEWORK_VERSION "4.7.2 " )
263
263
endif ()
264
264
265
265
if ("${UNITY_MONO_ASSEMBLY_NAME} " STREQUAL "" )
You can’t perform that action at this time.
0 commit comments