Skip to content

Commit aad91f0

Browse files
Update debugger and test nugets 20241004 (#136)
1 parent 176e7e0 commit aad91f0

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

Engine/SQLCallStackResolver.Engine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,12 @@
107107
</ContentWithTargetPath>
108108
</ItemGroup>
109109
<ItemGroup>
110-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20240722.1449.0\content\amd64\dbghelp.dll">
110+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20240911.1650.0\content\amd64\dbghelp.dll">
111111
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
112112
<TargetPath>dbghelp.dll</TargetPath>
113113
<Link>DebuggerFiles\dbghelp.dll</Link>
114114
</ContentWithTargetPath>
115-
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20240722.1449.0\content\amd64\symsrv.dll">
115+
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20240911.1650.0\content\amd64\symsrv.dll">
116116
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
117117
<TargetPath>symsrv.dll</TargetPath>
118118
<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="20240722.1449.0" targetFramework="net472" />
5-
<package id="Microsoft.Debugging.Platform.SymSrv" version="20240722.1449.0" targetFramework="net472" />
4+
<package id="Microsoft.Debugging.Platform.DbgEng" version="20240911.1650.0" targetFramework="net472" />
5+
<package id="Microsoft.Debugging.Platform.SymSrv" version="20240911.1650.0" targetFramework="net472" />
66
<package id="Microsoft.SqlServer.XEvent.XELite" version="2024.2.5.1" targetFramework="net472" />
77
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
88
<package id="System.Collections.Immutable" version="8.0.0" targetFramework="net472" />

Tests/SQLCallStackResolver.Tests.csproj

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3-
<Import Project="..\packages\Microsoft.Testing.Platform.1.3.2\build\netstandard2.0\Microsoft.Testing.Platform.props" Condition="Exists('..\packages\Microsoft.Testing.Platform.1.3.2\build\netstandard2.0\Microsoft.Testing.Platform.props')" />
3+
<Import Project="..\packages\Microsoft.Testing.Platform.1.4.1\build\netstandard2.0\Microsoft.Testing.Platform.props" Condition="Exists('..\packages\Microsoft.Testing.Platform.1.4.1\build\netstandard2.0\Microsoft.Testing.Platform.props')" />
44
<PropertyGroup>
55
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
66
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
@@ -42,17 +42,17 @@
4242
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4343
</PropertyGroup>
4444
<ItemGroup>
45-
<Reference Include="Microsoft.Testing.Platform, Version=1.3.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
46-
<HintPath>..\packages\Microsoft.Testing.Platform.1.3.2\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
45+
<Reference Include="Microsoft.Testing.Platform, Version=1.4.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
46+
<HintPath>..\packages\Microsoft.Testing.Platform.1.4.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
4747
</Reference>
4848
<Reference Include="Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
49-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.10.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
49+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.11.1\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
5050
</Reference>
5151
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
52-
<HintPath>..\packages\MSTest.TestFramework.3.5.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
52+
<HintPath>..\packages\MSTest.TestFramework.3.6.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
5353
</Reference>
5454
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
55-
<HintPath>..\packages\MSTest.TestFramework.3.5.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
55+
<HintPath>..\packages\MSTest.TestFramework.3.6.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
5656
</Reference>
5757
<Reference Include="System" />
5858
<Reference Include="System.Xml" />
@@ -80,5 +80,5 @@
8080
<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>
8181
</PropertyGroup>
8282
</Target>
83-
<Import Project="..\packages\MSTest.TestAdapter.3.5.2\build\net462\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.3.5.2\build\net462\MSTest.TestAdapter.targets')" />
83+
<Import Project="..\packages\MSTest.TestAdapter.3.6.1\build\net462\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.3.6.1\build\net462\MSTest.TestAdapter.targets')" />
8484
</Project>

Tests/packages.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Testing.Platform" version="1.3.2" targetFramework="net472" />
4-
<package id="Microsoft.TestPlatform.ObjectModel" version="17.10.0" targetFramework="net472" />
5-
<package id="MSTest.TestAdapter" version="3.5.2" targetFramework="net472" />
6-
<package id="MSTest.TestFramework" version="3.5.2" targetFramework="net472" />
3+
<package id="Microsoft.Testing.Platform" version="1.4.1" targetFramework="net472" />
4+
<package id="Microsoft.TestPlatform.ObjectModel" version="17.11.1" targetFramework="net472" />
5+
<package id="MSTest.TestAdapter" version="3.6.1" targetFramework="net472" />
6+
<package id="MSTest.TestFramework" version="3.6.1" targetFramework="net472" />
77
</packages>

utils/getBuildPreReqs.ps1

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

21-
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20240722.1449.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
22-
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20240722.1449.0/content/amd64/symsrv.dll").VersionInfo.ToString()
21+
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20240911.1650.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
22+
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20240911.1650.0/content/amd64/symsrv.dll").VersionInfo.ToString()

0 commit comments

Comments
 (0)