From 0347669aac96b0e4b833fd30b0a312bc7ca88af6 Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Fri, 8 Mar 2024 17:49:52 -0600 Subject: [PATCH] Update many test related libraries. --- src/IKVM.ByteCode.Tests/IKVM.ByteCode.Tests.csproj | 4 ++-- .../IKVM.JTReg.TestAdapter.Tests.csproj | 8 ++++---- .../IKVM.JTReg.TestAdapter.csproj | 2 +- src/IKVM.Java.Tests/IKVM.Java.Tests.msbuildproj | 2 +- .../IKVM.MSBuild.Tasks.Tests.csproj | 8 ++++---- src/IKVM.MSBuild.Tests/IKVM.MSBuild.Tests.csproj | 8 ++++---- src/IKVM.NET.Sdk.Tests/IKVM.NET.Sdk.Tests.csproj | 8 ++++---- src/IKVM.OpenJDK.Tests/IKVM.OpenJDK.Tests.csproj | 2 +- .../IKVM.Reflection.Tests.csproj | 12 ++++++------ .../IKVM.Tools.Exporter.Tests.csproj | 8 ++++---- .../IKVM.Tools.Importer.Tests.csproj | 8 ++++---- src/IKVM.Tools.Tests/IKVM.Tools.Tests.csproj | 6 +++--- 12 files changed, 38 insertions(+), 38 deletions(-) diff --git a/src/IKVM.ByteCode.Tests/IKVM.ByteCode.Tests.csproj b/src/IKVM.ByteCode.Tests/IKVM.ByteCode.Tests.csproj index 6e54046a5b..c75d04d97c 100644 --- a/src/IKVM.ByteCode.Tests/IKVM.ByteCode.Tests.csproj +++ b/src/IKVM.ByteCode.Tests/IKVM.ByteCode.Tests.csproj @@ -7,9 +7,9 @@ - + - + diff --git a/src/IKVM.JTReg.TestAdapter.Tests/IKVM.JTReg.TestAdapter.Tests.csproj b/src/IKVM.JTReg.TestAdapter.Tests/IKVM.JTReg.TestAdapter.Tests.csproj index ac726cac6c..7137908d62 100644 --- a/src/IKVM.JTReg.TestAdapter.Tests/IKVM.JTReg.TestAdapter.Tests.csproj +++ b/src/IKVM.JTReg.TestAdapter.Tests/IKVM.JTReg.TestAdapter.Tests.csproj @@ -12,11 +12,11 @@ - - - + + + - + diff --git a/src/IKVM.JTReg.TestAdapter/IKVM.JTReg.TestAdapter.csproj b/src/IKVM.JTReg.TestAdapter/IKVM.JTReg.TestAdapter.csproj index e22e600b64..6a9fecb831 100644 --- a/src/IKVM.JTReg.TestAdapter/IKVM.JTReg.TestAdapter.csproj +++ b/src/IKVM.JTReg.TestAdapter/IKVM.JTReg.TestAdapter.csproj @@ -5,7 +5,7 @@ - + diff --git a/src/IKVM.Java.Tests/IKVM.Java.Tests.msbuildproj b/src/IKVM.Java.Tests/IKVM.Java.Tests.msbuildproj index b3d38cba03..972f2c1e16 100644 --- a/src/IKVM.Java.Tests/IKVM.Java.Tests.msbuildproj +++ b/src/IKVM.Java.Tests/IKVM.Java.Tests.msbuildproj @@ -8,7 +8,7 @@ - + diff --git a/src/IKVM.MSBuild.Tasks.Tests/IKVM.MSBuild.Tasks.Tests.csproj b/src/IKVM.MSBuild.Tasks.Tests/IKVM.MSBuild.Tasks.Tests.csproj index 6b89928275..3adcdd1793 100644 --- a/src/IKVM.MSBuild.Tasks.Tests/IKVM.MSBuild.Tasks.Tests.csproj +++ b/src/IKVM.MSBuild.Tasks.Tests/IKVM.MSBuild.Tasks.Tests.csproj @@ -16,11 +16,11 @@ - - + + - - + + diff --git a/src/IKVM.MSBuild.Tests/IKVM.MSBuild.Tests.csproj b/src/IKVM.MSBuild.Tests/IKVM.MSBuild.Tests.csproj index 5bd05d0dbd..7d8e160b92 100644 --- a/src/IKVM.MSBuild.Tests/IKVM.MSBuild.Tests.csproj +++ b/src/IKVM.MSBuild.Tests/IKVM.MSBuild.Tests.csproj @@ -23,10 +23,10 @@ - - - - + + + + diff --git a/src/IKVM.NET.Sdk.Tests/IKVM.NET.Sdk.Tests.csproj b/src/IKVM.NET.Sdk.Tests/IKVM.NET.Sdk.Tests.csproj index d0f8d5e694..a3c347fb76 100644 --- a/src/IKVM.NET.Sdk.Tests/IKVM.NET.Sdk.Tests.csproj +++ b/src/IKVM.NET.Sdk.Tests/IKVM.NET.Sdk.Tests.csproj @@ -13,11 +13,11 @@ - - + + - - + + diff --git a/src/IKVM.OpenJDK.Tests/IKVM.OpenJDK.Tests.csproj b/src/IKVM.OpenJDK.Tests/IKVM.OpenJDK.Tests.csproj index a3dcf6db76..cf068e8b66 100644 --- a/src/IKVM.OpenJDK.Tests/IKVM.OpenJDK.Tests.csproj +++ b/src/IKVM.OpenJDK.Tests/IKVM.OpenJDK.Tests.csproj @@ -9,7 +9,7 @@ - + diff --git a/src/IKVM.Reflection.Tests/IKVM.Reflection.Tests.csproj b/src/IKVM.Reflection.Tests/IKVM.Reflection.Tests.csproj index be055641bd..34778cc416 100644 --- a/src/IKVM.Reflection.Tests/IKVM.Reflection.Tests.csproj +++ b/src/IKVM.Reflection.Tests/IKVM.Reflection.Tests.csproj @@ -5,14 +5,14 @@ - + - - - + + + - - + + all runtime; build; native; contentfiles; analyzers; buildtransitive diff --git a/src/IKVM.Tools.Exporter.Tests/IKVM.Tools.Exporter.Tests.csproj b/src/IKVM.Tools.Exporter.Tests/IKVM.Tools.Exporter.Tests.csproj index 445b327634..aa1e7b5ca0 100644 --- a/src/IKVM.Tools.Exporter.Tests/IKVM.Tools.Exporter.Tests.csproj +++ b/src/IKVM.Tools.Exporter.Tests/IKVM.Tools.Exporter.Tests.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/src/IKVM.Tools.Importer.Tests/IKVM.Tools.Importer.Tests.csproj b/src/IKVM.Tools.Importer.Tests/IKVM.Tools.Importer.Tests.csproj index 6305756282..d3e9fd3595 100644 --- a/src/IKVM.Tools.Importer.Tests/IKVM.Tools.Importer.Tests.csproj +++ b/src/IKVM.Tools.Importer.Tests/IKVM.Tools.Importer.Tests.csproj @@ -7,10 +7,10 @@ - - - - + + + + diff --git a/src/IKVM.Tools.Tests/IKVM.Tools.Tests.csproj b/src/IKVM.Tools.Tests/IKVM.Tools.Tests.csproj index d73c82b683..55a5e053a2 100644 --- a/src/IKVM.Tools.Tests/IKVM.Tools.Tests.csproj +++ b/src/IKVM.Tools.Tests/IKVM.Tools.Tests.csproj @@ -6,9 +6,9 @@ - - - + + +