From 1d6fc3b2644266c79b1aa418227f7f0ec166a661 Mon Sep 17 00:00:00 2001 From: Darth Affe Date: Mon, 6 Jun 2022 14:02:50 +0200 Subject: [PATCH] Fixed project-file --- OBD.NET/OBD.NET/Communication/SerialConnection.cs | 1 - OBD.NET/OBD.NET/OBD.NET.csproj | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/OBD.NET/OBD.NET/Communication/SerialConnection.cs b/OBD.NET/OBD.NET/Communication/SerialConnection.cs index 4e97fcf..73e8dce 100644 --- a/OBD.NET/OBD.NET/Communication/SerialConnection.cs +++ b/OBD.NET/OBD.NET/Communication/SerialConnection.cs @@ -81,7 +81,6 @@ using System; using System.Collections.Generic; using System.IO.Ports; using System.Threading.Tasks; -using OBD.NET.Communication.EventArgs; namespace OBD.NET.Communication; diff --git a/OBD.NET/OBD.NET/OBD.NET.csproj b/OBD.NET/OBD.NET/OBD.NET.csproj index a88d2cd..1054442 100644 --- a/OBD.NET/OBD.NET/OBD.NET.csproj +++ b/OBD.NET/OBD.NET/OBD.NET.csproj @@ -36,8 +36,8 @@ NET6_0;NETFULL - - NETCORE;NETSTANDARD;NETSTANDARD1_4 + + NET4_8;NETFULL