Skip to content

Commit 2f90caa

Browse files
Update nugets 20250613 (#144)
1 parent 877d4ca commit 2f90caa

File tree

7 files changed

+71
-38
lines changed

7 files changed

+71
-38
lines changed

Engine/SQLCallStackResolver.Engine.csproj

Lines changed: 17 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,24 +52,28 @@
5252
<HintPath>..\packages\Microsoft.SqlServer.XEvent.XELite.2024.2.5.1\lib\net462\Microsoft.SqlServer.XEvent.XELite.dll</HintPath>
5353
</Reference>
5454
<Reference Include="System" />
55-
<Reference Include="System.Buffers, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
56-
<HintPath>..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll</HintPath>
55+
<Reference Include="System.Buffers, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
56+
<HintPath>..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll</HintPath>
5757
</Reference>
58-
<Reference Include="System.Collections.Immutable, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
59-
<HintPath>..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll</HintPath>
58+
<Reference Include="System.Collections.Immutable, Version=9.0.0.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
59+
<HintPath>..\packages\System.Collections.Immutable.9.0.6\lib\net462\System.Collections.Immutable.dll</HintPath>
6060
</Reference>
61-
<Reference Include="System.IO.Hashing, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
62-
<HintPath>..\packages\System.IO.Hashing.8.0.0\lib\net462\System.IO.Hashing.dll</HintPath>
61+
<Reference Include="System.IO.Hashing, Version=9.0.0.6, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
62+
<HintPath>..\packages\System.IO.Hashing.9.0.6\lib\net462\System.IO.Hashing.dll</HintPath>
6363
</Reference>
64-
<Reference Include="System.Memory, Version=4.0.1.2, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
65-
<HintPath>..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll</HintPath>
64+
<Reference Include="System.Memory, Version=4.0.5.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
65+
<HintPath>..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll</HintPath>
6666
</Reference>
6767
<Reference Include="System.Net.Http" />
68-
<Reference Include="System.Numerics.Vectors, Version=4.1.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
69-
<HintPath>..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll</HintPath>
68+
<Reference Include="System.Numerics" />
69+
<Reference Include="System.Numerics.Vectors, Version=4.1.6.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
70+
<HintPath>..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll</HintPath>
7071
</Reference>
71-
<Reference Include="System.Reflection.Metadata, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
72-
<HintPath>..\packages\System.Reflection.Metadata.8.0.0\lib\net462\System.Reflection.Metadata.dll</HintPath>
72+
<Reference Include="System.Reflection.Metadata, Version=9.0.0.6, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
73+
<HintPath>..\packages\System.Reflection.Metadata.9.0.6\lib\net462\System.Reflection.Metadata.dll</HintPath>
74+
</Reference>
75+
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=6.0.3.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
76+
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
7377
</Reference>
7478
<Reference Include="System.Runtime.Serialization" />
7579
<Reference Include="System.Xml" />
@@ -93,6 +97,7 @@
9397
<Compile Include="XELHelper.cs" />
9498
</ItemGroup>
9599
<ItemGroup>
100+
<None Include="app.config" />
96101
<None Include="app.manifest" />
97102
<None Include="packages.config" />
98103
</ItemGroup>

Engine/app.config

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<runtime>
4+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5+
<dependentAssembly><assemblyIdentity name="System.IO.Hashing" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-9.0.0.6" newVersion="9.0.0.6" /></dependentAssembly>
6+
<dependentAssembly><assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /></dependentAssembly>
7+
<dependentAssembly><assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-6.0.3.0" newVersion="6.0.3.0" /></dependentAssembly>
8+
<dependentAssembly><assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /></dependentAssembly>
9+
</assemblyBinding>
10+
</runtime>
11+
</configuration>

Engine/packages.config

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44
<package id="Microsoft.Debugging.Platform.DbgEng" version="20250411.1210.0" targetFramework="net472" />
55
<package id="Microsoft.Debugging.Platform.SymSrv" version="20250411.1210.0" targetFramework="net472" />
66
<package id="Microsoft.SqlServer.XEvent.XELite" version="2024.2.5.1" targetFramework="net472" />
7-
<package id="System.Buffers" version="4.5.1" targetFramework="net472" />
8-
<package id="System.Collections.Immutable" version="8.0.0" targetFramework="net472" />
9-
<package id="System.IO.Hashing" version="8.0.0" targetFramework="net472" />
10-
<package id="System.Memory" version="4.5.5" targetFramework="net472" />
11-
<package id="System.Numerics.Vectors" version="4.5.0" targetFramework="net472" />
12-
<package id="System.Reflection.Metadata" version="8.0.0" targetFramework="net472" />
7+
<package id="System.Buffers" version="4.6.1" targetFramework="net472" />
8+
<package id="System.Collections.Immutable" version="9.0.6" targetFramework="net472" />
9+
<package id="System.IO.Hashing" version="9.0.6" targetFramework="net472" />
10+
<package id="System.Memory" version="4.6.3" targetFramework="net472" />
11+
<package id="System.Numerics.Vectors" version="4.6.1" targetFramework="net472" />
12+
<package id="System.Reflection.Metadata" version="9.0.6" targetFramework="net472" />
13+
<package id="System.Runtime.CompilerServices.Unsafe" version="6.1.2" targetFramework="net472" />
1314
</packages>

GUI/App.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@
1717
</appSettings>
1818
<runtime>
1919
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
20-
<dependentAssembly><assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-4.0.1.2" newVersion="4.0.1.2" /></dependentAssembly>
20+
<dependentAssembly><assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /></dependentAssembly>
21+
<dependentAssembly><assemblyIdentity name="System.IO.Hashing" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-9.0.0.6" newVersion="9.0.0.6" /></dependentAssembly>
22+
<dependentAssembly><assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-6.0.3.0" newVersion="6.0.3.0" /></dependentAssembly>
23+
<dependentAssembly><assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /></dependentAssembly>
2124
</assemblyBinding>
2225
</runtime>
2326
<userSettings><Microsoft.SqlServer.Utils.Misc.SQLCallStackResolver.Properties.Settings>

Tests/SQLCallStackResolver.Tests.csproj

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.props')" />
4-
<Import Project="..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.props" Condition="Exists('..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.props')" />
3+
<Import Project="..\packages\MSTest.TestAdapter.3.9.2\build\net462\MSTest.TestAdapter.props" Condition="Exists('..\packages\MSTest.TestAdapter.3.9.2\build\net462\MSTest.TestAdapter.props')" />
4+
<Import Project="..\packages\Microsoft.Testing.Platform.1.7.2\build\netstandard2.0\Microsoft.Testing.Platform.props" Condition="Exists('..\packages\Microsoft.Testing.Platform.1.7.2\build\netstandard2.0\Microsoft.Testing.Platform.props')" />
55
<PropertyGroup>
66
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
77
<GenerateBindingRedirectsOutputType>true</GenerateBindingRedirectsOutputType>
@@ -43,21 +43,21 @@
4343
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
4444
</PropertyGroup>
4545
<ItemGroup>
46-
<Reference Include="Microsoft.Testing.Platform, Version=1.7.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
47-
<HintPath>..\packages\Microsoft.Testing.Platform.1.7.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
46+
<Reference Include="Microsoft.Testing.Platform, Version=1.7.2.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
47+
<HintPath>..\packages\Microsoft.Testing.Platform.1.7.2\lib\netstandard2.0\Microsoft.Testing.Platform.dll</HintPath>
4848
</Reference>
4949
<Reference Include="Microsoft.VisualStudio.TestPlatform.ObjectModel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
50-
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
50+
<HintPath>..\packages\Microsoft.TestPlatform.ObjectModel.17.14.1\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll</HintPath>
5151
</Reference>
5252
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
53-
<HintPath>..\packages\MSTest.TestFramework.3.9.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
53+
<HintPath>..\packages\MSTest.TestFramework.3.9.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll</HintPath>
5454
</Reference>
5555
<Reference Include="Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
56-
<HintPath>..\packages\MSTest.TestFramework.3.9.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
56+
<HintPath>..\packages\MSTest.TestFramework.3.9.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll</HintPath>
5757
</Reference>
5858
<Reference Include="System" />
5959
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
60-
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
60+
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
6161
</Reference>
6262
<Reference Include="System.Xml" />
6363
</ItemGroup>
@@ -72,6 +72,7 @@
7272
</ProjectReference>
7373
</ItemGroup>
7474
<ItemGroup>
75+
<None Include="app.config" />
7576
<None Include="packages.config" />
7677
</ItemGroup>
7778
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
@@ -83,11 +84,11 @@
8384
<PropertyGroup>
8485
<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>
8586
</PropertyGroup>
86-
<Error Condition="!Exists('..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.props'))" />
87-
<Error Condition="!Exists('..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.targets'))" />
88-
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.props'))" />
89-
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.targets'))" />
87+
<Error Condition="!Exists('..\packages\Microsoft.Testing.Platform.1.7.2\build\netstandard2.0\Microsoft.Testing.Platform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Testing.Platform.1.7.2\build\netstandard2.0\Microsoft.Testing.Platform.props'))" />
88+
<Error Condition="!Exists('..\packages\Microsoft.Testing.Platform.1.7.2\build\netstandard2.0\Microsoft.Testing.Platform.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Testing.Platform.1.7.2\build\netstandard2.0\Microsoft.Testing.Platform.targets'))" />
89+
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.3.9.2\build\net462\MSTest.TestAdapter.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.3.9.2\build\net462\MSTest.TestAdapter.props'))" />
90+
<Error Condition="!Exists('..\packages\MSTest.TestAdapter.3.9.2\build\net462\MSTest.TestAdapter.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\MSTest.TestAdapter.3.9.2\build\net462\MSTest.TestAdapter.targets'))" />
9091
</Target>
91-
<Import Project="..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.targets" Condition="Exists('..\packages\Microsoft.Testing.Platform.1.7.1\build\netstandard2.0\Microsoft.Testing.Platform.targets')" />
92-
<Import Project="..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.3.9.1\build\net462\MSTest.TestAdapter.targets')" />
92+
<Import Project="..\packages\Microsoft.Testing.Platform.1.7.2\build\netstandard2.0\Microsoft.Testing.Platform.targets" Condition="Exists('..\packages\Microsoft.Testing.Platform.1.7.2\build\netstandard2.0\Microsoft.Testing.Platform.targets')" />
93+
<Import Project="..\packages\MSTest.TestAdapter.3.9.2\build\net462\MSTest.TestAdapter.targets" Condition="Exists('..\packages\MSTest.TestAdapter.3.9.2\build\net462\MSTest.TestAdapter.targets')" />
9394
</Project>

Tests/app.config

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<configuration>
3+
<runtime>
4+
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
5+
<dependentAssembly><assemblyIdentity name="System.Reflection.Metadata" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-9.0.0.6" newVersion="9.0.0.6" /></dependentAssembly>
6+
<dependentAssembly><assemblyIdentity name="System.Runtime.CompilerServices.Unsafe" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-6.0.3.0" newVersion="6.0.3.0" /></dependentAssembly>
7+
<dependentAssembly><assemblyIdentity name="System.IO.Hashing" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-9.0.0.6" newVersion="9.0.0.6" /></dependentAssembly>
8+
<dependentAssembly><assemblyIdentity name="System.Memory" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /></dependentAssembly>
9+
<dependentAssembly><assemblyIdentity name="System.Buffers" publicKeyToken="cc7b13ffcd2ddd51" culture="neutral" /><bindingRedirect oldVersion="0.0.0.0-4.0.5.0" newVersion="4.0.5.0" /></dependentAssembly>
10+
</assemblyBinding>
11+
</runtime>
12+
</configuration>

Tests/packages.config

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="Microsoft.Testing.Platform" version="1.7.1" targetFramework="net472" />
4-
<package id="Microsoft.TestPlatform.ObjectModel" version="17.14.0" targetFramework="net472" />
5-
<package id="MSTest.TestAdapter" version="3.9.1" targetFramework="net472" />
6-
<package id="MSTest.TestFramework" version="3.9.1" targetFramework="net472" />
7-
<package id="System.Threading.Tasks.Extensions" version="4.5.4" targetFramework="net472" />
3+
<package id="Microsoft.Testing.Platform" version="1.7.2" targetFramework="net472" />
4+
<package id="Microsoft.TestPlatform.ObjectModel" version="17.14.1" targetFramework="net472" />
5+
<package id="MSTest.TestAdapter" version="3.9.2" targetFramework="net472" />
6+
<package id="MSTest.TestFramework" version="3.9.2" targetFramework="net472" />
7+
<package id="System.Threading.Tasks.Extensions" version="4.6.3" targetFramework="net472" />
88
</packages>

0 commit comments

Comments
 (0)