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.IO.Ports;
|
||||
using System.Threading.Tasks;
|
||||
using OBD.NET.Communication.EventArgs;
|
||||
|
||||
namespace OBD.NET.Communication;
|
||||
|
||||
|
||||
@ -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'">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user