From 9afa4f46ea5a2a2da495c1a4631027802d056958 Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 10 Feb 2026 10:06:06 +0100 Subject: [PATCH 1/2] Update JetBrains.Profiler.SelfApi to net8.0 --- .../src/JetBrains.Profiler.SelfApi.csproj | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/JetBrains.Profiler.SelfApi/src/JetBrains.Profiler.SelfApi.csproj b/JetBrains.Profiler.SelfApi/src/JetBrains.Profiler.SelfApi.csproj index ab8f420..2633bbb 100644 --- a/JetBrains.Profiler.SelfApi/src/JetBrains.Profiler.SelfApi.csproj +++ b/JetBrains.Profiler.SelfApi/src/JetBrains.Profiler.SelfApi.csproj @@ -1,6 +1,6 @@  - net46;netcoreapp3.0 + net46;net8.0 JetBrains.Profiler.SelfApi true true @@ -41,4 +41,5 @@ Supported frameworks: - \ No newline at end of file + + From d0bb718d3ee769d0fd41e80e239152a51f20e82a Mon Sep 17 00:00:00 2001 From: Youssef Victor Date: Tue, 10 Feb 2026 10:08:02 +0100 Subject: [PATCH 2/2] Update JetBrains.Profiler.SelfApi.Tests.csproj --- .../tests/JetBrains.Profiler.SelfApi.Tests.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JetBrains.Profiler.SelfApi/tests/JetBrains.Profiler.SelfApi.Tests.csproj b/JetBrains.Profiler.SelfApi/tests/JetBrains.Profiler.SelfApi.Tests.csproj index f68b13e..5d3361e 100644 --- a/JetBrains.Profiler.SelfApi/tests/JetBrains.Profiler.SelfApi.Tests.csproj +++ b/JetBrains.Profiler.SelfApi/tests/JetBrains.Profiler.SelfApi.Tests.csproj @@ -1,6 +1,6 @@ - net46;netcoreapp3.1;net8.0 + net46;net8.0 JetBrains.Profiler.SelfApi.Tests enable true