File tree 2 files changed +5
-3
lines changed
2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -178,17 +178,17 @@ def GetDependencies(self):
178
178
{
179
179
"Path" : "MU_BASECORE" ,
180
180
"Url" : "https://github.com/microsoft/mu_basecore.git" ,
181
- "Branch" : "release/202311 "
181
+ "Branch" : "release/202405 "
182
182
},
183
183
{
184
184
"Path" : "Common/MU_PLUS" ,
185
185
"Url" : "https://github.com/microsoft/mu_plus.git" ,
186
- "Branch" : "release/202311 "
186
+ "Branch" : "release/202405 "
187
187
},
188
188
{
189
189
"Path" : "Common/MU_TIANO_PLUS" ,
190
190
"Url" : "https://github.com/microsoft/mu_tiano_plus.git" ,
191
- "Branch" : "release/202311 "
191
+ "Branch" : "release/202405 "
192
192
}
193
193
]
194
194
Original file line number Diff line number Diff line change 79
79
UefiRuntimeServicesTableLib|MdePkg/Library/UefiRuntimeServicesTableLib/UefiRuntimeServicesTableLib.inf
80
80
SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
81
81
PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
82
+ ExceptionPersistenceLib|MdeModulePkg/Library/BaseExceptionPersistenceLibNull/BaseExceptionPersistenceLibNull.inf
83
+ ResetSystemLib|MdeModulePkg/Library/BaseResetSystemLibNull/BaseResetSystemLibNull.inf
82
84
83
85
[LibraryClasses.X64.MM_CORE_STANDALONE]
84
86
ExtractGuidedSectionLib|MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
You can’t perform that action at this time.
0 commit comments