From 2e62b9b0a8c80255914e9e11d06d92871df40f85 Mon Sep 17 00:00:00 2001 From: Andrey Akinshin Date: Sun, 26 Nov 2023 17:21:16 +0100 Subject: [PATCH] Remove netcoreapp2.0;net461 from TFMs for IntegrationTests.ManualRunning.MultipleFrameworks --- ...tionTests.ManualRunning.MultipleFrameworks.csproj | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/tests/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks.csproj b/tests/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks.csproj index c72108dca1..9f05881f5d 100644 --- a/tests/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks.csproj +++ b/tests/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks/BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks.csproj @@ -4,8 +4,16 @@ BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks false - net461;net48;netcoreapp2.0;net8.0 - $(NoWarn);NU1903 + + + + + + + + + + net462;net48;net8.0 true BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks BenchmarkDotNet.IntegrationTests.ManualRunning.MultipleFrameworks