From 99f39e6a1329572abe2f61e44ac979cf94865980 Mon Sep 17 00:00:00 2001 From: Oleksii Holub <1935960+Tyrrrz@users.noreply.github.com> Date: Thu, 14 Nov 2024 05:01:16 +0200 Subject: [PATCH] Remove redundant target frameworks (#33) --- .../GitHubActionsTestLogger.Demo.csproj | 2 +- GitHubActionsTestLogger/GitHubActionsTestLogger.csproj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/GitHubActionsTestLogger.Demo/GitHubActionsTestLogger.Demo.csproj b/GitHubActionsTestLogger.Demo/GitHubActionsTestLogger.Demo.csproj index a840993..7511ecf 100644 --- a/GitHubActionsTestLogger.Demo/GitHubActionsTestLogger.Demo.csproj +++ b/GitHubActionsTestLogger.Demo/GitHubActionsTestLogger.Demo.csproj @@ -1,7 +1,7 @@ - net8.0 + net9.0 false diff --git a/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj b/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj index 19d687e..a7a199b 100644 --- a/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj +++ b/GitHubActionsTestLogger/GitHubActionsTestLogger.csproj @@ -1,7 +1,7 @@ - netstandard2.0;netstandard2.1;net462;net8.0 + netstandard2.0;net9.0 true true true