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:
parent
48754831fa
commit
1d6fc3b264
@ -81,7 +81,6 @@ using System;
|
|||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.IO.Ports;
|
using System.IO.Ports;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
using OBD.NET.Communication.EventArgs;
|
|
||||||
|
|
||||||
namespace OBD.NET.Communication;
|
namespace OBD.NET.Communication;
|
||||||
|
|
||||||
|
|||||||
@ -36,8 +36,8 @@
|
|||||||
<DefineConstants>NET6_0;NETFULL</DefineConstants>
|
<DefineConstants>NET6_0;NETFULL</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(TargetFramework)' == 'netstandard1.4'">
|
<PropertyGroup Condition="'$(TargetFramework)' == 'net4.8'">
|
||||||
<DefineConstants>NETCORE;NETSTANDARD;NETSTANDARD1_4</DefineConstants>
|
<DefineConstants>NET4_8;NETFULL</DefineConstants>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
|
<PropertyGroup Condition="'$(Configuration)'=='Debug'">
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user