From bb44eae01cd748bdd89d898093cccf97c21e708e Mon Sep 17 00:00:00 2001 From: kasperk81 <83082615+kasperk81@users.noreply.github.com> Date: Sun, 6 Oct 2024 13:58:59 +0300 Subject: [PATCH] use correct framework the undocumented names (without period in dotnet 5+) can drop their support when move to double-digit (to avoid potential conflicts) learn.microsoft.com/en-us/dotnet/standard/frameworks#supported-target-frameworks --- .../dotnet/core/2.0/iec61850_client/iec61850_client.csproj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libiec61850/dotnet/core/2.0/iec61850_client/iec61850_client.csproj b/src/libiec61850/dotnet/core/2.0/iec61850_client/iec61850_client.csproj index 206060e8..fc8650c9 100644 --- a/src/libiec61850/dotnet/core/2.0/iec61850_client/iec61850_client.csproj +++ b/src/libiec61850/dotnet/core/2.0/iec61850_client/iec61850_client.csproj @@ -2,7 +2,7 @@ Exe - net80 + net8.0 AnyCPU