mirror of
https://github.com/DarthAffe/OBD.NET.git
synced 2025-12-13 09:18:31 +00:00
19 lines
528 B
XML
19 lines
528 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard1.4</TargetFramework>
|
|
<Authors>Wyrez / Roman Lumetsberger</Authors>
|
|
<Company>-</Company>
|
|
<Product>OBD.NET</Product>
|
|
<Description>C#-Library to read/write data from/to a car through an ELM327-/STN1170-Adapter</Description>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Folder Include="Properties\" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<PackageReference Include="System.Threading.Thread" Version="4.3.0" />
|
|
</ItemGroup>
|
|
|
|
</Project> |