Convert serial reader from console to web API

This commit is contained in:
2021-06-14 15:51:47 -04:00
parent c9f27b2c60
commit a52fbd0282
8 changed files with 251 additions and 159 deletions

View File

@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk.Web">
<Project Sdk="Microsoft.NET.Sdk.Web">
<PropertyGroup>
<OutputType>Exe</OutputType>
@@ -22,4 +22,4 @@
<PackageReference Include="System.IO.Ports" Version="5.0.1" />
</ItemGroup>
</Project>
</Project>