Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Mar 5, 2024
1 parent 7e73372 commit beabe17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions TeslaLogger/TeslaLoggerNET8.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@
<PackageReference Include="K4os.Compression.LZ4" Version="1.3.6" />
<PackageReference Include="K4os.Compression.LZ4.Streams" Version="1.3.6" />
<PackageReference Include="K4os.Hash.xxHash" Version="1.0.8" />
<PackageReference Include="M2Mqtt" Version="4.3.0" />
<PackageReference Include="Microsoft.CodeAnalysis.NetAnalyzers" Version="8.0.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
1 change: 0 additions & 1 deletion TeslaLogger/WebServer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
using System.Net.Http;
using HttpMultipartParser;
using System.Reflection;
using Microsoft.VisualBasic.Logging;

namespace TeslaLogger
{
Expand Down

0 comments on commit beabe17

Please sign in to comment.