From a3327e6bc37816b47b6e29c6319f27c5cccbbf11 Mon Sep 17 00:00:00 2001 From: Jerome Haltom Date: Wed, 12 Jun 2024 09:35:51 -0500 Subject: [PATCH] Convert to new testing platform. --- .../IKVM.Tools.Exporter.Tests.csproj | 9 ++++++++- .../IKVM.Tools.Exporter.Tests.runsettings | 8 ++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 src/IKVM.Tools.Exporter.Tests/IKVM.Tools.Exporter.Tests.runsettings 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 aa00e1689..13584589c 100644 --- a/src/IKVM.Tools.Exporter.Tests/IKVM.Tools.Exporter.Tests.csproj +++ b/src/IKVM.Tools.Exporter.Tests/IKVM.Tools.Exporter.Tests.csproj @@ -1,8 +1,9 @@ - + net472;net6.0;net8.0 true false + $(MSBuildProjectDirectory)\IKVM.Tools.Exporter.Tests.runsettings @@ -56,4 +57,10 @@ + + + PreserveNewest + + + \ No newline at end of file diff --git a/src/IKVM.Tools.Exporter.Tests/IKVM.Tools.Exporter.Tests.runsettings b/src/IKVM.Tools.Exporter.Tests/IKVM.Tools.Exporter.Tests.runsettings new file mode 100644 index 000000000..a2df0b4d2 --- /dev/null +++ b/src/IKVM.Tools.Exporter.Tests/IKVM.Tools.Exporter.Tests.runsettings @@ -0,0 +1,8 @@ + + + True + + + True + + \ No newline at end of file