From 7593b0211cdce39d0c3da5f3aadfc1402e1d458d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 04:21:54 +0000 Subject: [PATCH] Bump xunit from 2.9.0 to 2.9.2 in /Src Bumps [xunit](https://github.com/xunit/xunit) from 2.9.0 to 2.9.2. - [Commits](https://github.com/xunit/xunit/compare/2.9.0...2.9.2) --- updated-dependencies: - dependency-name: xunit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .../ILGPU.Algorithms.Tests.CPU.csproj | 2 +- .../ILGPU.Algorithms.Tests.Cuda.csproj | 2 +- .../ILGPU.Algorithms.Tests.OpenCL.csproj | 2 +- Src/ILGPU.Algorithms.Tests/ILGPU.Algorithms.Tests.csproj | 2 +- Src/ILGPU.Analyzers.Tests/ILGPU.Analyzers.Tests.csproj | 2 +- Src/ILGPU.Tests.CPU/ILGPU.Tests.CPU.csproj | 2 +- Src/ILGPU.Tests.Cuda/ILGPU.Tests.Cuda.csproj | 2 +- Src/ILGPU.Tests.OpenCL/ILGPU.Tests.OpenCL.csproj | 2 +- Src/ILGPU.Tests.Velocity/ILGPU.Tests.Velocity.csproj | 2 +- Src/ILGPU.Tests.Velocity128/ILGPU.Tests.Velocity128.csproj | 2 +- Src/ILGPU.Tests/ILGPU.Tests.csproj | 2 +- 11 files changed, 11 insertions(+), 11 deletions(-) diff --git a/Src/ILGPU.Algorithms.Tests.CPU/ILGPU.Algorithms.Tests.CPU.csproj b/Src/ILGPU.Algorithms.Tests.CPU/ILGPU.Algorithms.Tests.CPU.csproj index a26eaf32d..7c7be9bb2 100644 --- a/Src/ILGPU.Algorithms.Tests.CPU/ILGPU.Algorithms.Tests.CPU.csproj +++ b/Src/ILGPU.Algorithms.Tests.CPU/ILGPU.Algorithms.Tests.CPU.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/ILGPU.Algorithms.Tests.Cuda/ILGPU.Algorithms.Tests.Cuda.csproj b/Src/ILGPU.Algorithms.Tests.Cuda/ILGPU.Algorithms.Tests.Cuda.csproj index 2680fdbd7..a6b75e818 100644 --- a/Src/ILGPU.Algorithms.Tests.Cuda/ILGPU.Algorithms.Tests.Cuda.csproj +++ b/Src/ILGPU.Algorithms.Tests.Cuda/ILGPU.Algorithms.Tests.Cuda.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/ILGPU.Algorithms.Tests.OpenCL/ILGPU.Algorithms.Tests.OpenCL.csproj b/Src/ILGPU.Algorithms.Tests.OpenCL/ILGPU.Algorithms.Tests.OpenCL.csproj index b29b8ae87..052b85108 100644 --- a/Src/ILGPU.Algorithms.Tests.OpenCL/ILGPU.Algorithms.Tests.OpenCL.csproj +++ b/Src/ILGPU.Algorithms.Tests.OpenCL/ILGPU.Algorithms.Tests.OpenCL.csproj @@ -25,7 +25,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/ILGPU.Algorithms.Tests/ILGPU.Algorithms.Tests.csproj b/Src/ILGPU.Algorithms.Tests/ILGPU.Algorithms.Tests.csproj index 0522f416a..f86c4dff4 100644 --- a/Src/ILGPU.Algorithms.Tests/ILGPU.Algorithms.Tests.csproj +++ b/Src/ILGPU.Algorithms.Tests/ILGPU.Algorithms.Tests.csproj @@ -30,7 +30,7 @@ - + diff --git a/Src/ILGPU.Analyzers.Tests/ILGPU.Analyzers.Tests.csproj b/Src/ILGPU.Analyzers.Tests/ILGPU.Analyzers.Tests.csproj index 9971c843c..7271a0b81 100644 --- a/Src/ILGPU.Analyzers.Tests/ILGPU.Analyzers.Tests.csproj +++ b/Src/ILGPU.Analyzers.Tests/ILGPU.Analyzers.Tests.csproj @@ -14,7 +14,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/ILGPU.Tests.CPU/ILGPU.Tests.CPU.csproj b/Src/ILGPU.Tests.CPU/ILGPU.Tests.CPU.csproj index 91c6c906f..2691c0166 100644 --- a/Src/ILGPU.Tests.CPU/ILGPU.Tests.CPU.csproj +++ b/Src/ILGPU.Tests.CPU/ILGPU.Tests.CPU.csproj @@ -17,7 +17,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/ILGPU.Tests.Cuda/ILGPU.Tests.Cuda.csproj b/Src/ILGPU.Tests.Cuda/ILGPU.Tests.Cuda.csproj index d4dacb3e1..851a1e2a5 100644 --- a/Src/ILGPU.Tests.Cuda/ILGPU.Tests.Cuda.csproj +++ b/Src/ILGPU.Tests.Cuda/ILGPU.Tests.Cuda.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/ILGPU.Tests.OpenCL/ILGPU.Tests.OpenCL.csproj b/Src/ILGPU.Tests.OpenCL/ILGPU.Tests.OpenCL.csproj index d4dacb3e1..851a1e2a5 100644 --- a/Src/ILGPU.Tests.OpenCL/ILGPU.Tests.OpenCL.csproj +++ b/Src/ILGPU.Tests.OpenCL/ILGPU.Tests.OpenCL.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/ILGPU.Tests.Velocity/ILGPU.Tests.Velocity.csproj b/Src/ILGPU.Tests.Velocity/ILGPU.Tests.Velocity.csproj index d8e2344b7..60c3bb33e 100644 --- a/Src/ILGPU.Tests.Velocity/ILGPU.Tests.Velocity.csproj +++ b/Src/ILGPU.Tests.Velocity/ILGPU.Tests.Velocity.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/ILGPU.Tests.Velocity128/ILGPU.Tests.Velocity128.csproj b/Src/ILGPU.Tests.Velocity128/ILGPU.Tests.Velocity128.csproj index 89e570df7..fd608f922 100644 --- a/Src/ILGPU.Tests.Velocity128/ILGPU.Tests.Velocity128.csproj +++ b/Src/ILGPU.Tests.Velocity128/ILGPU.Tests.Velocity128.csproj @@ -16,7 +16,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/Src/ILGPU.Tests/ILGPU.Tests.csproj b/Src/ILGPU.Tests/ILGPU.Tests.csproj index 0cef1d4a7..ec6e73d59 100644 --- a/Src/ILGPU.Tests/ILGPU.Tests.csproj +++ b/Src/ILGPU.Tests/ILGPU.Tests.csproj @@ -34,7 +34,7 @@ - +