Skip to content

Commit dd6e47a

Browse files
Bump debugger NuGets to 20220801 versions (#86)
1 parent adce087 commit dd6e47a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Engine/SQLCallStackResolver.Engine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,12 @@
104104
</ContentWithTargetPath>
105105
</ItemGroup>
106106
<ItemGroup>
107-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20220711.1523.0\content\amd64\dbghelp.dll">
107+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20220801.1622.0\content\amd64\dbghelp.dll">
108108
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
109109
<TargetPath>dbghelp.dll</TargetPath>
110110
<Link>DebuggerFiles\dbghelp.dll</Link>
111111
</ContentWithTargetPath>
112-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20220711.1523.0\content\amd64\symsrv.dll">
112+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20220801.1622.0\content\amd64\symsrv.dll">
113113
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
114114
<TargetPath>symsrv.dll</TargetPath>
115115
<Link>DebuggerFiles\symsrv.dll</Link>

Engine/packages.config

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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="20220711.1523.0" targetFramework="net472" />
5-
<package id="Microsoft.Debugging.Platform.SymSrv" version="20220711.1523.0" targetFramework="net472" />
4+
<package id="Microsoft.Debugging.Platform.DbgEng" version="20220801.1622.0" targetFramework="net472" />
5+
<package id="Microsoft.Debugging.Platform.SymSrv" version="20220801.1622.0" targetFramework="net472" />
66
<package id="Microsoft.SqlServer.XEvent.XELite" version="2021.12.12.2" targetFramework="net472" />
77
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
88
<package id="System.Collections.Immutable" version="6.0.0" targetFramework="net472" />

utils/getBuildPreReqs.ps1

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

24-
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20220711.1523.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
25-
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20220711.1523.0/content/amd64/symsrv.dll").VersionInfo.ToString()
24+
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20220801.1622.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
25+
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20220801.1622.0/content/amd64/symsrv.dll").VersionInfo.ToString()

0 commit comments

Comments
 (0)