Upgrade debugger / SRM nugets (April 2024) (#129)
This commit is contained in:
Родитель
7f2868bb75
Коммит
a6186d88c3
|
@ -55,8 +55,8 @@
|
|||
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Collections.Immutable, Version=7.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Collections.Immutable.7.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
|
||||
<Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
|
||||
|
@ -65,8 +65,8 @@
|
|||
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Reflection.Metadata, Version=7.0.0.2, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Reflection.Metadata.7.0.2\lib\net462\System.Reflection.Metadata.dll</HintPath>
|
||||
<Reference Include="System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
||||
<HintPath>..\packages\System.Reflection.Metadata.8.0.0\lib\net462\System.Reflection.Metadata.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Runtime.Serialization" />
|
||||
<Reference Include="System.Xml" />
|
||||
|
@ -104,12 +104,12 @@
|
|||
</ContentWithTargetPath>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20240223.1323.0\content\amd64\dbghelp.dll">
|
||||
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.DbgEng.20240409.1131.0\content\amd64\dbghelp.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>dbghelp.dll</TargetPath>
|
||||
<Link>DebuggerFiles\dbghelp.dll</Link>
|
||||
</ContentWithTargetPath>
|
||||
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20240223.1323.0\content\amd64\symsrv.dll">
|
||||
<ContentWithTargetPath Include="..\packages\Microsoft.Debugging.Platform.SymSrv.20240409.1131.0\content\amd64\symsrv.dll">
|
||||
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||
<TargetPath>symsrv.dll</TargetPath>
|
||||
<Link>DebuggerFiles\symsrv.dll</Link>
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--// Copyright (c) Microsoft Corporation. Licensed under the MIT License - see LICENSE file in this repo.-->
|
||||
<packages>
|
||||
<package id="Microsoft.Debugging.Platform.DbgEng" version="20240223.1323.0" targetFramework="net472" />
|
||||
<package id="Microsoft.Debugging.Platform.SymSrv" version="20240223.1323.0" targetFramework="net472" />
|
||||
<package id="Microsoft.Debugging.Platform.DbgEng" version="20240409.1131.0" targetFramework="net472" />
|
||||
<package id="Microsoft.Debugging.Platform.SymSrv" version="20240409.1131.0" targetFramework="net472" />
|
||||
<package id="Microsoft.SqlServer.XEvent.XELite" version="2023.1.30.3" targetFramework="net472" />
|
||||
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
|
||||
<package id="System.Collections.Immutable" version="7.0.0" targetFramework="net472" />
|
||||
<package id="System.Collections.Immutable" version="8.0.0" targetFramework="net472" />
|
||||
<package id="System.Memory" version="4.5.5" targetFramework="net472" />
|
||||
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
|
||||
<package id="System.Reflection.Metadata" version="7.0.2" targetFramework="net472" />
|
||||
<package id="System.Reflection.Metadata" version="8.0.0" targetFramework="net472" />
|
||||
</packages>
|
|
@ -18,5 +18,5 @@ if ((dir "DIA/*").Length -ne 3)
|
|||
$diaManifestPath = "DIA/msdia140.dll.manifest"
|
||||
(Get-Content $diaManifestPath).Replace("DIA/msdia140.dll", "msdia140.dll") -Replace " description", " threadingModel=`"Both`" description " | Set-Content $diaManifestPath
|
||||
|
||||
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20240223.1323.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
|
||||
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20240223.1323.0/content/amd64/symsrv.dll").VersionInfo.ToString()
|
||||
@(dir "../packages/Microsoft.Debugging.Platform.DbgEng.20240409.1131.0/content/amd64/dbghelp.dll").VersionInfo.ToString()
|
||||
@(dir "../packages/Microsoft.Debugging.Platform.SymSrv.20240409.1131.0/content/amd64/symsrv.dll").VersionInfo.ToString()
|
||||
|
|
Загрузка…
Ссылка в новой задаче