From 84a73bc5f80ab7abf9d2d0ffbcde3e47a27edcc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 23:15:28 +0000 Subject: [PATCH] Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.10.0 in /Src Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.8.0 to 17.10.0. - [Release notes](https://github.com/microsoft/vstest/releases) - [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md) - [Commits](https://github.com/microsoft/vstest/compare/v17.8.0...v17.10.0) --- updated-dependencies: - dependency-name: Microsoft.NET.Test.Sdk dependency-type: direct:production update-type: version-update:semver-minor ... 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/ILGPU.Tests.csproj | 2 +- 10 files changed, 10 insertions(+), 10 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 eab375e17..16c1a3aec 100644 --- a/Src/ILGPU.Algorithms.Tests.CPU/ILGPU.Algorithms.Tests.CPU.csproj +++ b/Src/ILGPU.Algorithms.Tests.CPU/ILGPU.Algorithms.Tests.CPU.csproj @@ -24,7 +24,7 @@ - + all 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 6a96cf4a5..a90f12072 100644 --- a/Src/ILGPU.Algorithms.Tests.Cuda/ILGPU.Algorithms.Tests.Cuda.csproj +++ b/Src/ILGPU.Algorithms.Tests.Cuda/ILGPU.Algorithms.Tests.Cuda.csproj @@ -24,7 +24,7 @@ - + all 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 8edc05f65..e3e4a4a2f 100644 --- a/Src/ILGPU.Algorithms.Tests.OpenCL/ILGPU.Algorithms.Tests.OpenCL.csproj +++ b/Src/ILGPU.Algorithms.Tests.OpenCL/ILGPU.Algorithms.Tests.OpenCL.csproj @@ -24,7 +24,7 @@ - + all diff --git a/Src/ILGPU.Algorithms.Tests/ILGPU.Algorithms.Tests.csproj b/Src/ILGPU.Algorithms.Tests/ILGPU.Algorithms.Tests.csproj index 706555780..f23bde191 100644 --- a/Src/ILGPU.Algorithms.Tests/ILGPU.Algorithms.Tests.csproj +++ b/Src/ILGPU.Algorithms.Tests/ILGPU.Algorithms.Tests.csproj @@ -29,7 +29,7 @@ - + diff --git a/Src/ILGPU.Analyzers.Tests/ILGPU.Analyzers.Tests.csproj b/Src/ILGPU.Analyzers.Tests/ILGPU.Analyzers.Tests.csproj index bb6707102..36a3d3392 100644 --- a/Src/ILGPU.Analyzers.Tests/ILGPU.Analyzers.Tests.csproj +++ b/Src/ILGPU.Analyzers.Tests/ILGPU.Analyzers.Tests.csproj @@ -11,7 +11,7 @@ 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 384056531..3a0ad59f2 100644 --- a/Src/ILGPU.Tests.CPU/ILGPU.Tests.CPU.csproj +++ b/Src/ILGPU.Tests.CPU/ILGPU.Tests.CPU.csproj @@ -16,7 +16,7 @@ - + all diff --git a/Src/ILGPU.Tests.Cuda/ILGPU.Tests.Cuda.csproj b/Src/ILGPU.Tests.Cuda/ILGPU.Tests.Cuda.csproj index cd6c14ab3..599aa34a2 100644 --- a/Src/ILGPU.Tests.Cuda/ILGPU.Tests.Cuda.csproj +++ b/Src/ILGPU.Tests.Cuda/ILGPU.Tests.Cuda.csproj @@ -15,7 +15,7 @@ - + all diff --git a/Src/ILGPU.Tests.OpenCL/ILGPU.Tests.OpenCL.csproj b/Src/ILGPU.Tests.OpenCL/ILGPU.Tests.OpenCL.csproj index cd6c14ab3..599aa34a2 100644 --- a/Src/ILGPU.Tests.OpenCL/ILGPU.Tests.OpenCL.csproj +++ b/Src/ILGPU.Tests.OpenCL/ILGPU.Tests.OpenCL.csproj @@ -15,7 +15,7 @@ - + all diff --git a/Src/ILGPU.Tests.Velocity/ILGPU.Tests.Velocity.csproj b/Src/ILGPU.Tests.Velocity/ILGPU.Tests.Velocity.csproj index 71269843a..c08cae3cf 100644 --- a/Src/ILGPU.Tests.Velocity/ILGPU.Tests.Velocity.csproj +++ b/Src/ILGPU.Tests.Velocity/ILGPU.Tests.Velocity.csproj @@ -15,7 +15,7 @@ - + all diff --git a/Src/ILGPU.Tests/ILGPU.Tests.csproj b/Src/ILGPU.Tests/ILGPU.Tests.csproj index 90d513cba..1c5476973 100644 --- a/Src/ILGPU.Tests/ILGPU.Tests.csproj +++ b/Src/ILGPU.Tests/ILGPU.Tests.csproj @@ -33,7 +33,7 @@ - +