File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 62
62
<DefaultMonoSubsets Condition =" '$(MonoAOTEnableLLVM)' == 'true' and '$(MonoAOTLLVMDir)' == ''" >mono.llvm+</DefaultMonoSubsets >
63
63
<DefaultMonoSubsets Condition =" '$(TargetOS)' == 'Browser'" >$(DefaultMonoSubsets)mono.wasmruntime+</DefaultMonoSubsets >
64
64
<DefaultMonoSubsets Condition =" '$(MonoCrossAOTTargetOS)' != ''" >$(DefaultMonoSubsets)mono.aotcross+</DefaultMonoSubsets >
65
- <DefaultMonoSubsets >$(DefaultMonoSubsets)mono.runtime+mono.corelib+mono.packages+mono.tools+</DefaultMonoSubsets >
65
+ <DefaultMonoSubsets >$(DefaultMonoSubsets)mono.runtime+mono.corelib+mono.packages+</DefaultMonoSubsets >
66
+ <DefaultMonoSubsets Condition =" '$(PrimaryRuntimeFlavor)' != 'Mono'" >$(DefaultMonoSubsets)mono.tools+</DefaultMonoSubsets >
66
67
<DefaultMonoSubsets Condition =" '$(TargetsMobile)' != 'true'" >$(DefaultMonoSubsets)host.native+</DefaultMonoSubsets >
67
68
68
69
<DefaultLibrariesSubsets Condition =" '$(BuildTargetFramework)' == '$(NetCoreAppCurrent)' or
You can’t perform that action at this time.
0 commit comments