1
0
mirror of https://github.com/DarthAffe/OBD.NET.git synced 2025-12-12 16:58:30 +00:00

Fixed project-file

This commit is contained in:
Darth Affe 2022-06-06 14:02:50 +02:00
parent 48754831fa
commit 1d6fc3b264
2 changed files with 2 additions and 3 deletions

View File

@ -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;

View File

@ -36,8 +36,8 @@
<DefineConstants>NET6_0;NETFULL</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.4'">
<DefineConstants>NETCORE;NETSTANDARD;NETSTANDARD1_4</DefineConstants>
<PropertyGroup Condition="'$(TargetFramework)' == 'net4.8'">
<DefineConstants>NET4_8;NETFULL</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Debug'">