diff --git a/Engine/SQLCallStackResolver.Engine.csproj b/Engine/SQLCallStackResolver.Engine.csproj index cc14af2..140b6a1 100644 --- a/Engine/SQLCallStackResolver.Engine.csproj +++ b/Engine/SQLCallStackResolver.Engine.csproj @@ -52,24 +52,28 @@ ..\packages\Microsoft.SqlServer.XEvent.XELite.2024.2.5.1\lib\net462\Microsoft.SqlServer.XEvent.XELite.dll - - ..\packages\System.Buffers.4.5.1\lib\net461\System.Buffers.dll + + ..\packages\System.Buffers.4.6.1\lib\net462\System.Buffers.dll - - ..\packages\System.Collections.Immutable.8.0.0\lib\net462\System.Collections.Immutable.dll + + ..\packages\System.Collections.Immutable.9.0.6\lib\net462\System.Collections.Immutable.dll - - ..\packages\System.IO.Hashing.8.0.0\lib\net462\System.IO.Hashing.dll + + ..\packages\System.IO.Hashing.9.0.6\lib\net462\System.IO.Hashing.dll - - ..\packages\System.Memory.4.5.5\lib\net461\System.Memory.dll + + ..\packages\System.Memory.4.6.3\lib\net462\System.Memory.dll - - ..\packages\System.Numerics.Vectors.4.5.0\lib\net46\System.Numerics.Vectors.dll + + + ..\packages\System.Numerics.Vectors.4.6.1\lib\net462\System.Numerics.Vectors.dll - - ..\packages\System.Reflection.Metadata.8.0.0\lib\net462\System.Reflection.Metadata.dll + + ..\packages\System.Reflection.Metadata.9.0.6\lib\net462\System.Reflection.Metadata.dll + + + ..\packages\System.Runtime.CompilerServices.Unsafe.6.1.2\lib\net462\System.Runtime.CompilerServices.Unsafe.dll @@ -93,6 +97,7 @@ + diff --git a/Engine/app.config b/Engine/app.config new file mode 100644 index 0000000..28a228f --- /dev/null +++ b/Engine/app.config @@ -0,0 +1,11 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/Engine/packages.config b/Engine/packages.config index b9a0344..d50faba 100644 --- a/Engine/packages.config +++ b/Engine/packages.config @@ -4,10 +4,11 @@ - - - - - - + + + + + + + \ No newline at end of file diff --git a/GUI/App.config b/GUI/App.config index 86086df..3f8a770 100644 --- a/GUI/App.config +++ b/GUI/App.config @@ -17,7 +17,10 @@ - + + + + diff --git a/Tests/SQLCallStackResolver.Tests.csproj b/Tests/SQLCallStackResolver.Tests.csproj index ca1d033..b1d5c2e 100644 --- a/Tests/SQLCallStackResolver.Tests.csproj +++ b/Tests/SQLCallStackResolver.Tests.csproj @@ -1,7 +1,7 @@  - - + + true true @@ -43,21 +43,21 @@ MinimumRecommendedRules.ruleset - - ..\packages\Microsoft.Testing.Platform.1.7.1\lib\netstandard2.0\Microsoft.Testing.Platform.dll + + ..\packages\Microsoft.Testing.Platform.1.7.2\lib\netstandard2.0\Microsoft.Testing.Platform.dll - ..\packages\Microsoft.TestPlatform.ObjectModel.17.14.0\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll + ..\packages\Microsoft.TestPlatform.ObjectModel.17.14.1\lib\net462\Microsoft.VisualStudio.TestPlatform.ObjectModel.dll - ..\packages\MSTest.TestFramework.3.9.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll + ..\packages\MSTest.TestFramework.3.9.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.dll - ..\packages\MSTest.TestFramework.3.9.1\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll + ..\packages\MSTest.TestFramework.3.9.2\lib\net462\Microsoft.VisualStudio.TestPlatform.TestFramework.Extensions.dll - ..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll + ..\packages\System.Threading.Tasks.Extensions.4.6.3\lib\net461\System.Threading.Tasks.Extensions.dll @@ -72,6 +72,7 @@ + @@ -83,11 +84,11 @@ 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}. - - - - + + + + - - + + \ No newline at end of file diff --git a/Tests/app.config b/Tests/app.config new file mode 100644 index 0000000..c92d8a5 --- /dev/null +++ b/Tests/app.config @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/Tests/packages.config b/Tests/packages.config index 6be88a9..6304a84 100644 --- a/Tests/packages.config +++ b/Tests/packages.config @@ -1,8 +1,8 @@  - - - - - + + + + + \ No newline at end of file