Skip to content

Commit 0af454c

Browse files
Changes: mono/debugger-libs@84c5c67...d566434 Context: #9237 Updating this submodule in main, to align with changes on the `release/9.0.1xx-rc1` branch. Notably, this sets `$(DisableTransitiveFrameworkReferenceDownloads)` for mono/debugger-libs to avoid restoring ASP.NET and Windows desktop packages for downlevel .NET versions. Changes in mono/debugger-libs: * Fix Policheck errors * Adding AddExplicitInterfaceImplementation * Fix add breakpoint and viewing locals from a pdb loaded on debugges * Synchronize access to symbols dictionary * [build] add extension point for consuming repositories
1 parent ffc0f30 commit 0af454c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

external/debugger-libs.override.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project>
2+
<PropertyGroup>
3+
<!-- Disables the transitive restore of packages like Microsoft.AspNetCore.App.Ref, Microsoft.WindowsDesktop.App.Ref -->
4+
<DisableTransitiveFrameworkReferenceDownloads>true</DisableTransitiveFrameworkReferenceDownloads>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)