Skip to content

Commit a87d248

Browse files
Update debugger and .NET nugets
1 parent 509596f commit a87d248

File tree

3 files changed

+19
-16
lines changed

3 files changed

+19
-16
lines changed

Engine/SQLCallStackResolver.Engine.csproj

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,12 @@
5656
<HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
5757
</Reference>
5858
<Reference Include="System.Collections.Immutable, Version=10.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
59-
<HintPath>..\packages\System.Collections.Immutable.10.0.1\lib\net462\System.Collections.Immutable.dll</HintPath>
59+
<HintPath>..\packages\System.Collections.Immutable.10.0.3\lib\net462\System.Collections.Immutable.dll</HintPath>
60+
<Private>True</Private>
6061
</Reference>
6162
<Reference Include="System.IO.Hashing, Version=10.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
62-
<HintPath>..\packages\System.IO.Hashing.10.0.1\lib\net462\System.IO.Hashing.dll</HintPath>
63+
<HintPath>..\packages\System.IO.Hashing.10.0.3\lib\net462\System.IO.Hashing.dll</HintPath>
64+
<Private>True</Private>
6365
</Reference>
6466
<Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
6567
<HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
@@ -70,7 +72,8 @@
7072
<HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
7173
</Reference>
7274
<Reference Include="System.Reflection.Metadata, Version=10.0.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
73-
<HintPath>..\packages\System.Reflection.Metadata.10.0.1\lib\net462\System.Reflection.Metadata.dll</HintPath>
75+
<HintPath>..\packages\System.Reflection.Metadata.10.0.3\lib\net462\System.Reflection.Metadata.dll</HintPath>
76+
<Private>True</Private>
7477
</Reference>
7578
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
7679
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
@@ -112,12 +115,12 @@
112115
</ContentWithTargetPath>
113116
</ItemGroup>
114117
<ItemGroup>
115-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20251118.1707.0\content\amd64\dbghelp.dll">
118+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20260109.1235.0\content\amd64\dbghelp.dll">
116119
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
117120
<TargetPath>dbghelp.dll</TargetPath>
118121
<Link>DebuggerFiles\dbghelp.dll</Link>
119122
</ContentWithTargetPath>
120-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20251118.1707.0\content\amd64\symsrv.dll">
123+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20260109.1235.0\content\amd64\symsrv.dll">
121124
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
122125
<TargetPath>symsrv.dll</TargetPath>
123126
<Link>DebuggerFiles\symsrv.dll</Link>
@@ -128,8 +131,8 @@
128131
<PropertyGroup>
129132
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
130133
</PropertyGroup>
131-
<Error Condition="!Exists('..\packages\Microsoft.Debugging.Platform.DbgEng.20251118.1707.0\build\Microsoft.Debugging.Platform.DbgEng.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Debugging.Platform.DbgEng.20251118.1707.0\build\Microsoft.Debugging.Platform.DbgEng.targets'))" />
132-
<Error Condition="!Exists('..\packages\Microsoft.Debugging.Platform.SymSrv.20251118.1707.0\build\Microsoft.Debugging.Platform.SymSrv.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Debugging.Platform.SymSrv.20251118.1707.0\build\Microsoft.Debugging.Platform.SymSrv.targets'))" />
134+
<Error Condition="!Exists('..\packages\Microsoft.Debugging.Platform.DbgEng.20260109.1235.0\build\Microsoft.Debugging.Platform.DbgEng.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Debugging.Platform.DbgEng.20260109.1235.0\build\Microsoft.Debugging.Platform.DbgEng.targets'))" />
135+
<Error Condition="!Exists('..\packages\Microsoft.Debugging.Platform.SymSrv.20260109.1235.0\build\Microsoft.Debugging.Platform.SymSrv.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Debugging.Platform.SymSrv.20260109.1235.0\build\Microsoft.Debugging.Platform.SymSrv.targets'))" />
133136
</Target>
134137
<PropertyGroup>
135138
<PreBuildEvent>cd $(ProjectDir)
@@ -140,6 +143,6 @@ type ..\utils\import-vsenv.ps1 ..\utils\getBuildPreReqs.ps1 2&gt;nul | powershel
140143
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
141144
<GenerateTargetFrameworkAttribute>false</GenerateTargetFrameworkAttribute>
142145
</PropertyGroup>
143-
<Import Project="..\packages\Microsoft.Debugging.Platform.DbgEng.20251118.1707.0\build\Microsoft.Debugging.Platform.DbgEng.targets" Condition="Exists('..\packages\Microsoft.Debugging.Platform.DbgEng.20251118.1707.0\build\Microsoft.Debugging.Platform.DbgEng.targets')" />
144-
<Import Project="..\packages\Microsoft.Debugging.Platform.SymSrv.20251118.1707.0\build\Microsoft.Debugging.Platform.SymSrv.targets" Condition="Exists('..\packages\Microsoft.Debugging.Platform.SymSrv.20251118.1707.0\build\Microsoft.Debugging.Platform.SymSrv.targets')" />
146+
<Import Project="..\packages\Microsoft.Debugging.Platform.DbgEng.20260109.1235.0\build\Microsoft.Debugging.Platform.DbgEng.targets" Condition="Exists('..\packages\Microsoft.Debugging.Platform.DbgEng.20260109.1235.0\build\Microsoft.Debugging.Platform.DbgEng.targets')" />
147+
<Import Project="..\packages\Microsoft.Debugging.Platform.SymSrv.20260109.1235.0\build\Microsoft.Debugging.Platform.SymSrv.targets" Condition="Exists('..\packages\Microsoft.Debugging.Platform.SymSrv.20260109.1235.0\build\Microsoft.Debugging.Platform.SymSrv.targets')" />
145148
</Project>

Engine/packages.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<!--// Copyright (c) Microsoft Corporation. Licensed under the MIT License - see LICENSE file in this repo.-->
33
<packages>
4-
<package id="Microsoft.Debugging.Platform.DbgEng" version="20251118.1707.0" targetFramework="net472" />
5-
<package id="Microsoft.Debugging.Platform.SymSrv" version="20251118.1707.0" targetFramework="net472" />
4+
<package id="Microsoft.Debugging.Platform.DbgEng" version="20260109.1235.0" targetFramework="net472" />
5+
<package id="Microsoft.Debugging.Platform.SymSrv" version="20260109.1235.0" targetFramework="net472" />
66
<package id="Microsoft.SqlServer.XEvent.XELite" version="2024.2.5.1" targetFramework="net472" />
77
<package id="System.Buffers" version="4.6.1" targetFramework="net472" />
8-
<package id="System.Collections.Immutable" version="10.0.1" targetFramework="net472" />
9-
<package id="System.IO.Hashing" version="10.0.1" targetFramework="net472" />
8+
<package id="System.Collections.Immutable" version="10.0.3" targetFramework="net472" />
9+
<package id="System.IO.Hashing" version="10.0.3" targetFramework="net472" />
1010
<package id="System.Memory" version="4.6.3" targetFramework="net472" />
1111
<package id="System.Numerics.Vectors" version="4.6.1" targetFramework="net472" />
12-
<package id="System.Reflection.Metadata" version="10.0.1" targetFramework="net472" />
12+
<package id="System.Reflection.Metadata" version="10.0.3" targetFramework="net472" />
1313
<package id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" targetFramework="net472" />
1414
</packages>

utils/getBuildPreReqs.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ if ((dir "DIA/*").Length -ne 3)
1919
$diaManifestPath = "DIA/msdia140.dll.manifest"
2020
(Get-Content $diaManifestPath).Replace("DIA/msdia140.dll", "msdia140.dll") -Replace " description", " threadingModel=`"Both`" description " | Set-Content $diaManifestPath
2121

22-
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20251118.1707.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
23-
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20251118.1707.0/content/amd64/symsrv.dll").VersionInfo.ToString()
22+
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20260109.1235.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
23+
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20260109.1235.0/content/amd64/symsrv.dll").VersionInfo.ToString()

0 commit comments

Comments
 (0)